* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    background: linear-gradient(to bottom, #131417, #000000);
}

@font-face {
    font-family: "Nunito";
    src:
        url("../fonts/Nunito-Regular.woff2") format("woff2"),
        url("../fonts/Nunito-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    ascent-override: 90%;
    descent-override: 10%;
    line-gap-override: 5%;
}

@font-face {
    font-family: "Nunito";
    src:
        url("../fonts/Nunito-Bold.woff2") format("woff2"),
        url("../fonts/Nunito-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    ascent-override: 90%;
    descent-override: 10%;
    line-gap-override: 5%;
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    width: 100%;
    height: 100%;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    line-height: 1.6;
    width: 100%;
    color: #fff;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body,
html {
    -webkit-font-smoothing: antialiased
}

body.modal-opened #root,
html.modal-opened #root {
    display: none
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 16px
}

/* body>* { */
/* display: none */
/* } */

#modal-root,
#root,
.text_ad {
    display: block;
    overflow: hidden;
}

.content_site {}

.content_site.expand-enter,
.content_site.expand-enter-done {
    -webkit-transform: translateX(400px) scale(.8);
    transform: translateX(400px) scale(.8);
    overflow: hidden
}

@media (max-width: 1024px) {

    .content_site.expand-enter,
    .content_site.expand-enter-done {
        -webkit-transform: translateX(265px) scale(.8);
        transform: translateX(265px) scale(.8)
    }
}

.content_site.expand-exit-active {
    overflow: hidden
}

.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    outline: none
}

.button-play,
.button-play-large {
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    background-color: #ff532a;
    border-radius: 4px;
    text-decoration: none;
    padding: 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 6px 15px -4px rgba(255, 83, 42, .8);
    box-shadow: 0 6px 15px -4px rgba(255, 83, 42, .8);
    font-weight: 500;
    border: 1px solid #ed4e28
}

.button-play-large .icon,
.button-play .icon {
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.button-play-large {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 288px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.icon {
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-position: 50%
}


.AdBannerIframeRegular {
    margin: 0 auto;
    display: block
}

.AdBannerIframeResponsive {
    width: 100%
}


.AdBox {
    margin: 0 auto;
    display: block
}

.AdBox.showInBox {
    padding-bottom: 5px;
    -webkit-box-shadow: 7px 0 #e7e7e9, -7px 0 #e7e7e9;
    box-shadow: 7px 0 #e7e7e9, -7px 0 #e7e7e9;
    background-color: #e7e7e9;
    border-radius: 2px
}

.AdBox.showInBox label {
    letter-spacing: 3.5px;
    color: #9b9b9b;
    font-size: 12px;
    font-style: italic;
    padding: 6px 3px;
    line-height: 16px;
    display: block
}

.AdIframePreload {
    display: none;
    width: 0;
    height: 0
}

.AlgoliaHeader {
    font-size: 20px;
    margin: 40px 10px;
    text-align: center;
    color: #797e85
}

@media (max-width: 1024px) {
    .AlgoliaHeader {
        margin: 16px 10px
    }
}

.AlgoliaMatch {
    max-width: 620px;
    margin: 16px auto;
    padding: 24px;
    border: 2px solid transparent;
    -webkit-transition: border-color .2s ease-out;
    transition: border-color .2s ease-out;
    -webkit-box-shadow: 0 12px 21px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 12px 21px 0 rgba(0, 0, 0, .05);
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    text-decoration: none;
    position: relative;
    display: block;
    overflow: hidden
}

.AlgoliaMatch img {
    width: 128px;
    height: 128px;
    border-radius: 6px;
    float: left
}

.AlgoliaMatch .RatingBar {
    margin: 8px 0 16px
}

.AlgoliaMatch .description {
    font-size: 15px;
    color: #797e85;
    line-height: 20px
}

.AlgoliaMatch .AlgoliaMatchTitle,
.AlgoliaMatch .description {
    margin-right: 64px
}

.AlgoliaMatch .AlgoliaMatchTitle,
.AlgoliaMatch .description,
.AlgoliaMatch .RatingBar {
    margin-left: 160px
}

.AlgoliaMatch .button-play,
.AlgoliaMatch .button-play-large {
    position: absolute;
    right: 24px;
    top: 24px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.AlgoliaMatch .button-play-large .icon-play-white,
.AlgoliaMatch .button-play .icon-play-white {
    width: 16px;
    height: 16px
}

.AlgoliaMatch .button-play,
.AlgoliaMatch .button-play-large,
.AlgoliaMatch img {
    -ms-flex-negative: 0;
    flex-shrink: 0
}


@media (max-width: 1024px) {
    .AlgoliaMatch {
        margin: 8px auto;
        padding: 16px
    }

    .AlgoliaMatch img {
        width: 76px;
        height: 76px;
        border-radius: 6px
    }

    .AlgoliaMatch .game-details {
        padding: 0 16px
    }

    .AlgoliaMatch .AlgoliaMatchTitle {
        margin-right: 48px
    }

    .AlgoliaMatch .AlgoliaMatchTitle,
    .AlgoliaMatch .RatingBar {
        margin-left: 92px
    }

    .AlgoliaMatch .description {
        clear: both;
        margin: 0;
        padding-top: 16px
    }

    .AlgoliaMatch .button-play,
    .AlgoliaMatch .button-play-large {
        width: 32px;
        height: 32px;
        right: 16px;
        top: 16px
    }

    .AlgoliaMatch .button-play-large .icon-play-white,
    .AlgoliaMatch .button-play .icon-play-white {
        width: 10px;
        height: 10px
    }
}

.AlgoliaMatchesList {
    padding: 0 8px
}

.AlgoliaMatchTitle {
    font-weight: 600;
    color: #191536;
    font-size: 18px
}

.AlgoliaMatchTitle .match {
    background-color: #ffb6c1;
    border-radius: 2px
}

@media (max-width: 1024px) {
    .AlgoliaMatchTitle {
        font-size: 15px
    }
}

.ButtonFullscreen {
    border-radius: 6px
}

.ButtonFullscreen .icon {
    font-size: 32px;
}

.Carousel {
    overflow: hidden
}

.Carousel,
.Carousel .content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.Carousel .content {
    height: 100%;
    margin-bottom: -50px;
    padding-bottom: 50px;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch
}

.Category {
    padding: 4px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-decoration: none;
    -webkit-transition: background-color .1s ease-in;
    transition: background-color .1s ease-in
}

.Category img,
.Category svg {
    width: 32px;
    height: 32px;
    min-width: 32px;
    display: block
}

.Category .category-name {
    padding-left: 12px;
    text-transform: capitalize;
    color: #797e85;
    font-size: 15px;
    overflow: hidden
}

.Category:nth-child(4) {
    margin-top: 6px
}

.Category.active-category {
    background-image: -webkit-gradient(linear, left top, right top, from(#1470cc), color-stop(1.56%, #1470cc), color-stop(1.56%, rgba(20, 112, 204, .25)), to(rgba(20, 112, 204, .25))) !important;
    background-image: linear-gradient(90deg, #1470cc, #1470cc 1.56%, rgba(20, 112, 204, .25) 0, rgba(20, 112, 204, .25)) !important;
    background-color: transparent !important
}

.Category.active-category .category-name {
    color: #1470cc !important
}

@media (max-width: 1024px) {
    .Category {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 4px 0
    }

    .Category .category-name {
        display: none
    }

    .Category.active-category {
        background-image: -webkit-gradient(linear, left top, right top, from(#1470cc), color-stop(5%, #1470cc), color-stop(5%, rgba(20, 112, 204, .25)), to(rgba(20, 112, 204, .25))) !important;
        background-image: linear-gradient(90deg, #1470cc, #1470cc 5%, rgba(20, 112, 204, .25) 0, rgba(20, 112, 204, .25)) !important
    }
}

@media (max-width: 374px) {
    .Category {
        width: 12.5%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: 1px solid #f8f8fa
    }

    .Category.active-category {
        background-image: -webkit-gradient(linear, left bottom, left top, from(#1470cc), color-stop(5%, #1470cc), color-stop(5%, rgba(20, 112, 204, .25)), to(rgba(20, 112, 204, .25))) !important;
        background-image: linear-gradient(0deg, #1470cc, #1470cc 5%, rgba(20, 112, 204, .25) 0, rgba(20, 112, 204, .25)) !important
    }

    .Category:nth-child(4) {
        margin-top: 0
    }

    .Category:nth-child(n+17) {
        display: none
    }

    .Category:nth-child(n+9) {
        border-bottom: none
    }
}

.category-list {
    width: 135px
}

@media (max-width: 1024px) {
    .category-list {
        width: 40px
    }
}

@media (max-width: 374px) {
    .category-list {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.category-listPlaceholder {
    height: 100%
}

.category-listPopup {
    font-weight: 500
}

.category-listPopup .title {
    font-size: 20px;
    margin-top: 24px;
    margin-left: 24px;
    color: #191536
}

.category-listPopup .list {
    text-align: center;
    padding: 8px
}

.category-listPopup .list .category {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 24px 8px;
    width: 96px;
    text-decoration: none;
    position: relative
}

.category-listPopup .list .category img {
    -webkit-box-shadow: 0 12px 21px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 12px 21px 0 rgba(0, 0, 0, .05);
    background-color: #fff;
    width: 96px;
    height: 96px;
    padding: 14px;
    border-radius: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fff;
    -webkit-transition: border-color .2s ease-out;
    transition: border-color .2s ease-out
}

.category-listPopup .list .category .category-name {
    margin-top: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    color: #191536;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out
}

.CoinBalance {
    width: 295px;
    background-image: -webkit-gradient(linear, left top, right top, from(#39f), to(#1c67ad));
    background-image: linear-gradient(90deg, #39f, #1c67ad);
    border-radius: 4px;
    padding: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 12px 21px rgba(0, 0, 0, .05);
    box-shadow: 0 12px 21px rgba(0, 0, 0, .05)
}

.CoinBalance .label {
    font-weight: 500;
    font-size: 15px;
    color: #fff
}

.CoinBalance .icon-coins {
    width: 24px;
    height: 24px;
    margin-left: 18px;
    margin-right: 8px;
    -webkit-filter: drop-shadow(0 2px 4px rgba(10, 23, 72, .5));
    filter: drop-shadow(0 2px 4px rgba(10, 23, 72, .5))
}

.CoinBalance .balance {
    font-weight: 500;
    font-size: 20px;
    color: #ffd000;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .1)
}

.CoinBalance .balance,
.CoinBalance .icon-coins,
.CoinBalance .label {
    vertical-align: middle
}

.CoinGamesList {
    text-align: center;
    width: 320px;
    margin: 0 auto
}

.CoinGamesList .game {
    font-weight: 500;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 5px;
    width: 150px;
    text-decoration: none;
    -webkit-box-shadow: 0 12px 21px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 12px 21px 0 rgba(0, 0, 0, .05);
    border-radius: 11px;
    text-align: center;
    background-color: #fff;
    position: relative;
    overflow: hidden
}

#root .menu-sidebar {
    background-color: #FFA000;
}

[data-supports-hover] #root .menu-sidebar:hover .rounded {
    background-color: #ffbe1e;
}

#root .Header .icon-search-blue {
    fill: #000;
}

#root .menu-sidebar.active .rounded .fragment {
    fill: #FFA000;
}

#root .menu-sidebar.active .rounded .item-name {
    color: #FFA000;
}

#root .gridTitle .fragment {
    fill: #FFA000;
}

#root .button-play,
#root .button-play-large,
#modal-root .button-play,
#modal-root .button-play-large {
    background-color: #2ECC71;
    -webkit-box-shadow: 0 6px 15px -4px #2ECC71;
    box-shadow: 0 6px 15px -4px #2ECC71
}

#modal-root .CoinBalance {
    background-image: -webkit-gradient(linear, left top, right top, from(#2ECC71), to(#10ae53));
    background-image: linear-gradient(to right, #2ECC71, #10ae53);
}

#root .GameUsersCount .count {
    color: #2ECC71;
}

#root .button-play,
#root .button-play-large,
#modal-root .button-play,
#modal-root .button-play-large {
    border: 1px solid #2ABA67;
}

#root .Header {
    /* background-color: #111; */
    /* box-shadow: 0px 1px 4px 0 #c4c063; */
    /* border-bottom: 1px solid #c4c063; */
}

#modal-root .Popup:not(.transparent-header) .header {
    background-color: #EF6C00;
}

#modal-root .Popup.transparent-header .icon-close {
    fill: #EF6C00;
}

#root .expand-enter~.MenuLeft,
#root .expand-enter-done~.MenuLeft {
    background-color: #EF6C00;
    background-image: -webkit-gradient(linear, left top, right top, from(#EF6C00), to(#bd3a00));
    background-image: linear-gradient(to right, #EF6C00 0%, #bd3a00 100%);
}

[data-supports-hover] #root .MenuLeft .menu-items .menu-item:hover {
    background-color: #ff8014;
}

#root .MenuLeft .menu-items .menu-item.active {
    color: #EF6C00;
}

#root .MenuLeft .menu-items .menu-item.active .fragment {
    fill: #EF6C00;
}

.CoinGamesList .game .game-image {
    border-radius: 6px;
    width: 76px;
    height: 76px;
    margin: 16px 0
}

.CoinGamesList .game .button-play,
.CoinGamesList .game .button-play-large {
    width: 116px;
    display: inline-block;
    margin-bottom: 16px
}

.CoinGamesList .game .button-play-large .icon-coins,
.CoinGamesList .game .button-play .icon-coins {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 9px;
    -webkit-filter: drop-shadow(0 2px 4px rgba(10, 23, 72, .5));
    filter: drop-shadow(0 2px 4px rgba(10, 23, 72, .5));
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    display: inline-block
}

.CoinGamesList .game .button-play-large span,
.CoinGamesList .game .button-play span {
    vertical-align: middle
}

.CoinGamesList .game .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: hsla(0, 0%, 50.2%, .3);
    z-index: 1
}

.CoinGamesList .game.completed {
    opacity: .7
}

.CoinGamesList .all-completed {
    margin: 15px 10px 20px;
    color: #191536;
    font-size: 16px
}

.CoinGamesListPlaceholder {
    text-align: center;
    width: 320px;
    margin: 0 auto
}

.CoinGamesListPlaceholder .game {
    font-weight: 500;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 5px;
    width: 150px;
    height: 165px;
    border-radius: 11px;
    background-color: rgba(44, 46, 33, .7);
    opacity: .1
}

.CoinPopup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.CoinPopup .Logo {
    margin-top: 32px;
    color: #191536
}

.CoinPopup .CoinBalance {
    margin: 32px 0;
    text-align: center
}

.CookieConsentMessage {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background-color: #4b81e8;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff
}

.CookieConsentMessage.hidden {
    display: none
}

.CookieConsentMessage a {
    color: inherit;
    text-decoration: underline
}

.CookieConsentMessage .message {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding-right: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.15;
    font-size: 15px
}

@media (max-width: 1024px) {
    .CookieConsentMessage .message {
        padding-right: 10px
    }
}

.CookieConsentMessage .dismiss {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.CookieConsentMessage .dismiss a,
.CookieConsentMessage .dismiss button {
    display: block
}

.CookieConsentMessage .dismiss button {
    background-color: #4b81e8;
    border: 2px solid #fff;
    color: inherit;
    width: 112px;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    margin-left: 15px
}

@media (max-width: 1024px) {
    .CookieConsentMessage .dismiss {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse
    }

    .CookieConsentMessage .dismiss button {
        margin-bottom: 10px;
        margin-left: 0
    }
}

.Developers {
    max-width: 310px;
    margin: 0 auto 24px;
    padding: 0 10px;
    font-size: 15px;
    line-height: 20px;
    color: #797e85
}

.Developers .title {
    font-size: 20px;
    line-height: 27px;
    margin-top: 32px;
    font-weight: 600;
    color: #191536
}

.Developers .explanation {
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px
}

.Developers .button-play-large.first {
    margin-top: 24px
}

.Developers .benefit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
    border-bottom: 1px solid #dddee0
}

.Developers .benefit.first {
    margin-top: 32px
}

.Developers .benefit.last {
    border-bottom: none
}

.Developers .benefit .icon {
    width: 88px;
    height: 88px;
    border-radius: 44px;
    background-color: #fff;
    -webkit-box-shadow: 0 12px 21px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 12px 21px 0 rgba(0, 0, 0, .05);
    background-size: 55px
}

.Developers .benefit .benefit-title {
    margin-top: 16px;
    color: #191536;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px
}

.Developers .benefit .benefit-explanation {
    margin: 8px 0 24px
}

.Developers .benefit .benefit-explanation,
.Developers .benefit .benefit-title {
    text-align: center
}

.list-game .game-link {
    display: block;
    border-radius: 6px;
    background-color: #445620;
    -webkit-box-shadow: 0px -1px 5px 0px rgb(196 192 99 / 50%);
    box-shadow: 0px -1px 5px 0px rgb(196 192 99 / 50%);
    border: 2px solid rgba(196, 192, 99, .5);
    padding: 5px;
    margin: 0 8px 18px;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.list-game .game-link .game-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.list-game .game-link .game-header img {
    width: 100%;
    height: 110px;
    border-radius: 3px;
    object-fit: cover;
}

.list-game .game-link .game-header .button-play,
.list-game .game-link .game-header .button-play-large {
    width: 24px;
    height: 24px;
    border-radius: 4px
}

.list-game .game-link .game-header .button-play-large .icon-play-white,
.list-game .game-link .game-header .button-play .icon-play-white {
    width: 10px;
    height: 10px
}

.list-game .game-link .game-title {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-top: 16px;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.list-game .game-link .RatingBar {
    margin-top: 4px
}

.game-list {
    margin: 16px 24px 0
}

.game-list .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.game-list .items .list-game {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.game-list~.CarouselButtons {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.game-list~.CarouselButtons .button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: no-repeat 50%/10px
}

h1.title,
h2.title {
    margin-left: 12px;
    color: #fff;
    text-align: center;
}

@media (min-width: 1460px) {
    .game-list {
        margin: 16px auto 0;
        max-width: 1304px
    }

    .game-list~.CarouselButtons {
        display: none
    }
}

.title-game {
    margin: 24px 28px 0
}

.title-game .gridTitle {
    margin: 0
}

@media (min-width: 1460px) {
    .title-game {
        margin: 24px auto 0;
        max-width: 1304px
    }
}


.header-text {
    background-color: rgba(44, 46, 33, .7);
    opacity: .1;
    padding-left: 6rem;
    border-radius: 4px;
    margin-left: .5rem;
    font-size: .75rem
}

.header-text:first-of-type {
    margin-left: 0;
    padding-left: 4rem
}

.placeholder .image {
    width: 128px;
    height: 128px;
    background-color: rgba(44, 46, 33, .7);
    opacity: .1;
    border-radius: 3px
}

.placeholder .game-description {
    margin-top: 1rem;
    max-width: 30rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.placeholder .game-description .text {
    background-color: rgba(44, 46, 33, .7);
    opacity: .1;
    width: 6rem;
    border-radius: 2px;
    height: .7rem;
    margin: 4px
}

.placeholder .game-description .text.shorter {
    width: 3rem
}

.placeholder .game-description .text.longer {
    width: 10rem
}

.placeholder .GameSectionRecommended.recommended-placeholder .grid-item {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(44, 46, 33, .7)), to(rgba(44, 46, 33, .7)));
    background-image: linear-gradient(90deg, rgba(44, 46, 33, .7), rgba(44, 46, 33, .7));
    opacity: .1;
    background-size: calc(100% - 6px) calc(100% - 6px)
}

@media (max-width: 1024px) {
    .placeholder .image {
        width: 76px;
        height: 76px
    }
}

.GamePlaceholderText {
    background-color: rgba(44, 46, 33, .7);
    opacity: .1;
    padding-left: 96px;
    border-radius: 4px;
    margin: 2px;
    font-size: 8px;
    display: inline-block;
    line-height: 16px
}

.GamePlaceholderText.short {
    padding-left: 48px
}

.GamePlay {
    margin: 10px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: row wrap;
    gap: 24px;
    margin: 0 auto;
}

.GamePlay .content-game {
    flex: 0 0 70%;
    width: 100%
}

.GamePlay .box-content {
    flex: 0 0 70%;
    width: 70%;
}

.GamePlay .comment-area {
    flex: 0 0 calc(100% - 70% - 24px);
    width: 100%;
}

.GamePlay .ButtonCollapseBar {
    display: none;
    position: fixed;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.GamePlay .GameSectionRecommended .button {
    display: none;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.GamePlay .GameSectionRecommended .ButtonFavorite,
.GamePlay .GameSectionRecommended .ButtonFullscreen {
    margin: 16px
}

.GamePlay .GameSectionRecommended .ButtonFavorite,
.GamePlay .GameSectionRecommended .ButtonFullscreen,
.GamePlay .GameSectionRecommended .ButtonRatingDown,
.GamePlay .GameSectionRecommended .ButtonRatingUp {
    background-color: #f8f8fa
}

.Section {
    margin-top: 24px;
    max-width: 320px;
    width: 100%;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.Section .title {
    font-weight: 500;
    font-size: 20px;
    color: #191536;
    margin-left: 20px;
    margin-bottom: 16px
}

@media (max-width: 1024px) {
    .Section {
        width: auto;
        padding: 24px 0 20px;
        margin: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.GameSectionPlay {
    max-width: 995px;
    width: 100%;
    color: #fff;
}

.GameSectionPlay .title {
    font-size: 20px;
    font-weight: 500;
    color: #191536;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.GameSectionPlay .iframe-size {
    position: relative;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.GameSectionPlay .iframe-size iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    min-width: 100%;
    height: 1px;
    min-height: 100%;
    background-color: #fff
}

.GameSectionPlay .ButtonReportGame {
    float: right
}

.GameSectionPlay .aggregate-text {
    color: #fff;
}

.GameSectionPlay .buttons {
    padding: 12px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    clear: right;
    background: #4a752c;
    border-radius: 0 0 12px 12px;
    border-bottom: 2px solid rgba(196, 192, 99, .5);
    border-left: 2px solid rgba(196, 192, 99, .5);
    border-right: 2px solid rgba(196, 192, 99, .5);
    box-sizing: border-box;
    box-shadow: 1px 1px 4px 0px rgb(196 192 99 / 50%);
}

.button-gammes {
    margin-left: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.button-gammes>div {
    margin-left: 12px;

}

.GameSectionPlay .buttons .ButtonFacebookShare {
    margin-left: auto
}

.GameSectionPlay .buttons .ButtonFavorite,
.GameSectionPlay .buttons .ButtonRatingDown,
.GameSectionPlay .buttons .ButtonRatingUp {
    background-color: #fff
}

.GameSectionPlay .buttons .ButtonRatingDown {
    margin-right: 16px
}

.GameSectionRecommended {}


.buttons h1 {
    color: #fff;
    font-size: 18px;
    margin: 12px 0 12px 8px;
}

.content-game,
.box-content {
    padding: 20px;
    background: #445620;
    border-radius: 12px;
    box-sizing: border-box;
    border: 2px solid rgba(196, 192, 99, .5);
    box-shadow: 0px -1px 5px 0px rgb(196 192 99 / 50%);
}

.box-content h2:not([class]),
.box-content h3:not([class]),
.box-content h4:not([class]),
.box-content p:not([class]) {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-bottom: 12px;
}

.box-content h2:not([class]),
.box-content h3:not([class]),
.box-content h4:not([class]) {
    color: #c4bb52;
}

.box-content h2:not([class]) {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}

.box-content h3:not([class]),
.box-content h4:not([class]) {
    font-size: 20px;
    font-weight: bold;
}

.box-content a:not([class]) {
    color: #c4bb52;
    text-decoration: none;
}

.box-content a:not([class]):hover {
    text-decoration: underline;
}

.box-content ol:not([class]),
.box-content ul:not([class]) {
    margin: 0 0 10px;
    padding-left: 24px;
}

.box-content ol:not([class]) li,
.box-content ul:not([class]) li {
    list-style: disc;
    margin: 0 0 6px;
}

.box-content img:not([class]){
    max-width: 100%;
    height: auto;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.ShowMore_button {
    position: relative;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 0;
    background: 0 0;
    color: #fff;
    font-size: 14px;
    width: 100%;
    cursor: pointer;
    gap: 12px;
    padding: 6px 12px;
    font-family: inherit;
}

@media (min-width: 0px) {
    .GameSectionRecommended .grid-padding {
        padding-bottom: 2.5%;
        width: 100%
    }
}

@media (min-width: 320px) {
    .GameSectionRecommended .grid-padding {
        padding-bottom: 2.5%;
        width: 100%
    }
}

@media (min-width: 480px) {
    .GameSectionRecommended .grid-padding {
        padding-bottom: 1.66667%;
        width: 100%
    }
}

@media (min-width: 768px) {
    .GameSectionRecommended .grid-padding {
        padding-bottom: 1.25%;
        width: 100%
    }
}

@media (min-width: 1024px) {
    .GameSectionRecommended .grid-padding {
        padding-bottom: 1.11111%;
        width: 100%
    }
}

@media (min-width: 1224px) {
    .GameSectionRecommended .grid-padding {
        padding-bottom: .90909%;
        width: 100%
    }
}

@media (min-width: 1824px) {
    .GameSectionRecommended .grid-padding {
        padding-bottom: .76923%;
        width: 100%
    }
}

@media (min-width: 0px) and (max-width: 319px) {
    .GameSectionRecommended .grid-item:nth-of-type(n+10) {
        display: none
    }
}

@media (min-width: 320px) and (max-width: 479px) {
    .GameSectionRecommended .grid-item:nth-of-type(n+10) {
        display: none
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .GameSectionRecommended .grid-item:nth-of-type(n+16) {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .GameSectionRecommended .grid-item:nth-of-type(n+22) {
        display: none
    }
}

@media (min-width: 1024px) and (max-width: 1223px) {
    .GameSectionRecommended .grid-item:nth-of-type(n+25) {
        display: none
    }
}

@media (min-width: 1224px) and (max-width: 1823px) {
    .GameSectionRecommended .grid-item:nth-of-type(n+21) {
        display: none
    }
}

@media (max-width: 1024px) {
    .GameSectionRecommended {
        padding: 24px 0 20px
    }
}

@media (min-width: 1025px) {
    .GameSectionRecommended .grid-item {
        width: 17%;
        margin: 1.66667% 0 0 1.66667%
    }

    .GameSectionRecommended .grid-item:nth-of-type(n+16) {
        display: none
    }
}

.GameTags .tag {
    display: inline-block;
    font-size: 13px;
    padding: 3px 4px;
    margin-right: 3px;
    margin-bottom: 3px;
    border-radius: 4px;
    text-decoration: none
}


.grid-item {
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: -webkit-gradient(linear, left top, right top, from(#e6e6e6), to(#e6e6e6));
    background-image: linear-gradient(90deg, #e6e6e6, #e6e6e6)
}

.grid-item:before {
    content: "";
    padding-top: 100%;
    float: left
}

.grid-item img {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    object-fit: cover;
}

.grid-item img:-moz-loading {
    visibility: hidden
}

.grid-item {
    position: relative;
}

.grid-item .game-title {
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    color: gold;
    text-align: center;
    line-height: 1.15;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    background-color: rgba(0, 0, 0, .7);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
    word-break: break-word;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

@media (min-width: 0px) {
    .grid-item {
        width: 30%;
        margin: 2.5% 0 0 2.5%
    }

}

@media (min-width: 320px) {
    .grid-item {
        width: 30%;
        margin: 2.5% 0 0 2.5%
    }
}

@media (min-width: 480px) {
    .grid-item {
        width: 18%;
        margin: 1.66667% 0 0 1.66667%
    }
}

@media (min-width: 768px) {
    .grid-item {
        width: 12.85714%;
        margin: 1.25% 0 0 1.25%
    }
}

@media (min-width: 1024px) {
    .grid-item {
        width: 11.25%;
        margin: 1.11111% 0 0 1.11111%
    }
}

@media (min-width: 1224px) {
    .grid-item {
        width: 9%;
        margin: .90909% 0 0 .90909%
    }
}

@media (min-width: 1824px) {
    .grid-item {
        width: 7.5%;
        margin: .76923% 0 0 .76923%
    }
}


.grid .AdBox {
    margin-top: .5rem
}

@media (min-width: 0px) {
    .grid {
        margin-bottom: 2.5%
    }
}

@media (min-width: 320px) {
    .grid {
        margin-bottom: 2.5%
    }
}

@media (min-width: 480px) {
    .grid {
        margin-bottom: 1.66667%
    }
}

@media (min-width: 768px) {
    .grid {
        margin-bottom: 1.25%
    }
}

@media (min-width: 1024px) {
    .grid {
        margin-bottom: 1.11111%
    }
}

@media (min-width: 1224px) {
    .grid {
        margin-bottom: .90909%
    }
}

@media (min-width: 1824px) {
    .grid {
        margin-bottom: .76923%
    }
}

.gridMessageNoFavorite .icon-arrow-right-white,
.gridMessageNoRecent .icon-arrow-right-white {
    width: 22px;
    height: 22px;
    margin-left: 16px
}

.gridTitle {
    margin: 24px 0 16px 24px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.gridTitle h1 {
    color: #fff;
}

.gridTitle,
.gridTitle .circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.j-center {
    justify-content: center;
}

.gridTitle .circle {
    margin-right: 8px;
    font-size: 24px;
    color: #c4c063;
}

.gridTitle .circle .fragment,
.gridTitle .circle .icon,
.gridTitle .circle img {
    width: 32px;
    height: 32px;
    background-size: contain
}

.gridTitle .circle .fragment {
    fill: #1470cc
}

.Header {
    display: -webkit-box;
    display: -ms-flexbox;
    margin-bottom: 12px;
    z-index: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #445620;
    flex-wrap: wrap;
}

.Header .icon-search {
    width: 20px;
    height: 20px
}

.Header .left,
.Header .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.Header .left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.Header .left .hamburger {
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer
}

.Header .right {
    -ms-flex-pack: end
}

.Header .right,
.Header .right-relative {
    -webkit-box-pack: end;
    justify-content: flex-end
}

.Header .right-relative {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: space-between;
    align-items: center;
}

#search_game {
    position: absolute;
    color: #fff;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
    background: 0;
    border: 0
}

.Header .right-relative .icon-search-blue {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    right: 250px;
    top: 14px;
    z-index: 1;
    color: #4a752c
}

.Header .right-relative .button {
    position: absolute;
    right: 8px;
    top: 5px
}

.Header .right-relative .button .icon-close {
    width: 16px;
    height: 16px
}

.Header .coins {
    position: relative
}

.Header .coins .icon-coins {
    width: 25px;
    margin-top: 5px;
    -webkit-filter: drop-shadow(0 2px 4px #0a1748);
    filter: drop-shadow(0 2px 4px #0A1748)
}

.Header .coins .balance {
    position: absolute;
    right: 0;
    top: 3px;
    color: #fff;
    background-color: #f41d00;
    font-size: 11px;
    padding: 2px 5px;
    border-radius: 8px;
    font-weight: 500;
    text-align: center
}

@media (max-width: 1024px) {
    .Header {
        padding: 0 4px
    }

    .Header .Logo.hide-on-mobile {
        display: none
    }
}

@media (max-width: 340px) {
    .Header .right-relative .icon-search-blue {
        right: 186px
    }

    .Header input {
        width: 210px
    }
}


.Logo {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    white-space: nowrap;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    overflow: hidden
}

.Logo img {
    border: none;
    vertical-align: middle;
    margin: 0 4px
}

.Logo img.symbol {
    height: 60px;
}

.Logo img.wordmark {
    height: 36px
}

.Logo span {
    vertical-align: middle
}

@media (max-width: 1024px) {
    .Logo img.symbol {
        height: 40px
    }

    .Logo img.wordmark {
        height: 30px
    }
}

.layout {
    min-height: 100vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* padding-top: 52px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-direction: column;
}

.layout .full-width {
    margin: 0 auto;
    max-width: 1370px;
    width: 100%;
    padding: 0 24px;
}

@media (max-width: 374px) {
    .layout {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .layout .full-width {
        width: 100%;
        max-width: 100%
    }
}

.MenuLeft {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-height: 100vh;
    z-index: 0;
    background-position: 300px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(30, 101, 164, .01)), to(#1e65a4));
    background-image: linear-gradient(90deg, rgba(30, 101, 164, .01) 0, #1e65a4);
    background-repeat: no-repeat;
    visibility: hidden;
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    background-color: #fff
}

.MenuLeft .button.close {
    margin: 16px 10px
}

.MenuLeft .menu-items {
    display: none;
    width: 253px;
    padding-bottom: 30px;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    margin-left: 80px;
    margin-top: 110px
}

.MenuLeft .menu-items .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer
}

.MenuLeft .menu-items .menu-item .fragment {
    fill: #fff
}

.MenuLeft .menu-items .menu-item .fragment,
.MenuLeft .menu-items .menu-item .icon {
    width: 22px;
    height: 22px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    opacity: .5;
    margin-left: 40px;
    margin-right: 24px
}

.MenuLeft .menu-items .menu-item .icon {
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: 50%
}


.MenuLeft .menu-items .menu-item .icon.icon-language {
    width: 32px;
    height: 32px;
    background-position: 50%;
    background-size: 28px;
    background-repeat: no-repeat;
    opacity: 1;
    margin-right: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 16px
}

.MenuLeft .menu-items .menu-item .title {
    width: 130px
}


.MenuLeft .menu-items .menu-item.active {
    background-color: #fff !important;
    color: #1470cc
}

.MenuLeft .menu-items .menu-item.active .fragment {
    opacity: 1;
    fill: #1470cc
}

.MenuLeft .menu-items .menu-item.active .icon {
    opacity: 1
}

.MenuLeft .menu-items .menu-item.active .icon.icon-language {
    border-color: #1470cc
}

.MenuLeft .menu-items .menu-separator {
    border-bottom: 1px solid hsla(0, 0%, 100%, .25);
    width: 189px;
    height: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 40px;
    margin-top: 18px;
    margin-bottom: 18px
}

.MenuLeft .copyright {
    font-size: 13px;
    color: #fff;
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    text-align: center
}

@media (max-height: 680px) {
    .MenuLeft .menu-items {
        padding-bottom: 60px
    }
}

@media (max-width: 1024px) {
    .MenuLeft {
        background-position: 200px
    }

    .MenuLeft .button.close {
        margin: 4px
    }

    .MenuLeft .menu-items {
        background-position: 202px;
        margin: 0
    }

    .MenuLeft .copyright {
        bottom: 24px
    }
}

.expand-enter-done~.MenuLeft,
.expand-enter~.MenuLeft,
.expand-exit-active~.MenuLeft {
    visibility: visible
}

.expand-enter-done~.MenuLeft .menu-items,
.expand-enter~.MenuLeft .menu-items,
.expand-exit-active~.MenuLeft .menu-items {
    display: block
}

.expand-enter-done~.MenuLeft,
.expand-enter~.MenuLeft {
    background-color: #1470cc
}

.expand-enter-done~.MenuLeft .menu-items,
.expand-enter~.MenuLeft .menu-items {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.menu-sidebar-item {
    cursor: pointer;
    text-decoration: none;
    margin-right: 12px;
    /* padding: 4px 8px 4px 4px;  */
}

.menu-sidebar-item .item-name {
    padding-left: 12px;
    color: #000;
    font-size: 15px
}

#root .category-list a.menu-sidebar-item {
    color: #fff;
    overflow: hidden;
}

.menu-sidebar-item .fragment {
    width: 22px;
    height: 22px;
    margin: 5px;
    fill: #fff
}

.menu-sidebar-item.active {
    border-bottom: 2px solid #fff !important;
    color: #fff !important;
}

.menu-sidebar-item {
    /* padding: 8px; */
    display: block;
    text-decoration: none;
}

.menu-sidebar-item:first-child {
    /* padding-top: 12px */
}

.menu-sidebar-item:nth-child(3) {
    /* padding-bottom: 12px */
}

@media (max-width: 1024px) {
    .menu-sidebar-item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 4px;
        padding-right: 4px
    }

    .menu-sidebar-item .item-name {
        display: none
    }
}

@media (max-width: 374px) {
    .menu-sidebar-item {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .menu-sidebar-item .rounded {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .menu-sidebar-item:first-child {
        /* padding-top: 4px */
    }

    .menu-sidebar-item:nth-child(3) {
        /* padding-bottom: 4px */
    }
}

.MessageDetailed {
    margin-top: 88px
}

.MessageDetailed .circle>* {
    width: 132px;
    height: 132px;
    border-radius: 66px;
    margin: 0 auto;
    -webkit-box-shadow: 0 12px 21px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 12px 21px 0 rgba(0, 0, 0, .05);
    background-color: #fff;
    background-size: 72px
}

.MessageDetailed .title {
    font-weight: 600;
    font-size: 20px;
    margin: 24px 10px 16px;
    color: #191536
}

.MessageDetailed .explanation {
    max-width: 310px;
    margin: 0 auto 24px;
    padding: 0 10px;
    font-size: 15px;
    line-height: 20px;
    color: #797e85
}

.MessageDetailed .explanation,
.MessageDetailed .title,
.MessageInline {
    text-align: center
}

.MessageInline {
    font-size: 1.4rem;
    padding: 24px 1rem 1.5rem
}

.MessageInline.bottom,
.MessageInline.top {
    padding-top: 1.5rem
}

.MessageInline .link {
    text-decoration: underline;
    cursor: pointer
}

.Overlay {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    cursor: default;
    -webkit-box-shadow: -7px 7px hsla(0, 0%, 100%, .15), -14px 14px hsla(0, 0%, 100%, .07);
    box-shadow: -7px 7px hsla(0, 0%, 100%, .15), -14px 14px hsla(0, 0%, 100%, .07);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    border-radius: 4px;
    -webkit-transform-origin: left;
    transform-origin: left;
    visibility: hidden
}

.content_site.expand-enter-done~.Overlay,
.content_site.expand-enter~.Overlay {
    visibility: visible;
    -webkit-transform: translateX(400px) scale(.8);
    transform: translateX(400px) scale(.8)
}

@media (max-width: 1024px) {

    .content_site.expand-enter-done~.Overlay,
    .content_site.expand-enter~.Overlay {
        -webkit-transform: translateX(265px) scale(.8);
        transform: translateX(265px) scale(.8)
    }
}

.Popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 12;
    background-color: #f8f8fa;
    -webkit-transform: translateY(90%);
    transform: translateY(90%);
    opacity: 0;
    -webkit-transition: opacity .25s ease-out, -webkit-transform .25s ease-out;
    transition: opacity .25s ease-out, -webkit-transform .25s ease-out;
    transition: transform .25s ease-out, opacity .25s ease-out;
    transition: transform .25s ease-out, opacity .25s ease-out, -webkit-transform .25s ease-out;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.Popup.fade-enter-active,
.Popup.fade-enter-done {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.Popup .header {
    height: 52px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #164a79
}

.Popup .header .icon-close {
    width: 14px;
    height: 14px;
    fill: #fff
}

.Popup.transparent-header .header {
    background-color: initial;
    position: absolute
}

.Popup.transparent-header .header .icon-close {
    fill: #1470cc
}

@media (max-width: 1024px) {
    .Popup .header {
        height: 48px;
        padding: 0 4px
    }
}

.ReadMore {
    overflow-y: hidden
}

.ReadMore pre {
    font: inherit;
    white-space: pre-wrap;
    margin: 0
}

.ReadMore .less,
.ReadMore .more {
    margin-top: 10px
}

.ReadMore .less span,
.ReadMore .more span {
    margin-top: 8px;
    cursor: pointer;
    color: #39f;
    font-size: 15px
}

.ScrollSensor {
    width: 100%;
    margin-bottom: 24px;
}

.ScrollSensor.top {
    height: 1px
}

.ScrollSensor.inactive {
    display: none
}

@media (min-width: 0px) {
    .ScrollSensor.bottom .MessageInline {
        padding-top: 2.5%;
        padding-bottom: 5%
    }
}

@media (min-width: 320px) {
    .ScrollSensor.bottom .MessageInline {
        padding-top: 2.5%;
        padding-bottom: 5%
    }
}

@media (min-width: 480px) {
    .ScrollSensor.bottom .MessageInline {
        padding-top: 1.66667%;
        padding-bottom: 3.33333%
    }
}

@media (min-width: 768px) {
    .ScrollSensor.bottom .MessageInline {
        padding-top: 1.25%;
        padding-bottom: 2.5%
    }
}

@media (min-width: 1024px) {
    .ScrollSensor.bottom .MessageInline {
        padding-top: 1.11111%;
        padding-bottom: 2.22222%
    }
}

@media (min-width: 1224px) {
    .ScrollSensor.bottom .MessageInline {
        padding-top: .90909%;
        padding-bottom: 1.81818%
    }
}

@media (min-width: 1824px) {
    .ScrollSensor.bottom .MessageInline {
        padding-top: .76923%;
        padding-bottom: 1.53846%
    }
}

@media (max-width: 374px) {
    .top {
        position: absolute;
        top: 0;
        left: 0
    }
}

.SearchInput {
    width: 276px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px 10px 35px;
    font-size: 15px;
    color: #fff;
    -webkit-transform-origin: right;
    transform-origin: right;
    outline: 0;
    border: 2px solid #ffffffb0;
    background: 0 0;
}

.SearchInput:focus {
    color: #C4BB52;
    border: 2px solid #fff
}

.SearchInput::placeholder {
    color: #ffffffb0;
}

.SearchInput:focus::placeholder {
    color: #fff;
}

.SearchInput::-ms-clear {
    width: 0;
    height: 0
}

.SearchInput::-webkit-input-placeholder {
    color: #bcbec2;
    font-style: italic
}

.SearchInput::-moz-placeholder {
    color: #bcbec2;
    font-style: italic
}

.SearchInput:-ms-input-placeholder {
    color: #bcbec2;
    font-style: italic
}

.SearchInput::-ms-input-placeholder {
    color: #bcbec2;
    font-style: italic
}

.SearchInput::placeholder {
    color: #bcbec2;
    font-style: italic
}

@media (max-width: 340px) {
    .Header.HeaderQuickSearch .right input {
        width: 210px
    }
}

.Sidebar {
    padding: 0 8px;
    ;
    background-color: #25292e;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .05);
    position: fixed;
    left: 0;
    height: 100%;
}

@media (max-width: 374px) {
    .Sidebar {
        margin-top: 16px
    }
}

.TextContainer {
    max-width: 620px;
    margin: 0 auto;
    padding: 0 24px
}

.TextContainer h1 {
    font-size: 20px;
    line-height: 27px
}

.TextContainer h3 {
    font-size: 16px;
    line-height: 24px
}

.TextContainer h1,
.TextContainer h3 {
    color: #191536;
    font-weight: 600
}

.TextContainer li,
.TextContainer p {
    color: #797e85;
    font-size: 15px;
    line-height: 20px
}

.TextContainer li.bold,
.TextContainer p.bold {
    font-weight: 700
}

.TextContainer li a,
.TextContainer p a {
    color: #797e85
}

.TextContainer h1,
.TextContainer h3,
.TextContainer p {
    margin: 24px 0
}

.TextContainer ul {
    list-style-type: decimal;
    padding-left: 25px
}

.TextContainer ul ul {
    list-style-type: circle
}

.UrlNotFound .icon-404 {
    background-size: 96px
}

.UrlNotFound .icon-home-white {
    margin-right: 16px;
    width: 22px;
    height: 24px
}

.grid-item:hover .game-title {
    height: 40%;
    padding: 5px 0 0 0;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    box-shadow: 0px -1px 5px 0px rgb(196 192 99 / 50%);
}

.embed-responsive iframe {
    width: 100%;
    margin: 0 auto;
    display: block;
    border-top: 2px solid rgba(196, 192, 99, .5);
    border-left: 2px solid rgba(196, 192, 99, .5);
    border-right: 2px solid rgba(196, 192, 99, .5);
    box-sizing: border-box;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
}

.flex-right {
    margin-top: 12px;
}

.title-list a {
    text-decoration: none;
    transition-duration: .3s;
    color: inherit;
}

.title-list a:hover {
    text-decoration: none;
    transform: scale(1.2);
}

.game-related {
    /* background:#111; */
    margin-top: 24px;
    /* padding:12px 12px 36px 12px; */
    border-radius: 12px;
    /* border: 2px solid #c4c063; */
    box-sizing: border-box;
    /* box-shadow: 1px 1px 4px 0px #c4c063; */
}

#close_fullsrceen {
    position: fixed;
    top: 22px;
    right: 25px;
    z-index: 999999;
    padding: 10px 8px;
    background: #fff;
    border-radius: 5px;

}

.full_screen_box {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

.full-screen {
    max-width: 100%;
    max-height: 100%;
}

#button-gotop {
    border: none;
    display: none;
    background-color: #5A7FFF;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: #fff;
    transition: background-color .3s, opacity .5s, visibility .5s;
    z-index: 999;
}

.thumbnail-rating .stars {
    flex-shrink: 0;
}

.thumbnail-rating .stars-0 {
    background-position: -88px 0;
}

.logo_footer {
    max-width: 135px;
    width: 100%;
}

.img-container {
    height: 150px;
}

.img-fluid {
    width: 200px;
    object-fit: cover;
}

.border_gardiant {
    border-bottom: 2px solid #fff;
    -o-border-image: linear-gradient(270deg, #29b6f6, #4527a0 52%, #ef5350) 5;
    border-image: linear-gradient(270deg, #29b6f6, #4527a0 52%, #ef5350) 5;
}

#body {
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(161, 16, 56, 1) 46%, rgba(0, 212, 255, 1) 100%);
}

.bg-detail {
    background: #456DAE;
    margin-bottom: 20px;
    border: 1px solid;
    border-radius: 4px;
}

.justify-content-xs-center a {
    color: #EC407A;
}

*:fullscreen *:-ms-fullscreen,
*:-webkit-full-screen,
*:-moz-full-screen {
    overflow: auto !important;
}

#load_more {
    border: none;
    background-color: #5a7fff;
    width: 150px;
    padding: 12px 20px;
    text-align: center;
    border-radius: 4px;
    margin: 12px auto;
    display: block;
    color: #fff;
    text-decoration: none;
}

.thumbnail-rating .stars {
    flex-shrink: 0;
}

.thumbnail-rating .stars {
    flex-shrink: 0;
}

.thumbnail-rating .stars-0 {
    background-position: -88px 0;
}

.stars-0 {
    background-position: -88px 0;
}

.stars-1 {
    background-position: -72px 0;
}

.stars-2 {
    background-position: -54px 0;
}

.stars-3 {
    background-position: -36px 0;
}

.stars-4 {
    background-position: -18px 0;
}

.stars-5 {
    background-position: 0px 0;
}

.stars-0-5 {
    background-position: -72px -18px;
}

.stars-1-5 {
    background-position: -54px -18px;
}

.stars-2-5 {
    background-position: -36px -18px;
}

.stars-3-5 {
    background-position: -18px -18px;
}

.stars-4-5 {
    background-position: 0px -18px;
}

.categories {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row wrap;
}

div.categories a:hover,
div.tag a:hover {
    text-decoration: none !important;
}

div.categories a,
div.tag a {
    text-decoration: none;
    color: #fff;
    padding: 8px 16px;
    background: #5A7FFF;
    border-radius: 6px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    transition: all .2s ease-in-out;
    box-shadow: 0 3px 0 0 #004b68;
}

div.categories a:hover {
    color: #fff;
    transform: translateY(3px);
    box-shadow: 0 0 0 0 #004b68;
}

.scale-button {
    transition-duration: .3s;
}

/*.scale-button:hover {
    transform: scale(1.05);
}*/

.result {
    background: #000;
}

#results {
    z-index: 1005;
    display: none;
    position: absolute;
    width: 270px;
    top: 44px;
    right: 6px;
    background: #c4c063;
}

.result a {
    font-size: 12px;
    display: flex;
    align-self: center;
    padding: 4px;
    line-height: 16px;
    color: #fff;
    overflow: hidden;
    border-top: 1px solid #c4c063;
    border-bottom: 1px solid #c4c063;
    border-left: 1px solid #c4c063;
}

.result img {
    max-width: 45px;
    max-height: 45px;
    margin-right: 8px;
    border-radius: 4px;
}

.title-search {
    font-size: 15px;
    font-weight: 500;
    color: #191536;
    text-decoration: none;
}

.main-content {
    position: relative;
}

.main-content .owl-theme .custom-nav {}

.main-content .owl-theme .custom-nav .owl-prev:focus,
.main-content .owl-theme .custom-nav .owl-next:focus {
    outline: none !important;
}

.main-content .owl-theme .custom-nav .owl-prev,
.main-content .owl-theme .custom-nav .owl-next {
    position: absolute;
    color: inherit;
    background: #0f1012;
    border: none;
    z-index: 1;
    color: #111;
    top: 56%;
    max-height: 200px;
    height: 100%;
    transform: translate(-50%, -50%);
}

.main-content .owl-theme .custom-nav .owl-prev:hover,
.main-content .owl-theme .custom-nav .owl-next:hover {}

.main-content .owl-theme .custom-nav .owl-prev i,
.main-content .owl-theme .custom-nav .owl-next i {
    font-size: 3rem;
    color: #fff;
}

.main-content .owl-theme .custom-nav .owl-prev {
    left: 0;
}

.main-content .owl-theme .custom-nav .owl-next {
    right: -27px;
}

.footer {
    background: transparent;
    padding: 16px 24px;
    margin-top: 24px;
    /* box-shadow: 0px 1px 4px 0 #c4c063; */
    /* border-top: 1px solid #c4c063; */
}

.navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}

.nav-item {
    margin-right: 32px;

}

.nav-item a {
    text-decoration: none;
    color: #fff;

}

.content_page {
    margin-top: 24px;
    color: #fff;
    padding: 12px 24px;
    background: #111;
    border-radius: 12px;
    box-sizing: border-box;
    box-shadow: 0 2px 3px 0 rgb(0 99 255 / 17%), 0 2px 5px 0 rgb(255 255 255 / 18%), inset 1px 3px 19px 6px rgb(201 201 201 / 72%);
}

.GameSectionRecommended .body,
.grid-feature {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(131px, 1fr));
    grid-gap: 10px 10px;
    grid-auto-flow: row dense;
}

.grid-feature {
    margin-top: 12px;
}

@media (max-width: 500px) {

    /* .GameSectionRecommended .body, .grid-feature {
        grid-template-columns: repeat(2, 1fr) !important;
    }*/
    .navbar-nav {
        flex-direction: column;
        justify-content: center;
    }
}

.game-item {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 10px;
    transition: background ease .3s, border linear .3s;
    box-sizing: border-box;
    box-shadow: 0px -1px 5px 0px rgb(196 192 99 / 50%);
    border: 2px solid rgba(196, 192, 99, .5);
}

.swiper-slide.game-item {
    box-shadow: unset;
    border: 0;
}

.game-item .list-game {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: all .3s;
    border-radius: 10px;
}

 

.game-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    aspect-ratio: 1 / 1;
    display: block !important;
}

.list-thumbnail {
    position: relative;
}

.list-thumbnail img {
    width: 128px;
    height: 128px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.game-item .game-title {
    overflow: hidden;
    margin: 0;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden;
    font-weight: 700;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: linear-gradient(0deg, rgb(0 0 0 / 70%) 0, rgba(255, 255, 255, 0) 85%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0 10px 12px 10px;
    box-sizing: border-box;
    text-transform: capitalize;
    font-size: 14px;
}

.game-item .text-overflow {
    -webkit-line-clamp: 3;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}

.GameSectionRecommended .body a:hover .game-title,
.grid-feature a:hover .game-title,
.swiper-wrapper a:hover .game-title {
    opacity: 1;
    visibility: visible
}

.title-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
    color: #fff;
    gap: 12px;
    /* padding: 0px 16px; */
}

.ads300x600 {
    width: 300px;
    height: 600px;
    background: #7c7c7c4f;
}

.ads728x90 {
    width: 728px;
    height: 90px;
    background: #7c7c7c4f;
    margin: 24px auto;
}

ul.menu-header {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
    margin-left: auto;
}

ul.menu-header li a {
    color: #fff;
}

ul.menu-header li a:hover {
    color: #c4c063;
}

.search-menu {
    position: relative;
    flex: 0;
}

.flex-right .box-comment {
    background: #4a752c;
    border-radius: 12px;
    border: 2px solid rgba(196, 192, 99, .5);
    box-sizing: border-box;
    box-shadow: 1px 1px 4px 0px rgb(196 192 99 / 50%);
}

.more-game {
    margin: 12px auto;
    background: #5A7FFF;
    box-shadow: 0px 5px 6px 0px rgb(0 0 0 / 22%);
    padding: 8px 16px;
    max-width: 300px;
    width: 100%;
    border-radius: 8px;
    text-align: center;
    display: block;
}

.animated.delay-4s {
    animation-delay: 4s;
}

.animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;

}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@media (max-width: 1024px) {

    .GameSectionPlay,
    .Section {
        max-width: 100%;
    }

    .flex-right {
        width: 100%;
    }

    .ads300x600 {
        display: none;
    }
}

@media (max-width: 1324px) {

    .GameSectionPlay,
    .Section {
        max-width: 100%;
    }

    .flex-right {
        width: 100%;
        padding: 0 12px;
    }

    .ads300x600 {
        display: none;
    }
}

#gtx-trans {
    display: none !important;
}

.border-middle {
    height: 1px;
    background: #c4c063;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.box-image {
    float: left;
    margin: 12px 12px 0 0;
}

.mirror-reply {
    transform: scaleX(-1);
    padding-top: 10px;
    margin-right: 3px;
}

.grid-2x2 {
    grid-column: span 3;
    -ms-grid-row: span 2;
    grid-row: span 2;
}

.ads_grid {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.ads_grid span {
    color: #ffffff91;
}

.ads_grid,
.ads_grid .ads {
    width: 100%;
    max-height: 250px !important;
}


.ads-class {
    display: flex;
    flex-direction: column;
    align-item: center;
    margin: 24px auto;
}

.ads-class .ads {
    width: 100%;
    min-height: 90px;
    max-width: 1200px;
    margin: 0 auto;
}

.ads-top-txt span {
    color: #ffffff91;
    text-align: center;
    display: block;
}

.game-hot {
    max-width: 100%;
    width: 100%;
    margin: 24px 0;
}

@media (max-width: 1024px) {
    .GamePlay {
        flex-direction: column;
    }

    .no-result {
        color: #c4c063
    }
}

/*===============================*/
select.classic {
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23fff' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
    background-color: #101113;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 1.4em 0.5em 1em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 14px;
    border: 2px solid #fff;
    outline: 0;
    height: fit-content;
    margin-left: auto;
}

select.classic:focus {
    background-color: #101113;
    color: #fff;
    outline: 0;
}

/* select filter cat*/
/*player button control*/
.player-footer,
.blur_dialog,
.contact-popup {
    --shadow-2: 0px 6px 30px rgba(0, 0, 0, .05);
    --box-bg-color: #445620;
    --btn-control: #ffffff26;
    --btn-control-hover: #c4bb52;
    --color-primary: #fff;
    --btn-text-extent: #030712;
    --text-btn-control: #0a0a1a;
    --text-btn-control-hover: #fff;
    --border-btn: #ffffff3d;
    --color-content-popup: #fff;
    --color-heading-popup: #c4bb52;
}

.player-footer {
    border-radius: 8px;
    position: relative;
    margin: 12px 0 0;
    box-shadow: var(--shadow-2);
    width: 100%;
    background-color: var(--box-bg-color);
}

.player-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 10px;
    z-index: 0;
}

.player-footer__item {
    padding: 0 10px;
}

.player-footer__left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.player-footer__left img {
    border-radius: 4px;
    max-width: 40px;
}

.player-footer__left h1 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    font-family: var(--font-heading);
    color: var(--color-primary);
    padding: 0;
}

.player-footer__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.g-footer__button {
    background: var(--btn-control) !important;
    color: var(--color-primary);
    border: 0;
    width: 40px;
    height: 40px;
    transition: all 0.3s;
    border-radius: 50%;
    box-shadow: var(--shadow-2);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.g-footer__button .svg-icon {
    width: 18px;
    height: 18px;
    transition: transform .2s cubic-bezier(.32, 1.2, .54, 1.17);
}

.g-footer__button-title {
    font-size: 10px;
    bottom: 4px;
    left: 50%;
    position: absolute;
}

.g-footer__button-title_last {
    opacity: 0;
}

.g-footer__button-title_first {
    background-color: transparent;
    color: #fff;
    opacity: 1;
}

.g-footer__button-title_text {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s cubic-bezier(.32, 1.2, .54, 1.17);
    white-space: nowrap;
    background: var(--box-bg-color);
    font-weight: 500;
}

@media (hover: hover) and (pointer: fine) {
    .g-footer__button:hover .g-footer__button-title_last {
        background-color: var(--btn-text-extent);
        color: #fff;
        opacity: 1;
    }

    .g-footer__button:hover .g-footer__button-title_first {
        opacity: 0;
    }

    .g-footer__button:hover {
        transform: translateY(-3px);
        background: var(--btn-control-hover) !important;
        color: var(--text-btn-control-hover);
    }
}

.g-footer__button:hover .svg-icon {
    transform: rotate(-5deg);
}

.g-footer__button.voted,
.g-footer__button.active {
    transform: translateY(-3px);
    background: var(--btn-control-hover) !important;
    color: var(--text-btn-control-hover);
}

/* =======popup========== */
.blur_dialog,
.contact-popup {
    position: fixed;
    bottom: 0;
    top: 0;
    right: -330px;
    width: 330px;
    background-color: #445620;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 8px 0 0;
    border: 1px solid var(--border-card);
    z-index: 1001;
    transition: right 0.3s ease-in-out;
}

.blur_dialog.active,
.contact-popup.show {
    right: 0px;
}

label.label-contact-select {
    position: relative;
    display: inline-block;
    margin: 0 0 10px;
}

label.label-contact-select:before {
    content: "";
    height: 31px;
    position: absolute;
    right: 7px;
    top: 3px;
    width: 22px;
    background: transparent;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    pointer-events: none;
    display: block;
}

label.label-contact-select:after {
    content: " ";
    position: absolute;
    right: 15px;
    top: 46%;
    margin-top: -3px;
    z-index: 2;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.9px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
    pointer-events: none;
}

/* Popup container */
.contact-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 30px 0 10px;
    border: 1px solid var(--border-btn);
    border-radius: 4px;
    line-height: 36px;
    background: #445620;
    height: 36px;
    color: var(--color-primary);
    margin: 0 0px 5px 0;
    width: 100%;
    font-size: 14px;
    font-family: inherit;
}

.contact-select:focus-visible {
    outline: 0 !important;
}

select.contact-select::-ms-expand {
    display: none;
}

.error_form_contact,
.error-message-email {
    font-size: 0.9em;
    color: var(--high-light);
    margin: 0 0 8px;
    display: none;
}

label.label-contact-select {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
}

.popup-heading {
    display: flex;
    align-items: center;
    flex-flow: nowrap;
    padding: 0 40px 0 16px;
    line-height: 1.5;
}

.popup-content {
    border-top: 1px solid var(--border-btn);
    font-size: 14px;
    color: var(--color-content-popup);
    padding: 8px 16px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-y: scroll;
    height: calc(100vh - 60px);
}

.content_inner_popup {
    padding-bottom: 100px;
}

.content_inner_popup h2:not([class]),
.content_inner_popup h3:not([class]),
.content_inner_popup h4:not([class]) {
    margin: 0 0 10px;
    color: var(--color-heading-popup);
}

.content_inner_popup h2:not([class]) {
    font-size: 24px;
    font-weight: 600;
}

.content_inner_popup h3:not([class]),
.content_inner_popup h4:not([class]) {
    font-size: 20px;
    font-weight: 500;
}

.content_inner_popup ol:not([class]),
.content_inner_popup ul:not([class]) {
    margin: 0 0 10px;
    padding-left: 24px;
}

.content_inner_popup ol:not([class]) li,
.content_inner_popup ul:not([class]) li {
    list-style: disc;
    margin: 0 0 6px;
}

.content_inner_popup a:not([class]) {
    color: var(--color-heading-popup);
    text-decoration: none;
}

.content_inner_popup a:not([class]):hover {
    text-decoration: underline;
}

.content_inner_popup p:not([class]) {
    margin-bottom: 10px;
}

.check_box_contact {
    background-color: #fff;
    border: 3px solid var(--border-btn);
    border-radius: 4px;
    cursor: pointer;
    display: block;
    height: 16px;
    margin: 0;
    width: 16px;
}

.form_contact {
    background: transparent;
    border: 1px solid var(--border-btn);
    color: var(--color-primary);
    max-width: 308px;
    resize: none;
    border-radius: 4px;
    transition: background-color .2s ease-in-out;
    width: 100%;
    font-family: inherit;
}

.contact_input {
    margin: 0 0 10px;
    padding: 8px 12px;
    font-size: 14px;
}

.contact_textarea {
    margin: 0 0 10px;
    padding: 8px 12px;
    height: 86px;
    font-size: 14px;
}

.icon_contact {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    margin-right: 10px;
}

.title_contact {
    font-size: 12px;
    color: var(--color-primary);
    flex: 1;
    padding: 14px 0;
}

.title_contact strong {
    font-size: 14px;
}

.close_contact {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}

.close_contact .svg-icon {
    width: 14px;
    height: 14px;
}

.feedback_image_checkbox {
    margin: 7px 0 0 8px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.contact-form button {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
}

.form_bottom {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 4px 16px;
}

.popup-link_share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 12px;
    border: 1px solid var(--border-btn);
    border-radius: 4px;
    margin-top: 12px;
    position: relative;
    height: 40px;
    margin-bottom: 20px;
}

.popup-link-share--url {
    width: 100%;
    background: 0;
    border: 0;
    height: auto;
    color: var(--color-primary);
    flex: 1;
    padding-right: 12px;
}

.popup-link-share--copy {
    color: #8166ff;
    font-weight: 600;
}

.popup-link-share--copy:hover {
    cursor: pointer;
}

.title_change_log {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
    color: var(--color-primary);
    line-height: normal;
    letter-spacing: 1.1px;
}

.change_log_item {
    padding: 8px;
    border-radius: 8px;
    background: #31420f;
    margin: 0 0 8px;
}

.content_change_log {
    margin-bottom: 6px;
    color: var(--color-content-popup);
    font-size: 14px;
    padding-left: 15px;
}

.content_change_log ul {
    padding-left: 16px;
    margin: 0;
}

.content_change_log ul li {
    list-style: disc;
    margin: 0 0 6px;
}

.notify-toast {
    background: #4CAF50;
    /* Green background */
    color: white;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.toast-content {
    font-size: 16px;
    font-weight: 600;
}

.notification-success {
    position: sticky;
    bottom: 12px;
    left: 12px;
    width: fit-content;
    border-radius: 10px;
    box-shadow: 0 -6px 74px 0 rgb(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 rgb(0 0 0 / 0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notification-success .toastt .content {
    display: flex;
    gap: 12px;
    align-items: center;
}

.notification-success .toastt.offline {
    border-color: #ccc;
}

.content_notification .details {
    margin-left: 15px;
}

.details span {
    font-size: 20px;
    font-weight: 500;
    color: #878787;
}

.details p {
    color: #878787;
}

.toastt .content_notification {
    display: flex;
    align-items: center;
}

.toastt .content_notification .icon {
    background: #ccc;
}

.toastt .content_notification .icon img {
    max-width: 50px;
    display: block;
}

.favorited {
    color: red;
}

/* ======================================== */
.frame-box-game {
    min-height: 520px;
    position: relative;
}


.frame-box-game iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
}

@media (max-width: 991px) {
    .player-footer__inner {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }
}

.sort_container {
    margin-left: auto;
}

.s-title-control {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    align-items: center;
}

.s-title-control__left h1 {
    margin: 0 !important;
    padding: 0 !important;
    text-align: left;
}

.description__body p {
    margin: 0 !important;
}

@media (max-width: 768px) {
    .s-title-control {
        flex-direction: column;
        gap: 0;
    }
}

.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
}

.carousel {
    position: relative;
}

.section {
    margin: 0 0 48px;
}

.game_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 16px !important;
    flex-flow: row wrap;
}

.heading__title {
    font-weight: bold;
    font-size: 1.5rem;
    color: #f5fff7;
}

.view-more {
    margin-left: 10px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #445620;
    padding: 4px 8px;
    font-size: 12px;
    display: flex;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.action-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    gap: 1px;
}

.action-button button {
    outline: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 10px;
    color: #fff;
    transition: all .3s;
    box-shadow: 0 3px 0 0 #242e0f;
    border: 0;
    background-color: #445620;
}

.action-button button.swiper-button-disabled {
    opacity: .4;
    color: #fff;
}

.action-button button:first-child {
    border-radius: 6px 0 0 6px;
}

.action-button button:last-child {
    border-radius: 0 6px 6px 0;
}

.action-button button:hover {
    box-shadow: 0 0;
    transform: translateY(3px);
    background-color: #445620;
}

button {
    cursor: pointer;
}

.view-more:hover .svg-icon {
    animation: focusme .3s infinite;
}

@keyframes focusme {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.page_loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 110;
    display: none;
    background-color: rgba(0, 0, 0, .75);
}

.loading_page {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

/* HTML: <div class="loader"></div> */
.loader {
    width: 45px;
    aspect-ratio: 1;
    --c: no-repeat linear-gradient(#fff 0 0);
    background: var(--c), var(--c), var(--c);
    animation:
        l15-1 1s infinite,
        l15-2 1s infinite;
}

@keyframes l15-1 {

    0%,
    100% {
        background-size: 20% 100%
    }

    33%,
    66% {
        background-size: 20% 40%
    }
}

@keyframes l15-2 {

    0%,
    33% {
        background-position: 0 0, 50% 100%, 100% 100%
    }

    66%,
    100% {
        background-position: 100% 0, 0 100%, 50% 100%
    }
}

.games-grid__navigation {
    display: flex;
    justify-content: center;
}

.pagination ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 30px;
    list-style: none;
}

.pagination li {
    padding: 0;
}

.pagination a,
.pagination span {
    font-weight: 500;
    position: relative;
    z-index: 0;
    display: block;
    padding: 0 5px;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-decoration: none;
    min-width: 42px;
    height: 42px;
    line-height: 42px;
    opacity: 1;
    margin: 0 3px;
    border-radius: 8px;
    overflow: hidden;
    background: #c4bb52;
    transition: all .2s ease-in-out;
    box-shadow: 0 3px 0 0 #445620;
}

.pagination span.current {
    color: #fff;
    transform: translateY(3px);
    box-shadow: 0 0 0 0 #445620;
}

.pagination a::after,
.pagination span::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    background: #445620;
    box-shadow: 0 3px 0 0 #445620;
}

.pagination a:hover,
.pagination a.current,
.pagination span:hover,
.pagination span.current {
    color: #fff;
    transform: translateY(3px);
    box-shadow: 0 0 0 0 #445620;
    box-shadow: 0 0 0 0 #445620;
}

.pagination a:hover::after,
.pagination a.current::after,
.pagination span:hover::after,
.pagination span.current::after {
    opacity: 1;
}

.heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.description__body {
    margin-bottom: 8px;
}

.flex-full {
    flex: 0 0 100% !important;
}

.mb-5 {
    margin-bottom: 20px;
}

.mt-4 {
    margin-top: 16px;
}

.menu-header-left {
    margin-left: 10px;
    margin-right: 24px;
    display: none;
}

@media (max-width: 1400px) {
    .menu-header-left {
        display: block;
    }

    ul.menu-header {
        display: none;
    }

    .Header .right-relative {
        flex: 0;
    }

    .Header {
        justify-content: space-between;
    }
}

.navside.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.navside {
    margin: 0;
    background: #445620;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    webkit-transform: translate3d(calc(-100% - 45px), 0, 0);
    transform: translate3d(calc(-100% - 45px), 0, 0);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    border-right: 1px solid #ffffff5e;
    width: 230px;
}

.button-close {
    position: absolute;
    left: 206px;
    top: 35px;
    width: 45px;
    height: 45px;
    background: #445620 !important;
    border-radius: 50%;
    border: 1px solid #ffffff5e;
    z-index: 111;
    color: #fff;
    display: flex;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 18%);
    justify-content: center;
    align-items: center;
}

.navside__scroll {
    height: 100%;
    position: relative;
    overflow: auto;
    padding: 10px 18px 10px 18px;
}

.scroll-content {
    overflow-y: auto;
    scrollbar-width: none;
    overscroll-behavior-y: contain;
}

.navside__inner {
    margin: 5px 0;
    max-height: 100%;
}

.navside__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

@media (min-width: 1199px) {
    .navside__items--mobile-only {
        display: none;
    }
}

.navside__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

.navside__item {
    margin: 0;
}

.navside__link {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    padding: 6px 0;
    opacity: 1;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    gap: 10px;
    width: fit-content;
    border-radius: 8px;
}

.navside__thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 28px;
}

.navside__thumb img {
    max-height: 100%;
}

.navside__title {
    color: #fff;
    text-transform: capitalize;
    font-family: inherit;
    transition: all .2s linear;
    font-weight: 500;
}

body.menu-opened {
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / .5);
    display: none;
    z-index: 99;
}

body.menu-opened .overlay {
    display: block;
}

:focus-visible {
    outline: 0;
}

@media (max-width: 768px) {
    .right-relative {
        flex-basis: 100% !important;
    }

    .Header .right-relative {
        justify-content: center;
    }
}

@media (max-width: 500px) {
    .ads_grid {
        display: none;
    }
}

@media (max-width: 1350px) {
    .GamePlay .box-content {
        width: 100%;
        flex: 0 0 100%;
    }

    .GamePlay .comment-area {
        width: 100%;
        flex: 0 0 100%;
    }
}

#game_hot_slider .swiper-slide {
    width: 140px;
    margin-right: 10px;
}

#game_popular_slider .swiper-slide {
    width: 140px;
    margin-right: 10px;
}