  
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
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    line-height: 1.6;
    width: 100%;
    color: #fff; 
    background-color: #000; 
}

body,
html {
    -webkit-font-smoothing: antialiased
}

body.modal-opened #root,
html.modal-opened #root {
    display: none
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 16px
}

/* body>* { */
/* display: none */
/* } */

#modal-root,
#root,
.text_ad {
    display: block;
    overflow:hidden;
}

.content_site { 
}

.content_site.expand-enter,
.content_site.expand-enter-done {
    -webkit-transform: translateX(400px) scale(.8);
    transform: translateX(400px) scale(.8);
    overflow: hidden
}

@media (max-width:1024px) {
    .content_site.expand-enter,
    .content_site.expand-enter-done {
        -webkit-transform: translateX(265px) scale(.8);
        transform: translateX(265px) scale(.8)
    }
}

.content_site.expand-exit-active {
    overflow: hidden
}

.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    outline: none
}

.button-play,
.button-play-large {
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    background-color: #ff532a;
    border-radius: 4px;
    text-decoration: none;
    padding: 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 6px 15px -4px rgba(255, 83, 42, .8);
    box-shadow: 0 6px 15px -4px rgba(255, 83, 42, .8);
    font-weight: 500;
    border: 1px solid #ed4e28
}

.button-play-large .icon,
.button-play .icon {
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
} 
.button-play-large {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 288px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.icon {
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-position: 50%
}


.AdBannerIframeRegular {
    margin: 0 auto;
    display: block
}

.AdBannerIframeResponsive {
    width: 100%
}


.AdBox {
    margin: 0 auto;
    display: block
}

.AdBox.showInBox {
    padding-bottom: 5px;
    -webkit-box-shadow: 7px 0 #e7e7e9, -7px 0 #e7e7e9;
    box-shadow: 7px 0 #e7e7e9, -7px 0 #e7e7e9;
    background-color: #e7e7e9;
    border-radius: 2px
}

.AdBox.showInBox label {
    letter-spacing: 3.5px;
    color: #9b9b9b;
    font-size: 12px;
    font-style: italic;
    padding: 6px 3px;
    line-height: 16px;
    display: block
}

.AdIframePreload {
    display: none;
    width: 0;
    height: 0
}

.AlgoliaHeader {
    font-size: 20px;
    margin: 40px 10px;
    text-align: center;
    color: #797e85
}

@media (max-width:1024px) {
    .AlgoliaHeader {
        margin: 16px 10px
    }
}

.AlgoliaMatch {
    max-width: 620px;
    margin: 16px auto;
    padding: 24px;
    border: 2px solid transparent;
    -webkit-transition: border-color .2s ease-out;
    transition: border-color .2s ease-out;
    -webkit-box-shadow: 0 12px 21px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 12px 21px 0 rgba(0, 0, 0, .05);
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    text-decoration: none;
    position: relative;
    display: block;
    overflow: hidden
}

.AlgoliaMatch img {
    width: 128px;
    height: 128px;
    border-radius: 6px;
    float: left
}

.AlgoliaMatch .RatingBar {
    margin: 8px 0 16px
}

.AlgoliaMatch .description {
    font-size: 15px;
    color: #797e85;
    line-height: 20px
}

.AlgoliaMatch .AlgoliaMatchTitle,
.AlgoliaMatch .description {
    margin-right: 64px
}

.AlgoliaMatch .AlgoliaMatchTitle,
.AlgoliaMatch .description,
.AlgoliaMatch .RatingBar {
    margin-left: 160px
}

.AlgoliaMatch .button-play,
.AlgoliaMatch .button-play-large {
    position: absolute;
    right: 24px;
    top: 24px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.AlgoliaMatch .button-play-large .icon-play-white,
.AlgoliaMatch .button-play .icon-play-white {
    width: 16px;
    height: 16px
}

.AlgoliaMatch .button-play,
.AlgoliaMatch .button-play-large,
.AlgoliaMatch img {
    -ms-flex-negative: 0;
    flex-shrink: 0
}


@media (max-width:1024px) {
    .AlgoliaMatch {
        margin: 8px auto;
        padding: 16px
    }
    .AlgoliaMatch img {
        width: 76px;
        height: 76px;
        border-radius: 6px
    }
    .AlgoliaMatch .game-details {
        padding: 0 16px
    }
    .AlgoliaMatch .AlgoliaMatchTitle {
        margin-right: 48px
    }
    .AlgoliaMatch .AlgoliaMatchTitle,
    .AlgoliaMatch .RatingBar {
        margin-left: 92px
    }
    .AlgoliaMatch .description {
        clear: both;
        margin: 0;
        padding-top: 16px
    }
    .AlgoliaMatch .button-play,
    .AlgoliaMatch .button-play-large {
        width: 32px;
        height: 32px;
        right: 16px;
        top: 16px
    }
    .AlgoliaMatch .button-play-large .icon-play-white,
    .AlgoliaMatch .button-play .icon-play-white {
        width: 10px;
        height: 10px
    }
}

.AlgoliaMatchesList {
    padding: 0 8px
}

.AlgoliaMatchTitle {
    font-weight: 600;
    color: #191536;
    font-size: 18px
}

.AlgoliaMatchTitle .match {
    background-color: #ffb6c1;
    border-radius: 2px
}

@media (max-width:1024px) {
    .AlgoliaMatchTitle {
        font-size: 15px
    }
}

.ButtonFullscreen {
    border-radius: 6px
}

.ButtonFullscreen .icon {
    font-size: 32px;
} 
.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 .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 #fff; */
    /* border-bottom: 1px solid #fff; */
}

#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;
    height: 110px;
    border-radius: 6px;
    object-fit: cover;
}

.list-game .game-link .game-header .button-play,
.list-game .game-link .game-header .button-play-large {
    width: 24px;
    height: 24px;
    border-radius: 4px
}

.list-game .game-link .game-header .button-play-large .icon-play-white,
.list-game .game-link .game-header .button-play .icon-play-white {
    width: 10px;
    height: 10px
}

.list-game .game-link .game-title {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-top: 16px;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
    text-align:center;
}

.list-game .game-link .RatingBar {
    margin-top: 4px
} 
.game-list {
    margin: 16px 24px 0
}

.game-list .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.game-list .items .list-game {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.game-list~.CarouselButtons {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.game-list~.CarouselButtons .button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: no-repeat 50%/10px
}
h1.title{
    margin-left:12px;
    color:#fff;
	text-align:center;
}

@media (min-width:1460px) {
    .game-list {
        margin: 16px auto 0;
        max-width: 1304px
    }
    .game-list~.CarouselButtons {
        display: none
    }
}

.title-game {
    margin: 24px 28px 0
}

.title-game .gridTitle {
    margin: 0
}

@media (min-width:1460px) {
    .title-game {
        margin: 24px auto 0;
        max-width: 1304px
    }
}

.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 { 
    display:flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: row wrap;
    gap:24px;
    margin:12px auto;
    padding: 0 16px;
}
.GamePlay .content-game{
    flex: 0 0 70%;
    width:100%
}
.GamePlay .comment-area{
    flex: 0 0 calc(100% - 70% - 24px);
    width:100%;
}
.GamePlay .ButtonCollapseBar {
    display: none;
    position: fixed;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.GamePlay .GameSectionRecommended .button {
    display: none;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.GamePlay .GameSectionRecommended .ButtonFavorite,
.GamePlay .GameSectionRecommended .ButtonFullscreen {
    margin: 16px
}

.GamePlay .GameSectionRecommended .ButtonFavorite,
.GamePlay .GameSectionRecommended .ButtonFullscreen,
.GamePlay .GameSectionRecommended .ButtonRatingDown,
.GamePlay .GameSectionRecommended .ButtonRatingUp {
    background-color: #f8f8fa
} 
.Section {
    margin-top:24px;
    max-width: 320px;
    width: 100%;   
    border-radius: 4px; 
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.Section .title {
    font-weight: 500;
    font-size: 20px;
    color: #191536;
    margin-left: 20px;
    margin-bottom: 16px
}

@media (max-width:1024px) {
    .Section {
        width: auto;
        padding: 24px 0 20px;
        margin: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.GameSectionPlay { 
    max-width: 990px;
    width:100%;
    color:#fff; 
}

.GameSectionPlay .title {
    font-size: 20px;
    font-weight: 500;
    color: #191536;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.GameSectionPlay .iframe-size {
    position: relative;
    width: 100%;  
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.GameSectionPlay .iframe-size iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    min-width: 100%;
    height: 1px;
    min-height: 100%;
    background-color: #fff
}

.GameSectionPlay .ButtonReportGame {
    float: right
}
.GameSectionPlay .aggregate-text{
    color:#fff; 
}
.GameSectionPlay .buttons {
    padding: 12px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    clear: right;
    background: #35233a;
    border-radius: 0 0 12px 12px; 
    box-sizing: border-box; 
}
.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{ 
    padding:12px;
    background:#35233a; 
    border-radius: 12px; 
    box-sizing: border-box; 
    color:#fff;
}
.content-game h2,.content-game p{
    margin-block-start: 0;
    margin-block-end: 0;
    margin-bottom:12px;
}

.content-game a{
    color:#ffcc00;
    text-decoration:none;
}
.content-game a:hover{
    text-decoration:underline;
}
.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: #fff;
}

.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: #fff
}

.Header {
    display: -webkit-box;
    display: -ms-flexbox; 
    height: 65px;
    padding: 0 12px;
    z-index: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; 
    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;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    color: #fff;
}

.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: 28px; 
}

.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%; 
}

.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;
    max-width: 276px;
    width: 100%;
    height: 38px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 15px;
    color: #fff;
    -webkit-transform-origin: right;
    transform-origin: right;
    outline: none; 
    background: #333333;
    border: 0;
}

.SearchInput:focus {
    color: #eee;
    border: 1px solid #ffcc00;
}
.SearchInput::placeholder{
    color:#ffffff6e;
}
.SearchInput:focus::placeholder{
    color:transparent;
}
.SearchInput::-ms-clear {
    width: 0;
    height: 0
}

.SearchInput::-webkit-input-placeholder { 
    font-style: italic
}

.SearchInput::-moz-placeholder { 
    font-style: italic
}

.SearchInput:-ms-input-placeholder { 
    font-style: italic
}

.SearchInput::-ms-input-placeholder { 
    font-style: italic
}

.SearchInput::placeholder { 
    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; 
}
.embed-responsive iframe{
    width: 100%;
    margin: 0 auto;
    display: block; 
    box-sizing: border-box;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
}
.flex-right{ 
    margin-top:12px;
}

.title-list a{
    text-decoration: none;
    transition-duration: .3s;
    color:inherit;
}
.title-list a:hover{
    text-decoration: none;
    transform: scale(1.2);
} 
.game-related{
    /* background:#111; */
    margin-top:24px;
    padding:12px 12px 36px 12px; 
    border-radius:12px;
    /* border: 2px solid #fff; */
    box-sizing: border-box;
    /* box-shadow: 1px 1px 4px 0px #fff; */
}
#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: #484848;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 10px;
    right: 10px;
    color:#fff;
    font-size: 32px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    z-index: 999;
	border: 2px solid #ffcc00;
}
.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{  
    width: 150px;
    padding: 12px 20px;
    text-align: center; 
    margin: 0 auto;
    display: block;
    color: #fff;
    text-decoration: none;
    margin-top: 24px;
	border-radius: 6px;
    border: 1px solid #ffcc00;
    background: #333;
}
.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:#fff;  */
    /* 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: 10px; 
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
	border-radius: 6px;
    border: 1px solid #ffcc00;
    background: #000;
}
.scale-button{
    transition-duration: .3s;
}
.scale-button:hover{
    transform:scale(1.05);
} 
.result{
    background:#333;
}
#results {
    z-index: 1005;
    display: none;
    position: absolute;
    width: 270px;
    top: 44px;
    right: -5px;  
    background: #251f4d;
}
.result a {
    font-size: 11px;
    display: block;
    padding: 4px;
    line-height: 16px;
    color: #fff;
    overflow: hidden;
    border-bottom: 1px solid #000000;
}
.result img {
    float: left;
    margin: 0 5px 0 1px;
}
.title-search{
    font-size: 15px;
    font-weight: 500;
    color: #191536;
    text-decoration: none;
}

.main-content {
    position: relative;
}
.main-content .owl-theme .custom-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}
.main-content .owl-theme .custom-nav .owl-prev:focus,
.main-content .owl-theme .custom-nav .owl-next:focus{
    outline: none !important;
}
.main-content .owl-theme .custom-nav .owl-prev,
.main-content .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none !important; 
    border: none !important;
    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{
    color:#266a90;
    opacity:1;
}
.main-content .owl-theme .custom-nav .owl-prev i,
.main-content .owl-theme .custom-nav .owl-next i {
    font-size: 2.5rem;
    color: #fff;
}
.main-content .owl-theme .custom-nav .owl-prev {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.main-content .owl-theme .custom-nav .owl-next {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer{
    background:#35233A;
    padding:2px;
    margin-top:16px;
    /* box-shadow: 0px 1px 4px 0 #fff; */
    /* border-top: 1px solid #fff; */
}
.navbar-nav{
    display:flex;
    justify-content:center;
    align-items:center;
    list-style:none;
}
.nav-item{
    margin-right:32px;

}
.nav-item a{
    text-decoration:none;
    color:#fff;

}
.content_page{ 
    margin-top:24px;
    color:#fff;
    padding: 12px 24px;
    background: #35233a;
    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-gap: 10px;
    grid-template-columns: repeat(auto-fit,135px);
    grid-template-rows: repeat(auto-fit,135px);
    grid-auto-flow: dense;
    justify-content: center;
}
.grid-feature{
    margin-top:12px;
}
.game-item{
    display: block;
    width: 135px;
    height: 135px;
    position: relative;
    border-radius: 10px;
    transition: background ease .3s,border linear .3s;
    box-sizing: border-box;
    box-shadow: -1px -1px 5px 0px #33449680, 0px 5px 6px 0px rgb(0 0 0 / 22%); 
}
.game-item .list-game{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: all .3s;
    border-radius:10px;
}
.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,.game-hot a:hover .game-title  {
    opacity: 1;
}
.title-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
    color: #fff;
    gap:12px;
    /* padding: 0px 16px; */
}
.ads300x600{
    width:300px;
    height:600px;
    background:#7c7c7c47;
}
.ads728x90{
    width:728px;
    height:90px;
    background:#7c7c7c47;
    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:#fff;
}
.search-menu{
    position:relative;  
}
.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:none;
    }
}
@media (max-width: 1324px) {
    .GameSectionPlay,.Section{ 
        max-width: 100%; 
    } 
    .flex-right{
        width:100%;
        padding:0 12px;
    }
    .ads300x600{
        display:none;
    }
}
#gtx-trans{
    display:none !important;
}
.border-middle{ 
    height: 1px;
    background: #ffcc00;
    -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;
}

.more-game{
    margin: 12px auto; 
    box-shadow: 0px 5px 6px 0px rgb(0 0 0 / 22%); 
    padding: 8px 16px;
    max-width: 300px;
    width:100%; 
    text-align: center;
    display:block;
    text-decoration: none;
    transition-duration: .3s;
    color: #fff;
	border-radius: 6px;
    border: 1px solid #ffcc00;
    background: #333;
}
.more-game:hover{
    transform:scale(1.1);
}
.game-hot{
    max-width:100%;
    margin:24px 0;
}
.game-hot .game-item{
    display: block;
    width: 100%;
    height: 135px;
    position: relative;
    border-radius: 10px;
    transition: background ease .3s,border linear .3s;
    box-sizing: border-box;
    box-shadow: -1px -1px 5px 0px #33449680, 0px 5px 6px 0px rgb(0 0 0 / 22%);
}
.game-hot .owl-carousel .owl-item img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.owl-carousel .owl-stage{
    padding-top: 12px;
    padding-bottom: 12px;
}


#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: #333; 
    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;
    background-color: #000;
    margin-bottom: 8px;

    color: #fff;
    margin-right: 0;
    padding: 12px 18px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.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: #000;
    border-radius: 8px;
}
.search-mobile a {
    margin-left: 12px;
    padding: 6px 8px; 
    border-radius: 4px;
}
@media (max-width: 1024px){
    .GamePlay {
        flex-direction:column;
    }
}
.no-result{
    color:#fff
}
.arrow-more-game{
    display:flex;
    align-items: center;
    justify-content: center;
    gap:6px;
}
.arrow-more-game i{
    display: block; 
    animation: animate 2s infinite;
}
.arrow-more-game i:nth-child(2){
    animation-delay: -0.2s;
}
.arrow-more-game i:nth-child(3){
    animation-delay: -0.4s;
}
@keyframes animate {
    0%{
        opacity: 0;
        transform: translate(-20px,0);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: translate(20px,0);
    }
}

span.logo_text{
	text-transform: uppercase;
    background-image: linear-gradient( -225deg, #c7a002 0%, #44107a 29%, #ff1361 67%, #fff800 100% );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto; 
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
	font-size:32px;
}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
@media only screen and (max-width: 768px) {
	 span.logo_text{
		 font-size:24px
	 }
}
