* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

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
}

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
}

@font-face {
    font-family: "Raleway";
    src:
        url("../fonts/Raleway-Regular.woff2") format("woff2"),
        url("../fonts/Raleway-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: "Raleway";
    src:
        url("../fonts/Raleway-Bold.woff2") format("woff2"),
        url("../fonts/Raleway-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    ascent-override: 90%;
    descent-override: 10%;
    line-gap-override: 5%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    line-height: 1.5;
    width: 100%;
    color: #fff;
    background-image: url(../images/bg_backrooms.jpg?v=1.1);
    background-color: #000;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body,
html {
    -webkit-font-smoothing: antialiased
}

body.modal-opened #root,
html.modal-opened #root {
    display: none
}

/* 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;
}

.ButtonReportGame {
    color: #797e85;
    font-size: 13px;
    width: auto;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-right: 25px;
    background: right 2px center/17px no-repeat url(../images/icon-flag-gray.svg)
}

.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 .layout {
    /* background-image: url('../images/bg_backrooms.jpg?v=1.1'); */
    /* background-color: #000; */
}

#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: #987023;
    -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: 10px;
    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%;
    max-width: 123px;
    border-radius: 6px;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.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 {
    margin-left: 12px;
    color: #c4c063;
    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
    }
}

.FormContactUsContainer {
    height: 100%;
    background: linear-gradient(178deg, #f8f8fa 476px, #fff 0, #fff)
}

.FormContactUsContainer .FormContactUs .line {
    width: 100%;
    height: 1px;
    border-top: 1px solid #dddee0;
    margin: 40px 0 24px
}

.FormContactUsContainer .FormContactUs .site-title {
    font-size: 20px;
    font-weight: 600;
    color: #191536;
    margin-bottom: 8px
}

.FormContactUsContainer .FormContactUs .text {
    color: #797e85;
    margin-bottom: 16px;
    font-size: 15px
}

.FormContactUsContainer .FormContactUs .facebook-page,
.FormContactUsContainer .FormContactUs .youtube-channel {
    display: inline-block;
    background-size: cover
}

.FormContactUsContainer .FormContactUs .facebook-page {
    width: 24px;
    height: 24px;
    background-image: url(../images/icon-facebook-gray.svg);
    margin-right: 16px
}

.FormContactUsContainer .FormContactUs .youtube-channel {
    width: 34px;
    height: 24px;
    background-image: url(../images/icon-youtube-gray.svg)
}

.FormPrivacySettings.FormShell .explanation {
    font-size: 14px;
    line-height: 20px
}

.FormPrivacySettings.FormShell .explanation a {
    color: inherit
}

.FormShell {
    max-width: 310px;
    padding: 32px;
    margin: 0 auto
}

.FormShell .title {
    font-weight: 600;
    font-size: 20px;
    color: #191536;
    margin-bottom: 24px
}

.FormShell input[type=email],
.FormShell input[type=text],
.FormShell input[type=url],
.FormShell select,
.FormShell textarea {
    width: 100%;
    max-width: 100%;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .05);
    border: 1px solid transparent;
    font-size: 15px;
    line-height: 20px;
    color: #191536;
    padding: 10px;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 16px;
    background-color: #fff
}

.FormShell input[type=email]:focus,
.FormShell input[type=text]:focus,
.FormShell input[type=url]:focus,
.FormShell select:focus,
.FormShell textarea:focus {
    border-color: #39f
}

.FormShell input[type=email]::-webkit-input-placeholder,
.FormShell input[type=text]::-webkit-input-placeholder,
.FormShell input[type=url]::-webkit-input-placeholder,
.FormShell select::-webkit-input-placeholder,
.FormShell textarea::-webkit-input-placeholder {
    color: #797e85
}

.FormShell input[type=email]::-moz-placeholder,
.FormShell input[type=text]::-moz-placeholder,
.FormShell input[type=url]::-moz-placeholder,
.FormShell select::-moz-placeholder,
.FormShell textarea::-moz-placeholder {
    color: #797e85
}

.FormShell input[type=email]:-ms-input-placeholder,
.FormShell input[type=text]:-ms-input-placeholder,
.FormShell input[type=url]:-ms-input-placeholder,
.FormShell select:-ms-input-placeholder,
.FormShell textarea:-ms-input-placeholder {
    color: #797e85
}

.FormShell input[type=email]::-ms-input-placeholder,
.FormShell input[type=text]::-ms-input-placeholder,
.FormShell input[type=url]::-ms-input-placeholder,
.FormShell select::-ms-input-placeholder,
.FormShell textarea::-ms-input-placeholder {
    color: #797e85
}

.FormShell input[type=email]::placeholder,
.FormShell input[type=text]::placeholder,
.FormShell input[type=url]::placeholder,
.FormShell select::placeholder,
.FormShell textarea::placeholder {
    color: #797e85
}

.FormShell input[type=submit] {
    text-align: center
}

.FormShell select {
    height: 40px
}

.FormShell textarea {
    min-height: 145px;
    min-width: 100%
}

.FormShell .button-play-large {
    margin-top: 16px;
    width: 100%;
    outline: none
}

.FormShell .button-play-large[disabled] {
    opacity: .6;
    cursor: default
}

.FormShell .field label {
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #191536;
    margin-bottom: 8px;
    display: block
}

.FormShell .checkbox-field label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    line-height: 20px
}

.FormShell .checkbox-field label input {
    margin-right: 8px;
    margin-top: 3px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.FormShell .checkbox-field label a {
    color: inherit
}

.FormShell .explanation {
    font-size: 16px;
    line-height: 24px
}

.FormShell .checkbox-field,
.FormShell .explanation,
.FormShell .field {
    margin: 16px 0
}

.FormShell .checkbox-field input[type=email],
.FormShell .checkbox-field input[type=text],
.FormShell .checkbox-field input[type=url],
.FormShell .checkbox-field select,
.FormShell .checkbox-field textarea,
.FormShell .explanation input[type=email],
.FormShell .explanation input[type=text],
.FormShell .explanation input[type=url],
.FormShell .explanation select,
.FormShell .explanation textarea,
.FormShell .field input[type=email],
.FormShell .field input[type=text],
.FormShell .field input[type=url],
.FormShell .field select,
.FormShell .field textarea {
    margin-bottom: 0
}

.FormSubmitGame {
    color: #797e85
}

.FormSubmitGame .checkbox-field.first {
    margin-top: 24px
}

.FormSubmitGame .checkbox-field.last {
    margin-bottom: 24px
}

.GameBadgeAllShell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.GameBadgeMinAge .body {
    background: url(../images/icon-children.svg) no-repeat 50%
}

.GameBadgeMinAge .body .age {
    width: 28px;
    height: 28px;
    border-radius: 14px;
    margin: 18px auto 0;
    background-color: #fff;
    font-weight: 500;
    font-size: 19px;
    text-align: center;
    color: #4a98de;
    line-height: 28px;
    letter-spacing: -2px
}


.GameBadgePlayCount .multiplier {
    font-size: 19px;
    font-weight: 500;
    color: #ff532a;
    margin-top: 12px;
    text-align: center
}

.GameBadgePlayCount .body {
    position: relative
}

.GameBadgePlayCount .body .label {
    position: absolute;
    left: -3px;
    right: -3px;
    bottom: -3px;
    height: 18px;
    text-transform: uppercase;
    padding-top: 3px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    background-color: #fe8568;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.GameBadgePlayCount .body .icon-branch {
    width: 24px;
    height: 28px;
    position: absolute;
    bottom: 16px
}

.GameBadgePlayCount .body .icon-branch.left {
    left: -3px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.GameBadgePlayCount .body .icon-branch.right {
    right: -3px
}

.GameBadgeReviewCount .rating {
    font-size: 19px;
    font-weight: 500;
    color: #00bc87;
    margin-top: 12px;
    text-align: center
}

.GameBadgeReviewCount .body {
    position: relative
}

.GameBadgeReviewCount .body .label {
    position: absolute;
    left: -3px;
    right: -3px;
    bottom: -3px;
    height: 18px;
    text-align: center;
    background-color: #4cd0ab;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.GameBadgeReviewCount .body .label .RatingBar {
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.GameBadgeReviewCount .body .label .RatingBar .icon {
    width: 9px;
    height: 9px;
    vertical-align: middle
}

.GameBadgeShell .body {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #f8f8fa
}

.GameBadgeShell .title {
    font-size: 13px;
    color: #191536;
    text-align: center;
    margin-top: 10px
}

@media (max-width:1024px) {
    .GameBadgeShell .title {
        font-size: 10px
    }
}

.DescriptionPayload {
    font-size: 15px;
    line-height: 20px;
    color: #797e85;
    overflow-wrap: break-word
}

@media (max-width:1024px) {
    .DescriptionPayload {
        padding: 0 12px
    }
}

.HeadingPayload {
    overflow: hidden
}

.HeadingPayload .left {
    float: left
}

.HeadingPayload .left img {
    width: 128px;
    height: 128px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .05)
}

.HeadingPayload .right {
    margin-left: 155px
}

.HeadingPayload .right .game-title {
    color: #191536;
    font-size: 20px;
    font-weight: 500
}

.HeadingPayload .right .GameTags {
    margin-top: 10px
}

.HeadingPayload .right .rating-favorite-container {
    margin-top: 8px;
    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
}

.HeadingPayload .right .rating-favorite-container .RatingBar .icon {
    width: 20px;
    height: 20px
}

.HeadingPayload .right .rating-favorite-container .ButtonFavorite {
    margin-left: 24px;
    background-color: transparent !important
}

@media (max-width:1024px) {
    .HeadingPayload {
        margin: 0 24px
    }

    .HeadingPayload .left img {
        width: 76px;
        height: 76px
    }

    .HeadingPayload .right {
        margin-left: 92px
    }

    .HeadingPayload .right .GameTags {
        margin-top: 4px
    }

    .HeadingPayload .right .rating-favorite-container {
        margin-top: 0
    }

    .HeadingPayload .right .rating-favorite-container .RatingBar .icon {
        width: 16px;
        height: 16px
    }
}

.HeadingPlaceholder .image {
    width: 128px;
    height: 128px;
    background-color: rgba(44, 46, 33, .7);
    opacity: .1;
    border-radius: 3px
}

@media (max-width:1024px) {
    .HeadingPlaceholder .image {
        width: 76px;
        height: 76px
    }
}

@-webkit-keyframes starBlinker {
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 1
    }
}

@keyframes starBlinker {
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 1
    }
}

.VideoWalkthrough {
    padding: 0 12px
}

.VideoWalkthrough .iframe-container {
    max-width: 560px;
    margin: 0 auto
}

.VideoWalkthrough .iframe-container .iframe-size {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 80%
}

.VideoWalkthrough .iframe-container .iframe-size iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ComposeGamePrePlay {
    margin: 10px 0 100px
}

.GameBuilderSection {
    width: 620px;
    padding: 40px 80px;
    background-color: #fff;
    margin: 24px auto;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .05);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width:1024px) {
    .GameBuilderSection {
        width: auto;
        padding: 24px 0 20px;
        margin: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.GameFavoriteIcon {
    width: 18px;
    height: 16px
}

.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;
}

.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 {
    -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: 990px;
    width: 100%;
    padding: 12px 12px;
    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: #997123;
    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 {
    margin-top: 24px;
    padding: 12px;
    background: #997123;
    border-radius: 12px;
    box-sizing: border-box;
    box-shadow: 0px -1px 5px 0px rgb(196 192 99 / 50%);
    border: 2px solid rgba(196, 192, 99, .5);
}

.content-game h2:not([class]) {
    margin-bottom: 12px;
    font-size: 24px;
    text-transform: uppercase;
    color: #c4bb52;
    font-weight: bold;
}

.content-game h3:not([class]),
.content-game h4:not([class]),
.content-game h5:not([class]),
.content-game h6:not([class]) {
    font-size: 20px;
    margin-bottom: 10px;
    color: #c4bb52;
    font-weight: bold;
}

.content-game ul:not([class]),
.content-game ol:not([class]) {
    padding-left: 24px;
    margin-bottom: 8px;
}

.content-game ul:not([class]) li,
.content-game ol:not([class]) li {
    list-style: disc;
    margin: 0 0 4px;
}


.content-game p {
    margin: 0 0 10px;
}

.content-game a {
    color: #C4BB52;
    text-decoration: none;
    font-weight: 700;
}

.content-game a:hover {
    text-decoration: underline;
}

.content-game img {
    max-width: 100%;
    height: auto;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

@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
}

.gridTitle .title {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #c4c063
}

.Header {
    display: -webkit-box;
    display: -ms-flexbox;

    height: 65px;
    padding: 0 10px;
    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;
    position: relative;
}

.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;
}

.Header .right-relative .icon-search-blue {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    right: 250px;
    top: 14px;
    z-index: 1;
    color: #997123
}

.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 {
        height: 48px;
        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: 70px;
    margin-top: 12px;
}

.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%;
}

@media (max-width:1024px) {
    .layout .full-width {
        width: calc(100% - 40px);
        max-width: calc(100% - 40px)
    }
}

@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 .button.close .icon-close {
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../images/icon-close-white.svg)
}

.MenuLeft .button.close .icon-hamburger {
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../images/icon-menu-white.svg)
}

.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-coins {
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
    background-repeat: no-repeat;
    background-position: 50%;
    opacity: 1;
    margin-right: 18px;
    background-image: url(../images/icon-coins.svg)
}

.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 {
    margin: 5px;
    width: 276px;
    height: 38px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 35px;
    font-size: 15px;
    color: #997123;
    -webkit-transform-origin: right;
    transform-origin: right;
    outline: none;
    border: 2px solid rgba(196, 192, 99, .5);
    background: transparent;
}

.SearchInput:focus {
    color: #C4BB52;
    border: 2px solid #C4BB52
}

.SearchInput::placeholder {
    color: #997123;
}

.SearchInput:focus::placeholder {
    color: #C4BB52;
}

.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: 0px 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: #997123;
    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 {
    height: 100%
}

.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: #c4c063;
    padding: 12px 20px;
    text-align: center;
    border-radius: 4px;
    margin: 36px auto;
    display: block;
    color: #111;
    text-decoration: none;
    cursor: pointer;
}

.thumbnail-rating .stars {
    flex-shrink: 0;
}

.thumbnail-rating .stars {
    flex-shrink: 0;
}

.thumbnail-rating .stars-0 {
    background-position: -88px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 120dpi) {
    .stars {
        background: url(../images/79018.png);
        background-size: 200%;
    }

    .stars {
        display: inline-block;
        float: left;
        width: 88px;
        height: 16px;
        background: url(../images/79019.png);
        background-repeat: no-repeat;
    }
}

.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,
.tag {
    /* float: left; */
    /* padding: 10px;  */
    /* background:#c4c063;  */
    /* border-radius: 6px; */
    /* margin-right: 10px; */
    /* margin-bottom: 10px; */
}

div.categories a:hover,
div.tag a:hover {
    text-decoration: none !important;
}

div.categories a,
div.tag a {
    text-decoration: none;
    color: #fff;
    padding: 4px;
    background: #c4c063;
    border-radius: 6px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}

.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: 11px;
    display: block;
    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 {
    float: left;
    margin: 0 5px 0 1px;
}

.title-search {
    font-size: 15px;
    font-weight: 500;
    color: #191536;
    text-decoration: none;
}

.main-content,
.popular-w {
    position: relative;
}

.main-content .owl-theme .custom-nav,
.popular-w .owl-theme .custom-nav {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
}

.main-content .owl-theme .custom-nav .owl-prev:focus,
.main-content .owl-theme .custom-nav .owl-next:focus,
.popular-w .owl-theme .custom-nav .owl-prev:focus,
.popular-w .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,
.popular-w .owl-theme .custom-nav .owl-prev,
.popular-w .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    /*background: none;*/
    background: #997123;
    border: none;
    z-index: 1;
    opacity: 0.75;
    border: 1px solid #111;
    color: #111
}

.main-content .owl-theme .custom-nav .owl-prev:hover,
.main-content .owl-theme .custom-nav .owl-next:hover,
.popular-w .owl-theme .custom-nav .owl-prev:hover,
.popular-w .owl-theme .custom-nav .owl-next:hover {
    background-color: #c4c063;
    border: 1px solid #c4c063;
}

.main-content .owl-theme .custom-nav .owl-prev i,
.main-content .owl-theme .custom-nav .owl-next i,
.popular-w .owl-theme .custom-nav .owl-prev i,
.popular-w .owl-theme .custom-nav .owl-next i {
    font-size: 2.5rem;
    color: #fff;
}

.main-content .owl-theme .custom-nav .owl-prev,
.popular-w .owl-theme .custom-nav .owl-prev {
    left: 0;
}

.main-content .owl-theme .custom-nav .owl-next,
.popular-w .owl-theme .custom-nav .owl-next {
    right: 0;
}

.footer {
    background: transparent;
    padding: 16px 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;
    flex-flow: row wrap;
}

.nav-item {
    margin-right: 32px;

}

.nav-item a {
    text-decoration: none;
    color: #fff;

}

.content_page {
    margin-top: 24px;
    color: #fff;
    padding: 12px 24px;
    background: #000;
    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(135px, 1fr));
    grid-gap: 10px 10px;
    grid-auto-flow: row dense;
}

.grid-feature {
    margin-top: 12px;
}

.game-item {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 /1;
    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);
}

.game-item .list-game {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: all .3s;
    border-radius: 10px;
}

.game-item img {
    display: block !important;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
}

.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;
    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: 25px 10px 2px;
    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 {
    opacity: 1;
}

.title-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
    color: #c4c063;
    gap: 12px;
    /* padding: 0px 16px; */
}

.ads300x600 {
    width: 300px;
    height: 600px;
}

.ads728x90 {
    width: 728px;
    height: 90px;
    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: #997123;
    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%);
}

.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: block;
        width: 100%;
        margin: 12px auto;
        max-width: 1200px;
    }
}

@media (max-width: 1324px) {

    .GameSectionPlay,
    .Section {
        max-width: 100%;
    }

    .flex-right {
        width: 100%;
        padding: 0 12px;
    }

    .ads300x600 {
        display: block;
        width: 100%;
        margin: 12px auto;
        max-width: 1200px;
    }
}

#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;
}

.no-result {
    color: #c4c063
}

.game-related .more-game {
    margin: 12px auto;
    background: #c4c063;
    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;
    color: #fff;
    display: block;
}

.more-game {
    margin: 12px auto;
    background: #c4c063;
    box-shadow: 0 5px 6px 0 rgb(0 0 0 / 22%);
    padding: 8px 16px;
    max-width: 300px;
    width: 100%;
    border-radius: 8px;
    text-align: center;
    display: block;
    color: #fff;
    text-decoration: none;
    transition: all .3s;
}

.more-game:hover {
    transform: scale(1.1);
}

#menu-mobile {
    padding: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    cursor: pointer;
    display: none;
    font-size: 28px;
    color: #fff;
}

@media (max-width: 1255px) {
    .Header #menu-mobile {
        display: block !important;
    }

    .Header .right-relative {
        display: none;
    }
}

.al {
    align-items: center;
}

.d-flex {
    display: flex;
}

.mobile-menu {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 300px;
    right: -310px;
    height: 100%;
    background-color: #0e0e0e;
    border-top: 1px solid #dbe1e5;
    box-shadow: rgb(0 0 0 / 25%) 0 0.0625em 0.0625em, rgb(0 0 0 / 25%) 0 0.125em 0.5em, rgb(255 255 255 / 10%) 0 0 0 1px inset;
    transition: .4s all;
    z-index: 10;
}


.mobile-close {
    position: relative;
    margin: 15px;
    cursor: pointer;
    font-size: 23px;
    text-align: right;
    justify-content: flex-start;
    color: #fff;
}

.mobile-menu-item {
    display: block;
    margin-bottom: 8px;
    position: relative;
    color: #fff;
    margin-right: 0;
    padding: 12px 18px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.mobile-menu-current {
    padding-left: 24px;
}

.mobile-menu-current:before {
    content: "\f054";
    font-family: Font Awesome\ 5 Pro;
    color: #fff;
    position: absolute;
    font-size: 12px;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
}

.search-mobile .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s;
    background: transparent;
    border: 0;
}

.search-mobile {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 4px;
    background: transparent;
    border-radius: 8px;
    border: 2px solid rgba(196, 192, 99, .5);
}

.search-mobile a {
    margin-left: 12px;
    padding: 6px 8px;
    border-radius: 4px;
}

.jc {
    justify-content: center;
}


ul.menu-header {
    list-style: none;
    position: relative;
}

ul.menu-header ul {
    display: none;
}

ul.menu-header li:hover>ul,
ul.menu-header li:focus>ul {

    display: block;
}

ul.menu-header ul {
    list-style-type: none;
    border-radius: 0px;
    background: #000000bf;
    padding: 6px 8px;
    position: absolute;
    top: 100%;
}

ul.menu-header ul li {
    margin-bottom: 8px;
    position: relative;
}

ul.menu-header ul li a {
    text-decoration: none;
}

ul.menu-header ul li:hover {
    background: #997123b0;
}

ul.menu-header ul li a:hover {
    color: #fff;

}

#down-triangle {
    float: right;
    width: 0;
    height: 0;
    margin-top: 10px;
    border-top: 5px solid #2ecc71;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

ul.menu-header li:hover>ul {
    display: block;
}

ul.menu-header li a:hover {
    color: #fff;
}

.menu-sidebar-item {
    display: flex;
    gap: 8px;
    text-decoration: none;
}

.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;
}

@media (max-width:768px) {
    .GameSectionPlay .buttons {
        flex-direction: column;
        align-items: center;
    }

    .button-gammes {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: unset;
    }

    .layout {
        padding-top: 0 !important;
    }
}

.attr_name {
    text-decoration: none;
}

.attr_name h2,
.attr_name h3 {
    font-size: inherit !important;
    text-transform: lowercase !important;
    margin: 0 !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
}

/*===============================*/
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: #111111;
    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 rgba(196, 192, 99, .5);
    outline: 0;
    height: fit-content;
    margin-left: auto;
}

select.classic:focus {
    background-color: #111111;
    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: #997123;
    --btn-control: #8d681f;
    --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: var(--box-bg-color);
    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: var(--box-bg-color);
    height: 36px;
    color: var(--color-primary);
    margin: 0 0px 5px 0;
    width: 100%;
}

.contact-select:focus-visible {
    outline: 0;
}

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: 100%;
}

.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);
}

.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%;
}

.contact_input {
    margin: 0 0 10px;
    padding: 8px 12px;
}

.contact_textarea {
    margin: 0 0 10px;
    padding: 8px 12px;
    height: 86px;
}

.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: rgb(34, 34, 202);
    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: var(--btn-control);
    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;
}

.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;
}

.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;
    border-radius: 8px;
}

@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_titleControl__left h1 {
    margin: 0 !important;
    padding: 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
}

.show-button {
    padding: 16px 0 0
}

.button-show {
    background: 0;
    outline: 0;
    border: 0;
    color: #fff;
    cursor: pointer;
}

.hidden {
    display: none;
}

.mb-4 {
    margin-bottom: 16px;
}

.page-load-status {
    color: #fff;
    display: none;
}

.show {
    display: block !important;
}

.infinite-scroll-request {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: #00000087;
    z-index: 44;
}

.infinite-scroll-request .loading {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-button {
    color: #fff;
    border: 1px solid #3e32b8;
    border-bottom: 3px solid #292274;
    background: #201b5e;
    text-decoration: none;
    display: block;
    padding: 7px 10px;
    border-radius: 7px;
    text-align: center;
    margin: 12px auto;
}

#goToNewGames,
#goToPopularGames,
#goToCategoryGames {
    display: none;
    margin-top: 10px;
    margin-bottom: 10px
}

.load-more .btn-button {
    padding: 18px 20% 14px
}

.thumb-more .svg-icon {
    display: flex;
    width: 45px;
}

/* HTML: <div class="loader"></div> */
.loader {
    width: 65px;
    aspect-ratio: 1;
    position: relative;
}

.loader:before,
.loader:after {
    content: "";
    position: absolute;
    border-radius: 50px;
    box-shadow: 0 0 0 3px inset #fff;
    animation: l4 2.5s infinite;
}

.loader:after {
    animation-delay: -1.25s;
}

@keyframes l4 {
    0% {
        inset: 0 35px 35px 0;
    }

    12.5% {
        inset: 0 35px 0 0;
    }

    25% {
        inset: 35px 35px 0 0;
    }

    37.5% {
        inset: 35px 0 0 0;
    }

    50% {
        inset: 35px 0 0 35px;
    }

    62.5% {
        inset: 0 0 0 35px;
    }

    75% {
        inset: 0 0 35px 35px;
    }

    87.5% {
        inset: 0 0 35px 0;
    }

    100% {
        inset: 0 35px 35px 0;
    }
}

.view-more {
    margin-left: 8px;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}

.view-more:hover {
    color: #c4c063;
}

.m-0 {
    margin: 0 !important;
}

.description__body {
    margin-bottom: 8px;
}

.catalog-pagination {
    margin: 24px 0;
}

.catalog-pagination ul.paging {
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 20px;
    padding-inline-start: 0px;
}

.catalog-pagination ul.paging li.active {
    background: rgba(196, 192, 99, .5);
    color: #000;
    border: none;
}

.catalog-pagination ul.paging li {
    background-color: #4f4e4b;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    color: #fff;
}

.catalog-pagination ul.paging li a,
.endless_page_current span {
    text-decoration: none;
    padding: 15px;
    margin: -15px;
    font-size: 18px;
    color: #fff;
}

.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;
}



.m-4 {
    margin: 16px 0;
}

ul.cat-list {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 12px;
    gap: 12px;
    flex-flow: row wrap;
    padding-left: 0 !important;
}

.tag-card {
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #987023;
    border-radius: 6px;
    display: flex;
    height: 3.375rem;
    overflow: hidden;
    padding: 8px;
    transform: scale(1) translateZ(0);
    transition: transform 86ms cubic-bezier(.25, .46, .45, .94), box-shadow 86ms cubic-bezier(.25, .46, .45, .94);
    text-decoration: none;
}

.tag-card img {
    width: auto;
    height: 100%;
    object-fit: contain;
}

.tag-card span {
    color: #fff;
    flex: 1 1;
    font-size: .875rem;
    font-weight: 700;
    padding: 0 1.25rem;
    text-transform: capitalize;
}

.transition-positon:hover {
    transition-duration: .3s;
    transform: scale(1.01) translate(0, -4px);
}

.text-left {
    text-align: left !important;
}

.px-3 {
    padding-left: 12px;
    padding-right: 12px;
}

.index-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    color: #fff;
    font-size: 20px;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #0000005e;
    display: flex;
    align-items: center;
    justify-content: center;
}

.result a:hover {
    color: #c4c063;
}

#bugReportForm .form_contact::placeholder {
    color: #fff !important;
    opacity: 0.8;
}

.GameSectionPlay_bottom {
    max-width: 100%;
    flex: 1;
}