body.no-scroll {
	overflow-y: hidden;
	height: 100vh;
}
.betnero_header__menu .betnero_header__menu-head,
#betnero_menu_heading_item0 {
	display: none;
}
.casino-page {
	padding: 0 70px 25px 25px;
}
.loader {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 30%;
}
.loader .bg-wrap {
	text-align: center;
	background-color: #0199ed;
	padding: 25px 50px;
	border-radius: 0px 10px 0px 10px;
}
.loader img{
	display: block;
	margin-bottom: 8px;
}
.loader span {
	font-size: 18px;
	font-weight: 600;
}
.casino-page .page-title h1 {
	padding: 14px 0;
	font-size: 20px;
	font-weight: 600;
	font-family: 'Inter', sans-serif;
	margin-bottom: 0;
	border-bottom: 1px solid white;
}
.casino-page .page-title h1 .title-arrow {
	height: 16px;
	margin-top: 6px;
}
.casino-page .page-title h1 .category {
	color: #2c98ef;
}
.casino-page .page-navigation {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	padding: 16px 0;
}
.casino-page .page-navigation .nav-buttons {
	width: 70%;
	padding-right: 15px;
}
.casino-page .page-navigation .nav-btn-icon {
	display: none;
}
.casino-page .page-navigation .nav-buttons .swiper-button-prev {
	background: #1c2747;
	background: linear-gradient(90deg, #1c2747 0%, transparent 70%);
	left: 0;
	color: #fff;
	font-weight: 900;
}
.casino-page
	.page-navigation
	.nav-buttons
	.swiper-button-prev.swiper-button-disabled {
	display: none;
}
.casino-page .page-navigation .nav-buttons .swiper-button-prev::after {
	content: 'prev';
	font-size: 16px;
}
.casino-page .page-navigation .nav-buttons .swiper-button-next {
	color: #fff;
	right: 0;
	background: #1c2747;
	font-weight: 900;
	background: linear-gradient(90deg, transparent 0%, #1c2747 80%);
}
.casino-page
	.page-navigation
	.nav-buttons
	.swiper-button-next.swiper-button-disabled {
	display: none;
}
.casino-page .page-navigation .nav-buttons .swiper-button-next::after {
	content: 'next';
	font-size: 16px;
}
.swiper-wrapper {
	padding-left: 4px;
}
.casino-page .page-navigation .nav-buttons .nav-btn.active::before {
	border-bottom: 2px solid #0199ed;
}
.casino-page .page-navigation .nav-buttons .nav-btn.active {
	color: #fff;
}
.casino-page .page-navigation .nav-buttons .nav-btn::before {
	min-width: 100px;
	background-color: #243156;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	transform: skew(-9deg);
	z-index: -1;
	height: 100%;
	width: 100%;
}
.casino-page .page-navigation .nav-buttons .nav-btn:hover {
	color: #fff;
}
.casino-page .page-navigation .nav-buttons .nav-btn:not(.active):hover::before {
	border-bottom: 2px solid #fff;
}
.casino-page .nav-buttons .swiper-slide {
	width: auto;
	min-width: 150px;
	margin-right: 0;
	margin-right: 8px;
}
.casino-page .nav-buttons .swiper-slide .nav-btn {
	display: flex;
	justify-content: center;
	font-size: 15px;
	min-width: 15%;
	padding: 17.5px 10px;
	color: #fff;
	width: 100%;
	padding: 12px;
	text-decoration: none;
	color: #8a9fcc;
	font-weight: 600;
	font-size: 15px;
	cursor: pointer;
}
.game-search-input {
	width: 30%;
	padding: 10px 9px;
	padding-left: 48px;
	background-color: #8a9fcc;
	font-family: Inter, sans-serif;
	background-image: url('../img/icons/search.svg');
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: 12px center;
	border-radius: 4px;
}
.game-search-input::placeholder {
	font-size: 14px;
	color: #1b2339;
}
.game-search-input:focus-visible {
	outline: none;
}
header .game-search-input::placeholder {
	color: #fff;
	font-weight: 600;
}
header .game-search-input {
	background-image: none;
	position: relative;
}
header .search-wrap::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-image: url('../img/icons/search.svg');
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: 12px center;
	height: 100%;
	width: 31px;
	z-index: 1;
	filter: invert(1);
}
.page-sections .section-games {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-auto-rows: auto;
	gap: 8px;
	width: 100%;
	margin-bottom: 16px;
}
.page-sections .section-title {
	margin: 4px 0 16px;
}
.page-sections .section-games .game-thumbnail,
.search-modal .search-results .game-thumbnail {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
	border-radius: 10px;
}
.page-sections .section-games .game-thumbnail:hover .game-image,
.search-modal .search-results .game-thumbnail:hover .game-image {
	height: 110%;
}
.game-thumbnail:hover .game-overlay::after,
.game-thumbnail:hover .game-overlay {
	opacity: 1;
}
.page-sections .section-games .game-thumbnail .game-image,
.search-modal .search-results .game-thumbnail .game-image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: height 0.3s ease-in-out;
	z-index: 10;
}
.game-thumbnail .game-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 20;
	opacity: 0;
}
.game-thumbnail .game-overlay::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(28, 30, 38, 0.85);
	opacity: 0;
	transition: all 0.3s;
}
.game-thumbnail .game-overlay * {
	position: absolute;
	z-index: 30;
}
.game-thumbnail .game-overlay .play-btn {
	margin: auto;
	top: calc(50% - 16px);
	font-size: 12px;
	font-weight: 600;
	left: 50%;
	padding: 15.5px 38.5px;
	transform: translate(-50%);
	width: 82px;
	background: #73fc6f;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	color: #121212;
}
.game-thumbnail .game-overlay .game-info {
	bottom: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
}
.casino-page
	.page-sections
	.section-games
	:nth-child(1):not(.less):not(.show-all),
.casino-page
	.page-sections
	.section-games
	:nth-child(6):not(.less):not(.show-all),
.casino-page
	.page-sections
	.section-games
	:nth-child(8):not(.less):not(.show-all),
.page-sections .section-games .game-thumbnail.large:not(.less) {
	grid-area: span 2 / span 2;
}

.page-sections .section-header {
	display: flex;
	align-items: center;
}

.page-sections .section-header .games-count {
	margin-left: auto;
	font-weight: 500;
	font-size: 14px;
}
.search-modal {
	position: relative;
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: inline-block;
	top: 0;
	left: 0;
	z-index: 1050;
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
}
.search-modal.show {
	display: block;
}
.search-modal .search-modal-content {
	height: 100%;
	width: calc(100% - 339px);
	top: 0;
	left: 339px;
	background-color: #1b2339;
	position: absolute;
	overflow-y: auto;
	padding: 28px 72px;
}
.search-modal .search-modal-content .search-modal-header {
	padding-right: 32px;
	margin-bottom: 48px;
}
.search-modal .search-modal-content .search-modal-header img {
	margin-left: auto;
	display: block;
	cursor: pointer;
}
.search-modal .search-modal-content .search-wrap {
	position: relative;
}
.search-modal .search-modal-content .clear-search {
	position: absolute;
	right: 15px;
	top: 13px;
	filter: invert(1);
	width: 12px;
	cursor: pointer;
}
.search-modal .game-search-input {
	width: 100%;
	margin-bottom: 60px;
}
.betnero_header .search-wrap {
	width: 100%;
	position: relative;
}
.betnero_header .search-wrap .game-search-input {
	width: 100%;
	background-color: #0199ed;
	caret-color: transparent;
}

.search-modal .search-modal-content .section-title {
	margin-bottom: 12px;
	font-size: 18px;
}
.search-modal .search-modal-content .game-providers {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 8px;
}
.search-modal .search-modal-content .game-providers .provider-button {
	background-color: #364c8b;
	border-radius: 4px;
	padding: 14.5px 0;
	font-size: 13px;
	font-weight: 500;
}

.search-modal .search-results {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 8px;
	width: 100%;
}

.search-modal .search-modal-content.searching .info-section,
.search-modal .search-modal-content.no-games-found .info-section {
	display: none;
}
.search-modal .search-modal-content.searching .clear-search,
.search-modal .search-modal-content.no-games-found .clear-search,
.search-modal .search-modal-content.searching .search-results-title,
.search-modal .search-modal-content.no-games-found .not-found {
	display: block;
}

.search-modal .search-modal-content:not(.searching) .search-results,
.search-modal
	.search-modal-content:not(.searching):not(.no-games-found)
	.clear-search,
.search-modal .search-modal-content:not(.searching) .search-results-title,
.search-modal .search-modal-content:not(.no-games-found) .not-found {
	display: none;
}
.search-modal .search-modal-content .not-found {
	text-align: center;
}
.search-modal .search-modal-content .not-found .four-o-four {
	font-size: 124px;
	color: #4d6198;
	animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}
.search-modal .search-modal-content .not-found .not-found-text {
	font-size: 26px;
	font-weight: 600;
	color: #4d6198;
}
@keyframes shake {
	10%,
	90% {
		transform: translate3d(-1px, 0, 0);
	}

	30%,
	50%,
	70% {
		transform: translate3d(4px, 0, 0);
	}

	40%,
	60% {
		transform: translate3d(-4px, 0, 0);
	}
}

@media (max-width: 992px) {
	.casino-page {
		padding: 0 12px;
		margin-top:60px; 
	}
	.betnero_header .search-wrap {
		display: none;
	}
	.betnero_header__mobile-row .custom-logo-link {
		display: block;
	}
	.betnero_header__mobile-row .custom-logo-link .custom-logo {
		max-height: 22px;
	}
	.casino-page .page-sections .section-games {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
	.casino-page
		.page-sections
		.section-games
		:nth-child(1):not(.less):not(.show-all),
	.casino-page
		.page-sections
		.section-games
		:nth-child(6):not(.less):not(.show-all) {
		grid-area: unset;
	}
	.casino-page
		.page-sections
		.section-games
		.game-thumbnail:not(.show-all):nth-child(n + 7) {
		display: none;
	}
	.casino-page .page-sections .section-games .game-thumbnail:nth-child(5) {
		grid-area: 2 span / 2 span;
	}
	.casino-page .page-navigation {
		display: block;
	}
	.casino-page .page-navigation .nav-btn-icon {
		height: 18px;
		width: auto;
		display: block;
		margin: 5px auto;
	}
	.casino-page .page-navigation .nav-buttons {
		width: 100%;
		padding: 0 0 24px;
	}
	.casino-page .nav-buttons .swiper-slide {
		width: 80px;
		height: 60px;
		min-width: unset;
		padding: 5px 0;
	}
	.casino-page .nav-buttons .swiper-slide .nav-btn {
		font-size: 11px;
		font-weight: 600;
		padding: 0 2px 2px;
		white-space: pre-line;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		text-align: center;
		font-family: Inter, sans-serif;
		height: 100%;
	}
	.search-modal .search-results {
		grid-template-columns: repeat(3, 1fr);
	}
	.casino-page .page-navigation .nav-buttons .nav-btn::before {
		width: 80px;
		min-width: unset;
	}
	.casino-page .page-navigation .nav-buttons .nav-btn.active::before {
		border-color: #fff;
		background-color: #0199ed;
	}
	.casino-page .game-search-input {
		width: 100%;
	}
	.casino-page .page-navigation .nav-buttons .swiper-button-prev {
		height: 100%;
		top: 22px;
	}
	.search-modal .search-modal-content {
		width: 100%;
		padding: 28px 12px;
		left: 0;
	}
	.search-modal .search-modal-content .game-providers {
		grid-template-columns: repeat(2, 1fr);
	}
	.search-modal .search-modal-content .search-modal-header {
		padding-right: 12px;
		margin-bottom: 16px;
	}
	.search-modal .game-search-input {
		margin-bottom: 15px;
	}
	.betnero_header .betnero_menu {
		padding: 0;
		background-color: #1b2339;
	}
	.betnero_header__menu .betnero_header__menu-head {
		padding: 24px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.betnero_header__menu .betnero_menu__body {
		height: auto;
	}
	.betnero_logged-in .betnero_header .accordion {
		padding-top: 0;
	}
	.betnero_header__menu .betnero_header__menu-head img {
		height: 32px;
		width: auto;
	}
	.betnero_header__menu .betnero_header__menu-head .close-menu {
		height: 16px;
		cursor: pointer;
	}
	.betnero_menu-spollers #betnero_menu_heading_item0,
	.betnero_menu-spollers #betnero_menu_heading_item1,
	.betnero_menu-spollers #betnero_menu_heading_item2 {
		background-color: #0b1739;
		display: block;
	}
}
@media (min-width: 993px) and (max-width: 1919px) {
	.search-modal .search-modal-content {
		width: calc(100% - 250px);
		top: 0;
		left: 250px;
	}
	.search-modal .search-modal-content .game-providers {
		grid-template-columns: repeat(4, 1fr);
	}
}



.betnero_header .bn-btm-bar {
    background: #0199ed;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1
}

@media(min-width: 1025px) {
    .betnero_header .bn-btm-bar.mobile {
        display:none
    }
}

@media(max-width: 1024px) {
    .betnero_header .bn-btm-bar.desktop {
        display:none
    }
}

@media(min-width: 480px) {
    .betnero_header .bn-btm-bar {
        padding:0 24px
    }
}

@media(min-width: 1025px) {
    .betnero_header .bn-btm-bar {
        display:block;
        position: relative;
        padding: 0
    }
}

.betnero_header .bn-btm-bar-nav .btm-bar-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    margin-bottom: 0px;
}

@media(min-width: 1025px) {
    .betnero_header .bn-btm-bar-nav .btm-bar-list {
        justify-content:center
    }
}

.betnero_header .bn-btm-bar-nav .btm-bar-list .list-item {
    padding: 0;
    list-style: none
}

.betnero_header .bn-btm-bar-nav .btm-bar-list .list-item-link {
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    padding: 9px 16px;
    cursor: pointer;
    font-family: var(--font-Inter);
    border-top: 1px solid #3a3e4e
}

@media(min-width: 1025px) {
    .betnero_header .bn-btm-bar-nav .btm-bar-list .list-item-link {
        font-family:var(--font-Poppins);
        text-transform: uppercase;
        flex-direction: row;
        font-size: 12px;
        font-weight: 600;
        padding: 11px 24px;
        border-top: none
    }
}

.betnero_header .bn-btm-bar-nav .btm-bar-list .list-item-link .icon {
    margin-bottom: 4px;
}

.betnero_header .bn-btm-bar-nav .btm-bar-list .list-item-link .icon.sports-icon {
    height: 16px;
    width: 16px
}

@media(min-width: 1025px) {
    .betnero_header .bn-btm-bar-nav .btm-bar-list .list-item-link .icon {
        margin-right:12px;
        margin-bottom: 0
    }
}

.betnero_header .bn-btm-bar-nav .btm-bar-list .list-item-link.active {
    color: #000;
    border-top: 1px solid #18ae62
}

@media(min-width: 1025px) {
    .betnero_header .bn-btm-bar-nav .btm-bar-list .list-item-link.active {
        border-top:none
    }
}

.betnero_header .bn-btm-bar-nav .btm-bar-list .list-item-link:hover {
    color: #000;
}
