jdiv#jvlabelWrap {
	bottom: -40px !important;
}

.__jivoMobileButton {
	display: none;
}

.Auth .content .download {
	margin-top: 15px;
}

.Auth .content .download .link {
	margin-top: 0 !important;
}

.download {
	position: relative;
}

.download .link::before {
	top: 5%;
	position: absolute;
	content: "Download The";
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

.download .link::after {
	bottom: 5%;
	position: absolute;
	content: "app here";
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

@media (orientation: landscape) {
	.banner .swiper {
		height: 420px !important;
	}
}

@media (min-width: 1920px) {
	.banner .swiper,
	.banner .swiper.images,
	.banner .swiper.images-active {
		height: 530px !important;
	}
}

@media (max-width: 991px) and (orientation: portrait) {
	.banners .banner {
		height: unset !important;
	}
}

@media (orientation: landscape) {
	.banners {
		height: 420px !important;
	}
}

@media (min-width: 1640px) {
	.banners {
		height: 530px !important;
	}
}

@media (min-width: 1860px) {
	.banners {
		height: 610px !important;
	}
}

@media (min-width: 2130px) {
	.banners {
		height: 670px !important;
	}
}

@media (min-width: 2420px) {
	.banners {
		height: 830px !important;
	}
}

.header__logo img {
	position: absolute;
	max-height: 130px !important;
}

.header__logo a,
.header__logo,
.header__logo span {
	display: flex !important;
	justify-content: center;
	height: 96px;
	width: 60px;
	align-items: center;
}

.providers .providers-list .item__count {
	display: none;
}

@media (max-width: 991px) {
	.header__logo a,
	.header__logo,
	.header__logo span {
		justify-content: unset;
		height: unset;
		width: unset;
	}
}

.menu .group:nth-child(1) .group-content .item:nth-child(2),
.menu .group:nth-child(1) .group-content .item:nth-child(3) {
  display: none;
}
.footer.mobile-menu .SupportButtons {
	display: none !important;
}
.filter__item span {
	box-shadow: none !important;
	background: linear-gradient(to right, #D12AE8, #8C06C8) !important;
}
.games__category-title .show-all {
	background: linear-gradient(to right, #D12AE8, #8C06C8) !important;
}
.rules-container .rules{
  position: relative !important;
}

.rules .rules-text::before {
    content: "";
    top: -65px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 170px;
    height: 44px;
    background-image: url(/images/logo.png?v=1754562300);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
.menu-alerts .item img {
    max-height: 30px !important;
    max-width: 30px !important;
}
.menu-alerts .login img {
    transform: scale(1.8) !important;
}