html {
    scrollbar-color: rgba(0, 0, 0, .3) transparent;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
}

button, input {
    border: 0;
    outline: 0;
    background-color: transparent;
}

nav.header .lStd1276e_IhuA3g3FIs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 100%;
}

nav.header {
    background-color: #0061c3;
    border-radius: 0;
    left: 0;
    line-height: normal;
    margin-left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1200;
    height: 56px;
}

nav.header .mobile-button {
    color: #fff;
    display: none;
    height: 56px;
    padding: 0 8px;
    position: relative;
    z-index: 1;
    background: transparent;
    border: 0;
    outline: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    justify-content: center;
}

nav.header .mobile-button svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.sidenav {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
    height: 100%;
    left: 0;
    margin: 0;
    overflow-y: auto;
    padding: 0 0 60px 15px;
    position: fixed;
    top: 0;
    -webkit-transform: translateX(-105%);
    -moz-transform: translateX(-105%);
    transform: translateX(-105%);
    width: 300px;
    will-change: transform;
    z-index: 999;
    font-family: 'Torus';
}

.sidenav li {
    list-style: none;
    margin: 0;
    padding: 0
}

.sidenav li>a {
    color: rgba(0, 0, 0, .87);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    height: 48px;
    overflow: hidden;
    padding: 0 15px 0 15px;
    width: 100%
}

.sidenav li>a:hover {
    background-color: rgba(0, 0, 0, .05)
}

.sidenav li>a>img {
    color: rgba(0, 0, 0, .54);
    display: inline-block;
    font-size: 18px;
    height: 24px;
    line-height: 24px;
    margin: 0 10px 0 0;
    text-align: center;
    width: 24px
}

.overlay-sidebar {
    position: fixed;
    top: 56px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-tap-highlight-color: transparent;
    z-index: 1202;
    transition: background-color 225ms cubic-bezier(0.4, 0, 0.2, 1);
    display: none;
}

.mobile-menu {
    -webkit-transition: margin-left 0.3s ease;
    -moz-transition: margin-left 0.3s ease;
    transition: margin-left 0.3s ease;
    width: 300px;
    z-index: 11111;
    touch-action: pan-y;
}

.mobile-menu.open {
    margin-left: 300px;
}

.mobile-menu li:first-child {
    margin-top: 15px;
}

.mobile-menu li:first-child i {
    color: green;
}

.mobile-menu li:nth-child(2) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.mobile-menu li:nth-child(2) i {
    color: #ff4500;
}

.mobile-menu li:last-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 15px;
    padding-top: 15px;
}


.logo-con,
.logo-con a {
    -webkit-align-self: center;
    align-self: center;
    display: block;
}

.logo-con a {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: tada;
    -moz-animation-name: tada;
    animation-name: tada;
    position: relative;
}

.logo-con a:active,
.logo-con a:hover {
    -webkit-filter: brightness(1.1) contrast(1.1);
    filter: brightness(1.1) contrast(1.1);
}

.logo-con a:hover {
    -webkit-transition: -webkit-filter 0.2s ease;
    transition: -webkit-filter 0.2s ease;
    -moz-transition: filter 0.2s ease;
    transition: filter 0.2s ease;
    transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}

.logo-con a img {
    display: block;
    font-size: 0;
    max-height: 50px;
    text-indent: -300px;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    to {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@-moz-keyframes tada {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    10%,
    20% {
        -moz-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -moz-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -moz-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    to {
        -moz-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -moz-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -moz-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -moz-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    to {
        -webkit-transform: scale(1) rotate(0);
        -moz-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.search-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
}

.search-section .search-container {
    max-width: 450px;
    min-width: 350px;
    -webkit-box-flex: 1;
    flex-grow: 1;
    display: flex;
    position: relative;
}

.search-section .btn-search {
    background: #fff;
    border-radius: 50%;
    color: #56ad1e;
    display: none;
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    text-align: center;
    width: 36px;
}

.search-section .btn-search:hover {
    background: #377111;
    color: #fff;
}

.search-section .search-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
    position: relative;
}

.search-section .search-input input {
    background-color: var(--blue-5);
    border: 2px solid transparent;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    height: 42px;
    outline: none;
    padding: 0 42px 0 15px;
    width: 100%;
    font-family: inherit;
}

.search-section .search-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

.search-section .search-label input {
    background-color: var(--blue-5);
    border: 2px solid transparent;
    border-radius: 24px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    height: 48px;
    outline: none;
    padding: 0 45px 0 15px;
    -webkit-transition: background-color .3s ease-in-out, border .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, border .3s ease-in-out;
    transition: background-color .3s ease-in-out, border .3s ease-in-out;
    width: 100%
}

.search-section .search-input input::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, 0.6);
}

.search-section .search-input input::-moz-placeholder {
    color: hsla(0, 0%, 100%, 0.6);
}

.search-section .search-input input::-ms-input-placeholder {
    color: hsla(0, 0%, 100%, 0.6);
}

.search-section .search-input input::placeholder {
    color: hsla(0, 0%, 100%, 0.6);
}

.search-section .search-input input:focus {
    background-color: #018de9;
    border: 2px solid hsla(0, 0%, 100%, 0.4);
}

.search-section .search-input input:focus::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, 0.6);
}

.search-section .search-input input:focus::-moz-placeholder {
    color: hsla(0, 0%, 100%, 0.6);
}

.search-section .search-input input:focus::-ms-input-placeholder {
    color: hsla(0, 0%, 100%, 0.6);
}

.search-section .search-input input:focus::placeholder {
    color: hsla(0, 0%, 100%, 0.6);
}

.search-section .search-input .icon-times-circle {
    display: none;
}

.search-section .search-input i {
    color: hsla(0, 0%, 100%, 0.5);
    height: 32px;
    line-height: 32px;
    margin-left: -39px;
    position: relative;
    text-align: center;
    width: 32px;
}

.icon-search {
    color: hsla(0, 0%, 100%, 0.5);
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    outline: 0;
    background: transparent;
    height: 42px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.search-button {
    border: 0;
    outline: 0;
    margin-left: -45px;
    position: relative;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.search-close {
    margin-left: -16px;
}

.search-button i {
    position: static !important;
    margin-left: 0 !important;
}

.mobile-search {
    padding: 0 15px 0 15px;
}

.mobile-search .search-input {
    position: relative;
}

.mobile-search .icon-search {
    color: var(--blue-5)
}

#mobile-autocomplete-input {
    border: 2px solid var(--blue-5);
    border-radius: 25px;
    color: rgba(0, 0, 0, .87);
    font-size: 16px;
    height: 42px;
    outline: none;
    padding: 0 42px 0 15px;
    width: 100%;
    font-family: inherit;
}

:root {
    --base-unit: 6px;
}

.TopSearch_resultContainer__Ev21P {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, .3) transparent;
    max-height: 350px;
    position: absolute;
    width: 100%;
    background: var(--blue-5);
    overflow: auto;
    margin: 0;
    padding: 0;
    z-index: 99;
    border-radius: 10px;
    top: calc(100% + 5px);
}

.TopSearch_resultContainer__Ev21P:not(.TopSearch_isTablet__3qUmm, .TopSearch_isMobile__W6aoz) {
    border-radius: 10px
}

.TopSearch_resultContainer__Ev21P li {
    list-style: none;
    padding: 0 calc(var(--base-unit)*2.5)
}

.TopSearch_resultContainer__Ev21P li:first-child {
    padding-top: calc(var(--base-unit)*2.5)
}

.TopSearch_resultContainer__Ev21P li:last-child {
    padding-bottom: calc(var(--base-unit)*2.5)
}

.TopSearch_resultContainer__Ev21P li>a {
    display: block
}

.TopSearch_resultContainer__Ev21P li.TopSearch_isTag__6Z3KW>a {
    padding: calc(var(--base-unit)*1)
}

.TopSearch_resultContainer__Ev21P li.TopSearch_isGame__NPYae>a {
    padding: calc(var(--base-unit)*1)
}

.TopSearch_resultContainer__Ev21P a:hover {
    background-color: var(--poki-blue);
    border-radius: 7px
}

.TopSearch_resultContainer__Ev21P li.active a {
    background-color: var(--poki-blue);
    border-radius: 7px
}

.TopSearch_resultContainer__Ev21P li.TopSearch_selectedOption__CtI5l>a {
    background: var(--poki-blue);
    cursor: pointer
}

.TopSearch_resultContainer__Ev21P li.TopSearch_selectedOption__CtI5l>a:not(.TopSearch_isTablet__3qUmm, .TopSearch_isMobile__W6aoz) {
    border-radius: calc(var(--base-unit)*1 + 2px)
}

.TopSearch_searchResultItemContent__aKQis {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    color: var(--white-100);
    gap: 16px;
    font-weight: 700;
}

.TopSearch_searchResultItemContent__aKQis.TopSearch_hasThumbnail__5zIdQ {
    height: 36px
}

.TopSearch_searchResultItemContent__aKQis:not(.TopSearch_hasThumbnail__5zIdQ) {
    height: 28px
}

.TopSearch_searchResultItemThumbnail__SELPY {
    border-radius: 7px;
    width: 36px;
    object-fit: cover
}

@keyframes Header_scroll-gradient__Pm4Jr {
    0% {
        background-position: 0 50%
    }

    to {
        background-position: 350% 0
    }
}

nav {
    display: block;
    height: 56px;
}

nav,
nav a {
    color: #fff;
}

nav i {
    font-size: 24px;
    line-height: 56px;
}

nav.category-section {
    background: #014589;
    -webkit-box-shadow: 1px 4px 7px 3px rgba(0, 0, 0, 0.18);
    box-shadow: 1px 4px 7px 3px rgba(0, 0, 0, 0.18);
    height: 58px;
    margin-top: 56px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

nav.category-section:before {
    background: -webkit-gradient(linear,
            left top,
            right top,
            color-stop(11%, #9c27b0),
            color-stop(11%, #56ad1e),
            color-stop(29%, #56ad1e),
            color-stop(29%, #ff9800),
            color-stop(60%, #ff9800),
            color-stop(60%, #ffeb3b),
            color-stop(75%, #ffeb3b),
            color-stop(75%, #6b1e5b),
            color-stop(88%, #6b1e5b),
            color-stop(88%, #4caf50),
            to(#4caf50));
    background: -webkit-linear-gradient(left, #9c27b0 11%, #56ad1e 0, #56ad1e 29%, #ff9800 0, #ff9800 60%, #ffeb3b 0, #ffeb3b 75%, #6b1e5b 0, #6b1e5b 88%, #4caf50 0, #4caf50);
    background: -moz-linear-gradient(left, #9c27b0 11%, #56ad1e 11%, #56ad1e 29%, #ff9800 29%, #ff9800 60%, #ffeb3b 60%, #ffeb3b 75%, #6b1e5b 75%, #6b1e5b 88%, #4caf50 88%, #4caf50 100%);
    background: linear-gradient(90deg, #9c27b0 11%, #56ad1e 0, #56ad1e 29%, #ff9800 0, #ff9800 60%, #ffeb3b 0, #ffeb3b 75%, #6b1e5b 0, #6b1e5b 88%, #4caf50 0, #4caf50);
    content: "";
    display: block;
    height: 8px;
}

@-webkit-keyframes anim-opacity {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes anim-opacity {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes anim-opacity {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

nav.category-section .top-category-list {
    -webkit-animation: anim-opacity 0.3s ease 0.1s 1 normal forwards;
    -moz-animation: anim-opacity 0.3s ease 0.1s 1 normal forwards;
    animation: anim-opacity 0.3s ease 0.1s 1 normal forwards;
    /* height: 100px; */
    opacity: 0;
    overflow: scroll hidden;
}

nav.category-section .top-category-list:after, nav.category-section .top-category-list:before {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 26px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    color: transparent;
    height: 50px;
    justify-content: center;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    transition: color .2s ease;
    z-index: 1;
    /* color: #fff; */
    top: 8px;
}

nav.category-section .top-category-list:before {
    background: -webkit-gradient(linear, right top, left top, from(rgba(1, 69, 137, 0)), to(#014589));
    background: -webkit-linear-gradient(right, rgba(1, 69, 137, 0), #014589);
    background: -moz-linear-gradient(right, rgba(1, 69, 137, 0) 0, #014589 100%);
    background: linear-gradient(-90deg, rgba(1, 69, 137, 0), #014589);
    content: "";
    left: 0;
}

nav.category-section .top-category-list:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(1, 69, 137, 0)), to(#014589));
    background: -webkit-linear-gradient(left, rgba(1, 69, 137, 0), #014589);
    background: -moz-linear-gradient(left, rgba(1, 69, 137, 0) 0, #014589 100%);
    background: linear-gradient(90deg, rgba(1, 69, 137, 0), #014589);
    content: "";
    right: 0;
    width: 48px;
}

nav.category-section .top-category-list.left-arrow-active:before, nav.category-section .top-category-list.right-arrow-active:after {
    color: #fff;
}

nav.category-section ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 50px;
    margin: 0;
    padding: 0;
    -ms-overflow-style: none;
    overflow-x: scroll;
    scrollbar-width: none;
    white-space: nowrap;
}

nav.category-section ul li {
    height: 100%;
    list-style: none;
}

nav.category-section ul li a.category-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    color: #fff;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    -webkit-transition: background-color .2s ease, transform .2s ease;
    -moz-transition: background-color .2s ease, transform .2s ease;
    transition: background-color .2s ease, transform .2s ease;
}

nav.category-section ul li a.category-item:active,
nav.category-section ul li a.category-item:hover {
    background: #0855a2;
    color: #fff;
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    transform: scale(1.06);
}

nav.category-section ul li a.category-item .category-img {
    display: block;
    height: 22px;
    width: 22px;
}

nav.category-section ul li a.category-item img {
    display: block;
    height: 22px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 22px;
}

nav.category-section ul li a.category-item .category-title {
    font-weight: 700;
    padding-left: 10px;
}

.dropdown-content {
    flex-direction: row;
    display: flex;
    padding-left: 8px;
    padding-right: 8px;
    /* padding-right: 20px; */
    align-items: center;
    justify-content: flex-end;
}

.css-6qu7l6 {
    display: inline-block;
    fill: currentcolor;
    height: 22px;
    width: 22px;
}

.button-top {
    border-radius: 30px;
    transition: 250ms;
    border: none;
    cursor: pointer;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-family: inherit;
    font-weight: 800;
    font-size: 16px;
    box-sizing: border-box;
    color: rgb(239, 240, 247);
    width: 42px;
    height: 42px;
    padding: 0px;
    background: var(--blue-5);
    margin-left: 8px;
}

.button-top:hover {
    background: #0855a2;
}

.button-random a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

/*Favorites*/

.css-5ts3i0 {
    flex: 0 0 auto;
    height: calc(100% - 76px);
    top: calc(68px);
    position: fixed;
    right: 0;
    display: none;
    z-index: 1199;
}

.css-5clig5 {
    background-color: #fff;
    color: rgb(249, 250, 255);
    box-shadow: none;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    z-index: 1200;
    position: fixed;
    top: 0px;
    right: 0px;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    flex: 1 0 auto;
    outline: 0px;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--blue-1);
}

.css-5ts3i0 .MuiDrawer-paper {
    width: 356px;
    overflow: hidden overlay;
    background: #fff;
    scrollbar-width: thin;
    scrollbar-color: rgb(170, 173, 190) transparent;
    height: calc(100% - 76px);
    top: calc(68px);
    /* scrollbar-gutter: stable; */
    border-left: 0px;
    margin-right: 8px;
    border-radius: 8px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.css-dtnrv7 {
    width: 100%;
    height: 60px;
    min-height: 60px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 2;
}

.css-1mnkucd {
    z-index: 2;
    min-width: 56px;
}

.css-1td7p7w {
    border-radius: 30px;
    transition: 250ms;
    border: none;
    cursor: pointer;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-family: inherit;
    font-weight: 800;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0px;
    background: transparent;
    color: var(--blue-3);
    height: 48px;
    width: 48px;
    margin-right: 8px;
}

.css-1td7p7w:hover {
    color: var(--blue-5)
}

.css-ir28tv {
    overflow: hidden;
    min-height: 48px;
    display: flex;
    height: 40px;
    justify-content: space-around;
    padding: 0px 16px;
    border-bottom: 1px solid #0160bf;
    width: 100%;
}

.css-1anid1y {
    position: relative;
    display: inline-block;
    flex: 1 1 auto;
    white-space: nowrap;
    overflow-x: hidden;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0px;
}

.css-1l4w6pd {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.css-pdh0ev {
    position: absolute;
    height: 2px;
    bottom: 0px;
    width: 100%;
    background-color: rgb(26, 27, 40);
    transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.css-ir28tv .MuiTabs-indicator {
    background-color: var(--blue-5);
    height: 3px;
    border-radius: 4px;
}

.css-pu36t6 {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px 0px 8px;
    border-radius: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    line-height: 1.25;
    letter-spacing: 0.02857em;
    max-width: 360px;
    min-width: 90px;
    position: relative;
    min-height: 48px;
    padding: 12px 16px;
    overflow: hidden;
    white-space: normal;
    text-align: center;
    flex-direction: column;
    font-family: inherit;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
    color: var(--blue-3);
    flex: 1 1 0%;
}

.css-pu36t6.Mui-selected {
    color: var(--blue-5);
}

.css-pu36t6:hover:not(.Mui-selected) {
    color: var(--blue-1);
}

.css-w0pj6f {
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 0;
    inset: 0px;
    border-radius: inherit;
}

.css-1t7u0ja {
    overflow: hidden auto;
    display: flex;
    scrollbar-width: thin;
    scrollbar-color: rgb(170, 173, 190) transparent;
    padding-top: 8px;
    top: -1px;
    position: relative;
}

.css-b45qhy {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    padding: 16px;
    scrollbar-width: thin;
    scrollbar-color: rgb(170, 173, 190) transparent;
}

.css-1ckqyej {
    display: grid;
    grid-template-columns: repeat(3, 94px);
    grid-gap: var(--cellSpacing);
    width: 100%;
    max-width: 356px;
}

.css-1ckqyej .I_N3HLb877sRrr2UZJfZ {
    position: relative;
}

.GameThumb_closeBtnContainer__84qjx {
    cursor: pointer;
    font-size: 14px;
    color: #888;
    transition: color 0.2s ease;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(25%, -25%);
    background-color: var(--pink-3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    z-index: 100;
}

.GameThumb_closeBtnContainer__84qjx svg, .GameThumb_closeBtnContainer__84qjx path {
    fill: #fff;
}

.GameThumb_closeBtnContainer__84qjx:hover {
    background-color: var(--pink-1);
}

.css-1ckqyej .I_N3HLb877sRrr2UZJfZ:hover {
    transform: unset;
}

@media (min-width: 1778px) {
    .css-1ckqyej {
        max-width: 330px;
    }
}

.css-h0cm5o {
    display: flex;
    margin-top: 8px;
    padding: 16px;
    width: 100%;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}

.css-1ckqyej .I_N3HLb877sRrr2UZJfZ {
    box-shadow: var(--shadow-angle);
}

.css-18ji4f7 {
    position: fixed;
    top: 56px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-tap-highlight-color: transparent;
    z-index: 1198;
    transition: background-color 225ms cubic-bezier(0.4, 0, 0.2, 1);
    display: none;
}

.css-18ji4f7.active, .css-5ts3i0.active, #panel-favorites.active {
    display: block;
}

@media(max-width:1024px) {
    .search-section {
        display: none;
    }

    nav.header .mobile-button {
        display: flex;
    }
}

@media (max-width: 600px) {
    .css-5ts3i0 {
        z-index: 1201;
    }

    .css-5ts3i0 .MuiDrawer-paper {
        /* width: 100%; */
        max-width: 400px;
        top: 0;
        height: 99.9%;
        right: 0;
        margin: 0;
        border-radius: 0;
    }
}

@media (min-width:1025px) {
    .overlay-sidebar {
        display: none !important;
    }

    .sidenav {
        margin-left: 0 !important;
    }
}

.jqk-heading {
    margin: revert;
    color: var(--pure-white);
    display: inline-block;
}

.jqk-heading a {
    color: inherit;
    transition: all 0.25s ease;
}

.jqk-heading:hover a {
    color: var(--yellow-7)
}