@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
/* Notification styles */
.notification-wrapper {
	display: flex;
	align-items: center;
	margin-right: 10px;
}

lux-notifications svg {
	background-color: transparent !important;
}	
  
lux-notifications {
	cursor: pointer;
	--lux-notification-bg: #1a1a2e;
	--lux-notification-colour: white;
	--lux-popup-bg: #282e1a;
	--lux-popup-header-bg: #191b0f;
	--lux-popup-text: #ffffff;
	--lux-popup-border-color: #ff00ff;
	--lux-popup-border-width: 1px;
	--lux-popup-border-style: solid;
	--lux-notification-item-hover: rgba(255, 0, 255, 0.1);
	--lux-notification-title-color: #ff00ff;
	--lux-notification-link-color: #00ffff;
	--lux-notification-text-align: center;
	border-radius: 4px;
}

lux-notifications::part(notification-item),
lux-notifications::part(notification-title),
lux-notifications::part(notification-message) {
	text-align: center !important;
}

html.white-layout,
html.white-layout body {
	background: #fff !important;
}

.crmpam-content {
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}
.index-page-content {
	width: calc(100% - 80px);
	max-width: 1140px;
	margin: auto;
}
/*HEADER*/
.crmpam-header-fixed {
	background: linear-gradient(40deg, #292d3d, #03040d) !important;
}
.crmpam-AppBar {
	background: rgb(0 0 0 / 80%);
	border-bottom: 1px solid #fff;
}

.crmpam-padding-top-page:before {
	content: "";
	display: flex;
	width: 100%;
	height: 50px;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}
.crmpam-header-user {
	height: 50px;
}
.crmpam-header img {
	max-height: 45px;
}
.mobile-login-button {
	display: none;
}
.mobile-login-button button {
	width: 42px;
	min-width: 42px;
	height: 42px;
	border-radius: 4px;
}
.crmpam-header-menu a div {
	height: 50px;
}
.crmpam-header-menu * {
	text-decoration: none;
	transition: 0.3s;
	line-height: 50px;
	color: var(--crmpam-color-tertiary);
}
.crmpam-header-menu a div > div {
	position: absolute;
	left: 0;
	bottom: 0px;
	height: 2px;
	width: 100%;
	background: var(--crmpam-bg-primary);
}
.crmpam-header-menu a:hover div p,
.crmpam-header-menu a.active-menu-option div p {
	color: var(--crmpam-color-primary);
}
#cashAmountHeader {
	transition: 0.3s;
	width: 120px;
	overflow: hidden;
}
#cashAmountHeader.hiddenHeaderAmount {
	width: 24px;
	transition: 0.3s;
}
.headerUserButton * {
	color: var(--crmpam-color-tertiary);
	text-transform: capitalize;
}
div#headerLimits .MuiMenu-paper,
div#headerUserMenu .MuiMenu-paper {
	background: rgba(60, 60, 60, 0.9);
	padding: 20px;
	max-width: 300px;
}
.header-info-user {
	min-width: 24px;
}
@media (max-width: 1000px) {
	.crmpam-AppBar {
		background: #000;
	}
	.crmpam-page-content {
		padding-top: 50px;
	}
	.crmpam-padding-top-page {
		padding-top: 0px;
	}
}
@media (max-width: 1100px) {
	.crmpam-header-menu,
	.header-logo {
		display: none;
	}
	.mobile-login-button {
		display: flex !important;
		border: none !important;
		background: none !important;
		min-width: auto !important;
		padding: 0 !important;
		color: var(--crmpam-color-tertiary);
	}
	.crmpam-header-user {
		padding: 0px 0px;
	}
	.crmpam-user-header-content .crmpam-btn-primary.crmpam-btn-small {
		min-width: auto !important;
		padding: 0 4px !important;
	}
}

@media (max-width: 450px) {
	.headerUserButton {
		min-width: auto;
		width: 30px;
		height: 30px;
	}
	.headerUserButton span {
		display: none;
	}

}

/*CHAT BUTTON*/
.chatButton {
	height: 30px;
	width: 30px;
	min-width: 30px;
	border-radius: 100%;
	background: none;
	border: none;
}
.chatButton svg {
	width: 20px;
	height: 20px;
	color: #ffffff !important;
}
/*LOGIN POPUP*/
.dark-logo {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.loginForm {
	width: 100%;
	max-width: 450px;
	margin: auto;
}
.mobile-login-popup {
	display: none;
	border-top: 1px solid #d9d9d9;
}
@media (max-width: 830px) {
	.mobile-login-popup {
		display: block;
	}
}

/*FOOTER*/
.crmpam-footer-logo {
	width: 100%;
	max-width: 150px;
}
.crmpam-footer-col {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.crmpam-footer-col p {
	width: 100%;
	max-width: 250px;
	text-decoration: none;
	text-align: center;
}
.crmpam-footer-cols {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
}
@media (max-width: 301px) {
	.crmpam-footer-cols {
		gap: 0px;
	}
}

.crmpam-footer-col-title {
	font-weight: bold;
	margin-bottom: 20px;
	color: var(--crmpam-color-secondary);
}
.footer-redes p {
	max-width: 90px;
}
.footer-text {
	max-width: 250px;
	line-height: 18px;
}
.crmpam-footer-col .crmpam-bold.crmpam-uppercase.crmpam-mb40.crmpam-pb10 {
	color: #FFC745 !important;
	position: relative !important;
	text-align: center !important;
	font-family: 'Inter', sans-serif !important;
	font-weight: 500 !important;
	font-size: 12px !important;
	line-height: 30px !important;
	letter-spacing: 0% !important;
	text-transform: uppercase !important;
	margin-bottom: 15px !important;
	padding-bottom: 5px !important;
}
.crmpam-footer-col .crmpam-bold.crmpam-uppercase.crmpam-mb40.crmpam-pb10:after {
	display: none;
}
.crmpam-footer-col a {
	text-decoration: none;
	font-size: 0.85rem;
	text-align: center;
}
.crmpam-footer-col a p {
	font-size: 0.85rem;
	text-align: center;
}
.footer-last-row {
	color: rgba(255, 255, 255, 0.6);
	overflow-x: hidden;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
.footer-last-row p {
	color: rgba(255, 255, 255, 0.6);
}
.footer-last-row * {
	font-size: 0.75rem;
	text-decoration: none;
}
.footer-redes-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}
.crmpam-popup-content-container .crmpam-fragmentText {
	max-height: calc(100vh - 226px);
	padding: 0 20px;
	overflow: auto;
}
.crmpam-popup.flagment-popup .crmpam-popup-content {
	max-width: 800px;
}
@media (max-width: 964px) {
	.crmpam-footer-col {
		width: auto;
		padding: 0 10px;
	}
	.footer-text {
		text-align: center;
	}
	.crmpam-footer-col p {
		text-align: center;
	}
	.crmpam-footer-col .crmpam-bold.crmpam-uppercase.crmpam-mb40.crmpam-pb10 {
		margin-bottom: 15px !important;
	}
	.crmpam-footer-col .crmpam-bold.crmpam-uppercase.crmpam-mb40.crmpam-pb10:after {
		display: none;
	}
	.crmpam-mb40-footer {
		flex-direction: column!important;
		margin-bottom: 40px!important;
	}
}
@media (max-width: 600px) {
	.footer-redes {
		padding: 20px 0;
	}
	.footer-redes > div {
		flex-direction: column;
	}
	.footer-redes p {
		max-width: 100%;
		margin-bottom: 20px;
	}
}
@media (max-width: 500px) {
	.footer-last-row {
		flex-wrap: wrap;
		text-align: center;
		padding: 20px;
	}
	.crmpam-footer-col {
		width: auto;
		padding: 0px;
	}
	.footer-last-row img {
		margin: 0 10px;
	}
}

/*POPUP*/
.crmpam-popup {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	margin: 0 auto;
	background: rgb(0 0 0 / 50%);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9991;
}
.crmpam-popup-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.crmpam-content.crmpam-no-overflow {
	height: 100vh !important;
	padding: 0 !important;
	margin: 0 !important;
}
.crmpam-popup .crmpam-popup-content {
	margin: 0 auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: none;
	max-height: calc(100vh - 32px);
	height: auto;
	max-width: 500px;
	min-width: 500px;
	min-height: 180px;
	border-radius: 0px;
	position: relative;
	overflow: auto;
	z-index: 1;
	opacity: 0;
	transition: 0.3s;
	padding-top: 20px;
}
.crmpam-popup .crmpam-popup-content-header {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 0px;
	padding: 20px;
	background: linear-gradient(40deg, #292d3d, #03040d) !important;
	width: calc(100% - 100px);
	left: 30px;
	top: -3px;
	-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.crmpam-popup .crmpam-popup-content-header .close {
	margin: 0;
	padding: 0;
	color: var(--crmpam-color-primary);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.crmpam-popup .crmpam-field-error {
	padding-left: 0;
	background: none;
}
.crmpam-popup .crmpam-field-error .MuiAlert-icon {
	display: none;
}
.crmpam-popup .crmpam-field-error .MuiAlert-message {
	color: #fff;
	padding: 0px 10px 0px 34px;
	font-size: 11px;
}
.crmpam-popup-content-container {
	background: rgba(60, 60, 60, 0.95);
	padding-top: 80px;
	-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
#loginPopup.crmpam-popup .crmpam-popup-content {
	min-width: 300px;
	max-width: 300px;
	height: auto;
	min-height: auto;
	max-height: auto;
}
@media (max-width: 560px) {
	.crmpam-popup .crmpam-popup-content {
		max-width: calc(100% - 20px);
		max-height: calc(100% - 20px);
		min-width: calc(100% - 20px);
		min-height: 100%;
		height: 100%;
		width: 100%;
		height: -webkit-fill-available;
		max-height: -webkit-fill-available;
		min-height: -webkit-fill-available;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	iframe#depositResponseIframe {
		height: calc(100vh - 100px);
	}
	#loginPopup.crmpam-popup .crmpam-popup-content {
		min-width: calc(100% - 20px);
		max-width: calc(100% - 20px);
	}
}

/*USER MENU*/
.MuiDrawer-paperAnchorLeft {
	background: linear-gradient(40deg, #292d3d, #03040d) !important;
	width: 15rem;
}
.main-menu-link {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 10px 20px;
	transition: 0.3s;
}
.main-menu-link img {
	width: 36px;
	height: 36px;
	margin-right: 20px;
}
.main-menu-link:hover {
	background: rgba(255, 255, 255, 0.15) !important;
}
.crmpam-user-menu-close {
	position: absolute;
	right: 0;
	top: 10px;
	color: #fff;
}

/*HISTORY*/
@media (max-width: 500px) {
	form#filter-form-history > div,
	form#filter-form-history button {
		width: 100%;
		margin: 0px 0px 20px 0px;
	}
}

/*DOCUMENTS*/
.crmpam-userDocs-container {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
	max-width: 650px;
}
.crmpam-userFiles {
	gap: 20px;
}
.crmpam-userDocs {
	background: rgb(255 255 255 / 15%);
	border: 1px solid rgb(255 255 255 / 10%);
	border-radius: var(--crmpam-border-radius);
	width: calc(100% - 40px);
	min-height: calc(180px - 40px);
	max-height: calc(180px - 40px);
	padding: 20px;
}
.crmpam-userDocs > div > svg,
.crmpam-userDocs > svg {
	width: 48px;
	height: 48px;
}
.crmpam-userDocs-counter {
	opacity: 0.6;
}
.crmpam-userDocs-status {
	position: absolute;
	right: 0;
	top: 0;
}
.Doc_pending_status {
	color: #ff9a5d;
}
.Doc_revising_status {
	color: #ffffff;
}
.Doc_approved_status {
	color: #6ac726;
}
.Doc_error_status {
	color: #ff5d5d;
}
.crmpam-userDocs.uploadButton {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	position: relative;
	transition: 0.3s;
	min-height: 342px;
}
.doc-history {
	background: rgb(255 255 255 / 15%);
	border: 1px solid rgb(255 255 255 / 10%);
	border-radius: var(--crmpam-border-radius);
}
.doc-history-element {
	border-bottom: 1px solid rgb(255 255 255 / 10%);
	padding: 10px;
	overflow: hidden;
}
.doc-history-element:last-child {
	border: none;
}
.docFileName {
	max-width: 250px;
	width: 250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.crmpam-drag-drop {
	display: flex;
	background: rgb(255 255 255 / 10%);
	border: 2px dashed rgb(255 255 255 / 20%) !important;
	border-radius: var(--crmpam-border-radius);
	cursor: pointer;
	position: relative;
}
.crmpam-drag-drop:hover {
	background: rgb(255 255 255 / 15%);
}
.crmpam-drag-drop label {
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	line-height: 20px;
}
@media (max-width: 1000px) {
	.crmpam-userDocs.uploadButton p {
		font-size: var(--crmpam-text-small) !important;
	}
}
@media (max-width: 900px) {
	.crmpam-userDocs {
		min-height: calc(164px - 40px);
	}
	.crmpam-userFiles {
		flex-direction: column;
		align-items: flex-start;
	}
	.doc-history-element {
		flex-direction: column;
		align-items: flex-start;
	}
	.doc-history-element .crmpam-white-text.crmpam-txtr {
		text-align: left !important;
	}
	.doc-history-element > div:last-child {
		margin-top: 5px;
		margin-left: 44px;
	}
}

/*BALANCE*/
.crmpam-account-card {
	background: rgb(255 255 255 / 15%);
	border: 1px solid rgb(255 255 255 / 10%);
	position: relative;
	width: 250px;
	height: 63px;
	overflow: hidden;
}
.crmpam-account-card-info {
	display: flex;
	align-items: center;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	justify-content: space-between;
	position: absolute;
	z-index: 1;
}
.crmpam-account-card-info svg {
	width: 48px;
	height: 48px;
	color: var(--crmpam-color-secondary);
}
.crmpam-account-card-background {
	position: absolute;
	z-index: 0;
	rotate: -24deg;
	left: -10px;
	top: 0;
}
.crmpam-account-card-background svg {
	width: 120px;
	height: 120px;
	color: rgb(255 255 255 / 6%);
}
@media (max-width: 480px) {
	.promo-code-form > div,
	.promo-code-form > div .crmpam-input {
		width: 100%;
	}
	.promo-code-form button {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
}
@media (max-width: 450px) {
	.crmpam-account-card {
		width: 100%;
	}
}

/*OVERLAY*/
.crmpam-overlay {
	width: 100%;
	height: 100%;
	background: none;
	margin: 0;
	position: absolute;
	z-index: 0;
}

/*BANNER*/
.bannerSlider {
	min-height: 220px;
}
.bannerSlider .splide__slide,
.banner-slide,
.banner-slide img {
	width: 100%;
	max-width: 100%;
	cursor: pointer;
}
.bannerSlider .splide__arrow {
	background: #262626;
	border: 1px solid var(--crmpam-btn-color-primary);
	width: 32px;
	height: 32px;
	border-radius: 100px;
}
.bannerSlider .splide__arrow svg {
	fill: var(--crmpam-btn-color-primary);
}
.bannerSlider .splide__pagination__page {
	background: #f2f2f2;
	opacity: 1;
}
.bannerSlider .splide__pagination__page.is-active {
	background: var(--crmpam-btn-color-primary);
}

/*LOBBY*/
.lobby-section-title:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	top: 8px;
	z-index: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 95%);
}
.lobby-section-title p {
	color: var(--crmpam-bg-color-primary);
	text-align: center;
	background-color: var(--crmpam-bg-primary);
	padding: 0 20px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	z-index: 1;
	height: 20px;
}
.lobby-section .crmpam-machines-contanier {
	max-height: 565px;
	overflow: hidden;
}
@media (max-width: 1100px) {
	.lobby-section .crmpam-machines-contanier {
		max-height: 565px;
	}
}
@media (max-width: 825px) {
	.lobby-section .crmpam-machines-contanier {
		max-height: 475px;
	}
}
.crmpam-machines-contanier {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
.crmpam-machine {
	position: relative;
	flex-direction: column;
	width: calc((100% / 7) - 10px);
	background: rgb(47 72 88 / 60%);
	border-radius: 5px;
	align-items: center;
	justify-content: space-between;
	transition: 0.3s;
	-webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21) !important;
	box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21) !important;
}
.crmpam-machine:hover {
	cursor: pointer;
}
.crmpam-machine-frame {
	position: absolute;
	width: 100%;
	height: 100%;
}
.crmpam-machine .crmpam-btn-secondary {
	display: none;
}
.crmpam-machine .crmpam-machine-name {
	position: absolute;
	opacity: 0;
	z-index: 1;
	top: 15px;
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px rgb(0 0 0 / 60%);
	transition: 0.3s;
}
.crmpam-machine .crmpam-btn-primary {
	position: absolute;
	opacity: 0 !important;
	bottom: calc(50% - 30px);
	transition: 0.3s;
	width: auto;
	min-width: auto;
	padding: 0px 10px;
	z-index: 1;
}
.crmpam-machine .crmpam-machine-button-demo {
	position: absolute;
	opacity: 0;
	bottom: calc(50% - 60px);
	transition: 0.3s;
	color: #ececec;
	font-size: 14px;
}
.crmpam-machine-tags {
	position: absolute;
	left: 10px;
	top: -2px;
	z-index: 0;
}
.crmpam-machine-tags img {
	height: 56px;
}
.crmpam-machine-tags.BONUS {
	left: 0;
	top: -8px;
}
.crmpam-machine_1x1 {
	grid-row: span 2;
	grid-column: span 2;
	max-width: 490px;
	min-width: 490px;
}
.crmpam-machine_1x1 .crmpam-machine-logo {
	max-height: 338px;
	min-height: 338px;
	height: 338px;
	width: 490px;
}
.crmpam-machine-tags {
	display: none !important;
}
.index-page .crmpam-filter-tags {
	display: none;
}
.index-page .crmpam-filter-providers {
	border-top: 1px solid var(--crmpam-bg-primary);
}
.casinoCarrousel li {
	margin: 20px 0px 40px 10px;
}
.casinoCarrousel .crmpam-machine {
	width: 182px;
	height: 182px;
	overflow: hidden !important;
}
.casinoCarrousel .crmpam-machine img {
	width: 100%;
	height: 100% !important;
	max-height: 100% !important;
	min-height: 100% !important;
	transition: 0.3s;
}
.casinoCarrousel .crmpam-machine:hover {
	transform: scale(1.1);
}
.casino-page .crmpam-machine {
	transition: 0.3s;
	background: transparent;
}
.casino-page .crmpam-machine img {
	/* height: 100%; */
	/* transition: 0.3s; */
}
.gameOverlay {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.5s;
}
.gameOverlay * {
	color: var(--crmpam-color-tertiary);
	font-size: 60px;
}
.casino-page .crmpam-machine:hover {
	transform: scale(1.05);
}
.casino-page .crmpam-machine:hover img {
	transform: scale(1.1);
	opacity: 0.5;
}
.crmpam-machine-play-icon {
	position: absolute;
	height: 60px;
	width: 60px;
	top: calc(50% - 30px);
	color: var(--crmpam-color-tertiary);
	opacity: 0;
	transition: 0.3s;
}
.casino-page .crmpam-machine:hover .crmpam-machine-play-icon {
	opacity: 1;
}
.casinoVivoIndex .casinoCarrousel .crmpam-machine {
	height: 182px;
}
@media (max-width: 1300px) {
	.crmpam-machine {
		width: calc((100% / 6) - 10px);
	}
}
@media (max-width: 1100px) {
	.crmpam-machine {
		width: calc((100% / 5) - 10px);
	}
}
@media (max-width: 800px) {
	.crmpam-machine {
		width: calc((100% / 4) - 10px);
	}
}
@media (max-width: 650px) {
	.crmpam-machine {
		width: calc((100% / 3) - 10px);
	}
}
@media (max-width: 420px) {
	.crmpam-machine {
		width: calc((100% / 2) - 10px);
	}
}
@media (max-width: 825px) {
	.crmpam-machines-contanier .crmpam-machine .crmpam-machine-name {
		display: none;
	}
	.crmpam-machine-tags {
		left: 5px;
		top: 0px;
	}
	.crmpam-machine-tags.BONUS {
		top: -5px;
	}
	.crmpam-machine-tags img {
		height: 36px;
	}
	.crmpam-machine_1x1 {
		grid-row: span 2;
		grid-column: span 2;
		max-width: 310px !important;
		min-width: 310px !important;
	}
	.crmpam-machine_1x1 .crmpam-machine-logo {
		max-height: 230px !important;
		min-height: 230px !important;
		height: 230px !important;
		width: 310px !important;
	}
	.crmpam-machine .crmpam-btn-primary {
		bottom: calc(50% - 20px);
		width: auto !important;
		padding: 0px 10px;
	}
	.crmpam-machine .crmpam-machine-button-demo {
		bottom: calc(50% - 44px);
	}
}
@media (max-width: 750px) {
	.casinoCarrousel li {
		margin: 10px 6px 20px 6px;
	}
}
@media (max-width: 480px) {
}


/*LOBBY FILTER*/
.provider-filter {
	padding: 5px;
	background: #2a2f34;
	margin-bottom: 10px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	border-bottom: 1px solid #666;
}
.provider-filter-button {
	text-transform: capitalize;
	color: #ddd;
	font-size: 12px;
	background-image: linear-gradient(#333, #111);
	border-radius: 6px;
	margin: 2px;
}
.provider-filter-button:hover {
	background: #767272;
}
.activeProviderSlide {
	color: var(--crmpam-color-tertiary);
	background: linear-gradient(#333, #111);
}
.provider-filter-content.hidden-providers {
	overflow: hidden;
	height: 35px;
}
.showMoreProvidersButton {
	width: 33px;
	min-width: 33px;
	height: 33px;
	min-height: 33px;
	max-width: 33px;
	margin-top: 2px;
	background: linear-gradient(#333, #767272);
	color: #fff;
}
.showMoreProvidersButton:hover {
	background: #000;
}
.showMoreProvidersButton.activeshowMore svg {
	transform: rotate(180deg);
}
.tags-filter {
	padding: 5px;
	background: #2a2f34;
	border-bottom: 1px solid #666;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.tags-filter button svg {
	height: 16px;
	margin-right: 4px;
}
.lobby-serach-input {
	background: #fff;
	border-radius: 6px;
	height: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 2px 5px;
}
/*LOBBY FAV*/
.crmpam-btn-favorite {
	position: absolute;
	top: 6px;
	right: 6px;
	background: none;
	border-radius: 50px;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 2;
	transition: 0.3s;
}

.crmpam-btn-favorite svg {
	display: flex;
	align-items: center;
	justify-content: center;
	fill: #fff;
	margin-top: 2px;
}
.crmpam-btn-favorite svg.favTrue {
	fill: yellow;
	width: 30px;
	height: 30px;
}

.crmpam-btn-favorite:hover {
	transform: scale(1.05);
	filter: brightness(0.8);
}
.favActive-true .favFalse {
	display: none;
}
.favActive-false .favTrue {
	display: none;
}

/*iframe*/
#iframeArea {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	width: calc(100% - 20px);
	height: calc(100% - 50px);
	background: #000000;
	padding: 40px 10px 10px 10px;
}
#iframeArea iframe {
	height: 100%;
	border: none;
}
#iframeArea .iframeButtons {
	position: absolute;
	top: 0;
	right: 0;
}
#iframeArea #demoMessage {
	position: absolute;
	top: 5px;
	margin: auto;
	left: 0;
	right: 0;
	width: 100px;
	text-align: center;
	padding: 5px;
	border-radius: var(--crmpam-border-radius);
	color: var(--crmpam-bg-color-warning);
}

/*PROFILE*/
.personal-data {
	display: flex;
	gap: 20px;
}
.personal-data > div {
	width: 50%;
}
.personal-data > div > div {
	min-height: 282px;
	background: rgb(255 255 255 / 15%);
	border: 1px solid rgb(255 255 255 / 10%);
}
@media (max-width: 1100px) {
	.personal-data {
		flex-wrap: wrap;
	}
	.personal-data > div {
		width: 100%;
	}
}

/*Fragment*/
.text-fragment-column {
	padding: 0px 40px;
	width: calc(50% - 80px);
}
@media (max-width: 800px) {
	.text-fragment-column {
		width: 100%;
	}
}

/*RESET PWD*/
.crmpam-reset-pwd-page {
	max-width: 600px;
	width: 100%;
}
.crmpam-reset-pwd-page h1 {
	width: 280px;
	left: calc(50% - 140px);
}

/*PROVIDER ORDER*/
.filterProv_evolution {
	order: 1;
}
.filterProv_ezugi {
	order: 2;
}
.filterProv_pragmatic {
	order: 3;
}
.filterProv_habanero {
	order: 4;
}
.filterProv_egt {
	order: 5;
}
.filterProv_hacksaw {
	order: 6;
}
.filterProv_redtiger {
	order: 7;
}
.filterProv_spribe {
	order: 8;
}
.filterProv_netent {
	order: 9;
}
.filterProv_greentube {
	order: 10;
}
.filterProv_ctgaming {
	order: 11;
}
.filterProv_skywind {
	order: 12;
}
.filterProv_zitro {
	order: 13;
}
.filterProv_microgaming {
	order: 14;
}

/*HOME LINKS CARDS*/
.homeImageLinks > div {
	width: calc(33% - 20px);
	overflow: hidden;
	border-radius: 8px;
	-webkit-box-shadow: 0px 1px 8px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 8px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 8px 2px rgba(0, 0, 0, 0.3);
}
.homeImageLinks > div a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.homeImageLinks > div a img {
	width: 100%;
}
.homeImageLinks > div button.crmpam-btn-primary {
	position: absolute;
	bottom: 10px;
}
@media (max-width: 900px) {
	.homeImageLinks > div {
		height: 450px;
	}
	.homeImageLinks > div img {
		position: absolute;
		height: 100%;
		top: 0;
		width: auto !important;
	}
	.homeImageLinks > div a {
		height: 100%;
	}
}
@media (max-width: 650px) {
	.homeImageLinks > div {
		height: auto;
		width: 100%;
		margin-bottom: 20px;
	}
	.homeImageLinks > div img {
		position: relative;
		height: auto;
		width: 100% !important;
	}
	.homeImageLinks > div a {
		height: 100%;
	}
	.homeImageLinks > div a button {
		width: auto !important;
	}
}

.lobby-section .crmpamAltenarWidgetContainer {
	max-width: 1630px;
}

.tagsCarrousel .splide__list {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
@media (max-width: 1150px) {
	.tagsCarrousel .splide__list {
		justify-content: flex-start;
	}
}
@media (max-width: 700px) {
	.tagsCarrousel .tagSlide {
		margin-left: 5px;
		margin-right: 5px;
	}
	.tagsCarrousel > div.splide {
		padding-top: 0;
		padding-bottom: 0;
	}
}
.tagsCarrousel .splide__slide img {
	margin: 10px 0;
	padding: 0 5px;
}
.activeMenuOption img {
	background: #333 !important;
	border-radius: 8px;
	box-shadow: 0px 0px 6px 2px var(--crmpam-color-tertiary);
	border: 1px solid var(--crmpam-color-tertiary);
}

/*Index*/
/*KAN-280 --> Se modifica el GAP*/
.index-page-cards {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
}
.index-page-cards > a {
	border-radius: 20px;
	overflow: hidden;
	background: #000;
	width: calc(50% - 20px);
	max-width: calc(50% - 20px);
	border-bottom: 2px solid #fff;
	display: flex;
	box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21) !important;
}
.index-page-cards > a img {
	width: 100%;
	transition: 0.3s;
}
.index-page-cards > a div {
	position: absolute;
	top: 20px;
	left: 20px;
}
.index-page-cards > a:hover img {
	transform: scale(1.1);
}
.index-page-cards > a div p:last-child {
	margin-top: 20px;
	color: #9e9e9e;
}
.index-page-cards.second-card > a {
	width: 100%;
	max-width: 100%;
	border-radius: 10px;
}
.index-page-cards.second-card > a:hover img {
	transform: scale(1);
}
@media (max-width: 950px) {
	.index-page-cards > a .crmpam-h1.crmpam-bold {
		font-size: 1.15rem;
	}
	.index-page-cards > a p:last-child {
		font-size: 0.85rem;
	}
}
@media (max-width: 1100px) {
	.index-page-cards {
		flex-direction: column;
	}
	.index-page-cards > a {
		width: 100%;
		max-width: 500px;
	}
}
@media (max-width: 450px) {
	.index-page-content {
		width: calc(100% - 40px);
		max-width: 100%;
	}
	.index-page-cards > a .crmpam-h1.crmpam-bold {
		font-size: 1rem;
	}
	.index-page-cards > a p:last-child {
		font-size: 0.75rem;
		margin-top: 10px !important;
	}
}

/*Casino en vivo*/
.enVivoContent {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	gap: 20px;
	width: calc(100% - 40px);
}
.envivoCard {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.enVivoContent a {
	width: calc((100% / 3) - 40px);
	max-width: 300px;
}
.envivoCard img {
	transition: 0.3s;
	width: 100%;
}
.envivoCard:hover img {
	transition: 0.3s;
	opacity: 0.5;
	transform: scale(1.1);
}
.envivoCard:hover .crmpam-machine-play-icon {
	opacity: 1;
}
@media (max-width: 800px) {
	.enVivoContent {
		flex-direction: column;
	}
	.enVivoContent a {
		width: 100%;
		max-width: 500px;
	}
}
/*CHANGE PWD POPUP*/
form.changePwdForm.crmpam-dark-form {
	padding: 0px 10px;
}
.crmpam-popup .changePwdForm .crmpam-field-error .MuiAlert-message {
	color: #fff;
	padding: 0px 10px 0px 2px;
	font-size: 11px;
}
/*HISTORY POPUP*/
/*KAN 432*/
/*HISTORY POPUP*/
.history-popup .crmpam-popup-content-container {
    padding-top: 40px !important;
}

/* Estilos mejorados para inputs de fecha */
.crmpam-date-input .MuiInputBase-input,
.crmpam-date-input .MuiInputLabel-root {
    color: white !important;
}

.crmpam-date-input .MuiInput-underline:before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7) !important;
}

.crmpam-date-input .MuiInput-underline:hover:not(.Mui-disabled):before {
    border-bottom: 2px solid white !important;
}

.crmpam-date-input::-webkit-calendar-picker-indicator {
    filter: invert(1) !important;
}

/* Estilos modernos para tabla */
.crmpam-table-container table {
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12);
}

.crmpam-table th {
    background-color: #2c3e50 !important;
    color: white !important;
    padding: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9em;
}

.crmpam-table td {
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.95) !important;
    border-bottom: 1px solid #ecf0f1;
    color: #2c3e50 !important;
    transition: background 0.3s ease;
}

/* Filas alternadas mejoradas */
.crmpam-row-light td {
    background: rgba(255, 255, 255, 0.95) !important;
}

.crmpam-row-dark td {
    background: #f8f9fa !important;
}

.crmpam-table tr:hover td {
    background: #f1f5f8 !important;
    cursor: pointer;
}

/* Mensaje sin resultados */
.crmpam-table-empty {
    text-align: center;
    padding: 30px;
    background: #f8f9fa !important;
    border-radius: 4px;
    margin: 20px 0;
}

.crmpam-table-empty svg {
    font-size: 2.5em;
    color: #95a5a6;
    margin-bottom: 10px;
}

/* Scroll container */
.popup-content-scroll {
    max-height: 65vh;
    overflow-y: auto;
    padding-right: 10px;
}

/* Botones de filtro mejorados */
.crmpam-btn-primary {
    background: #3498db !important;
    padding: 8px 20px !important;
    border-radius: 4px !important;
    transition: all 0.3s ease;
}

.crmpam-btn-primary:hover {
    background: #2980b9 !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

/*FINAL DE KAN 432*/

/*KAN-87 => */
.crmpam-mb40-footer {
	flex-direction: row;
	margin-bottom: 40px!important;
	align-items: center!important;
	text-align: center!important;
}


/*KAN-83 --> Modificado por KAN-268
@media (max-width: 655px) {
	.crmpam-machine {
		 width: calc((100% / 4) - 10px)!important;
	}
}
@media (max-width: 555px) {
	.crmpam-machine {
		 width: calc((100% / 3) - 10px)!important;
	}
}
@media (max-width: 420px) {
	.crmpam-machine {
		 width: calc((100% / 3) - 10px)!important;
	}
}
@media (max-width: 320px) {
	.crmpam-machine {
		 width: calc((100% / 1) - 10px)!important;
	}
}*/

/*Maintenance Alert*/
.maintenandeAlert {
    position: fixed;
    z-index: 1;
    background: var(--crmpam-bg-primary);
    top: 50px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
}
.maintenandeAlert p {
    width: 100%;
    font-weight: bold;
    padding: 15px 20px;
    color: #ffffff;
}


/* Start KAN-135*/
.promotional-popup img {
	max-width: 100%;
}

.crmpam-popup {
	background: rgb(0 0 0 / 70%) !important;
}

.crmpam-popup .crmpam-popup-content {
	opacity: 1!important;
	background: rgba(0, 0, 0, 0) !important;
}

.crmpam-popup-content-container{
	padding-top: 20px!important;
}
p, .crmpam-p {
	font-size: small!important;
}
@media (max-width: 560px) {
	.crmpam-popup .crmpam-popup-content {
		min-height: min-content!important;
	}

}

/* End*/


/* XMAS Animation */
#BackXmasPopup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	bottom: 0%;
	z-index: 9999999999;
	padding: 20px 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	pointer-events: none;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.8);
	font-size: 14px;
	line-height: 14px;
	overflow: hidden;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	background-blend-mode: overlay;
	opacity: 0
}

#SantaPopup {
	display: block;
	width: 100%;
	max-width: 600px;
	height: auto;
	margin: 0px auto;
	position: relative;
	-webkit-animation: yo-yo 2s infinite alternate;
	animation: yo-yo 2s infinite alternate
}

#ContSanta {
	display: block;
	width: 100%;
	max-width: 600px;
	height: auto;
	margin: 0px auto;
	position: relative;
	opacity: 1
}

@-webkit-keyframes yo-yo {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
	to {
		-webkit-transform: translateY(-5%);
		transform: translateY(-5%)
	}
}

@keyframes yo-yo {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
	to {
		-webkit-transform: translateY(-5%);
		transform: translateY(-5%)
	}
}

@-webkit-keyframes fadeInBackXmasPopup {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeInBackXmasPopup {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-webkit-keyframes fadeOutBackXmasPopup {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	to {
		opacity: 0
	}
}

@keyframes fadeOutBackXmasPopup {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	to {
		opacity: 0
	}
}

@-webkit-keyframes fadeInSantaXmasPopup {
	0% {
		opacity: 0;
		-webkit-transform: scale(2);
		transform: scale(2)
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes fadeInSantaXmasPopup {
	0% {
		opacity: 0;
		-webkit-transform: scale(2);
		transform: scale(2)
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes fadeOutSantaXmasPopup {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(2);
		transform: scale(2)
	}
}

@keyframes fadeOutSantaXmasPopup {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(2);
		transform: scale(2)
	}
}

#BackXmasPopup.show {
	-webkit-animation: fadeInBackXmasPopup .5s ease forwards;
	animation: fadeInBackXmasPopup .5s ease forwards
}

#BackXmasPopup.hide {
	-webkit-animation: fadeOutBackXmasPopup .3s ease forwards;
	animation: fadeOutBackXmasPopup .3s ease forwards
}

#ContSanta.showSanta {
	-webkit-animation: fadeInSantaXmasPopup .5s ease forwards;
	animation: fadeInSantaXmasPopup .5s ease forwards
}

#ContSanta.hideSanta {
	-webkit-animation: fadeOutSantaXmasPopup .3s ease forwards;
	animation: fadeOutSantaXmasPopup .3s ease forwards
}

#BackXmasPopup:before {
	content: "\002745";
	z-index: 9999;
	position: fixed;
	top: 50%;
	left: -50%;
	height: 10px;
	width: 10px;
	background: white;
	border-radius: 50%;
	text-shadow: 0px 0px white, -122vmax 58vmax 2px white, 59vmax -38vmax 0px white, -125vmax -25vmax 2px white, -2vmax 0vmax 2px white, -80vmax 53vmax 3px white, 19vmax -137vmax 0px white, -24vmax 99vmax 0px white, -112vmax 121vmax 0px white, 112vmax 22vmax 3px white, -26vmax -115vmax 1px white, -146vmax 94vmax 3px white, 113vmax -13vmax 3px white, 78vmax -83vmax 0px white, 144vmax 76vmax 3px white, 109vmax -12vmax 1px white, -16vmax 60vmax 2px white, -47vmax -40vmax 3px white, -43vmax -113vmax 3px white, -33vmax -107vmax 2px white, -115vmax -32vmax 1px white, -97vmax 141vmax 0px white, 135vmax 1vmax 2px white, -59vmax 3vmax 1px white, 125vmax 134vmax 2px white, -14vmax -140vmax 1px white, 49vmax -148vmax 2px white, -62vmax -77vmax 1px white, -60vmax 123vmax 2px white, -131vmax 78vmax 0px white, -43vmax 95vmax 2px white, -99vmax 80vmax 2px white, 70vmax 31vmax 3px white, 44vmax -58vmax 0px white, -35vmax -130vmax 0px white, -77vmax 69vmax 3px white, 0vmax 130vmax 1px white, -98vmax 25vmax 2px white, 84vmax -59vmax 2px white, 138vmax -7vmax 1px white, 92vmax -82vmax 1px white, 66vmax -134vmax 3px white, 123vmax -131vmax 3px white, -55vmax -100vmax 0px white, -141vmax 141vmax 2px white, -26vmax 150vmax 2px white, -124vmax -72vmax 2px white, -6vmax -71vmax 1px white, -18vmax 74vmax 1px white, 77vmax -37vmax 0px white, -45vmax -7vmax 3px white, -16vmax 21vmax 3px white, -38vmax 100vmax 1px white, -20vmax 13vmax 3px white, -9vmax -39vmax 2px white, 5vmax 32vmax 0px white, 82vmax 88vmax 1px white, 105vmax 106vmax 2px white, -123vmax -73vmax 0px white, 111vmax 103vmax 1px white, 28vmax 44vmax 3px white, -13vmax -87vmax 0px white, -141vmax -39vmax 2px white, 143vmax -121vmax 3px white, -133vmax 22vmax 0px white, -140vmax -56vmax 2px white, 92vmax -143vmax 0px white, -100vmax 46vmax 2px white, 131vmax -39vmax 2px white, 120vmax 58vmax 1px white, 139vmax -68vmax 1px white, 128vmax 37vmax 0px white, -137vmax -103vmax 1px white, 83vmax -56vmax 0px white, 137vmax 116vmax 2px white, -43vmax 125vmax 0px white, -40vmax -15vmax 2px white, 42vmax 101vmax 2px white, 149vmax -137vmax 3px white, 104vmax -148vmax 0px white, -65vmax 19vmax 2px white, 48vmax 78vmax 3px white, -63vmax 28vmax 1px white, 94vmax -129vmax 1px white, -27vmax 108vmax 0px white, -11vmax 67vmax 1px white, 114vmax 18vmax 2px white, 59vmax 96vmax 1px white, -46vmax -6vmax 1px white, 4vmax 28vmax 0px white, -116vmax -63vmax 1px white, 87vmax -62vmax 2px white, -27vmax 111vmax 1px white, 36vmax -51vmax 3px white, 9vmax -51vmax 3px white, 53vmax -111vmax 0px white, 22vmax -146vmax 0px white, -115vmax -131vmax 2px white, -146vmax 31vmax 0px white, 129vmax 2vmax 0px white, 106vmax 76vmax 2px white, -121vmax 106vmax 2px white, 55vmax -40vmax 1px white, -3vmax 70vmax 1px white, 55vmax -117vmax 1px white, -109vmax 1vmax 2px white, 5vmax 37vmax 0px white, -103vmax -86vmax 1px white, 78vmax 52vmax 3px white, -45vmax -142vmax 0px white, 113vmax -102vmax 3px white, -43vmax 147vmax 3px white, -108vmax 1vmax 1px white, 86vmax -139vmax 2px white, -137vmax -39vmax 0px white, -132vmax 122vmax 3px white, 98vmax -9vmax 3px white, -81vmax -77vmax 1px white, 93vmax 74vmax 3px white, 116vmax -118vmax 3px white, 61vmax -12vmax 0px white, -102vmax 149vmax 3px white, 69vmax 46vmax 0px white, -98vmax -80vmax 2px white, 27vmax 101vmax 2px white, -104vmax 31vmax 0px white, 23vmax 2vmax 1px white, -4vmax 14vmax 0px white, -59vmax 138vmax 1px white, 6vmax -62vmax 2px white, -46vmax 5vmax 2px white, 131vmax 17vmax 3px white, -76vmax -5vmax 3px white, -120vmax 47vmax 2px white, 118vmax -17vmax 1px white, -148vmax 137vmax 1px white, -139vmax -79vmax 2px white, 19vmax -99vmax 2px white, 85vmax 103vmax 3px white, -36vmax 108vmax 1px white, -132vmax -37vmax 0px white, 126vmax 121vmax 3px white, -49vmax -134vmax 2px white, 73vmax 89vmax 2px white, 79vmax -67vmax 2px white, 100vmax -79vmax 3px white, -23vmax 89vmax 3px white, -124vmax 87vmax 0px white, -47vmax -100vmax 1px white, 76vmax 80vmax 3px white, 59vmax -125vmax 3px white, 93vmax -146vmax 2px white, 15vmax -77vmax 2px white, 149vmax 98vmax 1px white, 48vmax 105vmax 3px white, 99vmax 72vmax 1px white, -117vmax -39vmax 1px white, 44vmax 109vmax 1px white, -102vmax -16vmax 2px white, 94vmax 133vmax 3px white, -136vmax 25vmax 0px white, 142vmax 71vmax 3px white, 142vmax -127vmax 1px white, 4vmax -19vmax 3px white, 87vmax 101vmax 1px white, -12vmax 82vmax 0px white, 30vmax -91vmax 0px white, -48vmax 16vmax 3px white, 35vmax -65vmax 0px white, 60vmax -83vmax 2px white, -121vmax 136vmax 1px white, -47vmax 34vmax 3px white, -149vmax -95vmax 0px white, 63vmax 83vmax 2px white, 41vmax -60vmax 3px white, -108vmax 142vmax 2px white, 2vmax -140vmax 3px white, 122vmax -104vmax 2px white, -83vmax 40vmax 3px white, 91vmax -41vmax 2px white, 125vmax 90vmax 3px white, -45vmax 68vmax 1px white, -77vmax 0vmax 3px white, 10vmax -34vmax 3px white, 39vmax 82vmax 2px white, 128vmax 77vmax 0px white, -77vmax 7vmax 2px white, -34vmax -136vmax 0px white, -12vmax -10vmax 0px white, 52vmax -149vmax 3px white, 23vmax 143vmax 0px white, 57vmax 96vmax 1px white, 110vmax 143vmax 3px white, 67vmax 51vmax 2px white, -113vmax -2vmax 1px white, -130vmax 95vmax 3px white, 65vmax -139vmax 2px white, -18vmax 21vmax 3px white, -128vmax 142vmax 0px white, -119vmax 96vmax 3px white, -9vmax 129vmax 0px white, 58vmax 28vmax 1px white, -32vmax -65vmax 1px white, -4vmax 13vmax 2px white, -93vmax 88vmax 2px white, 123vmax -20vmax 2px white, -38vmax -106vmax 2px white, 124vmax 7vmax 2px white, 19vmax 5vmax 3px white, 71vmax 112vmax 3px white, 103vmax -126vmax 1px white, 79vmax -136vmax 0px white, 0vmax -86vmax 1px white, 129vmax -76vmax 0px white, -144vmax -40vmax 0px white, 92vmax 80vmax 0px white, 35vmax 41vmax 0px white, 20vmax 114vmax 1px white, -76vmax -82vmax 0px white, 110vmax 121vmax 3px white, -22vmax -2vmax 0px white, -1vmax 21vmax 1px white, 58vmax 130vmax 3px white, -129vmax 129vmax 1px white, 21vmax -30vmax 1px white, 82vmax 6vmax 2px white, 65vmax 21vmax 1px white, -139vmax 144vmax 0px white, -97vmax 19vmax 0px white, 118vmax -79vmax 1px white, -127vmax 115vmax 1px white, -148vmax -141vmax 1px white, -88vmax -38vmax 2px white, 138vmax -11vmax 3px white, 33vmax -15vmax 0px white, 51vmax 61vmax 0px white, 66vmax 112vmax 2px white, 30vmax 65vmax 0px white, -114vmax 31vmax 2px white, 80vmax -60vmax 3px white, 34vmax 13vmax 1px white, 6vmax 128vmax 2px white, -19vmax 47vmax 3px white, -87vmax -91vmax 2px white, -90vmax -90vmax 1px white, -109vmax -20vmax 3px white, 115vmax -66vmax 1px white, 14vmax -29vmax 3px white, 106vmax 72vmax 0px white, 54vmax 98vmax 3px white, -147vmax -112vmax 3px white, 99vmax 57vmax 3px white, -27vmax 36vmax 3px white, 104vmax -85vmax 2px white, 24vmax 4vmax 2px white, 30vmax -23vmax 0px white, -23vmax 84vmax 0px white, -88vmax 15vmax 2px white, -18vmax 12vmax 2px white, 108vmax -117vmax 3px white, -26vmax 26vmax 1px white, 144vmax -78vmax 2px white, -64vmax -102vmax 1px white, 110vmax -143vmax 3px white, -120vmax 29vmax 2px white, 118vmax 147vmax 1px white, -69vmax -96vmax 1px white, -146vmax 138vmax 3px white, 32vmax -17vmax 3px white, -48vmax -82vmax 2px white, 123vmax 54vmax 3px white, 21vmax 114vmax 2px white, 28vmax 119vmax 1px white, 104vmax -7vmax 2px white, 97vmax 80vmax 2px white, -55vmax 83vmax 1px white, 80vmax -133vmax 0px white, 6vmax -80vmax 1px white, 5vmax -61vmax 0px white, 26vmax 82vmax 3px white, 118vmax 82vmax 0px white, 40vmax 15vmax 3px white, -122vmax -66vmax 2px white, 126vmax -92vmax 3px white, -5vmax 66vmax 2px white, -93vmax -91vmax 0px white, 36vmax 100vmax 3px white, -107vmax -28vmax 1px white, -9vmax 94vmax 3px white, 146vmax 77vmax 0px white, -128vmax -123vmax 1px white, 59vmax 66vmax 1px white, 34vmax -48vmax 2px white, -60vmax 2vmax 3px white, 37vmax 46vmax 3px white, -75vmax -129vmax 1px white, 89vmax 128vmax 1px white, 114vmax 70vmax 1px white, -80vmax 51vmax 2px white, -6vmax 145vmax 3px white, -78vmax 64vmax 3px;
	-webkit-animation: snow 100s linear 0s infinite normal;
	animation: snow 100s linear 0s infinite normal
}

@-webkit-keyframes snow {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes snow {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

/* EOF XMAS Animation */

/*Start banner below header */
.clmc-content-padding-header{
	padding-top: 50px!important;
}
.clmc-AppBar {
	background: #000!important;
	border-bottom: 1px solid #000!important;
}

.clmc-padding-top-page{
	padding-top: 0px!important;
}

/*End*/

@media (min-width: 1000px) {
	.crmpam-page-content {
	  padding-top: 50px;
	}
  }

.bg-primary {
	background-color: #222631;
}


.footer-chat-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
    padding: 0px 10px 10px 10px;
    border-radius: 8px;
}

.footer-chat-container:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.footer-chat-container p {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 8px;
    color: #fff;
}

.footer-chat-image {
    height: auto;
    object-fit: contain;
    margin-bottom: 10px;
}

/* Eliminamos el efecto de movimiento en hover */
.footer-chat-container:hover .footer-chat-image {
    /* transform: translateY(-3px); */
}


.footer-legal-text {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    color: #A6ADC2;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
}

.footer-legal-text p {
    color: #A6ADC2;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 1.5;
    text-align: center;
    margin: 0;
}

.footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
}

.footer-links a {
    color: #A6ADC2;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 1.5;
    text-decoration: underline;
    transition: color 0.3s ease;
    margin: 0 5px;
}

.footer-links .separator {
    color: #A6ADC2;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 1.5;
    margin: 0 5px;
}


.footer-images-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    width: 100%;
    flex-wrap: nowrap;
}

.footer-image-container {
    margin: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-image-container img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}


.footer-last-row .crmpam-footer-cols {
    align-items: center;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.footer-last-row .crmpam-footer-col {
    margin: 10px 0;
}

@media (max-width: 600px) {
    .footer-links {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        flex-wrap: wrap;
        padding: 0 10px;
    }
    
    .footer-links .separator {
        display: inline-block;
        margin: 0 5px;
    }
    
    .footer-links a {
        color: #A6ADC2;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 11px;
        line-height: 1.5;
        margin: 0 3px;
        text-decoration: underline;
    }
    

    .footer-images-row {
        flex-direction: row;
        justify-content: center;
        margin-top: 15px;
        flex-wrap: nowrap;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }
    
    .footer-image-container {
        margin: 0 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .footer-image-container img {
        max-width: 100%;
        height: auto;
    }
    

    .footer-legal-text {
        text-align: center;
        width: 100%;
        padding: 0 15px;
        overflow-x: hidden;
    }
    
    .footer-legal-text p {
        color: #A6ADC2;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 11px;
        line-height: 1.4;
        margin: 0;
    }
    

    .crmpam-footer {
        overflow-x: hidden;
        max-width: 100%;
    }
}


.custom-hr {
    position: relative;
    z-index: 1;
    width: 250px;
    height: 1px;
    background: rgba(255, 255, 255, 0.30);
    border: none;
    margin: 20px auto;
    display: none;
}


.footer-social-section {
    position: relative;
    z-index: 1;
    padding: 20px 0;
    overflow: visible;
}

.crmpam-text-nowrap-footer {
    color: #FFC745 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 30px !important;
    letter-spacing: 0% !important;
    text-align: center !important;
    text-transform: uppercase !important;
    width: 280px !important;
    height: 30px !important;
    margin: 0 auto 20px auto !important;
    display: block !important;
}

.social-icons-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    width: 100%;
}

.social-icon-wrapper {
    margin: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 10px;
    background-color: transparent;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    overflow: hidden;
}

.social-icon-wrapper:hover {
    background-color: #313645;
    border-color: #313645;
}

.social-icon {
    width: 26px;
    height: 26px;
    object-fit: contain;
    display: block;
    filter: brightness(1);
}

@media (max-width: 768px) {
    .social-icon-wrapper {
        width: 46px;
        height: 46px;
        padding: 8px;
    }
    
    .social-icon {
        width: 24px;
        height: 24px;
    }
}


.back-to-top-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px 20px 20px;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.back-to-top-container:hover {
    opacity: 0.8;
}

.back-to-top-icon {
    width: 12px;
    height: 12px;
    margin-bottom: 5px;
}

.back-to-top-container p {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 1.5;
    margin: 0;
}


@media (max-width: 401px) {
    .custom-hr {
        display: block;
    }
    
    .footer-social-section {
        padding: 20px 30px;
    }
    
    .footer-redes-content {
        flex-direction: column;
        margin: 15px 0;
    }
    
    .crmpam-text-nowrap-footer {
        color: #FFC745 !important;
        font-family: 'Inter', sans-serif !important;
        font-size: 12px !important;
        font-weight: 500 !important;
        line-height: 30px !important;
        letter-spacing: 0% !important;
        text-align: center !important;
        text-transform: uppercase !important;
        width: 280px !important;
        height: 30px !important;
        margin: 0 auto 20px auto !important;
        display: block !important;
    }
    
    .social-icons-container {
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 5px;
    }
    
    .social-icon-wrapper {
        width: 46px;
        height: 46px;
        padding: 8px;
        margin: 5px 10px;
        border: 2px solid #fff !important;
    }
    
    .social-icon-wrapper:hover {
        background-color: #313645 !important;
        border-color: #313645 !important;
    }
    
    .social-icon {
        width: 18px;
        height: 18px;
    }
    
    .footer-redes > div {
        flex-direction: column !important;
    }
    
    .footer-redes > div > div:first-child {
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }
}

.crmpam-footer {
    background-color: #222631;
    overflow-x: hidden;
    max-width: 100vw;
    width: 100%;
}

@media (max-width: 768px) {
    .social-icon-wrapper:hover {
        background-color: #313645 !important;
        border-color: #313645 !important;
    }
}



.footer-links a:hover {
    color: #A6ADC2;
}

.social-title-container {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

.crmpam-text-nowrap-footer {
    color: #FFC745 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 30px !important;
    letter-spacing: 0% !important;
    text-align: center !important;
    text-transform: uppercase !important;
    display: inline-block !important;
}

.social-icons-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 0;
}

@media (max-width: 768px) {
    .social-title-container {
        margin-bottom: 20px;
    }
    
    .crmpam-text-nowrap-footer {
        color: #FFC745 !important;
        font-family: 'Inter', sans-serif !important;
        font-size: 12px !important;
        font-weight: 500 !important;
        line-height: 30px !important;
        letter-spacing: 0% !important;
        text-align: center !important;
        text-transform: uppercase !important;
        display: inline-block !important;
    }
}

@media (max-width: 768px) {
    .footer-redes-content {
        flex-direction: column !important;
    }
    
    .footer-redes-content > div:first-child {
        margin-right: 0 !important;
        margin-bottom: 15px !important;
    }
}

.footer-redes {
    position: relative;
    z-index: 2;
    overflow: visible;
}

.footer-redes > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 15px 0;
}

.footer-redes > div > div:first-child {
    margin-right: 30px;
}

.footer-redes > div > div:first-child p {
    color: #FFC745;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin: 0;
    white-space: nowrap;
    position: relative;
    z-index: 10;
}

.footer-redes > div > div:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 5;
}

.footer-social-container {
    width: auto;
    position: relative;
    z-index: 1;
}

.footer-social-inner {
    width: 100%;
    position: relative;
    z-index: 2;
}

.footer-social-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    gap: 25px;
    width: 100%;
}

.footer-social-title {
    width: 100%;
    text-align: center;
}

.footer-social-title p {
    color: #FFC745;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    white-space: nowrap;
}

@media (max-width: 301px) {
	.footer-social-title p {
		font-size: 11px!important;
	}
}

.footer-social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.social-icon-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 10px;
    background-color: transparent;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    overflow: hidden;
    transition: all 0.3s ease;
}

.social-icon-item:hover {
    background-color: #313645;
    border-color: #313645;
}

.social-icon-img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    display: block;
}

@media (max-width: 768px) {
    .social-icon-item {
        width: 46px;
        height: 46px;
        padding: 8px;
    }
    
    .social-icon-img {
        width: 24px;
        height: 24px;
    }
}

.crmpam-footer-col .crmpam-bold.crmpam-uppercase.crmpam-mb40.crmpam-pb10 {
	margin-bottom: 15px !important;
}

.footer-social-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
	padding: 0;
}

@media (max-width: 768px) {
    .footer-social-content {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
    
    .footer-social-title {
        width: 100%;
        margin-bottom: 10px;
    }
}

.footer-margin {
	margin: 0px;
	gap: 12px!important;
}

.title-links {
	color: #FFC745;
}

@media (max-width: 301px) {
	.footer-margin {
	gap: 6px!important;
	margin-bottom: 6px!important;
	}
}

.crmpam-w100 {
	width: 100% !important;
	left: 0 !important;
}

.bton-register {
	background-color: #b91c1c !important;
	color: #ffffff !important;
	border: none !important;
	transition: background-color 0.3s ease !important;
}

.bton-register:hover {
	background-color: #cc0000 !important;
}


.crmpam-popup .crmpam-popup-content-header{
	left: 0px!important;
	width: -webkit-fill-available!important;
  }
  .crmpam-popup .crmpam-popup-content-header .close{
	position: inherit!important;
  }
  
  .text-title-popup p{
	  font-size: initial!important;
  }
  
  .crmpam-popup-content-container {
	  padding-top: 50px !important;
  }
  
.crmpam-popup {
	padding:1rem!important;
}

/* Loading dots animation */
.loading-dots {
	display: inline-block;
}

.loading-dots span {
	animation: loading-dots 1.4s infinite;
	animation-fill-mode: both;
	display: inline-block;
}

.loading-dots span:nth-child(1) {
	animation-delay: 0s;
}

.loading-dots span:nth-child(2) {
	animation-delay: 0.2s;
}

.loading-dots span:nth-child(3) {
	animation-delay: 0.4s;
}

@keyframes loading-dots {
	0%, 80%, 100% {
		opacity: 0;
		transform: scale(0.8);
	}
	40% {
		opacity: 1;
		transform: scale(1);
	}
}

/* Add MACHINE PLAY ICON */
.crmpam-machine-play-icon {
	position: absolute;
	height: 60px!important;
	width: 60px!important;
	top: 50%!important;
	left: 50%!important;
	transform: translate(-50%, -50%)!important;
	color: #ffffff!important;
	opacity: 0!important;
	transition: 0.3s!important;
}
.casino-page .crmpam-machine:hover {
    transition: 0.3s!important;
    background: #000000!important;
}
.crmpam-machine:hover .crmpam-machine-name {
	opacity: 1!important;
	color: #ffffff!important;
}
.crmpam-machine:hover .crmpam-machine-play-icon {
	opacity: 1!important;
	color: #ffffff!important;
}
.envivoCard:hover .crmpam-machine-play-icon {
	opacity: 1!important;
	color: #ffffff!important;
}
