@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;500;600;700&display=swap');

/*@font-face {
    font-family: 'MinecraftSeven';
    src: url('../fonts/MinecraftSeven.eot');
    !* IE9 Compat Modes *!
    src: url('../fonts/MinecraftSeven.eot?#iefix') format('embedded-opentype'), !* IE6-IE8 *! url('../fonts/MinecraftSeven.woff') format('woff'), !* Modern Browsers *! url('../fonts/MinecraftSeven.ttf') format('truetype'), !* Safari, Android, iOS *! url('../fonts/MinecraftSeven.svg#MinecraftSeven') format('svg');
    !* Legacy iOS *!
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}*/

body {
    font-family: 'Fira Sans', sans-serif;
    color: #fff;
    background: #071543;
}


img {
    max-width: 100%;
    height: auto;
}

a:link {
    text-decoration: none;
}

a {
    color: #3b8526;
}

a:visited {
    text-decoration: none;
}

a:hover {
    color: #EAF155;
}

.top-nav {
    background-color: transparent;
    padding: 12px 0;
    border-bottom: 1px solid #ffffff2e;
}

.top-nav a {
    color: #fff;
    font-size: 14px;
}

.nav-link {
    font-weight: 500;
}

.navbar-nav {
    margin-right: 20px;
}

.dropdown-menu {
    background: #202d56;
}

.dropdown-menu .dropdown-item {
    padding: 15px 25px;
	color: #fff;
}
.dropdown-menu .dropdown-item:hover{
	color: #FFCC00;
	background: transparent;
}
ul.user-links {
    background: #3b3255;
    z-index: 20;
}

ul.user-links li {
    color: unset;
}

.search-bar {
    max-width: 200px;
    position: relative;
}

.search-bar input.search {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    height: 50px;
    margin-bottom: 0;
    padding-right: 36px;
    border-radius: 6px !important;
}

.search-bar .bi-search {
    position: absolute;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    background: transparent;
    border: 0;
    outline: 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 6;
}

.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;
}

.pagination .page-link {
    background: transparent;
    color: #fff;
    border: solid 3px transparent;
    padding: 10px 18px;
    border-radius: 6px;
    margin-right: 6px;
}

.pagination .page-link:hover {
    box-shadow: 0 6px 12px #061d62, inset 0 4px 10px #001f473b;
    border: solid 3px #183484;
    background-color: #0d2c7c;
    color: #fff;
}

.page-link:hover {
    background: #8357ff;
}

.pagination .disabled .page-link {
    color: #fff;
    border-radius: 6px;
    box-shadow: 0 6px 12px #061d62, inset 0 4px 10px #001f473b;
    border: solid 3px #183484;
    background-color: #0d2c7c;
    text-shadow: 0 1px 2px #2470b7;
    transition: background .2s ease;
}

.single-title, .page-title {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    text-shadow: 1px 1px 4px #000;
}

.item-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;

}

.section_heading {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.section-title {
    color: #fff;
    font-weight: bold;
}

.grid-container {
    /*  margin-top: 15px;
      margin-bottom: 15px;*/
}

.img-rounded {
    border-radius: 20%;
}

.game-item .img-rounded {
    border-radius: 6px;
}

.small-thumb {
    width: 100%;
}

.list-info {
    color: rgba(255, 255, 255, 0.5);
}

.game-wrapper {

    background-repeat: repeat;
    padding-top: 40px;
}

.list-title {
    color: #fff;
    /*white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;*/
}

.list-category {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list-category .related_category {
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
}

.list-category .related_category:hover {
    color: #ec2342;
}

.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;
}

.grid-2 .game-item {
    display: flex;
    flex-wrap: wrap;
    border-radius: 6px;
    transition: all .3s
}

.grid-2 .game-item:hover, .grid-3 .game-item:hover, .list-vertical:hover {
    transform: translateY(-3px);
}

.list-game {
    width: 100%;
}

.grid-2 .list-game {
    width: 100%;
    display: flex;
    align-items: center;
}

.list-game-x:hover {
    padding: 10px;
    background-color: #eef0f2;
    border-radius: 10px;
    scale: 1.2;
}

.list-rating {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.list-rating span.svg-icon {
    color: #fc0;
    margin-right: 8px;
}

.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: 6px;
}

.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-thumbnail {
    max-width: 100px;
    float: left;
    margin-right: 15px;
    box-shadow: rgb(0 0 0/24%) 0 6px 12px 0;
}

.grid-2 .list-title {
    font-size: 16px;
    font-weight: 600;
}

.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: rgb(0 0 0/39%) 0 2px 8px 0;
    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: 150px;
    margin-right: 15px;
    box-shadow: rgb(0 0 0/39%) 0 2px 8px 0;
    border-radius: 8px;
}


.row-list-1 {
    position: relative;
}

.list-1-wrapper {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    padding: 12px 0 12px 40px;
}

.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);
}

.category-list-wrapper {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-start;
}

.category-list-wrapper .cat-item {
    padding: 5px 10px;
    border-radius: 6px;
    width: 100%;
    color: #4f5053;
    box-shadow: 0 6px 12px #061d62, inset 0 4px 10px #001f473b;
    border: solid 3px #183484;
    background-color: #0d2c7c;
}

.category-list-wrapper .cat-item:hover {
    background: rgba(255, 255, 255, 0.1);
}


.cat-game-amount {
    color: rgba(255, 255, 255, 0.3);
}

.icon-category {
    margin-right: 8px;
}

.category-list-global .icon-category {
    float: left;
}

ul.category-list-game .icon-category {
    float: none;
}

.category-list-game {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

ul.category-list-game .cat-item {
    padding: 5px 10px;
    border-radius: 6px;
    margin-right: 12px;
    margin-bottom: 12px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: none;
    background: #8357ff;
    background-size: 100% 100%;
    box-shadow: 2px 2px 4px #00000024, 0 0 transparent, 5px 5px 10px rgb(0 0 0 / 29%), inset 2px 2px 6px #a78df0, inset -5px -5px 10px #6336e4;
    text-shadow: 0 1px 2px #2470b7;
    transition: background .2s ease;
}

ul.category-list-game .cat-item:hover {
    background: #7444ff;
}

ul.category-list-game .cat-item:hover .cat-name {
    color: #fff;
}

.cat-info {
    margin-top: 5px;
}

.game-info {
    /*background: #1e3233;*/
    padding: 10px 18px 18px 18px;
    display: flex;
    flex-wrap: wrap;
    margin-top: -7px;
}

.header-left {
    margin: 10px 0;
}

.header-right {
    margin-left: auto;
    text-align: right;
}

.header-right .btn, .header-right .social-icon {
    margin-top: 10px;
}

.game-iframe-container {
    overflow: hidden;
    width: 100%;

}

.game-iframe {
    border-radius: 6px;
    width: 100%;
    background: #fff;
}

.widget-title {
    margin-bottom: 20px;
    color: #fff;
}

.btn-default {
    border: 1px solid #bdc0c1;
    background-color: #fff;
}

.b-left, .b-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.b-right {
    position: absolute;
    right: 10px;
}

.btn-primary {
    background-color: #01b6ff;
    border-color: #13a5df;
}

@media only screen and (max-width: 992px) {
    body {
        background-size: contain;
    }

    .search-bar {
        max-width: 100%;
    }

    .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: 6px;
}

.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: rgba(255, 255, 255, 0.4);
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-capsule {
    padding: 8px;
    color: #fff;
    border-radius: 6px;
    transition: background .2s ease;
    box-shadow: 0 6px 12px #061d62, inset 0 4px 10px #001f473b;
    border: solid 3px #183484;
    background-color: #0d2c7c;
    text-shadow: 0 1px 2px #2470b7;
    transition: background .2s ease;
}

.btn-capsule .svg-icon {
    
}

.btn-capsule:hover, .btn-capsule.active, .btn-circle:hover {
    color: #fff;
    background: #7444ff;
    text-shadow: 0 1px 0 #000;
}

.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;
}

.content-wrapper {
    margin-top: 40px;
}

.highlight-text {
    color: #fff;
}

.list-vertical {
    margin-bottom: 20px;
}


/* 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 {
    margin-top: 40px;
}

/* 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 { 
     
    justify-content: flex-start; 
    flex-flow: row wrap;
    gap: 12px;
}

.game-container .game-box {
    flex: 1;
}

.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 24px;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    box-shadow: 0 6px 12px #061d62, inset 0 4px 10px #001f473b;
    border: solid 3px #183484;
    background-color: #0d2c7c;
    text-shadow: 0 1px 2px #2470b7;
    transition: background .2s ease;
}

.link-games:hover {
    background: #7444ff;

}

.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: 6px;
    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;
}

.game-content-page {
    padding: 15px;
    background: #0d2c7c;
    box-sizing: border-box;
    color: #fff;
    box-shadow: rgb(0 0 0/24%) 0 6px 12px 0;
    position: relative;
    border-radius: 15px;
    font-size: 16px;
}

.game-content-page h2 {
    font-size: 24px;
    text-transform: uppercase;

    color: #fc0;
    font-weight: 700;
}

.game-content-page h3, .game-content-page h4, .game-content-page h5 {

    font-size: 20px;
    color: #fc0
}

.game-content-page p, .game-content-page h2, .game-content-page h3, .game-content-page h4, .game-content-page h5 {
    margin-bottom: 12px;
}

.game-content-page a {
    color: #fc0;
}

.game-content-page a:hover {
    color: #ec2342;
}

.favorited i {
    color: #ed1c24;
}


.btn-scroll-top {
    display: block;
    position: fixed;
    right: -100px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 6px;
    box-shadow: 0 6px 12px #061d62, inset 0 4px 10px #001f473b;
    border: solid 3px #183484;
    background-color: #0d2c7c;
    text-shadow: 0 1px 2px #2470b7;
    transition: all .2s ease;
}

.btn-scroll-top:hover {
    background: #7444ff;
}

.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;
}

.category-list-wrapper .cat-name {
    color: #fff;
    font-size: 16px;
}

.footer_container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    margin-left: -28px
}

.footer_container a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    margin-left: 28px;
}

.show_content {
    position: absolute;
    max-width: calc(100% - 30px);
    width: 100%;
    bottom: 14px;
    display: flex;
    align-items: flex-end;
    z-index: 12;
}

.ShowMore_button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: 0 0;
    color: #fff;
    border: 0;
    font-size: 12px;
    width: fit-content;
    cursor: pointer;
    gap: 12px;
    padding: 6px 12px;
}

#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;
}

.main-svg-sprite {
    display: none
}

.svg-icon {
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 22px;
    fill: currentColor;
    font-size: 0
}

.svg-icon__link {
    vertical-align: top;
    fill: inherit;
    width: inherit;
    height: inherit
}

.btn-scroll-top .svg-icon {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ads_side {
    width: 300px;
    height: 600px;
}

@media (max-width: 1200px) {
    .game-container .ads_side, .game-container .game-box {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .game-container .ads_side {
        max-width: 1000px;
        width: 100%;
        height: auto;
        min-height: 90px;
    }
}

.hex {
    transition: opacity .5s;
    left: 0;
    top: 0;
    z-index: -1;
    position: fixed;
    width: 100%;
    height: 100vh;
}

#right {
    fill: RGBA(26, 170, 149, .40);
}

#left {
    fill: RGBA(68, 198, 176, .35);
}

.trans-top-dark {
    background-image: url('../images/trans-top-darkwool.png');
    height: 100px;
    background-position-x: -710px;
    background-repeat: repeat-x !important;
    display: block;
    width: 100%;
    margin-top: -1px;
    margin-bottom: 50px;
}

.trans-top-bottom {
    background-image: url('../images/trans-bottom-darkwool.png');
    height: 100px;
    background-position-x: -815px;
    background-repeat: repeat-x !important;
    display: block;
    width: 100%;
    margin-top: -1px;
}

.games_hot_related, .games_related {
    margin: 24px 0;
}

.games_hot_related .list-title, .games_related .item-title {
    text-shadow: 1px 1px 4px #000;
}

.games_hot_related .list-info {
}

.view-more {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.62);
    margin-left: 8px;
}

.view-more:hover {
    color: #fc0;
}

.bg-wood-dark {
    background-image: url("../images/bg-wool-dark.png");
    background-repeat: repeat;
    padding-top: 1px;
}
@media (min-width: 992px) {
    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }
}
.banner-row{margin: 12px auto; display: block; max-width: 1200px;padding:8px;background:#40357336}

.text_visible > *{
       margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    text-indent: -9999px !important;
    line-height: 0 !important;
}
/*news*/
.articleBox {
    padding: 35px 40px 0px 40px;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
    background: rgb(255 255 255 / 30%);
    position: relative;
    color: #fff;
    font-size: 14px;
}

.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: #fdd401;
    margin-bottom: 10px;
}

.articleBox .artText p {
    margin-bottom: 10px;
}

.articleBox .artText p a, articleBox .artText ul li a, articleBox .artText ol li a {
    color: #fdd401;
}

.artCat {
    width: 100%;
    padding: 0 0 6px;
    display: flex;
    flex-flow: row wrap;
    border-bottom: 1px solid #ffffff38;
    margin-bottom: 12px;

}

.artCat a {
    color: #fdd401;
}

.artTitle {
    padding: 0 0 20px;
    font-size: 32px;
    font-weight: 700;
}

.artMainImgBox {
    margin: 12px 0 24px;
    position: relative;
    float: left;

}

.artSideWrapBox {

}

.artSideTitle {
    font-size: 20px;
    margin: 0 0 16px;
    color: #fff;
}

.relNews {
    padding-bottom: 32px;
}

.relNewsItem:last-child {
    margin: 0;
}

.relNewsItem {
    width: 100%;
    max-width: 278px;
    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;
    justify-content: flex-start;
    display: flex;
    flex-flow: column nowrap;
}

.relNewsTitle {
    padding: 0 5px 0 0;
    margin: 5px 0 8px;
    font-size: 14px;
    overflow: hidden;
    color: #fff;
}

.newsItem .relNewsTitle {
    font-size: 24px;
}

.newsTitle {
    font-size: 32px;
    color: #fff;
    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;
}

.newsDes {
    margin-bottom: 24px;
}

.read_more {
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
}

.posts-menu {
    border: 0;
}
.attr_name {
    text-decoration: none
}

.attr_name h2, .attr_name h3, .attr_name * {
    font-size: inherit !important;
    text-transform: lowercase !important;
    margin: 0 !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    color: inherit !important
}
@media (min-width: 982px) {
    .posts-menu {
        border-left: 1px solid rgb(255 255 255 / 10%);
    }
}

.light-green-div {
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: #3b8526;
    border-radius: 5px;
    margin-top: 7px;
    margin-right: 9px;
    padding: 20px;
    position: absolute;
    top: -4%;
    bottom: 0%;
    left: 2%;
    right: 0%;
}

.dark-green-div {
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: #162526;
    border-radius: 5px;
    padding: 20px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}


/*news*/