.logo img {
    max-width: 80px
}

.menu-item {
    color: #fff;
    font-size: 18px;
    padding: 5px 10px
}

.menu-item:hover {
    color: var(--high-color)
}

#results {
    z-index: 1005;
    display: none;
    position: absolute;
    width: 100%;
    top: 44px;
    right: -5px;
    background: #fff
}

.result {
    background: #fff
}

.text-icon i {
    font-size: 24px;
    margin-right: 8px
}

.result a {
    font-size: 11px;
    display: block;
    padding: 4px;
    line-height: 16px;
    color: #002b50;
    overflow: hidden;
    box-shadow: rgb(9 30 66/7%) 0 4px 8px, rgb(9 30 66/7%) 0 0 2px
}

.result a:hover {
    background: #009cff;
    color: #fff;
    text-decoration: none
}

.result img {
    float: left;
    width: 60px;
    height: 40px;
    margin: 0 5px 0 1px;
    object-fit: cover
}

/*.notification-success {
    position: fixed;
    bottom: 12px;
    left: 12px;
    border-radius: 10px;
    box-shadow: 0 -6px 74px 0 rgba(0, 0, 0, .15);
    animation: show_toastt 1s ease forwards;
    z-index: 9999
}

@keyframes show_toastt {
    0% {
        transform: translateX(-100%)
    }
    40% {
        transform: translateX(10%)
    }
    80%, 100% {
        transform: translateX(20px)
    }
}

.notification-success.hide {
    animation: hide_toastt 1s ease forwards
}

@keyframes hide_toastt {
    0% {
        transform: translateX(20px)
    }
    40% {
        transform: translateX(10%)
    }
    80%, 100% {
        opacity: 0;
        pointer-events: none;
        transform: translateX(-100%)
    }
}

.notification-success .toastt {
    border-radius: 10px;
    border-left: 5px solid #2ecc71;
    background: #fff;
    padding: 8px 12px;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, .15);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.notification-success .toastt.offline {
    border-color: #ccc
}

.toastt .content_notification {
    display: flex;
    align-items: center
}

.content_notification img {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: #2ecc71;
    object-fit: cover
}

.toastt.offline .content_notification .icon {
    background: #ccc
}*/

/*.content_notification .details {
    margin-left: 15px
}

.details span {
    font-size: 20px;
    font-weight: 500
}

.details p {
    color: #878787
}*/

#slider {
    max-width: 100%;
    overflow: hidden;
    position: relative
}

.game-item-hot {
    margin-right: 12px
}

.owl-stage-outer::before {
    left: -8px;
    background: linear-gradient(90deg, #131111 30%, #0C99D500 100%)
}

.main-content .owl-theme .custom-nav .owl-prev i, .main-content .owl-theme .custom-nav .owl-next i {
    font-size: 32px
}

.main-content .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav .owl-next {
    position: absolute;
    background: 0 0 !important;
    border: none !important;
    z-index: 1;
    opacity: .75;
    color: #000;
    height: 100%
}

.main-content .owl-theme .custom-nav .owl-prev:focus, .main-content .owl-theme .custom-nav .owl-next:focus {
    border: 0 !important;
    outline: 0 !important
}

.main-content .owl-theme .custom-nav .owl-prev {
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.main-content .owl-theme .custom-nav .owl-next {
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

#slider .owl-stage-outer::after, #slider .owl-stage-outer::before {
    content: "";
    top: 0;
    right: -8px;
    background: linear-gradient(270deg, #f0f1f3 25%, #0C99D500 100%);
    max-width: 65px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2
}

#slider .owl-stage-outer::before {
    left: -8px;
    background: linear-gradient(90deg, #f0f1f3 30%, #0C99D500 100%)
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    left: 20px;
    top: 50%;
    background-color: #27b0f1 !important;
    display: block;
    padding: 0 .3em !important;
    font-size: 3em;
    margin: 0;
    cursor: pointer;
    color: #000;
    transform: translate(-50%, -50%)
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    right: -23px;
    top: 50%;
    background-color: #27b0f1 !important;
    display: block;
    padding: 0 .3em !important;
    font-size: 3em;
    margin: 0;
    cursor: pointer;
    color: #000;
    transform: translate(-50%, -50%)
}

.sweep-to-right {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0/0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.sweep-to-right:hover {
    color: #fff
}

.sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #42dbca;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.sweep-to-right:hover:before {
    transform: scaleX(1)
}

.btn_up {
    background: 0 0;
    width: 40px;
    height: 40px;
    border: 0;
    padding: 0;
    border-radius: 10px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    transition: transform .5s cubic-bezier(.51, .92, .24, 1.15);
    transform: translateX(120px);
    z-index: 9999;
    cursor: pointer;
}

.btn_up.show {
    transform: translateX(0)
}

.btn_up span {
    background: var(--replace-gradient);
    color: #fff;
    width: 100%;
    position: relative;
    height: 100%;
    border-radius: 10px;
    transition: all .5s cubic-bezier(.51, .92, .24, 1.15)
}

.btn_up.show span {
    animation: gelatine 2.5s infinite
}

.btn_up.show span:before {
    font-size: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@keyframes gelatine {
    from, to {
        transform: scale(1, 1)
    }
    20%, 50%, 80%, 100% {
        transform: translateY(0)
    }
    25% {
        transform: scale(.9, 1.1)
    }
    40% {
        transform: translateY(-30px)
    }
    50% {
        transform: scale(1.1, .9)
    }
    60% {
        transform: translateY(-15px)
    }
}

.more-game {
    margin: 12px auto;
    background: var(--replace-gradient);
    box-shadow: 0 5px 6px 0 rgb(0 0 0/29%);
    padding: 8px 16px;
    max-width: 300px;
    width: 100%;
    border-radius: 8px;
    text-align: center;
    display: block;
    transition-duration: .3s;
    color: #fff !important;
    text-decoration: none !important
}

.more-game:hover {
    transform: scale(1.1)
}

.game_content p {
    margin: 0 0 10px;
    font-size: 16px
}

.game_content div.content a {
    font-weight: 500
}

html[data-theme=dark] .game_content div.content a {
    color: var(--theme-color)
}

.teaser__body h1 {
    font-size: 28px;
    margin: 0 0 10px;
    font-weight: 700
}

.game_content h2 {
    font-size: 24px;
    margin: 0 0 10px;
    color: #ec9024;
    text-transform: uppercase
}

.game_content h2, .game_content h3, .game_content h4 {
    font-weight: 700
}

.game_content h3, .game_content h4 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #ec9024
}

.game_content ul, .game_content ol {
    padding-left: 24px;
    margin: 0 0 10px;
}

.game_content ul li, .game_content ol li {
    list-style: disc;
    margin: 0 0 6px;
}

.game_content ul li:last-child, .game_content ol li:last-child {
    margin: 0
}

.GameSectionPlay, .game_area_second {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: row wrap;
    margin: 12px auto
}

.game_area_second {
    gap: 12px
}

.game_area_second .game_content {
    width: 100%;
    flex: 0 0 70%;
    max-width: 70%
}

.game_area_second .comment-area {
    flex: 0 0 calc(100% - 70% - 24px);
    max-width: calc(100% - 70% - 24px);
    width: 100%
}

.GameSectionPlay .iframe-container {
    margin-right: 12px;
    display: flex;
    flex: 0 0 calc(100% - 312px);
    max-width: calc(100% - 312px);
    flex-direction: column
}

.game_content, .post-content {
    box-sizing: border-box;
    position: relative
}

.flex-right {
    display: inline-block;
    width: 300px
}

.ads300x600 {
    width: 300px;
    height: 600px
}


.favorites_btn.favorited span.svg-icon {
    color: #dc3545
}

.sidebar-game-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-top: 12px
}

.tag-game {
    background: #001f47;
    color: #fff;
    padding: 6px 12px;
    border-radius: 8px;
    transition: all .15s ease-in-out
}

.tag-game:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-4px)
}

.title-page {
    margin: 24px 0;
    font-size: 24px;
    font-weight: 700
}

.title-icon i {
    font-size: 24px;
    margin-right: 8px;
    background: var(--bs-gray-200);
    line-height: 45px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center
}

.icon-search i {
    color: #fff;
    font-size: 18px
}

.categories ul li.active a {
    background: #001f47
}

.categories ul li.active h2 {
    color: #fff !important
}

.categories ul li.active a:hover > .text {
    background-color: transparent;
    color: #fff
}

.typeahead__query input {
    max-width: 300px;
    margin-left: auto
}

.menu_item {
    color: #fff;
    margin-right: 12px
}

.menu_item:hover {
    color: #fff
}

.menu_sidebar {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 12px 0;
    border-bottom: 1px solid #00000054;
    display: none
}

.menu_sidebar_item {
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 3px 6px;
    border-radius: 8px;
    width: 100%
}

.menu_sidebar_item:hover {
    text-decoration: none;
    background-color: #f1f1f1;
    color: #fff
}

.text-truncate {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

#main {
    min-height: 100vh
}

.game-selection-content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: row wrap;
    gap: 12px;
    margin: 0 auto
}

.game-selection-content .game_content {
    width: 100%;
    flex: 0 0 70%;
    max-width: 70%;
    background: #fff;
    padding: 12px;
    word-break: break-word;
    border-radius: 12px;
    box-shadow: 0 3px 3px 3px rgb(0 0 0/5%)
}

.game-selection-content .game_comment {
    flex: 0 0 calc(100% - 70% - 12px);
    max-width: calc(100% - 70% - 12px);
    width: 100%
}

html[data-theme=dark] .game-selection-content .game_content {
    background: #1b1d22
}

html[data-theme=dark] .footer-link {
    color: #fff
}

.footer-link:hover {
    color: var(--theme-color)
}

.count {
    background-color: #d95652;
    border-radius: 50%;
    height: 16px;
    position: absolute;
    width: 16px;
    text-align: center;
    top: -4px;
    right: -4px;
    font-size: 12px;
    color: #fff;
    line-height: 16px
}

.favorite-link a:hover .count_num .count {
    color: #fff
}

.ads_300x600 {
    width: 100%;
    min-height: 90px;
    height: auto
}


.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.pace-inactive {
    display: none
}

.pace .pace-progress {
    background: #2a4dfe;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px
}

@media (max-width: 1369px) {
    .SingleGame_rightSidebar__NNgOg .GameCard_container__Mx9pI:nth-child(n+10) {
        display: none;
    }

    .SingleGame_rightSidebarBigBanner__kGmZL {
        grid-row: 3/span 6
    }
}

@media (max-width: 1200px) {
    .game-selection-content .game_content, .game-selection-content .game_comment {
        flex: 0 0 100%;
        max-width: 100%
    }

    .SingleGame_gameContainer__GOLPG {
        max-width: calc(100% - 184px)
    }
}

@media (max-width: 1100px) {
    .SingleGame_gameContainer__GOLPG {
        max-width: 100%;
    }
}

@media (max-width: 1024px) {

    .SingleGame_gameContainer__GOLPG {
        max-width: 100%;
    }

    .LandingTemplate_container__t7dEJ.open {
        padding: 0 24px;
    }
}

@media (max-width: 992px) {
    .typeahead__query input {
        max-width: unset;
        margin-left: unset
    }

    .menu_header {
        display: none
    }

    .menu_sidebar {
        display: flex
    }

    .SingleGame_gameContainer__GOLPG {
        max-width: 100%
    }
}

.page-text {
    color: var(--primary-text)
}

.page-text p {
    margin: 0 0 10px;
}

.page-text a {
    color: var(--high-color)
}

.page-text h2 {
    color: var(--high-color);
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 12px;
}

.page-text h3, .page-text h4 {
    font-size: 20px;
    margin: 0 0 10px;
    color: var(--high-color)
}

.page-text ul, .page-text ol {
    padding-left: 24px
}

.page-text ul li, .page-text ol li {
    list-style: disc;
    margin: 0 0 6px;
    font-size: 16px;
}

.ThemeSwitcher_active__tEOA_ .svg-icon {
    color: #ffffff;
}

.main-svg-sprite {
    display: none
}

.svg-icon {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    fill: currentColor;
    font-size: 0
}

.svg-icon__link {
    vertical-align: top;
    fill: inherit;
    width: inherit;
    height: inherit
}

/*===============================*/
select.classic {
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
    background-color: #fff;
    color: #000;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 1.7em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px;
    border: 2px solid var(--replace-gradient);
    outline: 0;
    height: fit-content;
    margin-left: auto;
}

select.classic:focus {
    background-color: #fff;
    color: #000;
    outline: 0;
}

[data-theme=dark] {
    select.classic {
        background-color: #000;
        color: #fff;
    }

    select.classic:focus {
        background-color: #000;
        color: #fff;
        outline: 0;
    }

}

.player-footer, .blur_dialog, .contact-popup {
    --shadow-2: 0px 6px 30px rgba(0, 0, 0, .05);
    --box-bg-color: #f2f2f2;
    --btn-control: #f2f2f2;
    --btn-control-hover: #ec9024;
    --color-primary: #605d61;
    --btn-text-extent: #030712;
    --text-btn-control: #0a0a1a;
    --text-btn-control-hover: #fff;
    --border-btn: #8484843d;
    --color-content-popup: #605d61;
    --color-heading-popup: #ec9024;
}

[data-theme=dark] {
    .player-footer, .blur_dialog, .contact-popup {
        --shadow-2: 0px 6px 30px rgba(0, 0, 0, .05);
        --box-bg-color: #232323;
        --btn-control: #343434;
        --btn-control-hover: #ec9024;
        --color-primary: #fff;
        --btn-text-extent: #030712;
        --text-btn-control: #0a0a1a;
        --text-btn-control-hover: #fff;
        --border-btn: #ffffff3d;
        --color-content-popup: #fff;
        --color-heading-popup: #ec9024;
    }
}

.player-footer {
    border-radius: 8px;
    position: relative;
    margin: 12px 0 0;
    box-shadow: var(--shadow-2);
    width: 100%;
    background-color: var(--box-bg-color);
}

.player-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 10px;
    z-index: 0;
}

.player-footer__item {
    padding: 0 10px;
}

.player-footer__left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.player-footer__left img {
    border-radius: 4px;
    max-width: 40px;
    object-fit: cover;
}

.player-footer__left h1 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    font-family: var(--font-heading);
    color: var(--color-primary);
    padding: 0;
}

.player-footer__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.g-footer__button {
    background: var(--btn-control) !important;
    color: var(--color-primary);
    border: 0;
    width: 40px;
    height: 40px;
    transition: all 0.3s;
    border-radius: 50%;
    box-shadow: var(--shadow-2);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.g-footer__button .svg-icon {
    width: 18px;
    height: 18px;
    transition: transform .2s cubic-bezier(.32, 1.2, .54, 1.17);
}

.g-footer__button-title {
    font-size: 10px;
    bottom: 4px;
    left: 50%;
    position: absolute;
}

.g-footer__button-title_last {
    opacity: 0;
}

.g-footer__button-title_first {
    background-color: transparent;
    color: var(--color-primary);
    opacity: 1;
}

.g-footer__button-title_text {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s cubic-bezier(.32, 1.2, .54, 1.17);
    white-space: nowrap;
    background: var(--box-bg-color);
    font-weight: 500;
}

@media (hover: hover) and (pointer: fine) {
    .g-footer__button:hover .g-footer__button-title_last {
        background-color: var(--btn-text-extent);
        color: #fff;
        opacity: 1;
    }

    .g-footer__button:hover .g-footer__button-title_first {
        opacity: 0;
    }

    .g-footer__button:hover {
        transform: translateY(-3px);
        background: var(--btn-control-hover) !important;
        color: var(--text-btn-control-hover);
    }
}

.g-footer__button:hover .svg-icon {
    transform: rotate(-5deg);
}

.g-footer__button.voted, .g-footer__button.active {
    transform: translateY(-3px);
    background: var(--btn-control-hover) !important;
    color: var(--text-btn-control-hover);
}

/* =======popup========== */
.blur_dialog, .contact-popup {
    position: fixed;
    bottom: 0;
    top: 0;
    right: -330px;
    width: 330px;
    background-color: var(--box-bg-color);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 8px 0 0;
    border: 1px solid var(--border-card);
    z-index: 1001;
    transition: right 0.3s ease-in-out;
}

.blur_dialog.active, .contact-popup.show {
    right: 0px;
}

label.label-contact-select {
    position: relative;
    display: inline-block;
    margin: 0 0 10px;
}

label.label-contact-select:before {
    content: "";
    height: 31px;
    position: absolute;
    right: 7px;
    top: 3px;
    width: 22px;
    background: transparent;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    pointer-events: none;
    display: block;
}

label.label-contact-select:after {
    content: " ";
    position: absolute;
    right: 15px;
    top: 46%;
    margin-top: -3px;
    z-index: 2;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.9px 4px 0 4px;
    border-color: var(--color-primary) transparent transparent transparent;
    pointer-events: none;
}

/* Popup container */
.contact-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 30px 0 10px;
    border: 1px solid var(--border-btn);
    border-radius: 4px;
    line-height: 36px;
    background: var(--box-bg-color);
    height: 36px;
    color: var(--color-primary);
    margin: 0 0px 5px 0;
    width: 100%;
    font-family: inherit;
}

.contact-select:focus-visible {
    outline: 0;
}

select.contact-select::-ms-expand {
    display: none;
}

.error_form_contact, .error-message-email {
    font-size: 0.9em;
    color: var(--high-light);
    margin: 0 0 8px;
    display: none;
}

label.label-contact-select {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
}

.popup-heading {
    display: flex;
    align-items: center;
    flex-flow: nowrap;
    padding: 0 40px 0 16px;
    line-height: 1.5;
}

.popup-content {
    border-top: 1px solid var(--border-btn);
    font-size: 14px;
    color: var(--color-content-popup);
    padding: 8px 16px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-y: scroll;
    height: 100%;
}

.content_inner_popup {
    padding-bottom: 100px;
}

.content_inner_popup h2:not([class]), .content_inner_popup h3:not([class]), .content_inner_popup h4:not([class]) {
    margin: 0 0 10px;
    color: var(--color-heading-popup);
}

.content_inner_popup h2:not([class]) {
    font-size: 24px;
    font-weight: 600;
}

.content_inner_popup h3:not([class]), .content_inner_popup h4:not([class]) {
    font-size: 20px;
    font-weight: 500;
}

.content_inner_popup ol:not([class]), .content_inner_popup ul:not([class]) {
    margin: 0 0 10px;
    padding-left: 24px;
}

.content_inner_popup ol:not([class]) li, .content_inner_popup ul:not([class]) li {
    list-style: disc;
    margin: 0 0 6px;
}

.content_inner_popup a:not([class]) {
    color: var(--color-heading-popup);
}

.content_inner_popup p:not([class]) {
    margin-bottom: 10px;
}

.check_box_contact {
    background-color: #fff;
    border: 3px solid var(--border-btn);
    border-radius: 4px;
    cursor: pointer;
    display: block;
    height: 16px;
    margin: 0;
    width: 16px;
}

.form_contact {
    background: transparent;
    border: 1px solid var(--border-btn);
    color: var(--color-primary);
    max-width: 308px;
    resize: none;
    border-radius: 4px;
    transition: background-color .2s ease-in-out;
    width: 100%;
    font-family: inherit;
}

.contact_input {
    margin: 0 0 10px;
    padding: 8px 12px;
}

.contact_textarea {
    margin: 0 0 10px;
    padding: 8px 12px;
    height: 86px;
}

.icon_contact {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    margin-right: 10px;
}

.title_contact {
    font-size: 12px;
    color: var(--color-primary);
    flex: 1;
    padding: 14px 0;
}

.title_contact strong {
    font-size: 14px;
}

.close_contact {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}

.close_contact .svg-icon {
    width: 14px;
    height: 14px;
}

.feedback_image_checkbox {
    margin: 7px 0 0 8px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.contact-form button {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
}

.form_bottom {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 4px 16px;
}

.popup-link_share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 12px;
    border: 1px solid var(--border-btn);
    border-radius: 4px;
    margin-top: 12px;
    position: relative;
    height: 40px;
    margin-bottom: 20px;
}

.popup-link-share--url {
    width: 100%;
    background: 0;
    border: 0;
    height: auto;
    color: var(--color-primary);
    flex: 1;
    padding-right: 12px;
}

.popup-link-share--copy {
    color: #8166ff;
    font-weight: 600;
}

.popup-link-share--copy:hover {
    cursor: pointer;
}

.title_change_log {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
    color: var(--color-primary);
    line-height: normal;
    letter-spacing: 1.1px;
}

.change_log_item {
    padding: 8px;
    border-radius: 8px;
    background: var(--btn-control);
    margin: 0 0 8px;
}

.content_change_log {
    margin-bottom: 6px;
    color: var(--color-content-popup);
    font-size: 14px;
    padding-left: 15px;
}

.content_change_log ul {
    padding-left: 16px;
    margin: 0;
}

.content_change_log ul li {
    list-style: disc;
    margin: 0 0 6px;
}

.notify-toast {
    background: #4CAF50; /* Green background */
    color: white;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.toast-content {
    font-size: 16px;
    font-weight: 600;
}

.notification-success {
    position: fixed;
    bottom: 12px;
    left: 12px;
    width: fit-content;
    border-radius: 10px;
    box-shadow: 0 -6px 74px 0 rgb(0 0 0 / 0.15);
    animation: show_toastt 1s ease forwards;
    z-index: 9999;
}

@keyframes show_toastt {
    0% {
        transform: translateX(-100%);
    }
    40% {
        transform: translateX(10%);
    }
    80%, 100% {
        transform: translateX(20px);
    }
}

.notification-success.hide {
    animation: hide_toastt 1s ease forwards;
}

@keyframes hide_toastt {
    0% {
        transform: translateX(20px);
    }
    40% {
        transform: translateX(10%);
    }
    80%, 100% {
        opacity: 0;
        pointer-events: none;
        transform: translateX(-100%);
    }
}

.notification-success .toastt {
    border-radius: 10px;
    border-left: 5px solid #2ecc71;
    background: #fff;
    padding: 8px 12px;
    box-shadow: 1px 7px 14px -5px rgb(0 0 0 / 0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notification-success .toastt .content {
    display: flex;
    gap: 12px;
    align-items: center;
}

.notification-success .toastt.offline {
    border-color: #ccc;
}

.content_notification .details {
    margin-left: 15px;
}

.details span {
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
    color: #878787;
}

.details p {
    color: #878787;
}

.toastt .content_notification {
    display: flex;
    align-items: center;
}

.toastt .content_notification .icon {
    background: #ccc;
    height: 50px;
}

.toastt .content_notification .icon img {
    max-width: 50px;
    display: block;
    height: 100%;
    object-fit: cover;
}

.favorited {
    color: red;
}

/* ======================================== */

.frame-box-game {
    min-height: 520px;
    position: relative;
}


.frame-box-game iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
}

@media (max-width: 991px) {
    .player-footer__inner {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }
}

.sort_container {
    margin-left: auto;
    position: relative;
}

.s-title-control {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    align-items: center;
}

.s-title-control h1 {
    margin: 0 !important;
    padding: 0 !important;
}

.description__body {
    margin: 8px 0;
}

.description__body p {
    margin: 0 !important;
    color : var(--secondary);
    font-size:  16px;
}

@media (max-width: 992px) {
    .s-title-control {
        flex-direction: column;
        gap: 0;
    }
}

table, tr, td {
    border: 1px solid;
    text-align: center;
}

table {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
    margin: 0 0 10px;
}

td {
    word-break: break-word;
    white-space: normal;
    overflow: visible;
}

.m-0{
    margin: 0 !important;
}

.no-results {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

.icon-sort {
    position: absolute;
    height: 100%;
    width: 11px;
    left: 12px;
    top: 50%;
    transform: translateY(-45%);
}