* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
ol,
p,
ul {
    margin-top: 0
}

hr,
ol,
p,
ul {
    margin-bottom: 1rem
}

button,
hr,
input {
    overflow: visible
}

.col-145,
.col-190,
.col-290,
.col-6,
col {
    position: relative;
    height: 100%;
}

.btn,
img,
svg {
    vertical-align: middle
}

.breadcrumb-item+.breadcrumb-item:hover::before,
.btn-link,
.btn-link:focus,
.btn-link:hover,
.btn:hover,
a,
a:hover {
    text-decoration: none
}

.card {
    word-wrap: break-word
}

.content__title>h1>small,
button,
select {
    text-transform: none
}

.breadcrumb,
.list,
.nav,
.navigation__menu,
.pagination,
.top-nav {
    list-style: none
}

.actions__item,
.navigation-toggle:hover,
.sidebar-backdrop,
.sidebar__close,
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
a,
button:not(:disabled) {
    cursor: pointer
}


*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}


html {
    font-family: Nunito, sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}


.tab-content>.active,
aside,
footer,
header,
main,
nav,
section {
    display: block
}

.games.row,
.gamesmall.row, .game_extra_small.row {
    display: -ms-grid;
    grid-auto-flow: dense;
    text-align: center;
    margin-left: 0
}

body {
    margin: 0;
    font-family: Nunito, sans-serif;
    font-size: clamp(14px, 2vw, 16px);
    font-weight: 400;
    line-height: 1.5;
    color: var(--body-bg-color);
    text-align: left;
    background-color: var(--body-bg);
    width: 100%;
    position: relative;
}


.form-control,
a {
    background-color: transparent
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid #27274a
}



.leftgcont,
.progress,
svg {
    overflow: hidden
}


ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

strong {
    font-weight: bolder
}

a {
    color: inherit;
}

.btn-link:hover,
a:hover {
    color: var(--highlight-color);
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}


a:not([href]):not([tabindex]):focus {
    outline: 0
}

img {
    border-style: none;
    object-fit: cover
}

table {
    border-collapse: collapse
}

.breadcrumb,
button {
    border-radius: 0
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    font-family: Nunito, sans-serif
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
    appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}


.gamewrap {
    box-sizing: border-box
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox;
    appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
    appearance: none;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}


.hide,
[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
    margin: 0;
    font-weight: bold;
    color: var(--common-text-color);
}

.btn,
.btn-link,
.form-control,
.small,
small {
    font-weight: 400
}

.btn,
.btn-sm,
.form-control {
    line-height: 1.5
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.small,
small {
    font-size: 80%
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.games.row {
    display: grid;
    -ms-grid-columns: (minmax(155px, 1fr)) [ auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
    -ms-grid-auto-flow: dense;
    grid-auto-flow: dense;
    grid-gap: 16px;
}

.gamesmall.row {
    display: grid;
    -ms-grid-columns: (minmax(132px, 1fr)) [ auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
    -ms-grid-auto-flow: dense;
    grid-auto-flow: dense;
    grid-gap: 12px;
}

.game_extra_small.row {
    display: grid;
    -ms-grid-columns: (minmax(100px, 1fr)) [ auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    -ms-grid-auto-flow: dense;
    grid-auto-flow: dense;
    grid-gap: 8px;
}

.col-6,
col {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-145,
.col-6 {
    -webkit-box-flex: 0
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.col-145 {
    padding-right: 3px;
    padding-left: 3px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 151px;
    max-width: 151px
}


.col-290 {
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 300px;
    max-width: 300px
}

.col-390 {
    grid-column-start: span 2
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #9bbcd1
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: .5rem 1rem;
    font-size: 1rem;
    color: #9bbcd1;
    background-clip: padding-box;
    border: 1px solid #415969;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}


.gamewrap {
    flex-flow: nowrap;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center
}

.card-body .actions,
.card>.actions,
.dropdown,
.form-group,
.p-relative {
    position: relative
}

.leftgcont,
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.btn,
.form-control:focus {
    background-color: transparent
}

.leftgcont {
    width: 100%
}


.rightgcont_own {
    grid-column: span 2;
    grid-row: span 2;
    width: 345px;
    height: 635.76px;
    overflow: hidden
}

.btn-block,
.modal,
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #9bbcd1;
    border-color: #6c8ea4;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control::-webkit-input-placeholder {
    color: #7996a9;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #7996a9;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #7996a9;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #7996a9;
    opacity: 1
}

.form-control::placeholder {
    color: #7996a9;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: transparent;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #9bbcd1;
    background-color: transparent
}


.form-group {
    margin-bottom: 2rem
}

.btn {
    display: inline-block;
    color: var(--btn-bg-common-color);
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem .7rem;
    font-size: .95rem;
    border-radius: 2px;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.btn:hover {
    color: #9bbcd1
}

.btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.fade:not(.show) {
    opacity: 0
}

a.btn.disabled {
    pointer-events: none
}

.btn-link {
    color: #27a4fb
}

.btn-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.btn-block {
    display: block
}

.btn-block+.btn-block {
    margin-top: .5rem
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}


.notifications__panel:not(.active) {
    display: none
}

.alert,
.card {
    position: relative
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0
}

.flex-sm {
    justify-content: space-between;
    display: flex;
    flex-wrap: nowrap
}

.breadcrumb,
.card {
    display: -webkit-box;
    display: -ms-flexbox
}

.alert {
    padding: 1.5rem 2rem;
    margin-bottom: 1rem;
    border: 0 solid transparent;
    border-radius: .25rem
}

.breadcrumb-item.active,
.content__title>.actions a.active,
.content__title>.actions a:hover {
    color: var(--body-bg-color);
}

.card {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    background-color: var(--box-bg);
    background-clip: border-box;
    border: 1px solid var(--border-common-color);
    border-radius: var(--border-radius-common);
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 1rem 3rem
}

.breadcrumb {
    margin-bottom: 1rem
}

.breadcrumb {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    background-color: transparent
}

.pagination,
.progress {
    display: -webkit-box;
    display: -ms-flexbox
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #7996a9;
    content: "/"
}

.pagination {
    display: flex;
    padding-left: 0;
    border-radius: .25rem
}

.catalog-pagination {
    display: flex;
    justify-content: center;
}

.catalog-pagination ul.paging {
    display: inline-flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    list-style: none;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, .04);
    border-radius: 36px;
    min-width: 200px;
    border: 1px solid rgba(255, 255, 255, .07);
}

/* .catalog-pagination ul.paging li {
    background-color: #162526;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
} */

.catalog-pagination ul.paging li a,
.catalog-pagination ul.paging li>span {
    display: flex;
    padding: 5px 10px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 0.865rem;
    font-weight: 700;
    text-decoration: none;
    color: var(--bluegray-1);
    border-radius: var(--border-radius-common);
    border: 2px solid transparent;
    background-color: var(--btn-bg-common);
}

.catalog-pagination ul.paging li .separator {
    color: var(--body-bg-color);
    opacity: .7;
    background: none;
}

.catalog-pagination ul.paging li a:hover {
    border-color: var(--bluegray-1);
}

.catalog-pagination ul.paging li.active>span {
    background: var(--btn-bg-hover-common);
    color: var(--btn-bg-hover-common-color);
    pointer-events: none;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 3px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 3px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 3px;
    font-size: .75rem;
    background-color: #232134;
    border-radius: .25rem
}


.top-nav>li>a.text {
    font-size: .95rem
}

@media (prefers-reduced-motion: reduce) {

    .btn,
    .fade,
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.error {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal
}


.content__title {
    display: -webkit-box;
    display: -ms-flexbox
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.d-block,
.show {
    display: block !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.flex-grow {
    flex-grow: 1
}

@media (min-width: 576px) {
    .d-sm-block {
        display: block !important
    }
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.position-relative {
    position: relative !important
}

.header,
.main,
.search {
    position: relative
}

.pt-0 {
    padding-top: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-15 {
    margin-bottom: 1.5rem !important
}

.text-left {
    text-align: left !important
}

.text-center {
    text-align: center !important
}


.footer,
.logo {
    text-align: center
}


.content__title,
.sidebar__header>h2 {
    text-transform: uppercase
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html {
    font-size: 14px
}

.main {
    min-height: 100vh;
    padding-left: var(--sidebar-width);
}

.content__title {
    padding: 0 .75rem;
    margin: .7rem 0 1.2rem;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.logo a,
.search__helper,
.search__reset {
    display: -webkit-box;
    display: -ms-flexbox
}

.content__title>h1 {
    font-size: 1.5rem;
    margin: 0;
    font-weight: 700
}

.content__title>h1>small {
    font-size: 1rem;
    display: block;
    margin-top: .1rem;
    color: #9bbcd1
}

.content__title>.actions {
    color: #7996a9;
    margin-left: auto
}

.content__title>.actions a {
    color: #2cc56f;
    -webkit-transition: color .3s;
    transition: color .3s;
    font-size: .95rem;
    padding-left: 1rem
}

.header {
    background-color: var(--header-bg);
    -webkit-transition: top .3s;
    transition: top .3s;
    height: var(--header-height);
    z-index: 998;
    border-bottom: 1px solid var(--border-common-color);
}

.footer,
.navigation-toggle,
.search__input,
.top-nav>li.show>a,
.top-nav>li>a:hover {
    background-color: var(--bg-bluedark-2)
}

.header__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .header__main {
        padding: 8px;
    }
}

.logo {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.logo a {
    height: 45px;
    color: #fff;
    font-weight: 400;
    font-size: 1.7rem;
    text-align: left;
    line-height: 100%;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.logo a img {
    margin-right: 6px
}

@media (max-width: 360px) {
    .logo a {
        font-size: 1.2rem
    }
}

.search {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 250px;
    margin-right: 1rem;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    max-width: 250px;
    z-index: 999;
}

.search__input {
    border: 0;
    padding: 0 2rem 0 3.25rem;
    border-radius: .25rem;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    color: var(--body-bg-color);
    width: 100%;
    height: 40px
}

.search__input::-webkit-input-placeholder {
    color: var(--body-bg-color);
    opacity: .8;
}

.search__input:-moz-placeholder {
    color: var(--body-bg-color);
    opacity: .8;
}

.search__input::-moz-placeholder {
    color: var(--body-bg-color);
    opacity: .8;
}

.search__input:-ms-input-placeholder {
    color: var(--body-bg-color);
    opacity: .8;
}

.search__helper,
.search__reset {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 2.5rem;
    height: 3.25rem
}

.navigation-toggle,
.top-nav,
.top-nav>li>a {
    display: -webkit-box;
    display: -ms-flexbox
}

.search__helper {
    color: var(--body-bg-color);
    font-size: 1.25rem
}

.search__reset {
    opacity: 0;
    font-size: 1.75rem;
    color: var(--body-bg-color)
}

.search--focused .search__input {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    background-color: var(--body-bg);
    color: var(--body-bg-color);
    border: 1px solid var(--border-common-color);
}

.search--focused .search__input::-webkit-input-placeholder {
    color: transparent
}

.search--focused .search__input:-moz-placeholder {
    color: transparent
}

.search--focused .search__input::-moz-placeholder {
    color: transparent
}

.search--focused .search__input:-ms-input-placeholder {
    color: transparent
}

.search--focused>.search__helper {
    opacity: 0
}


.navigation__menu a:hover>i,
.navigation__menu>li>a.active>i,
.search--focused>.search__reset {
    opacity: 1
}

.top-nav {
    padding-left: 0;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: auto;
    margin-bottom: 0;
}


.top-nav>li>a {
    -webkit-box-align: center;
    color: var(--body-bg-color)
}

.top-nav>li>a {
    margin-right: .75rem;
    padding: 6px 12px;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: .25rem;
    font-size: 1rem;
    gap: 5px;
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s
}

.top-nav>li>a img {
    max-width: 24px;
}

.top-nav>li.show>a {
    color: #232134
}

.navigation-toggle:hover {
    background-color: #354a56
}

.navigation-toggle {
    border-radius: .25rem;
    color: #dcf3ff;
    font-size: 1.75rem;
    margin-right: 1.2rem;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
}

.sidebar__header {
    display: -webkit-box;
    display: -ms-flexbox
}

.sidebar--active {
    opacity: 1 !important;
    left: 0 !important;
    z-index: 999 !important;
    top: 0;
    height: 100vh !important;
}

.sidebar__header {
    padding: 8px;
    background-color: var(--header-bg);
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border-common-color);
    height: var(--header-height);
}

.sidebar__header>h2 {
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0
}

.sidebar__header>h2>small {
    font-size: .95rem;
    color: #7996a9;
    text-transform: none;
    display: block;
    margin-top: .25rem
}

.navigation__menu>li>a,
.sidebar__close {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.sidebar__header>.actions {
    position: absolute;
    top: 1.75rem;
    right: 1.5rem
}

.sidebar__close {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    line-height: 100%;
    display: flex;
    color: #fff;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #27274a;
    border: 0;
}

.sidebar__close:hover {
    background-color: #27274a
}

.search-backdrop {
    display: none;
}

.sidebar-backdrop,
.search-backdrop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    background-color: #0000008a;
    backdrop-filter: blur(8px);
}

.navigation {
    width: 22rem;
    left: 0;
    height: calc(100% - 75px);
    position: fixed;
    background: #232134;
}


.navigation .scrollbar {
    padding: 1.2rem
}

.lock-scroll {
    height: 100vh;
    overflow-y: hidden;
    position: fixed
}

.navigation__menu>li>a.active {
    color: var(--highlight-color);
}

.navigation__menu {
    margin: 0;
    padding: 0
}

.navigation__menu a {
    display: block;
    color: var(--body-bg-color);
    -webkit-transition: color .3s;
    transition: color .3s
}

.navigation__menu a:hover {
    color: var(--highlight-color);
}

.navigation__menu>li>a {
    font-size: 14px;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .6rem;
    transition: border-left .15s linear, background-color .15s linear;
}

.navigation__menu>li>a:hover,
.navigation__menu>li>a.active {
    border-left: 3px solid var(--highlight-color);
    background-color: rgba(0, 0, 0, 0.1);
}

.navigation__menu>li>a span {
    transition: margin .3s;

}

.navigation__menu>li>a:hover span,
.navigation__menu>li>a.active span {
    margin-left: 10px;
    font-weight: 700;
}

.navigation__menu>li>a>i {
    font-size: 1.5rem;
    margin-right: 1rem;
    position: relative;
    opacity: .65;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    top: -1px
}


.notifications {
    background-color: var(--sidebar-bg);
}

.footer__menu>a:hover {
    color: var(--highlight-color);
}

.footer__menu {
    font-size: .95rem
}

.notifications {
    position: fixed;
    box-shadow: unset;
    border-right: 1px solid var(--border-common-color);
    max-width: var(--sidebar-width);
    padding-top: 0;
    width: 100%;
    transition: transform 0.3s ease-in-out;
    transform: unset;
    left: 0;
    top: 0;
    right: unset;
    opacity: 1;
    z-index: 997;
}

.actions__item {
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
}

/* .notifications:not(.sidebar--active) {
    pointer-events: none
} */
.contgame {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
}

@media (min-width: 1200px) {

    .d-xl-none {
        display: none !important
    }

    .content {
        padding: 0 1rem 2rem 17rem;
    }

    .contgame {
        padding: 1.2rem 1rem 0;
    }

    .header__main {
        padding: 8px
    }

    .logo {
        width: 16rem
    }

    .navigation {
        position: absolute;
        width: 16rem;
        top: 75px
    }

    .notifications {
        left: 0;
        top: 0;
    }
}

.notifications__body {
    height: calc(100vh - 24px);
    padding: 12px 12px 0 10px;
    position: relative;
}

.notifications__body .scrollbar {
    padding: 0 0 1.5rem;
}

.tab-content {
    padding: 1.5rem 0;
}


.top-game-btns {
    margin: 0 0 12px;
    display: flex;
    flex-flow: row wrap;
    gap: 6px;
}

.actions,
.actions__item {
    display: -webkit-box;
    display: -ms-flexbox
}

.actions {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.actions__item.show,
.actions__item:hover {
    background-color: rgba(57, 78, 90, .35);
    color: #dcf3ff
}

.tags {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 10px;
}

.tags>a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 10px 5px 8px;
    position: relative;
    scroll-snap-align: start;
    cursor: pointer;
    border-radius: var(--border-radius-common);
    border: solid 2px rgba(255, 255, 255, .03);
    background-color: var(--btn-bg-common);
    transition: border .2s;
    text-decoration: none;
    font-size: 14px;
    ;
    color: var(--bluegray-1);
}

.tags>a>img {
    border-radius: var(--border-radius-common);
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.count_game {
    color: var(--highlight-color);
}

.tags>a:hover {
    border-color: var(--highlight-color);
}

.footer {
    padding: 16px 0;
    margin-top: auto;
    background: var(--header-bg);
    border: 1 solid var(--border-common-color);
    border-radius: var(--border-radius-common)
}

.footer__menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    gap: 24px;
}

.col-145 .games__item {
    background-color: var(--bg-bluedark-2);
    border-radius: .25rem;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 3px rgba(0, 0, 0, .05)
}


.footer small {
    color: #7996a9
}

.list {
    padding-left: 0
}

.list>li:before {
    margin-right: 1.1rem;
    font-size: 1.25rem
}

.card-body .card-body {
    margin-bottom: 0
}


.time>span {
    background-color: #27274a
}

@media (max-width: 1199.98px) {

    .search {
        position: fixed;
        left: 2rem;
        top: 2rem;
        width: calc(100% - 4rem);
        z-index: 1;
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0);
        opacity: 0;
        max-width: 100%;
        pointer-events: none;
    }

    .search--focused {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
        pointer-events: auto;
        z-index: 999;
    }

    .navigation {
        position: fixed;
        top: 0;
        height: 100%;
        background-color: #27274a;
        z-index: 10;
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
        box-shadow: 0 0 30px rgba(0, 0, 0, .5);
        -webkit-transition: opacity .3s, -webkit-transform .3s;
        transition: opacity .3s, transform .3s, -webkit-transform .3s;
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0)
    }

    .navigation:not(.sidebar--active) {
        pointer-events: none
    }


    .navigation .scrollbar {
        height: 100%
    }

    .notifications {
        left: calc(var(--sidebar-width) * -1);

    }

    .main {
        padding-left: unset;
    }

    /* .notifications .sidebar__close {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        padding-right: 2px
    } */

    .games {
        align-items: center;
        justify-content: center
    }
}

.games-center {
    align-items: center;
    justify-content: center
}

.game__play {
    position: relative;
    overflow: hidden
}

.col-145 .games__img,
.col-190 .games__img,
.col-290 .games__img {
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
    border-radius: var(--border-radius-common);
}

/* .col-145 .games__img picture,
.col-190 .games__img picture,
.col-290 .games__img picture {
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem
} */

.col-190 .games__item,
.col-290 .games__item {
    border-radius: var(--border-radius-common);
    box-shadow: 0 3px 3px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .05);
    padding: 0;
    background-color: var(--card-game-bg);
    text-align: center;
    height: 100%;
    border: 1px solid var(--border-common-color);
}

.col-145 .games__item:hover,
.col-190 .games__item:hover,
.col-290 .games__item:hover {
    background-color: var(--card-game-hover-bg)
}

#game-hot-slider .games__item, #game-top-slider .games__item {
    overflow: hidden;
    border: 0;
}

.games__img picture::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.games__item:hover picture::before {
    -webkit-animation: .75s shine;
    animation: .75s shine
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.games__img picture.lazyloaded::after, .BlogCard_cardImageContainer picture.lazyloaded::after {
    display: none
}

.games__img picture:after, .BlogCard_cardImageContainer picture:after {
    position: absolute;
    content: "";
    inset: 0;
    z-index: 0;
    background: linear-gradient(-45deg, var(--body-bg), var(--bg-bluedark-2));
    background-size: 400% 400%;
    animation: animatedBackground 1s linear infinite
}

@keyframes animatedBackground {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

/* .games__type {
    position: absolute;
    top: 8px;
    z-index: 8;
    right: 8px;
} */


.col-190 .games__img picture {
    width: 100%;
    height: 100%;
}

.games__item {
    position: relative;
    aspect-ratio: 1 / 1;
}

.games__info {
    position: absolute;
    bottom: 0;
    width: 85%;
    background-color: var(--card-game-info-bg); 
    border-radius: 0 16px 0px 5px;

}

.gamesmall.row .games__info, .grid-container .games__info, #game-top-slider .games__info, #game-hot-slider .games__info {
    border-radius: 0 10px 0px 5px;
}

.games__info>.curve {
    position: absolute;
    left: -1px;
    height: 20px;
    width: 20px;
    z-index: 1; 
    color: var(--card-game-info-bg);
}

.games__info>.curve.top {
    top: -20px;
    transform: rotateX(180deg);
}

.games__info>.curve.bottom {
    bottom: 0;
    right: -19px;
    transform: rotateX(180deg);
    left: unset;
}

.games__item:hover .games__info {
    /* opacity: 1;
    visibility: visible; */
    background-color: var(--card-game-hover-info-bg);
}



.games__item:hover .games__info>.curve {
    color: var(--card-game-hover-info-bg);
}

.games__item:hover .games__img:has(video)~.games__type,
.games__item .games__type:hover~.games__img:has(video)~.games__type {
    opacity: 0;
    visibility: hidden;
}

.games__type {
    position: absolute;
    left: -3px;
    top: 14px;
    padding: 4px 6px;
    color: #fff;
    font-weight: 700;
    font-size: 8px;
    box-shadow: 4px 2px 4px #0000004d;
    border-radius: 0 16px 16px 8px;
    text-transform: uppercase;
    transform: translate(-2px, -2px);
    z-index: 20;
    opacity: 1;
    visibility: visible;
    transition: visibility 0.2s linear, opacity 0.2s linear;
}

.games__type::before {
    content: "";
    background: inherit;
    width: 5px;
    height: 2px;
    position: absolute;
    left: 0;
    top: -2px;
    z-index: 0;
    border-radius: 0;
}

.games__type::after {
    content: "";
    background: #beacac;
    width: 5px;
    height: 5px;
    border-radius: 24px 0 0 24px;
    position: absolute;
    top: -5px;
    left: 0px;
    z-index: 1;
}

.games__type .svg-icon {
    width: 16px;
    height: 16px;
}

.games .games__type>img {
    aspect-ratio: auto
}

.games__type_hot {
    background: #f42727;
}

.games__type_trending {
    background: #0b82e8;
}

.games__type_new {
    background: #739315;
}

/* .badge {
    display: block;
    padding: 0 10px;
    border-radius: var(--border-radius-common);
    text-transform: uppercase;
    font-size: 8px;
    color: #fff;
    background-color: #eb3175;
    box-shadow: 0 0.0725rem 0.025rem 0 rgb(0 0 0 / 54%), -0.0625rem -0.0625rem 0.3125rem rgb(52 52 52 / 65%) inset, 0.0625rem 0.0625rem 0.3125rem rgb(255 255 255 / 25%) inset;
} */

/* .badge:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 6px;
    height: 4px;
    pointer-events: none;
    border-radius: 0 0 0 100%;
    background-color: #fff;
} */

/* .badge--new {
    background: #ffe800;
}

.badge--hot {
    background: #f42727;
}

.badge--trending {
    background: #0b82e8;
} */


.games {
    padding: 8px 0;
}


.games__img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.games__img picture {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.games__img picture img {
    display: block;
    border-radius: var(--border-radius-common);
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    aspect-ratio: 1 /1;
    transition: transform 0.3s ease;
}

.pr-3 {
    padding-right: 10px;
}

.games__info strong {
    color: var(--body-bg-color);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-weight: 400;
    font-size: 12px;
    padding: 10px 12px;
}

.gamesmall.row .games__info strong, .grid-container .games__info strong, #game-top-slider .games__info strong, #game-hot-slider .games__info strong {
    padding: 6px 8px;
}

.games img:not('.BlogCard_cardImage') {
    -webkit-filter: saturate(1.3);
    object-fit: cover;
    filter: saturate(1.3);
    width: 100%;
    height: auto;
    aspect-ratio: 1.33
}

.games .col-190.col-390 img {
    aspect-ratio: 2.737
}

.gvideo video {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    border-radius: var(--border-radius-common);
}

.games__item video.visible {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 575.98px) {
    .groups {
        margin: 0 -5px
    }

    .groups [class*=col-] {
        padding: 0 5px
    }
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .table {
        border-collapse: collapse !important
    }

    @page {
        margin: 0;
        size: auto
    }

    body * {
        visibility: hidden
    }
}

.breadcrumb-item:not(.active)>a {
    color: var(--body-bg-color)
}

.w-pictures__body {
    margin: 0 0 1.5rem;
    text-align: center
}

.w-pictures__body::after {
    display: block;
    clear: both;
    content: ""
}


.w-pictures__body>a {
    padding: 0;
    display: block;
    border: 3px solid var(--bg-bluedark-2);
    position: relative
}

.w-pictures__body>a img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.33;
    border-radius: .25rem
}


.w-pictures__body>a:hover {
    opacity: .9
}

#favoriteGames {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}

@media (max-width: 767.98px) {
    .flex-sm {
        justify-content: center;
        flex-wrap: wrap;
        text-align: center
    }

    .header__main {
        padding: .9rem
    }
}

.time {
    font-size: 2rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn--icon,
.time>span {
    -webkit-box-align: center
}

.card {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 3px rgba(0, 0, 0, .05)
}

.card .card {
    background-color: #334753;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control {
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-overflow-style: none
}

select::-ms-expand {
    display: none
}

.btn--icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox
}


.btn-outline-theme {
    background-color: var(--btn-bg-common);
    border-radius: var(--border-radius-common);
    transition: border .2s;
    color: var(--btn-bg-common-color);
}

.btn-outline-theme.active,
.btn-outline-theme:not([disabled]):focus,
.btn-outline-theme:not([disabled]):hover {
    background: var(--btn-bg-hover-common);
    color: var(--btn-bg-hover-common-color);
}

.btn--icon {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0 0 1px;
    font-size: 1.25rem;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flag {
    display: -webkit-box;
    display: -ms-flexbox
}

.breadcrumb-item:not(.active)>a:hover {
    color: var(--highlight-color);
}


.scrollbar {
    height: 100%
}

.game__preload>div:first-child {
    background-color: #000
}

.game__actions {
    position: relative;
    padding: .7rem !important
}

.game__about {
    margin: 12px auto
}

.centered {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    text-align: center
}

.circle_icon i {
    left: 50%;
    transform: translate(-50%, -50%)
}

.pb-100 {
    padding-bottom: 100px
}

.similargright {
    width: 490px;
    margin-left: 10px
}

.similargleft {
    width: 160px;
    margin-right: 15px
}

@media only screen and (max-width: 1756px) {
    .screen-1000 .similargright {
        width: 345px
    }


    .screen-1000 .similargright .game_extra_small .col-190:nth-child(3),
    .screen-1000 .similargright .game_extra_small .col-190:nth-child(4) {
        display: block;
    }
}

@media only screen and (max-width: 1581px) {
    .screen-1000 .similargleft {
        display: none
    }
}

@media only screen and (max-width: 1401px) {
    .screen-1000 .similargright {
        width: 320px
    }


    .screen-1000 .similargright .rightgcont_own {
        grid-column: unset
    }

    .screen-1000 .similargright .game_extra_small .col-190:nth-child(2) {
        display: block;
    }
}

@media only screen and (max-width: 1227px) {}

.navigation__menu li a img {
    border-radius: 2px;
    margin-right: 8px;
    width: 24px;
    height: 24px
}

.ads_banner {
    margin: 12px auto;
    max-width: 1200px;
    width: 100%;
    min-height: 90px
}

.game-title-content {
    color: var(--highlight-color);
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700
}

.game-description,
.description-content {
    font-size: clamp(12px, 1.5vw, 14px);
    line-height: 1.5;
}

.game-description h1:not([class]),
.description-content h1:not([class]) {
    color: var(--highlight-color);
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700
}

.game-description h2:not([class]),
.description-content h2:not([class]) {
    color: var(--highlight-color);
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700
}

.game-description h3:not([class]),
.description-content h3:not([class]),
.game-description h4:not([class]),
.description-content h4:not([class]) {
    color: var(--highlight-color);
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700
}

.game-description p:not([class]),
.description-content p:not([class]) {
    margin-bottom: 10px;

}

.game-description p:not([class]), .game-description p:not([class])>*, .description-content p:not([class])>* .description-content p:not([class]) {
    font-size: clamp(12px, 1.5vw, 14px) !important;
}

.game-description ul:not([class]),
.description-content ol:not([class]),
.description-content ul:not([class]),
.game-description ol:not([class]) {
    padding-left: 24px;
    margin-bottom: 10px;

}

.game-description ul:not([class]) li,
.description-content ul:not([class]) li,
.description-content ol:not([class]) li,
.game-description ol:not([class]) li {
    list-style: disc;
    margin-bottom: 6px;
}

.game-description a:not([class]),
.description-content a:not([class]) {
    color: var(--highlight-color);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.game-description img:not([class]),
.description-content img:not([class]),
.description-content iframe:not([class]),
.game-description iframe:not([class]) {
    display: block;
    margin: 10px auto;
    max-width: 100%;
    object-fit: contain;
    max-height: 330px;
}

.description-content table,
.game-description table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 10px
}

.game-description table td,
.description-content table td,
.description-content table th,
.game-description table th {
    border: 1px solid #dbdbdb;
    padding: 8px
}

.description-content img:not([class]),
.game-description img:not([class]) {
    display: inline-block
}

.color-highlight {
    color: var(--highlight-color);
}

.clearfix::after {
    content: "";
    clear: both;
    display: table
}

.game__about .card-body {
    width: 100%;
    flex: 1;
}

.game__about .comment-area {
    margin: 12px 0 0;
    width: 100%
}

.circle_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--bg-bluedark-2);
    position: relative;
    box-shadow: 0 6px 12px 0 rgb(0 0 0/24%);
    margin-right: 8px;
    color: var(--icon-color);
}

.btn__search,
.circle_icon i,
.nav-badge {
    position: absolute
}

.circle_icon i {
    color: #fff;
    top: 50%;
    font-size: 20px
}

.btn__search {
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    color: #000;
    border: 0;
    display: none;
    background: 0 0;
}

.search--focused .btn__search {
    display: block
}

.nav-badge {
    background-color: #d95652;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    text-align: center;
    top: -8px;
    right: -8px;
    line-height: 16px;
    font-size: 10px;
    color: #fff;
}

.btn--icon-text i {
    font-size: 18px
}

@media (max-width: 1200px) {

    .game__about .card-body,
    .game__about .comment-area {
        flex: 0 0 100%;
        max-width: 100%
    }

    .d-sm-none {
        display: none !important
    }
}

@media (max-width: 982px) {

    .btn--icon-text span,
    .contgame .similargright {
        display: none
    }

    .btn--icon-text i {
        font-size: 24px
    }

    .contgame .gamewrap {
        flex-direction: column
    }
}

.divider {
    width: 100%;
    height: 1px;
    background-color: var(--bg-bluedark-2);
    margin: 12px 0
}

.search_title {
    margin: 0 0 6px;
    border-bottom: 1px solid #cccccc26;
    padding: 6px 10px;
}

.search_results__item {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-bottom: 1px solid var(--bg-bluedark-2);
    cursor: pointer;
    font-size: 14px;
}

.search_results__item:hover {
    background-color: var(--card-game-bg);
}

.search_result_image {
    width: 50px;
    border-radius: 4px;
    margin-right: 12px;
}

.search_result_image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 /1;
    object-fit: cover;
    border-radius: 8px;
}

.search_item_new img {
    aspect-ratio: 16 / 9;
}

.search_result_info {
    flex: 1;
}

.search_results_container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--bg-bluedark-2);
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.search_results__body .scrollbar {
    max-height: 380px;
    padding: 8px 0;
}

.logo_sidebar {
    display: flex;
    width: unset;
}

#game-most-played .swiper-slide {
    margin-right: 12px !important;
    width: 151.9px !important;
}

.favourites_game {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #232134;
    color: white;
    transition: left 0.3s ease;
    z-index: 1000;
    padding: 12px;
}

.favourites_game.active {
    left: 0;
}

.favourites__close {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}


#my_last_played .card-game, #game-series-slider .card-game {
    display: block;
    background: var(--card-game-bg);
    border-radius: 8px;
    width: 100%;
    height: fit-content;
    padding: 8px;
    position: relative;
    border: 1px solid var(--border-common-color);
}

#my_last_played .card-game:hover .remove_recent {
    display: flex;
}

#my_last_played .card__inner, #game-series-slider .card__inner {
    pointer-events: auto;
    position: relative;
    z-index: 4;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: var(--body-bg-color);
    font-size: 14px;
}

#my_last_played .card__thumb, #game-series-slider .card__thumb {
    border-radius: var(--border-radius-common);
    overflow: hidden;
    position: relative;
    z-index: 1;
    max-width: 55px;
    width: 100%;
}

#my_last_played .card__thumb img, #game-series-slider .card__thumb img {
    display: block;
    height: auto;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    width: 55px;
    height: 55px;
}

#my_last_played .card__title, #game-series-slider .card__title {
    white-space: unset;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#my_last_played .card__heading, #game-series-slider .card__heading {
    padding: 8px 20px;
    width: 100%;
    flex: 1;
    overflow: hidden;
    line-height: normal;
    padding: 8px 12px 8px 12px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

#game-series-slider .card_more {
    padding: 10px 0;
    -ms-flex-align: center;
    color: var(--btn-bg-hover-common);
}

#game-series-slider .card-game:hover .card_more {
    animation: gamePlayerKnock .3s infinite
}

@keyframes gamePlayerKnock {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-10px)
    }
}

.remove_recent,
.remove_favorite {
    position: absolute;
    right: -6px;
    top: -6px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #fff;
    line-height: 18px;
    background: red;
    color: #fff;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 10;
    outline: none;
}


#favoriteGames .single-game:hover .remove_favorite,
#recentGames .single-game:hover .remove_recent {
    display: flex;
}

.empty_game {
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-height: 200px;
    padding: 40px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    background-color: rgba(255, 255, 255, .05);
    border-radius: 8px;
}

.empty_game-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
}

.empty_game-header .icon {
    width: 32px;
    height: 32px;
}

.empty_game-header .title {
    font-weight: 700;
    font-size: 1rem;
}

.empty_game p {
    font-size: 0.865rem;
    text-align: center;
    text-wrap: balance;
    line-height: 1.2;
}

.search-no-games {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px;
    background-color: rgba(255, 255, 255, .05);
    margin: 12px 0;
}

.search-no-games-searched {
    font-family: monospace;
    background-color: rgba(255, 255, 255, .2);
    padding: 4px 6px;
    border-radius: var(--border-radius-common);
}

.description-page {
    max-width: 980px;
    margin: 0 auto 50px;
}

.not-found-buttons {
    display: inline-flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
}

.cta-button {
    box-sizing: border-box;
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: var(--border-radius-common);
    padding: 10px;
    text-decoration: none;
    gap: 10px;
    color: var(--bluegray-1);
    font-size: 0.865rem;
    font-weight: 700;
    transition: filter .2s;
}

.cta-button.cta-blue {
    background-color: var(--blueaccent-1);
    border-color: var(--blueaccent-1);
    height: 60px;
}

.cta-button.cta-default {
    border-color: var(--bluegray-1);
}

.badge_number {
    display: none;
}

#button-gotop {
    border: none;
    background-color: var(--btn-bg-hover-common);
    width: 40px;
    height: 40px;
    display: flex;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 10px;
    right: 10px;
    transform: translateX(200px);
    color: #fff;
    font-size: 32px;
    transition: transform .3s linear;
    z-index: 999;
    justify-content: center;
    align-items: center;
}

#button-gotop.active {
    transform: translateX(0px);
}

/* Tab list */
.tab-list {
    display: flex;
    border-bottom: 2px solid #2a2e42;
    padding: 0;
    margin: 0;
    list-style: none;
}

.tab-list .tab-item {
    flex: 1;
    text-align: center;
    padding: 12px 0;
    cursor: pointer;
    position: relative;
    color: var(--body-bg-color);
    opacity: .7;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.tab-list .tab-item .svg-icon {
    margin-right: 6px;
    width: 14px;
    height: 14px;
}

.tab-list .tab-item.active {
    color: var(--highlight-color);
    background-color: rgba(255, 255, 255, .1);
    opacity: 1;
}

.tab-list .tab-item.active::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ffd600;
    border-radius: 2px;
}

/* Tab content */

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}

/* Ví dụ card nội dung */
.tab-panel .card {
    text-align: center;
}

.tab-panel .card .icon {
    font-size: 40px;
    margin-bottom: 12px;
    color: #ff4d4d;
}

.tab-panel .card h3 {
    margin: 0 0 8px;
    font-size: 20px;
}

.tab-panel .card p {
    margin: 0;
    color: #c0c3d0;
}

/*===========release_info===========*/
.release_info_container {
    max-width: 100%;
    margin: 0 0 12px;
    flex: 1;
}

.release_info_item {
    display: flex;
    margin: 0 0 8px;
}

.release_info_item:last-child {
    margin: 0;
}

.release_info_left {
    width: 120px;
    color: var(--color-gray);
}

.release_info_right {
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    flex: 1;
}

.release_info_right span:last-child {
    font-weight: 400;
    font-size: 12px;
    margin-left: 4px;
    color: var(--color-gray);
}

.release_info_right p:last-child {
    margin: 0;
}

.delimiter.full-width {
    width: 100%;
    border-top: 1px solid var(--border-common-color);
    margin: 20px 0;
}

/*===========release_info===========*/

.view-more {
    background-color: var(--btn-bg-common);
    border-radius: var(--border-radius-common);
    font-size: 12px;
    font-weight: 650;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 3px;
}

.view-more:hover {
    background: var(--btn-bg-hover-common);
    color: var(--btn-bg-hover-common-color);
}

.description__body {
    font-size: 14px;
}

.circle {
    --filled-deg: 0deg;
    /* sẽ cập nhật JS */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: conic-gradient(#84d321 0deg var(--filled-deg),
            #204529 var(--filled-deg) 360deg);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.flip {
    transform: rotateY(180deg)
}

.card__rating {
    position: absolute;
    top: 4px;
    right: 4px;
    padding: 4px;
    border-radius: var(--border-radius-common);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--body-bg);
    z-index: 10;
    pointer-events: none;
    color: var(--common-text-color);
    font-size: 8px;
    font-weight: 600;
    line-height: normal;
}

.star-icon {
    color: #fc0;
    width: 10px !important;
    height: 10px !important;
    margin-right: 2px;
}

.index-label {
    position: absolute;
    top: 0;
    left: 0;
    background: #00000052;
    color: #fff;
    font-size: 24px;
    padding: 0;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#game-promotion .swiper-slide {
    width: fit-content !important;
    margin-right: 12px !important;
}

.desktop-slide-inner {
    display: flex;
}

.desktop-slide {
    display: flex;
    height: 100%;
}

.big-item {
    height: calc((135px * 2) + 12px);
    display: flex;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    width: calc((135px * 2) + 12px);
}

.grid-container {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    max-width: calc((135px * 2) + 12px);
    gap: 12px;
    margin-left: 12px;
}

.grid-item {
    width: 135px;
    height: 135px;
}

/* Mobile View */
.mobile-slide {
    display: none;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    #game-promotion .mobile-slide {
        display: flex;
        width: 133.5px !important;
        height: 133.5px !important;
    }

    .desktop-slide {
        display: none;
    }

    h1 {
        font-size: 2rem;
    }
}

.btn_control_slide {
    position: absolute;
    top: 50%;
    width: 40px;
    height: calc(100% - 20px);
    outline: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 10px;
    color: #fff;
    transform: translateY(-50%);
    transition: background .2s ease, opacity .2s ease;
    background: #0307128e;
    opacity: 0;
    border: 0;
    z-index: 10;
}

.btn_control_slide .svg-icon {
    width: 36px;
    height: 36px;
}

#game-promotion:hover .btn_control_slide {
    opacity: 1;
}

.btn_control_slide:hover {
    background: #030712;
}

.btn_control_slide.btn_prev {
    left: -1px;
}

.btn_control_slide.btn_next {
    right: -1px;
}

.btn_control_slide.swiper-button-disabled {
    opacity: 0 !important;
}

.game_house {
    aspect-ratio: 2 / 3;
}

/* news */

.heading__title {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    color: var(--common-text-color);
    margin-right: 10px;
}

.BlogCard_container {
    display: block;
    overflow: hidden;
    cursor: pointer;
    will-change: transform;
    text-decoration: none;
    padding: 6px;
    border: 1px solid var(--border-common-color);
    border-radius: var(--border-radius-common);
}

.BlogCard_cardImageContainer {
    margin-bottom: 10px;
}

.BlogCard_cardImage {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    transform: scale(1);
    transition: transform .3s ease-in;
    border-radius: 6px;
    aspect-ratio: 16 / 9 !important;
}



.BlogCard_infoBlock {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px
}

.Category_category {
    width: -moz-fit-content;
    width: fit-content;
    padding: 6px; 
    font-weight: 500;
    font-size: 14px;
    background-color: var(--btn-bg-common);
    border-radius: var(--border-radius-common);
    transition: border .2s;
    color: var(--btn-bg-common-color);
    margin: 0;
    transition: border .2s;
    border: solid 2px rgba(255, 255, 255, .03);
}

.Category_category:hover {
    color: var(--highlight-color);
    border-color: var(--highlight-color);
    background-color: var(--bg-bluedark-2);
}

.Date_date {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: rgba(124, 114, 114, 0.51);
    margin: 0;
}

.BlogCard_title {
    font-weight: 600;
    font-size: 16px;
    color: var(--common-text-color);
    margin-bottom: 8px;
    word-wrap: break-word
}

.BlogCard_text {
    font-weight: 400;
    font-size: 12px;
    color: var(--common-text-color);
    opacity: .8;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.BlogCard_readMore {
    background: #e43d30;
    color: #fff;
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    display: block;
    width: fit-content;
}

.Blog_containerCards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    grid-gap: 16px;
    gap: 16px;
    margin-bottom: 44px;
}

.SinglePost_backButton {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 20px;
    color: var(--color-text-2);
    padding-left: 23px;
    opacity: .9;
    cursor: pointer
}

.SinglePost_backButton a {
    display: flex;
    align-items: center;
    gap: 3px
}

.SinglePost_infoBlock {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px
}

.SinglePost_title {
    font-weight: 700;
    font-size: 40px;
    line-height: normal;
    letter-spacing: -.5px;
    color: var(--common-text-color);
    margin: 0 0 12px
}

.SinglePost_postImage {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 24px;
    margin-bottom: 48px
}

.SinglePost_postImage img {
    width: 100%;
    height: 100%;
    border-radius: 16px
}

.SinglePost_textBlock {
    color: var(--common-text-color);
    line-height: 150%;
    word-wrap: break-word
}

.SinglePost_textBlock img {
    margin: 24px auto;
    display: block
}

.SinglePost_textBlock a {
    color: #fdd401
}

.SinglePost_textBlock ol li, .SinglePost_textBlock ul li {
    list-style: disc;
    margin: 0 0 10px
}

.articleBox {
    position: relative;
    font-size: 14px;
    color: #fff;
    background-color: var(--box-bg);
    background-clip: border-box;
    border: 1px solid var(--border-common-color);
    border-radius: var(--border-radius-common);
    padding: 24px;
}

.relNews {
    padding-bottom: 32px
}

.newsItem, .relNewsItem {
    width: 100%;
    margin: 0 0 18px;
    display: flex;
    flex-direction: column;
    position: relative
}

.sectionLink {
    display: block;
    padding: 16px;
    border-radius: 8px;
    background: transparent;
    transition: background-color .2s ease;
    margin: 0 0 16px;
    border: 1px solid var(--border-common-color);
}

.sectionLink:hover {
    background: var(--bg-bluedark-2);
}

.relNewsImg {
    object-fit: cover;
    border-radius: 8px;
    max-width: 40%;
    width: 100%
}

.artSideTitle {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
}

.cat_item, .dateNew {
    color: #ffffffc4;
    font-size: 12px
}

.relNewsInfo {
    justify-content: flex-start;
    display: flex;
    gap: 8px;
    margin: 8px 0 0;
    flex-direction: column;
}

.relNewsInfo_cat {
    background: #4a0570;
    padding: 15px 30px 20px;
    margin: -60px 20px 0;
    position: relative
}

.dateNew span.svg-icon {
    width: 14px;
    height: 14px;
    margin-right: 8px
}

.relNewsTitle {
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    color: #fff
}

.newsTitle {
    font-size: 32px;
    color: #fbc401;
    margin-bottom: 16px;
    font-weight: 600
}

.shortDes {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    color: #ffffffc4
}

.layout_column {
    display: flex;
    gap: 16px;
}

.layout_right {
    max-width: 350px;
    width: 100%;
}

.layout_left {
    flex: 1;
    overflow: hidden;
}

@media (max-width: 982px) {
    .layout_column {
        flex-direction: column;
    }

    .layout_right {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .layout_column {
        flex-direction: column;
    }

    .layout_right {
        max-width: 100%;
    }
}

.tag_title_alphabet {
    display: block;
    font-size: 36px;
    font-weight: 500;
    color: var(--color-gray);
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 12px 0 0;
    line-height: normal;
}

.tags-item.full {
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.tags-item.full a {
    text-decoration: none;
    width: 100%;
}

.tags-item-root {
    border-radius: 6px;
    position: relative;
    width: 100%;
    padding: 8px;
    height: 48px;
    background: var(--btn-control);
    color: var(--color-primary);
    transition: all 0.2s ease-in;
    font-weight: 500;
    border: 1px solid var(--border-btn);
}

.tags-item-root:hover {
    transform: translateY(-3px);
    background: var(--bg-btn-action-hover);
    color: var(--highlight-color);
}

.tags-item-container {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
}

.tags-item-thumb {
    box-sizing: border-box;
    margin: 0;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
}

.tags-item-thumb img {
    height: 100%;
    width: 65px;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.tags-item-content {
    box-sizing: border-box;
    font-size: 14px;
    width: 100%;
    margin: 0;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 6px;
}

.tags-item-content span.count {
    color: var(--highlight-color);
}

.now__icon {
    width: 20px;
    height: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.now__icon .circle--inner {
    background: #e50040;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    opacity: 0.8;
    margin: 0 auto;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.now__icon .circle--inner:after {
    content: "";
    display: block;
    border: 2px solid #e50040;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: -5px;
    left: -5px;
    position: absolute;
    opacity: 0.8;
    -webkit-animation: circle 1s ease-in-out 0.2s infinite;
    animation: circle 1s ease-in-out 0.2s infinite;
}

@-webkit-keyframes circle {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes circle {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.color-toggle {
    cursor: pointer;
    width: 35px;
    height: 35px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

}

.color-toggle .light {
    display: block !important;
}

.color-toggle .dark {
    display: none !important;
}

.color-toggle.toggled .dark {
    display: block !important;
}

.color-toggle.toggled .light {
    display: none !important;
}

.logo-dark, .logo-light {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: none;
}

html[theme="dark"] .logo-dark {
    display: block !important;
}

html[theme="light"] .logo-light {
    display: block !important;
}