div.sticky-banner.svelte-176s0pu.svelte-176s0pu {
    background-color: #fff;
    box-shadow: 0 0 5px #0003;
    bottom: 0;
    left: 0;
    padding-top: 3px;
    padding-bottom: 2px;
    position: fixed;
    visibility: hidden;
    width: 100%;
    z-index: 99
}

div.sticky-banner.active.svelte-176s0pu.svelte-176s0pu {
    visibility: visible
}

div.sticky-banner.svelte-176s0pu div#sticky-banner-close.svelte-176s0pu {
    bottom: 0;
    position: relative;
    text-align: right;
    width: 100%
}

div.sticky-banner.svelte-176s0pu div#sticky-banner-close button.svelte-176s0pu {
    background-color: #fff;
    border-style: none;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 -1px 1px #0003;
    display: flex;
    justify-content: center;
    outline: none;
    position: absolute;
    right: 8px;
    top: -32px;
    width: 32px
}

div.sticky-banner.svelte-176s0pu div#sticky-banner-close button.svelte-176s0pu:hover {
    cursor: pointer
}

div.sticky-banner.svelte-176s0pu div#gpx-sticky-banner.svelte-176s0pu {
    height: var(--sticky-banner-height-mobile);
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 9
}

@media screen and (min-width: 728px) and (max-width: 1280px) and (min-height: 500px) {
    div.sticky-banner.svelte-176s0pu div#gpx-sticky-banner.svelte-176s0pu {
        height: var(--sticky-banner-height)
    }
}

@media screen and (min-width: 1280px) and (min-height: 500px) {
    div.sticky-banner.svelte-176s0pu div#gpx-sticky-banner.svelte-176s0pu {
        height: var(--sticky-banner-height)
    }
}

div.search-input.svelte-qrgqvq.svelte-qrgqvq {
    align-items: center;
    display: flex;
    padding: 0 8px;
    position: relative;
    margin: 0 auto;
    width: 300px
}

div.search-input.svelte-qrgqvq input.svelte-qrgqvq {
    background-color: #242427;
    background-image: linear-gradient(to bottom, #242427 -8%, #242427 122%);
    border: solid 1px rgba(151, 151, 151, .16);
    border-radius: 20px;
    box-shadow: 0 2px 3px #224b8c42, 0 2px 5px #ffffff0f, inset 0 4px 7px #000e3685;
    color-scheme: dark;
    display: flex;
    font-size: 16px;
    height: 42px;
    margin: 0;
    outline: 0;
    padding: 8px 16px 8px 48px;
    width: 100%;
    -webkit-tap-highlight-color: transparent
}

div.search-input.svelte-qrgqvq input.svelte-qrgqvq::placeholder {
    color: #ccc;
    opacity: 1
}

div.search-input.svelte-qrgqvq.svelte-qrgqvq.shake {
    animation: shaking 1s forwards;
    animation-iteration-count: 1
}

@keyframes shaking {

    0%,
    50%,
    80%,
    to {
        transform: translate(0)
    }

    20% {
        transform: translate(10px)
    }

    40% {
        transform: translate(-20px)
    }

    60% {
        transform: translate(-10px)
    }
}

@media (min-width: 0px) and (max-width: 539.95px) {
    div.search-input.svelte-qrgqvq.svelte-qrgqvq {
        width: auto
    }
}

@media (min-width: 1024px) {
    div.search-input.svelte-qrgqvq.svelte-qrgqvq {
        width: 400px
    }
}

@media (min-width: 1920px) {
    div.search-input.svelte-qrgqvq.svelte-qrgqvq {
        width: 460px
    }
}

div.item.svelte-1q9vl8z.svelte-1q9vl8z {
    margin-bottom: 16px;
    width: 33.3%
}

div.item.svelte-1q9vl8z div.header.svelte-1q9vl8z {
    padding: 0 8px;
    position: relative
}

div.item.svelte-1q9vl8z div.header .search-title.svelte-1q9vl8z {
    border-radius: 0 0 10px 10px;
    bottom: -2px;
    color: var(--color-info);
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    padding: 8px;
    text-overflow: ellipsis;
    white-space: normal;
    width: 100%
}

div.item.svelte-1q9vl8z div.header:hover .search-title.svelte-1q9vl8z {
    text-shadow: var(--color-info) 1px 0 8px
}

@media (min-width: 0px) and (max-width: 599.95px) {
    div.item.svelte-1q9vl8z.svelte-1q9vl8z {
        width: 50%
    }
}

@media (min-width: 1024px) {
    div.item.svelte-1q9vl8z.svelte-1q9vl8z {
        width: 25%
    }
}

div.search-results.svelte-1gkgine.svelte-1gkgine {
    color: var(--color-info);
    margin: 0;
    padding: var(--page-pagging);
    z-index: 999
}

div.search-results.svelte-1gkgine h4.svelte-1gkgine {
    font-size: 18px;
    margin: 8px 0;
    padding-left: 24px
}

div.search-results.svelte-1gkgine div.results-content.svelte-1gkgine {
    background: var(--color-secondary);
    border: 1px solid var(--color-tertiary);
    box-shadow: #00000040 0 14px 28px, #00000038 0 10px 10px;
    color: var(--color-info);
    max-width: 95%;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

div.search-results.svelte-1gkgine div.results-content.header.svelte-1gkgine {
    align-items: center;
    display: flex;
    border-radius: 16px 16px 0 0;
    border-bottom: 0;
    height: 64px;
    justify-content: space-between;
    margin: 8px auto 0
}

div.search-results.svelte-1gkgine div.results-content.svelte-1gkgine:not(.header) {
    border-radius: 0 0 16px 16px;
    border-top: 0;
    margin: 0 auto;
    max-height: calc(100vh - var(--header-height) - 80px)
}

div.search-results.svelte-1gkgine div.results-content.svelte-1gkgine::-webkit-scrollbar {
    display: none
}

div.search-results.svelte-1gkgine div.results-content div.items-footer.svelte-1gkgine {
    text-align: center;
    padding: 16px 0 32px;
    width: 100%
}

div.search-results.svelte-1gkgine div.items.svelte-1gkgine {
    display: flex;
    flex-wrap: wrap;
    padding: 16px
}

div.search-results.header.svelte-1gkgine.svelte-1gkgine {
    background: #0009;
    height: calc(100vh - var(--header-height) + 8px);
    left: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: var(--header-height);
    width: 100%
}

@media (min-width: 1024px) {
    div.search-results.svelte-1gkgine div.results-content.svelte-1gkgine {
        max-height: calc(100vh - var(--header-height) - 50px);
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    div.search-results.svelte-1gkgine div.results-content.svelte-1gkgine {
        max-width: 900px
    }
}

header.svelte-14w8umz.svelte-14w8umz {
    background-color: #0B0B0E;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999
}

header.svelte-14w8umz div.header-content.svelte-14w8umz {
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 2px 4px -1px #0003, 0 4px 5px #00000024, 0 1px 10px #0000001f;
    display: flex;
    height: var(--header-height);
    position: relative
}

header.svelte-14w8umz div.header-content div.header-menu-button.svelte-14w8umz {
    z-index: 1
}

header.svelte-14w8umz div.header-content div.header-menu-button button.menu.svelte-14w8umz,
header.svelte-14w8umz div.header-content div.header-menu-button button.menu-mobile.svelte-14w8umz {
    align-items: center;
    display: flex;
    background: transparent;
    border: navajowhite;
    justify-content: center;
    margin: 0;
    padding: 0 0 0 8px
}

header.svelte-14w8umz div.header-content div.header-logo.svelte-14w8umz {
    align-items: center;
    background: inherit;
    display: flex;
    height: 100%;
    padding: 0 0 0 32px;
    position: relative;
    z-index: 2
}

header.svelte-14w8umz div.header-content div.header-logo a.svelte-14w8umz {
    display: flex
}

header.svelte-14w8umz div.header-content div.header-logo a img.svelte-14w8umz {
    display: none;
    height: 60px;
    width: auto;
    margin-left: -20px;
}

header.svelte-14w8umz div.header-content div.search-content.svelte-14w8umz {
    left: calc(var(--side-menu-width-collapsed) / 2);
    position: absolute;
    width: 100%
}

@media (min-width: 0px) and (max-width: 500px) {
    header.svelte-14w8umz div.header-content div.search-content.svelte-14w8umz {
        left: 0;
        position: relative;
        width: auto
    }
}

@media (min-width: 0px) and (max-width: 900px) {
    header.svelte-14w8umz div.header-content div.header-menu-button button.menu.svelte-14w8umz {
        display: none
    }

    header.svelte-14w8umz div.header-content div.header-menu-button button.menu-mobile.svelte-14w8umz {
        display: flex
    }

    header.svelte-14w8umz div.header-content div.header-logo.svelte-14w8umz {
        padding: 0 0 0 8px
    }

    header.svelte-14w8umz div.header-content div.header-logo img.mobile.svelte-14w8umz {
        display: inline-flex
    }
}

@media (min-width: 901px) {
    header.svelte-14w8umz div.header-content div.header-menu-button button.menu-mobile.svelte-14w8umz {
        display: none
    }

    header.svelte-14w8umz div.header-content div.header-logo.svelte-14w8umz {
        padding: 0 40px 0 32px
    }

    header.svelte-14w8umz div.header-content div.header-logo img.desktop.svelte-14w8umz {
        display: inline-flex
    }
}

@media (min-width: 1024px) {
    header.svelte-14w8umz div.header-content div.header-logo.svelte-14w8umz {
        padding: 0 0 0 24px
    }
}

@media (min-width: 1920px) {
    header.svelte-14w8umz div.header-content div.search-content.svelte-14w8umz {
        left: calc(var(--side-menu-width) / 2)
    }

    header.svelte-14w8umz div.header-content div.header-logo.svelte-14w8umz {
        padding: 0 24px
    }
}

div.item.svelte-4oql5o.svelte-4oql5o {
    align-items: center;
    color: #dedede;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    text-decoration: none;
    padding: 0 8px 0 16px;
    position: relative;
    white-space: nowrap;
    width: var(--side-menu-width)
}

div.item.svelte-4oql5o.svelte-4oql5o:hover {
    cursor: pointer
}

div.item.svelte-4oql5o:hover span.svelte-4oql5o {
    font-weight: 700;
    text-shadow: var(--color-secondary) 1px 0 16px
}

div.item.active.svelte-4oql5o.svelte-4oql5o {
    color: #e19804;
    font-weight: 700;
}

div.item.active.svelte-4oql5o.svelte-4oql5o:before {
    content: "";
    background: #E19804;
    box-shadow: #E19804 2px 0 8px 0;
    height: 100%;
    position: absolute;
    left: 0;
    width: 2px
}

div.item.small.svelte-4oql5o.svelte-4oql5o {
    font-size: 14px;
    opacity: .4;
    height: 32px;
    padding: 0 8px;
    width: auto
}

aside.svelte-1jwrwkk.svelte-1jwrwkk {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 9
}

aside.svelte-1jwrwkk div.menu.svelte-1jwrwkk {
    background-color: #0B0B0E;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-bottom: 16px;
    padding-top: calc(var(--header-height) + 8px);
    width: var(--side-menu-width-collapsed);
    scrollbar-width: none;
    -ms-overflow-style: none;
    transition: width .3s ease-in-out
}

aside.svelte-1jwrwkk div.menu hr.svelte-1jwrwkk {
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .062745098);
    margin-left: 8px
}

aside.svelte-1jwrwkk div.menu div.footer.svelte-1jwrwkk {
    display: flex;
    flex-wrap: wrap;
    padding: 16px 0 16px 8px;
    width: var(--side-menu-width)
}

aside.svelte-1jwrwkk div.menu div.footer p.svelte-1jwrwkk {
    color: #dedede;
    font-size: 12px;
    padding-left: 8px;
    width: max-content
}

aside.svelte-1jwrwkk div.menu.svelte-1jwrwkk::-webkit-scrollbar {
    display: none
}

div.backdrop.svelte-1jwrwkk.svelte-1jwrwkk {
    display: none;
    background: #0009;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 8
}

@media (min-width: 0px) and (max-width: 900px) {
    aside.svelte-1jwrwkk div.menu.svelte-1jwrwkk {
        width: 0
    }

    aside.mobile-open.svelte-1jwrwkk div.menu.svelte-1jwrwkk {
        border-right: 1px solid var(--color-secondary);
        width: var(--side-menu-width)
    }

    aside.svelte-1jwrwkk.svelte-1jwrwkk:not(.mobile-open) {
        width: 0
    }

    div.backdrop.mobile-open.svelte-1jwrwkk.svelte-1jwrwkk {
        display: block
    }
}

@media (min-width: 901px) {
    aside.svelte-1jwrwkk div.menu.svelte-1jwrwkk {
        width: 0
    }

    aside.svelte-1jwrwkk div.menu div.footer.svelte-1jwrwkk {
        margin-left: 40px;
        transition: margin-left .1s ease-in
    }

    aside.open.svelte-1jwrwkk div.menu.svelte-1jwrwkk {
        width: var(--side-menu-width-collapsed)
    }

    aside.open.svelte-1jwrwkk:hover div.menu.svelte-1jwrwkk {
        width: var(--side-menu-width)
    }

    aside.open.svelte-1jwrwkk:hover div.menu div.footer.svelte-1jwrwkk {
        margin-left: 0
    }
}

@media (min-width: 1024px) {
    aside.mobile.svelte-1jwrwkk div.menu.svelte-1jwrwkk {
        width: 0
    }

    aside.mobile.mobile-open.svelte-1jwrwkk div.menu.svelte-1jwrwkk {
        width: var(--side-menu-width)
    }
}

@media (min-width: 1920px) {
    aside.svelte-1jwrwkk div.menu.svelte-1jwrwkk {
        height: 100%;
        width: 0
    }

    aside.svelte-1jwrwkk div.menu div.footer.svelte-1jwrwkk {
        margin-left: 0
    }

    aside.open.svelte-1jwrwkk div.menu.svelte-1jwrwkk {
        width: var(--side-menu-width)
    }
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    /* src: url(./nunito-cyrillic-ext-400-normal.CiC2fk4J.woff2) format("woff2"), url(./nunito-cyrillic-ext-400-normal.CUrc3HHF.woff) format("woff"); */
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    /* src: url(./nunito-cyrillic-400-normal.CMsAdKHI.woff2) format("woff2"), url(./nunito-cyrillic-400-normal.hvcJLrVW.woff) format("woff"); */
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    /* src: url(./nunito-vietnamese-400-normal.BowtMkz5.woff2) format("woff2"), url(./nunito-vietnamese-400-normal.BnU0WwCs.woff) format("woff"); */
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    /* src: url(./nunito-latin-ext-400-normal.Z5e_fnxp.woff2) format("woff2"), url(./nunito-latin-ext-400-normal.DZILPSLY.woff) format("woff"); */
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    /* src: url(./nunito-latin-400-normal.CA33qtOw.woff2) format("woff2"), url(./nunito-latin-400-normal.nExtXIcZ.woff) format("woff"); */
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    /* src: url(./nunito-cyrillic-ext-700-normal.Cgrooa9T.woff2) format("woff2"), url(./nunito-cyrillic-ext-700-normal.D-e9fzlR.woff) format("woff"); */
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    /* src: url(./nunito-cyrillic-700-normal.C2ZPAHu5.woff2) format("woff2"), url(./nunito-cyrillic-700-normal.CY6xiUxZ.woff) format("woff"); */
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    /* src: url(./nunito-vietnamese-700-normal.C-RkuVXY.woff2) format("woff2"), url(./nunito-vietnamese-700-normal.ZI5H6tdD.woff) format("woff"); */
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    /* src: url(./nunito-latin-ext-700-normal.DwQwRZln.woff2) format("woff2"), url(./nunito-latin-ext-700-normal.G8lcDK0M.woff) format("woff"); */
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    /* src: url(./nunito-latin-700-normal.CGDVIs8t.woff2) format("woff2"), url(./nunito-latin-700-normal.C5gyHyFo.woff) format("woff"); */
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

*:root {
    --font-body: "Nunito", sans-serif;
    --color-background: #071543;
    --color-primary: #0b2167;
    --color-secondary: #0d3d92;
    --color-tertiary: #4587c5;
    --color-info: #84cbf2;
    --color-success: #34d834;
    --color-text-title: #e9f2fa;
    --color-text-paragraph: #bed1e3;
    --color-warning: #f9ea00;
    --color-error: #FF0000;
    --column-width: 42rem;
    --column-margin-top: 4rem;
    --common-page-content-max-width: 1920px;
    --games-grid-item-min-height: 290px;
    --header-height: 60px;
    --footer-height: 56px;
    --page-pagging: 0 24px;
    --side-menu-width: 220px;
    --side-menu-width-collapsed: 56px;
    --sticky-banner-height: 90px;
    --sticky-banner-height-mobile: 60px;
    --fontsource-display: swap
}

*.custom-scrollbar {
    scrollbar-width: auto;
    scrollbar-color: var(--color-tertiary) var(--color-primary)
}

*.custom-scrollbar:hover {
    scrollbar-width: thin
}

*.custom-scrollbar:hover::-webkit-scrollbar {
    display: block
}

*.custom-scrollbar::-webkit-scrollbar {
    display: none;
    width: 12px
}

*.custom-scrollbar::-webkit-scrollbar-track {
    background: var(--color-primary)
}

*.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: var(--color-secondary);
    border-radius: 20px;
    border: 3px solid var(--color-primary)
}

body {
    background: #16141B;
    font-family: var(--font-body), sans-serif;
    height: 100%;
    margin: 0
}

body.fullscreen,
body.no-scroll {
    overflow: hidden
}

a {
    color: var(--color-success);
    font-weight: 700;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-text-title);
    font-weight: 700
}

p {
    color: var(--color-text-paragraph);
    font-size: 16px
}

p b,
p strong {
    color: var(--color-text-title)
}

button {
    font-family: var(--font-body), sans-serif
}

button.menu-icon {
    background: transparent;
    display: flex;
    border: 0;
    box-shadow: none;
    color: #fff;
    margin: 0;
    padding: 8px
}

button:hover {
    cursor: pointer
}

iframe#gameIframe {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

img:-moz-loading {
    visibility: hidden
}

main {
    box-sizing: border-box;
    display: flex;
    flex: 1;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

main div#main-content.blur {
    filter: blur(8px)
}

div.page {
    display: flex;
    flex-direction: column
}

div.page h1 {
    font-size: 24px;
    margin: 16px 0;
    padding-right: 16px;
    padding-left: 16px
}

div.game-image {
}

div.game-image img {
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    border-radius: 4px 4px 0px 0px;
}

div.game-image img:hover {
    cursor: pointer
}

div.game-image span.focus-highlight {
    background: radial-gradient(transparent 40%, #071543);
    border-radius: inherit;
    bottom: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .25s cubic-bezier(.4, 0, .2, 1) 0ms
}

div.game-image div.only-desktop {
    border-radius: inherit;
    bottom: 0;
    font-weight: 400;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

div.game-image div.only-desktop span {
    background: #071543;
    bottom: 0;
    left: 0;
    opacity: .6;
    position: absolute;
    right: 0;
    top: 0
}

div.game-image div.only-desktop div {
    align-items: center;
    color: var(--color-text-paragraph);
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

div.game-image div.only-desktop div p {
    padding: 8px 0;
    margin: 0
}

div.game-image div.only-desktop div>* {
    z-index: 1
}

div.game-image.small {
    height: var(--height);
    width: var(--width)
}

div.game-image:hover:not(.featured) span.focus-highlight {
    opacity: .5
}

ul.games-grid {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    padding: var(--page-pagging);
    margin: 0
}

ul.games-grid li.load-more {
    width: 100%
}

ul.games-grid li.load-more button {
    background-color: var(--color-success);
    border: none;
    border-radius: 10px;
    box-shadow: inset 0 2px 4px #ffffff61, inset 0 -3px 3px #0003, 0 8px 15px #061d6280, 0 -20px 20px #0d2267;
    color: #0b2167;
    font-size: 18px;
    font-weight: 700;
    height: 50px;
    margin: 16px auto;
    width: 100%
}

ul.games-grid li.load-more button:hover {
    background-color: #76ee52
}

li.games-grid-item {
    margin-bottom: 16px;
    width: 100%;
    border:2px solid #16141B;
    cursor: pointer;

}

li.games-grid-item div.header {
    position: relative
}

li.games-grid-item div.header .game-title {
    font-size: 14px;
    padding: 8px 4px;
    text-overflow: ellipsis;
    white-space: normal
}

li.games-grid-item div.header .game-title.featured {
    padding: 8px;
    position: relative
}

li.games-grid-item div.header .game-title a {
    color: #fff
}

li.games-grid-item.desktop div.header:hover .game-title {
    text-shadow: var(--color-tertiary) 1px 0 8px
}

li.games-grid-item.desktop div.header:hover .game-title.featured {
    text-shadow: 0 3px 4px var(--color-tertiary), 0 0 1px #fff;
    width: 100%
}

li.games-grid-item.column div.header {
    display: grid;
    grid-template-columns: 40% 60%
}

li.games-grid-item.column div.header .game-title {
    padding: 8px
}

li.games-grid-item.scroll {
    flex-shrink: 0;
    height: auto;
    position: relative;
    min-width: 120px;
    width: 8.3%
}

li.games-grid-item.small div.header .game-title {
    text-overflow: ellipsis;
    white-space: normal
}

div.tags-grid .title {
    font-size: 18px;
    padding: 8px 0 16px
}

div.tags-grid ul.gt-container {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0
}

div.text-box {
    margin-bottom: 16px;
    padding: var(--page-pagging)
}

div.text-box div.text-box-container {
    box-shadow: 0 6px 12px #061d62, inset 0 4px 10px #001f473b;
    border: solid 5px #183484;
    background-color: #0d2c7c;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    padding: 16px
}

div.text-box div.text-box-container a.link-all-games {
    color: var(--color-info);
    font-weight: 700
}

div.text-box div.text-box-container ul.text-breadcrumb {
    color: var(--color-info);
    display: flex;
    font-size: 10px;
    font-weight: 400;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0
}

div.text-box div.text-box-container ul.text-breadcrumb li a {
    color: var(--color-info)
}

div.text-box div.text-box-container ul.text-breadcrumb li a:hover {
    cursor: pointer;
    opacity: .9
}

div.text-box div.text-box-container ul.text-breadcrumb li:not(:last-child):after {
    content: ">";
    padding-left: 8px
}

div.text-box div.text-box-container div.text-description iframe {
    max-width: 100%
}

div.text-box div.text-box-container.transparent {
    box-shadow: none;
    background: transparent;
    border: none
}

div.text-box.no-padding {
    padding: 0
}

div.title {
    padding: var(--page-pagging)
}

div.title h2 {
    font-size: 20px;
    margin: 8px 0;
    text-shadow: var(--color-tertiary) 1px 0 24px
}

div.title h2 a {
    color: var(--color-info);
    font-size: 13px;
    padding: 0 8px
}

div.title h2 a:hover {
    color: var(--color-tertiary)
}

div.title.uppercase {
    text-transform: uppercase
}

.content-page-padding {
    padding-right: 16px;
    padding-left: 16px
}

div.logo-footer {
    content-visibility: auto;
}

div.logo-footer p {
    align-items: center;
    display: flex;
    font-size: 12px;
    gap: 8px;
    justify-content: center;
    padding: 0 16px 16px;
    text-shadow: var(--color-tertiary) 1px 0 16px
}

@media (min-width: 0px) and (max-width: 599.95px) {
    div.title {
        padding: 0 16px
    }
}

@media (min-width: 400px) {
    div.logo-footer p {
        font-size: 14px
    }
}

@media (min-width: 768px) {
    div.logo-footer p {
        font-size: 18px;
        gap: 16px
    }
}

div.iubenda_embed_policy {
    color: var(--color-text-paragraph)
}

div.iubenda_embed_policy h1,
div.iubenda_embed_policy h2,
div.iubenda_embed_policy h3 {
    color: var(--color-text-title)
}

div.iubenda_embed_policy ul {
    padding-inline-start: 16px
}

.app.svelte-24obei.svelte-24obei {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 300px
}

.app.svelte-24obei main.svelte-24obei {
    margin-top: var(--header-height)
}

.app.svelte-24obei main div#main-content.svelte-24obei {
    background-repeat: no-repeat;
    background-size: 60% auto;
    background-position: left top, right 100px;
    /* background-image: url(../../../images/background.png); */
    width: 100%
}

.app.svelte-24obei main div#main-content.sticky.svelte-24obei {
    margin-bottom: var(--sticky-banner-height)
}

.app.svelte-24obei main div#main-content:not(.mobile).open.svelte-24obei {
    margin-left: var(--side-menu-width-collapsed);
    width: calc(100% - var(--side-menu-width-collapsed))
}

@media (min-width: 0px) and (max-width: 900px) {
    .app.svelte-24obei main div#main-content.svelte-24obei {
        background-size: 90% auto;
        margin-left: 0;
        width: 100%
    }

    .app.svelte-24obei main div#main-content.open.svelte-24obei,
    .app.svelte-24obei main div#main-content:not(.mobile).open.svelte-24obei {
        margin-left: 0;
        width: 100%
    }
}

@media (min-width: 1920px) {
    .app.svelte-24obei main div#main-content.desktop.open.svelte-24obei {
        margin-left: var(--side-menu-width);
        width: calc(100% - var(--side-menu-width))
    }
}
.games-grid .games-grid-item:hover{
    transform: scale(1.06);
    /*border:2px solid #008A12;*/
    border: 2px solid rgb(225, 152, 4); 
}

.games-grid-item .log-items-center{
    /* width: calc(100% - 50px); */
    width: 100% ;
    justify-content: space-between;
}
.games-grid-item .log-items{
    width: 100%;
    height: 50%;
    float: left;
}
.games-grid-item .like-bar-val{
    float: left;
    width: calc(100% - 21px);
    text-align: right;
    margin-right: 3px;
}

.games-grid-item .like-bar-img{
    width: 16px;
    height: 16px;
    background: url(../images/t0188de3d9b029580aa.png) no-repeat;
    background-size: contain;
    float: left;
    margin: 1px;
}
.games-grid-item .like-huo-img{
    width: 16px;
    height: 16px;
    background: url(../images/remen.png) no-repeat;
    background-size: contain;
    float: left;
    margin: 1px;
}
.games-grid-item .game-title-name{
    width: calc(100% - 60px);
    color: #fff;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1 1;
    text-align: left;
    float: left;
    
}
.games-grid-item .like-bar{
    width: 60px;
    float: left;
    color: #718FAA;
}
.games-grid-item .game-tps{
    font-size: 12px;
    color: rgba(255, 255, 255, .5);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1 1;
    text-align: left;
    float: left;
    width: calc(100% - 75px);
}
.games-grid-item .like-text{
    float: left;
    color: #818181;
    font-size: 12px;
    width: 75px;
    text-align: right;
}
.games-grid-item .buttom-height{
    margin-bottom: 5px;
}
.mobileSmall{
    --backgroundColor: #84cbf2; 
    --hoverColor: #84cbf2;
     fill: #84cbf2; 
     padding: 2px 16px 2px 0; 
     /* opacity: 0.6; */
    height: 24px;
    width: 24px
}
.log-items-center .hot-item{
    color: rgb(255, 149, 0);
}
::-webkit-scrollbar {
    width: 0px;
}
#main-content{
 z-index: 0;
}
.class-views{
    padding-bottom: calc(var(--header-height) + 8px);
}

.search-result{
    height: 240px;
    background-color: #242427;
    position: absolute;
    top: 50px;
    left: 20px;
    width: calc(100% - 42px);
    display: none;
    overflow-y:auto;
}
.search-result-content{
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    cursor: pointer;
    color: #ccc;
}
.search-result-content:hover{
    background-color: #303034;
    color: #fff;
}