body {
	background: #0B072F!important;
}

body p:empty {
	display: none!important;
}

.nvcasino-be .lang-toggle-block__item.current-lang {
	justify-content: center!important;
    width: auto!important;
}

.nvcasino-be .lang-block-wrapper {
	width: 46px!important;
}

.nvcasino-be .lang-toggle-block {
	width: 100%!important;
    left: auto!important;
}

.category-container > p {
	display: none!important;
}

body br {
	display: none!important;
}

.nvcasino-be .lang-button {
	display: none!important;
}

footer {
	background: #0B072F!important;
}

.nvcasino-be .header__top .mobile_menu_icon {
	background-color: unset!important;
}

.nvcasino-be .header__top .logo {
    max-width: 80px!important;
    min-width: 80px!important;
}

.nvcasino-be .header__top nav {
        background-color: #0B072F!important;
}

.nvcasino-be #toc_container ul li {
	background-color: #170f62!important;
}

.faq-list .faq-list__item {
	background: #170f62!important;
    border-color: #170f62!important;
}

.slots-list-block {
	background: #0B072F!important;
}

.nvcasino-be .header {
	background: #0B072F!important;
}

@keyframes banner-button-pulse {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(43, 216, 0, 0.7);
	}
	50% {
		transform: scale(1.05);
		box-shadow: 0 0 15px 10px rgba(43, 216, 0, 0);
	}
	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(43, 216, 0, 0);
	}
}

.nvcasino-be .slots_list .demo-name a {
	font-size: 12px!important;
}

.header-anm {
	background: #3c297b!important;
	color: #fff!important;
}

.header-anm:hover {
	background: #4f389e!important;
}

.header-reg {
	background: #ffc221!important;
	color: #000!important;
}

.header-reg:hover {
	background: #f2c858!important;
}

.lang-block-wrapper {
	margin-left: 20px!important;
}

.lang-toggle-block {
	border: none!important;
}

.nvcasino-be .header_banner__text .btn {
	animation: banner-button-pulse 1.9s infinite;
    background: linear-gradient(180.5deg, #2BD800 0.43%, #177100 99.57%);
    padding: 22px 64px;
    font-size: 22px!important;
}

.reviews-container {
	display: flex;
	gap: 50px;
	flex-wrap: wrap;
}

.review-item {
	display: flex;
	gap: 20px;
}

.author-image {
	width: 50px;
	height: 50px!important;
	border-radius: 50px;
}

.review-verify-image {
	width: 22px;
    filter: invert(92%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(96%) contrast(88%);
}

.review-author {
	display: flex;
	align-items: center;
	gap: 7px;
}

.review-author span {
	font-weight: 600;
}

.review-info {
	color: #e0e0e0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.review-message {
	font-weight: 500;
}

.single-review {
	display: flex;
	flex-direction: column;
	gap: 30px;
	max-width: 800px;
	padding: 24px;
}

.app-container {
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
}

.app-container img {
	width: 150px;
}

.category-container {
display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    grid-gap: 15px;
    max-width: 1440px;
    margin: 30px auto;
    margin-inline: auto;
}

.single-category {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	padding: 15px 10px;
	border-radius: 10px;
	text-align: center;
	height: 100px;
	color: #fff;
	box-shadow: 0 0 1px 1px #dee0eb;
	-webkit-box-shadow: 0 0 1px 1px #dee0eb;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.category-container a:hover {
	text-decoration: unset!important;
}

a:hover .single-category {
	box-shadow: 4px 4px 40px 0px rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 4px 4px 40px 0px rgba(255, 255, 255, 0.2);
}

.category-container a:hover img {
    filter: invert(50%) sepia(68%) saturate(3395%) hue-rotate(148deg) brightness(95%) contrast(90%);
}

.single-category img {
	filter: invert(86%) sepia(5%) saturate(0%) hue-rotate(180deg) brightness(95%) contrast(90%);
	transition: filter 0.3s ease;
}

.text_container .btn,
.header_banner .btn {
	color: #fff!important;
}

.nvcasino-be .header-menu-left .header__top_buttons {
    display: none!important;
}

.nvcasino-be .slots_list .slot-card {
	height: auto!important;
}

@media (max-width: 1024px) {
	.nvcasino-be .header__top.with-switcher .header__right {
        max-width: 100%!important;
    }
}


@media (max-width: 767px) {
	.nvcasino-be .header__top.with-switcher .header__right {
        max-width: 268px!important;
    }

	.nvcasino-be .header__top_buttons .btn {
    	margin-left: 12px!important;
    }

	.nvcasino-be .btn {
        padding: 13px!important;
    }

	.nvcasino-be .header__top .logo {
    	max-width: 70px!important;
        min-width: 70px!important;
    }

	.nvcasino-be .header__top {
    }

	.slots_list {
	    overflow-x: auto; 
	    gap: 10px;
	    -ms-overflow-style: none;
	    scrollbar-width: none;
	}

	.slots_list::-webkit-scrollbar {
	    display: none;
	}
	.header-anm {
		font-size: 13px!important;
	}
	.header-reg {
		font-size: 13px!important;
	}
}