.logo img {
    max-width: 80px;
}

.menu-item {
    color: #fff;
    font-size: 18px;
    padding: 5px 10px;
}

.menu-item:hover {
    color: #ffcc00;
}

#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: 0px -6px 74px 0px rgba(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 rgba(0, 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;
    height: 100px;
    color: inherit;
    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: 0.3s;
    transition-duration: 0.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: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.sweep-to-right:hover:before {
    transform: scaleX(1);
}

.btn_up {
    background: transparent;
    width: 40px;
    height: 40px;
    border: 0;
    padding: 0;
    border-radius: 10px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    transition: transform 1s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    transform: translateY(-3000px);
    z-index: 9999;
}

.btn_up.show {
    transform: translateY(0);
}

.btn_up span {
    background: #0944cc;
    color: #fff;
    width: 100%;
    position: relative;
    height: 100%;
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    /*box-shadow: inset 0 2px 4px 0 rgb(255 255 255 / 38%), inset 0 -3px 3px 0 rgb(0 0 0 / 20%), 0 8px 15px 0 #44231073, 0 -4px 20px 0 #ffb10061;*/
}

.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(0.9, 1.1);
    }
    40% {
        transform: translateY(-30px);
    }
    50% {
        transform: scale(1.1, 0.9);
    }
    /*75% { transform: scale(0.95, 1.05); }*/
    60% {
        transform: translateY(-15px);
    }
}

.more-game {
    margin: 12px auto;
    background: var(--nav-background);;
    box-shadow: 0 5px 6px 0 rgb(0 0 0 / 29%);
    padding: 8px 16px;
    max-width: 300px;
    font-weight: 600;
    width: 100%;
    border-radius: 8px;
    text-align: center;
    display: block;
    transition-duration: .3s;
    color: var(--primary-text) !important;
    text-decoration: none !important;
}

.more-game:hover {
    transform: scale(1.1);
}

.game_content p {
    margin: 0 0 10px 0;
    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 0;
    font-weight: 700;
}

.game_content h2 {
    font-size: 24px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.game_content h2, .game_content h3, .game_content h4 {
    font-weight: 700;
    color: var(--highlight-text);
}

.game_content h3, .game_content h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.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%;
}

.categories_list {
    margin: 16px 0;

}

.categories_head {
    color: var(--primary-text);
    font-size: 18px;
    margin-bottom: 12px;
    text-align: center;
}

.card-tags {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.card-tags a {
    border-radius: 0 10px;
    border: 1px solid #ffffff45;
    background: var(--item-background);
    padding: 6px 12px;
    color: var(--primary-text);
    font-weight: 500;
    font-size: 14px;
    transition: all ease-in-out .2s;
}

.card-tags a:hover {
    transform: translateY(-3px);
    background: #000;
    color: #fff;
}

.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 {
    padding: 6px 12px;
    border-radius: 7px;
}

.favorites_btn span.svg-icon {
    font-size: 24px;
    color: #fcd53f;
    text-shadow: 2px 2px 3px var(--primary-text);
}

.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;
}

.SingleGame_gameContainer__GOLPG {
    max-width: calc(100% - 504px);
}

.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: #ff2e2e;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #ff2e2e, 0 0 5px #ff2e2e;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #ff2e2e;
    border-left-color: #ff2e2e;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes pace-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes pace-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes pace-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes pace-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


@media (max-width: 1369px) {
    .SingleGame_gameContainer__GOLPG {
        max-width: calc(100% - 344px);
    }

    .SingleGame_rightSidebarBigBanner__kGmZL {
        grid-row: 3/span 5;
    }
}


@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: 992px) {
    .typeahead__query input {
        max-width: unset;
        margin-left: unset;
    }

    .menu_header {
        display: none;
    }

    .menu_sidebar {
        display: flex;
    }

    .SingleGame_gameContainer__GOLPG {
        max-width: 100%;
    }
}
.slot-container {
                box-sizing: initial;
            }

.slot-container > div {
	background: #0000000d;
	border-radius: 4px;
	margin: 0 auto;
	padding: 0.625rem;
}

.slot-container > div, .slot-container > div > div {
	align-items: center;
	display: flex;
	justify-content: center;
}

.slot-container > div > div {
	height: 100%;
	width: 100%;
	z-index: 1;
}

.slot-container.is-billboard > div {
	height: 50px;
	max-width: 320px;
	 width: 100%;
}
 

@media screen and (min-width: 468px) and (max-width: 699px) {
	.slot-container.is-billboard > div {
		height: 60px;
		max-width: 468px;
		 width: 100%;
	}
}

@media screen and (min-width: 700px) and (max-width: 767px) {
	.slot-container.is-billboard > div {
		height: 100px;
		max-width: 468px;
		 width: 100%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1059px) {
	.slot-container.is-billboard > div {
		height: 100px;
		max-width: 728px;
		 width: 100%;
	}
}

@media screen and (min-width: 1060px) {
	.slot-container.is-billboard > div {
		height: 250px;
		max-width: 970px;
		    width: 100%;
	}
}