@keyframes LoopRotate {
	0% { transform: rotateY(0deg); }
	100% { transform: rotateY(360deg); }
  }
  
  @-webkit-keyframes LoopRotate {
	0% { -webkit-transform: rotateY(0deg); }
	100% { -webkit-transform: rotateY(360deg); }
  }
  
  @-moz-keyframes LoopRotate {
	0% { -moz-transform: rotateY(0deg); }
	100% { -moz-transform: rotateY(360deg); }
  }

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

.crmpam-content {
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

/*HEADER*/
.crmpam-header-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	-webkit-box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 20%);
}

.crmpam-content-padding-header {
	padding-top: 50px;
}

.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;
	font-weight: bold;
	transition: 0.3s;
}

.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,
.crmpam-header-menu a.active-menu-option div {
	background: rgba(255, 255, 255, 0.08);
}

.crmpam-header-menu a:hover div p,
.crmpam-header-menu a.active-menu-option div p {
	color: var(--crmpam-btn-color-primary);
}

.crmpam-header-menu a:hover div>div,
.crmpam-header-menu a.active-menu-option div>div {
	background: var(--crmpam-btn-color-primary);
}

.crmpam-user-header-content .crmpam-btn-primary {
	margin-right: 0;
}

@media (max-width: 1000px) {
	.crmpam-header-menu {
		display: none;
	}

	.mobile-login-button {
		display: flex !important;
		border: none !important;
		background: none !important;
		min-width: auto !important;
		padding: 0 !important;
	}

	.crmpam-header-user {
		padding: 0px 20px;
	}

	.crmpam-user-header-content .crmpam-btn-primary.crmpam-btn-small {
		min-width: auto !important;
		padding: 0 4px !important;
		margin-right: 10px;
	}
}

@media (max-width: 450px) {
	.header-info-user {
		display: none;
	}
}

/*LANGUAGE SELECTOR*/
.crmpam-header .crmpam-header-language img {
	width: 20px;
	min-width: 20px;
	max-width: 20px;
	height: 20px;
	min-height: 20px;
	max-height: 20px;
	border: 1px solid #ffffff;
	border-radius: 50px;
}

.crmpam-header-language:hover button img {
	opacity: 0.8;
}

.lang-menu-option {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.lang-menu-option img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.crmpam-header-language button {
	padding: 10px;
}

/*CHAT BUTTON*/
.chatButton {
	height: 30px;
	width: 30px;
	min-width: 30px;
	border-radius: 100%;
	background: var(--crmpam-btn-color-primary);
	border: 1px solid var(--crmpam-btn-color-primary-border);
}

.chatButton svg {
	width: 20px;
	height: 20px;
	color: var(--crmpam-btn-color-primary-text) !important;
}

.chatButton:hover {
	background: var(--crmpam-btn-color-primary-hover);
	border: 1px solid var(--crmpam-btn-color-primary-hover-border);
	color: var(--crmpam-btn-color-primary-hover-text);
}

.chatButton:hover svg {
	width: 18px;
	height: 18px;
	color: var(--crmpam-btn-color-primary-hover-text) !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*/
/*KAN-316*/
.crmpam-footer-logo {
	width: 100%;
	height: 100%;
	max-width: 30px;
	max-height: 30px;
	object-fit: contain;
}

a.icon-wrapper {
	border: 2px solid #fff;
	border-radius: 50px;
	padding: 8px;
	display: inline-block;
	background-color: transparent;
	transition: background-color 0.3s ease, border-color 0.3s ease;
	width: 46px;
	height: 46px;
	box-sizing: border-box;
}

a.icon-wrapper:hover {
	background-color: #313645 !important;
	border: 2px solid #313645 !important;
}

.crmpam-flex-end {
	display: flex;
	align-items: center;
	flex-direction: row;
}

.crmpam-footer-col {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.crmpam-footer-col p {
	max-width: 210px;
}

.crmpam-footer-cols {
	display: flex;
	/*align-items: flex-start;*/
	justify-content: center;
	flex-wrap: wrap;
}

.crmpam-footer-col-title {
    font-weight: bold;
    margin-bottom: 20px;
    color: var(--crmpam-color-secondary);
}

.footer-redes p {
	
	margin-bottom: 10px;
}

.footer-text {
    max-width: 250px;
    line-height: 18px;
}

.crmpam-footer-col .crmpam-bold.crmpam-uppercase.crmpam-mb20.crmpam-pb10 {
    color: var(--crmpam-btn-color-primary);
}

.item-title {
	color: #FFC745 !important;
}


@media (max-width: 964px) {
	.crmpam-footer-col {
		align-items: center;
		width: 50%;
		margin-left: 0;
		margin-right: 0;
	}

	.footer-text {
		text-align: center;
	}

	.crmpam-footer-col p {
		text-align: center;
	}
}

/* POPUP RESPONSIVE */
/* POPUP RESPONSIVE */
.crmpam-popup {
    position: fixed;
    width: 100%;
    height: 100vh;
    min-height: -webkit-fill-available; /* Para Safari iOS */
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-start; /* Alinea el popup arriba */
    justify-content: center;
    background: var(--crmpam-color-overlay);
    z-index: 9991;
    padding: 1rem;
    box-sizing: border-box;
    overscroll-behavior: contain;
    overflow: auto; /* Permite scroll si el contenido es muy largo */
}

.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 {
    position: relative;
    background: var(--crmpam-bg-primary);
    border-radius: 1.25rem;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.5);
    max-width: 550px;
    max-height: 80vh; /* Reducimos la altura máxima */
    margin: 20px 0; /* Margen superior e inferior */
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    transform: scale(0.95);
    overflow: hidden; /* Evita desbordamientos */
    display: flex;
    flex-direction: column;
    width: 100%; /* Asegura ancho completo en móviles */
}

.crmpam-popup .crmpam-popup-content-header {
    padding: 1.5rem;
    position: sticky;
    top: 0;
    background: inherit;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.crmpam-popup .crmpam-popup-content-header .close {
    position: relative;
    margin: 0;
    padding: 0.5rem;
    color: var(--crmpam-color-primary);
    cursor: pointer;
    background: none;
    border: none;
    font-size: 1.5rem;
    line-height: 1;
}

.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: var(--crmpam-bg-color-error);
    font-size: 0.875rem;
}

@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);
	}
}

/*USER MENU*/
.crmpam-user-menu {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: 9991;
	background: var(--crmpam-color-overlay);
}

.crmpam-user-menu>.crmpam-user-menu-content {
	position: absolute;
	right: 0;
	top: 0;
	height: calc(100% - 120px);
	padding: 60px 20px;
	background: var(--crmpam-bg-primary);
	min-width: 250px;
	opacity: 0;
	transition: 0.3s;
}

.crmpam-user-menu .crmpam-user-menu-content p {
	padding: 5px 10px;
	color: var(--crmpam-color-primary);
	cursor: pointer;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgb(0 0 0 / 20%);
	transition: 0.3s;
}

.crmpam-user-menu .crmpam-user-menu-content p:last-child {
	border-bottom: none;
}

.crmpam-user-menu .crmpam-user-menu-content p:hover {
	background: rgb(255 255 255 / 25%);
}

.crmpam-user-menu .btn-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
	color: var(--crmpam-color-primary);
	z-index: 9;
	background: none;
	border: none;
	cursor: pointer;
}

.user-menu-info {
	border-radius: 10px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.user-menu-info .user-menu-info-img {
	background: rgb(238 238 238 / 50%);
	border: 2px solid var(--crmpam-color-tertiary);
	border-radius: 100%;
	width: 46px;
	min-width: 46px;
	height: 46px;
	min-height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 26px;
}

.user-menu-info-content {
	width: 100%;
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.user-menu-info-content span {
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.crmpam-user-menu .crmpam-user-menu-content p .crmpam-white-icon {
	color: var(--crmpam-color-tertiary);
	fill: var(--crmpam-color-tertiary);
}

.resetPwdButton {
	border-bottom: none !important;
}

p.main-menu-link,
.main-menu-link p {
	padding: 10px !important;
}

p.main-menu-link.custom-menu-link,
.main-menu-link.custom-menu-link p {
	background: var(--crmpam-color-overlay);
}

/* KAN-19*/
a.main-menu-link.highlighted-menu-link p {
	color: var(--crmpam-btn-color-primary-text);
	background-color: var(--crmpam-btn-color-primary) !important;
	margin: 10px 0px;
}

a.main-menu-link.highlighted-menu-link p {
	margin: 10px 0px;
}

/* EOF KAN-19*/

/* ADD */
a.main-menu-link.bottom-menu-link {
	position: absolute;
	bottom: 10px;
	background-color: var(--crmpam-btn-color-primary) !important;
	width: 87%;
}

a.main-menu-link.bottom-menu-link p {
	color: var(--crmpam-btn-color-primary-text);
}

.crmpam-user-mobile-content {
	display: none;
}

@media (max-width: 850px) {
	.crmpam-user-mobile-content {
		display: block !important;
	}
}

/*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 {
	width: 100%;
	max-width: 100%;
	cursor: pointer;
}

.banner-slide img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.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: 382px;
	}
}

.crmpam-machines-contanier {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	padding: 0px 10px;
}

.crmpam-machine {
	position: relative;
	flex-direction: column;
	background: rgb(47 72 88 / 60%);
	width: calc((100% / 8) - 10px);
	border-radius: 5px;
	align-items: center;
	justify-content: space-between;
	transition: 0.3s;
	-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);
}

.crmpam-machine:hover {
	cursor: pointer;
}

.crmpam-machine::after {
	content: "";
	position: absolute;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border: 2px solid rgb(245 192 67 / 0%);
	border-radius: 10px;
	z-index: 0;
	transition: 0.3s;
}

.crmpam-machine:hover::after {
	border: 2px solid var(--crmpam-color-tertiary);
}

.crmpam-machine .crmpam-machine-logo {
	transition: 0.5s;
	border-radius: 5px;
}

.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:hover .crmpam-machine-name,
.crmpam-machine:hover .crmpam-btn-primary,
.crmpam-machine:hover .crmpam-machine-button-demo {
	opacity: 1 !important;
}

.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:hover .crmpam-machine-logo,
.crmpam-machine:hover .crmpam-machine-tags {
	filter: brightness(0.3) blur(0.2px);
	opacity: 0.9;
}

.crmpam-machine .crmpam-machine-logo {
	max-height: unset !important;
	min-height: unset !important;
	height: unset !important;
}

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

@media (max-width: 1500px) {
	.crmpam-machine {
		width: calc((100% / 7) - 10px);
	}
}

@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-machines-contanier .crmpam-machine .crmpam-machine-logo {
		border-radius: 5px;
	}

	.crmpam-machine .crmpam-btn-primary {
		bottom: calc(50% - 20px);
		width: auto !important;
		padding: 0px 10px;
	}
}

@media (max-width: 480px) {
	.crmpam-machines-contanier {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.index-lobby .crmpam-machine {
	position: relative;
	flex-direction: column;
	max-width: 180px;
	min-width: 180px;
	background: rgb(47 72 88 / 60%);
	border-radius: 5px;
	align-items: center;
	justify-content: space-between;
	transition: 0.3s;
	-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);
}

@media (max-width: 825px) {
	.index-lobby .crmpam-machines-contanier .crmpam-machine {
		min-width: 120px;
		max-width: 120px;
	}
}

/*LOBBY FAV*/
.crmpam-btn-favorite {
	position: absolute;
	bottom: 6px;
	right: 6px;
	background: #000000;
	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: var(--crmpam-bg-color-error);
	margin-top: 2px;
}

.crmpam-btn-favorite:hover {
	transform: scale(1.05);
	filter: brightness(0.8);
}

.favActive-true .favFalse {
	display: none;
}

.favActive-false .favTrue {
	display: none;
}

/*LOBBY FILTER*/
.crmpam-filter-providers {
	padding-top: 2px;
	padding-bottom: 5px;
	background: rgb(255 255 255 / 10%);
}

.crmpam-lobby-filter-bar .crmpam-filter-name>div,
.crmpam-filter-content {
	color: #ffffff !important;
	border-radius: 4px;
}

.crmpam-lobby-filter-bar .crmpam-filter-name>div fieldset {
	border-color: rgb(255 255 255 / 20%) !important;
}

.crmpam-filter-content * {
	color: #ffffff !important;
}

.crmpam-filter-provider,
.crmpam-filter-tag,
.crmpam-filter-favs {
	border-radius: var(--crmpam-border-radius);
}

.crmpam-filter-tag label img,
.crmpam-filter-favs label img {
	width: 25px;
	height: 25px;
}

.crmpam-filter-provider.checked *,
.crmpam-filter-provider ul li:hover *,
.crmpam-filter-tag.checked *,
.crmpam-filter-tag:hover *,
.crmpam-filter-favs.checked *,
.crmpam-filter-favs:hover * {
	color: var(--crmpam-color-tertiary) !important;
}

.crmpam-filter-tag.checked label p,
.crmpam-filter-tag:hover label p,
.crmpam-filter-favs.checked label p,
.crmpam-filter-favs:hover label p {
	border: 1px solid var(--crmpam-btn-color-primary);
}

.crmpam-filter-tag.checked img,
.crmpam-filter-tag:hover img,
.crmpam-filter-favs.checked img,
.crmpam-filter-favs:hover img {
	filter: brightness(0.6);
}

.crmpam-filter-provider.checked div {
	border: 1px solid var(--crmpam-color-tertiary);
}

.crmpam-filter-provider label img {
	width: 30px;
	height: 30px;
	max-width: 30px;
	max-height: 30px;
	min-width: 30px;
	min-height: 30px;
}

.crmpam-filter-provider label {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 65px;
}

.crmpam-filter-provider label,
.crmpam-filter-provider label *,
.crmpam-filter-tag label,
.crmpam-filter-tag label *,
.crmpam-filter-favs,
.crmpam-filter-favs * {
	transition: 0.3s;
}

.crmpam-filter-tag *,
.crmpam-filter-favs * {
	text-transform: capitalize;
}

.crmpam-filter-tag label,
.crmpam-filter-favs label {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	max-width: 50px;
	min-width: 50px;
	min-height: 55px;
	max-height: 55px;
	text-align: center;
	font-size: 11px;
}

.crmpam-filter-tag label img {
	height: 25px;
	width: 25px;
}

.crmpam-filter-favs label svg {
	height: 25px;
	width: 25px;
}

.crmpam-filter-provider label div {
	background: #000;
	border: 1px solid #000;
	width: 38px;
	height: 38px;
	min-width: 38px;
	min-height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-top: 3px;
	margin-bottom: 30px;
}

.crmpam-filter-provider label p {
	position: absolute;
	top: 49px;
	min-width: 53px;
	max-width: 107px;
	height: 24px;
	background: none;
	border: none;
	font-weight: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	margin-bottom: 0;
}

.crmpam-filter-tag label p {
	background: rgb(38 38 38);
	border: 1px solid #262626;
	color: rgb(255 255 255 / 40%) !important;
	width: 25px;
	height: 25px;
	min-width: 25px;
	min-height: 25px;
	max-width: 25px;
	max-height: 25px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	margin-bottom: 6px;
}

.casino-en-vivo-page .crmpam-filter-providers {
	display: none;
}

.crmpam-lobby-filter .splide__arrow {
	background: none;
}

.crmpam-lobby-filter .splide__arrow * {
	fill: var(--crmpam-btn-color-primary);
}

.crmpam-filter-provider.checked div {
	box-shadow: 0px 0px 6px 0px var(--crmpam-color-tertiary);
}

.crmpam-filter-tag.checked label p,
.crmpam-filter-favs.checked label p {
	box-shadow: 0px 0px 6px 1px var(--crmpam-color-tertiary);
}

/*New Lobby*/
.provider-slide,
.tag-slide {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	padding: 0 10px;
	margin: 5px 5px 0 5px;
}

.provider-slide div {
	background: #000;
	border: 1px solid #000;
	width: 38px;
	height: 38px;
	min-width: 38px;
	min-height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-bottom: 32px;
}

.tag-slide div {
	background: rgb(38 38 38);
	border: 1px solid #262626;
	color: rgb(255 255 255 / 50%) !important;
	font-weight: bold;
	width: 25px;
	height: 25px;
	min-width: 25px;
	min-height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-bottom: 30px;
}

.provider-slide div img,
.provider-slide div span {
	width: 30px;
	height: 30px;
	max-width: 30px;
	max-height: 30px;
	min-width: 30px;
	min-height: 30px;
}

.provider-slide.filterProv_0 img {
	height: 20px;
	max-width: 20px;
	max-height: 20px;
	min-width: 20px;
	min-height: 20px;
}

.tag-slide.filterTag_0 img {
	height: 15px;
	max-width: 15px;
	max-height: 15px;
	min-width: 15px;
	min-height: 15px;
}

.provider-slide p,
.tag-slide p {
	position: absolute;
	bottom: 0;
	min-width: 53px;
	max-width: 70px;
	height: 24px;
	font-size: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.provider-slide:hover *,
.tag-slide:hover * {
	transition: 0.3s;
	cursor: pointer;
	color: var(--crmpam-color-tertiary) !important;
}

.provider-slide:hover div,
.tag-slide:hover div {
	border: 1px solid var(--crmpam-color-tertiary);
}

.activeProviderSlide div,
.activeTagSlide div {
	box-shadow: 0px 0px 6px 2px var(--crmpam-color-tertiary);
	border: 1px solid var(--crmpam-color-tertiary);
}

.activeProviderSlide *,
.activeTagSlide * {
	color: var(--crmpam-color-tertiary);
}

.crmpam-lobby-filter .crmpam-w50,
.crmpam-lobby-filter .crmpam-w25 {
	min-width: auto;
	max-width: 100%;
}

.crmpam-lobby-filter .crmpam-w50 {
	width: 75%;
}

.provider-select-image {
	width: 28px;
	height: 28px;
	margin-right: 12px;
	border: 1px solid rgb(92 92 92);
	border-radius: 100%;
	background: #000;
}

p.tag-select-image {
	background: #000000;
	width: 28px;
	height: 28px;
	margin-right: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgb(255 255 255 / 10%);
	border-radius: 100%;
}

.crmpam-input input {
	height: 30px !important;
}

.crmpam-select>div {
	height: 30px !important;
	line-height: 34px;
}

@media (max-width: 800px) {
	.crmpam-lobby-filter {
		padding-top: 10px;
		padding-left: 0;
		padding-right: 0;
	}

	.casino-page .crmpam-filter-providers {
		display: none;
	}

	.crmpam-lobby-filter>div {
		min-width: calc(50% - 20px) !important;
		width: calc(50% - 20px);
	}
}

@media (max-width: 600px) {

	.crmpam-filter-tags,
	.crmpam-filter-providers {
		align-items: flex-start;
		flex-wrap: nowrap;
		overflow: scroll;
		max-width: calc(100% - 40px);
	}
}

/*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: 850px) {
	.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 0px;
	height: 66px;
}

/* star animation */
.crmpam-pointer:active {
    background: none !important;
}

.star-icon {
    background: none !important;
}

.star-icon:hover,
.star-icon:active {
    background: none !important;
}

.tag-carrousel-item img.star-animated {
    animation: LoopRotate 4s linear infinite !important;
    -webkit-animation: LoopRotate 4s linear infinite !important;
    -moz-animation: LoopRotate 4s linear infinite !important;
    transform-origin: center !important;
    display: block;
    margin: 0 auto;
    max-width: 100%;
	background: none !important;
    width: 45px !important;
    height: 45px !important;
    padding: 10px !important;
}


.tagsCarrousel .splide__slide img:not(.star-animated) {
	animation: none !important;
	-webkit-animation: none !important;
	-moz-animation: none !important;

}
	
  .ContIcon.Animation_1 {
	animation: LoopRotate 4s linear infinite !important;
	-webkit-animation: LoopRotate 4s linear infinite !important;
	-moz-animation: LoopRotate 4s linear infinite !important;
	transform-origin: center !important;
	-webkit-transform-origin: center !important;
	-moz-transform-origin: center !important;
	display: block;
	width: 100px;
	height: auto;
	margin: 0 auto;
	backface-visibility: visible !important;
	-webkit-backface-visibility: visible !important;
  }
	
  .ContIcon.Mid {
	width: 70px;
  }
	
  .ContIcon.Small {
	width: 30px;
  }
	
  .ContIcon.Animation_2 {
	animation: TLLoopRotate 4s ease-in-out infinite !important;
	-webkit-animation: TLLoopRotate 4s ease-in-out infinite !important;
	-moz-animation: TLLoopRotate 4s ease-in-out infinite !important;
	animation-delay: 1s !important;
	-webkit-animation-delay: 1s !important;
	-moz-animation-delay: 1s !important;
	animation-timing-function: cubic-bezier(.28, .75, .2, 1.2) !important;
	-webkit-animation-timing-function: cubic-bezier(.28, .75, .2, 1.2) !important;
	-moz-animation-timing-function: cubic-bezier(.28, .75, .2, 1.2) !important;
	backface-visibility: visible !important;
	-webkit-backface-visibility: visible !important;
  }
	
  .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);
  }
	
  @keyframes TLLoopRotate {
	0% {
	  transform: rotateY(0deg); 
	}
	60% {
	  transform: rotateY(180deg);
	}
	100% {
	  transform: rotateY(360deg); 
	}
  }
  
  @-webkit-keyframes TLLoopRotate {
	0% {
	  -webkit-transform: rotateY(0deg); 
	}
	60% {
	  -webkit-transform: rotateY(180deg);
	}
	100% {
	  -webkit-transform: rotateY(360deg); 
	}
  }
  
  @-moz-keyframes TLLoopRotate {
	0% {
	  -moz-transform: rotateY(0deg); 
	}
	60% {
	  -moz-transform: rotateY(180deg);
	}
	100% {
	  -moz-transform: rotateY(360deg); 
	}
  }
  
  /* end star animation */

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

.main-menu-link.depositButton p {
	background-color: var(--crmpam-btn-color-primary) !important;
	color: var(--crmpam-color-secondary);
}

/* LobbyContainer*/
.lux-lobby-container {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	overflow-y: hidden;

	gap: 10px;
}

.lux-machine {
	position: relative;
	flex-direction: column;
	background: rgb(47 72 88 / 60%);

	border-radius: 5px;
	align-items: center;
	justify-content: space-between;
	transition: 0.3s;
	-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);
}

.lux-machine:hover {
	cursor: pointer;
}

.lux-machine::after {
	content: "";
	position: absolute;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border: 2px solid rgb(245 192 67 / 0%);
	border-radius: 10px;
	z-index: 0;
	transition: 0.3s;
}

.lux-machine:hover::after {
	border: 2px solid var(--crmpam-color-tertiary);
}

.lux-machine .crmpam-machine-logo {
	transition: 0.5s;
	border-radius: 5px;
}

.lux-machine-frame {
	position: absolute;
	width: 100%;
	height: 100%;
}

.lux-machine .crmpam-btn-secondary {
	display: none;
}

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

.lux-machine:hover .crmpam-machine-name,
.lux-machine:hover .crmpam-btn-primary,
.lux-machine:hover .crmpam-machine-button-demo {
	opacity: 1 !important;
}

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

.lux-machine:hover .crmpam-machine-logo,
.lux-machine:hover .crmpam-machine-tags {
	filter: brightness(0.3) blur(0.2px);
	opacity: 0.9;
}

.lux-machine {
	display: flex;
	width: 130px;
	height: 130px;
	margin: 0px 3px;
}

.doublerow {
	top: 5px;
	margin-bottom: 5px;
}

.index-lobby .lux-machine {
	position: relative;
	flex-direction: column;

	background: rgb(47 72 88 / 60%);
	border-radius: 5px;
	align-items: center;
	justify-content: space-between;
	transition: 0.3s;
	-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);
}

@media (min-width: 1000px) {
	.lux-machine {
		width: 180px;
		height: 180px;
	}
}

/* BANNER reduced version*/
.bannerSliderReduced .splide__slide, .banner-slide-reduced, .banner-slide-reduced img{
	height: auto !important;
}

.bannerSliderReduced {
	min-height: auto;
}

.bannerSliderReduced .splide__slide,
.banner-slide-reduced,
.banner-slide-reduced img {
	width: 100%;
	max-width: 100%;
	cursor: pointer;
	height: auto;
	object-fit: contain;
}

.bannerSliderReduced .splide__arrow {
	background: #262626;
	border: 1px solid var(--crmpam-btn-color-primary);
	width: 20px;
	height: 20px;
	border-radius: 100px;
}

.bannerSliderReduced .splide__arrow svg {
	fill: var(--crmpam-btn-color-primary);
}

.bannerSliderReduced .splide__pagination__page {
	background: #f2f2f2;
	opacity: 1;
}

.bannerSliderReduced .splide__pagination__page.is-active {
	background: var(--crmpam-btn-color-primary);
}

@media (min-width: 1000px) {
	.bannerSliderReduced {
		min-height: auto;
	}

	.bannerSliderReduced .splide__slide,
	.banner-slide-reduced,
	.banner-slide-reduced img {
		height: auto;
	}

	.bannerSliderReduced .splide__arrow {
		background: #262626;
		border: 1px solid var(--crmpam-btn-color-primary);
		width: 32px;
		height: 32px;
		border-radius: 100px;
	}
}

@media (max-width: 600px) {
	.bannerSliderReduced .splide__slide,
	.banner-slide-reduced,
	.banner-slide-reduced img {
		width: 100% !important;
		height: auto !important;
	}
}

.tagsCarrousel ul#splide01-list {
	max-height: 68px;
}

.crmpam-lobby div#splide02 {
	padding-bottom: 5px;
	padding-top: 0px;
}

.splide.bannerSlider-reduced {
	margin: 30px 0px;
}

/* KAN 19*/
.rainbow {
	animation: colorchange 45s;
	/* animation-name followed by duration in seconds*/
	/* you could also use milliseconds (ms) or something like 2.5s */
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-play-state: running;
}

@keyframes colorchange {
	0% {
		color: #ff0000;
	}

	14% {
		color: #ffa500;
	}

	28% {
		color: #ffff00;
	}

	42% {
		color: #008000;
	}

	56% {
		color: #0000ff;
	}

	70% {
		color: #4b0082;
	}

	84% {
		color: #ee82ee;
	}

	100% {
		color: #ff0000;
	}
}

/*EOF KAN 19*/

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

.crmpam-popup-content.promotional-popup {
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.crmpam-popup-content-header.promotional-popup {
	display: contents;
}

/*EOF KAN 26*/

.notifications-wrapper {
	margin: 1px 2px 0 0;
}

:root {
	--lux-notification-bg: var(--crmpam-bg-primary);
	--lux-notification-colour: var(--crmpam-btn-color-primary);
}

/* KAN 67  */
.tagsCarrousel .splide__slide img {
	margin: 0;  /* Remove vertical margin */
	padding: 0 0px;
	/* height: 66px; */
  }

.splide__slide a {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	color: inherit;
	padding-bottom: 5px;
}


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

.crmpam-bg-tertiary {
	background: #303030 !important;
}

.footer-redes-content {
	align-items: start;
	justify-content: space-between;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	flex-direction: column;
}

/*KAN-316*/
.crmpam-text-nowrap-footer {
	white-space: nowrap !important;
	color: #FFC745;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 12px;
}

@media (max-width: 600px) {
	.footer-redes>div {
		flex-direction: column;
		align-items: center;
	}

	.footer-redes p {
		max-width: 100%;
		margin-bottom: 20px;
	}

	.footer-redes {
		padding: 20px 0;
	}
}


/*KAN-83 Update*/
@media (max-width: 480px) {
	.crmpam-machines-contanier {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

@media (max-width: 825px) {
	.lobby-section .crmpam-machines-contanier {
		max-height: 479px !important;
	}

	.index-lobby .crmpam-machines-contanier .crmpam-machine {
		min-width: 110px !important;
		max-width: 110px !important;
	}
}

@media (max-width: 1100px) {
	.lobby-section .crmpam-machines-contanier {
		max-height: 519px !important;
	}

	.index-lobby .crmpam-machines-contanier .crmpam-machine {
		min-width: 120px !important;
		max-width: 120px !important;
	}
}

/*KAN-90  ->  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);
	}
}

/*KAN-96*/
.crmpam-ph20 {
	padding-top: 3px !important;
}

#splide01-track {
	padding: 0.5% !important;
}

@media (max-width: 700px) {
	#splide01-track {
		padding: 1.5% !important;
	}
}


/*KAN-83 Update - Ajuste */
.lobby-section .crmpam-machines-contanier {
	max-height: 100% !important;
}

@media (max-width: 1100px) {
	.lobby-section .crmpam-machines-contanier {
		max-height: 1564px;
	}
}

@media (max-width: 535px) {
	.index-lobby .crmpam-machines-contanier .crmpam-machine {
		min-width: 105px !important;
		max-width: 105px !important;
	}

	.crmpam-machines-contanier {
		gap: 10px !important;
	}

	.lobby-section .crmpam-machines-contanier {
		max-height: 1724px !important;
	}
}

@media (max-width: 390px) {
	.index-lobby .crmpam-machines-contanier .crmpam-machine {
		min-width: 100px !important;
		max-width: 100px !important;
	}

	.crmpam-machines-contanier {
		gap: 9px !important;
	}

	.lobby-section .crmpam-machines-contanier {
		max-height: 1629px !important;
	}
}

@media (max-width: 351px) {
	.index-lobby .crmpam-machines-contanier .crmpam-machine {
		min-width: 75px !important;
		max-width: 75px !important;
	}

	.crmpam-machines-contanier {
		gap: 6px !important;
	}

	.lobby-section .crmpam-machines-contanier {
		max-height: 566px !important;
	}
}

@media (max-width: 300px) {
	.index-lobby .crmpam-machines-contanier .crmpam-machine {
		min-width: 80px !important;
		max-width: 80px !important;
	}

	.crmpam-machines-contanier {
		gap: 5px !important;
	}

	.lobby-section .crmpam-machines-contanier {
		max-height: 505px !important;
	}
}

@media (max-width: 255px) {
	.index-lobby .crmpam-machines-contanier .crmpam-machine {
		min-width: 75px !important;
		max-width: 75px !important;
	}

	.crmpam-machines-contanier {
		gap: 5px !important;
	}

	.lobby-section .crmpam-machines-contanier {
		max-height: 480px !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;
	background: rgb(255 255 255 / 10%);
	color: #ffffff;
}

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

.crmpam-popup .crmpam-popup-content {
	opacity: 1 !important;
	background: #3c3c3c00 !important;
}

.crmpam-popup-content-container {
	padding-top: 20px !important;
}

@media (max-width: 560px) {
	.crmpam-popup .crmpam-popup-content {
		min-height: min-content !important;
	}
}

.crmpam-popup-content.promotional-popup {
	display: block !important;
}

/* End*/

/* Start KAN-ajuste_juego_categorias => Ajuste de 3 columns */
@media (max-width: 420px) {
	.crmpam-machine {
		width: calc((100% / 3) - 10px) !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 white;
	-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 */

/*New Footer*/

.bg-footer {
	background: #222631;
}

.link-footer{
	gap: 12px;
}

.link-footer a:hover {
	color: #A6ADC2 !important;
	text-decoration: underline;
}

.chat-image {
	width: 240px;
	height: 137px;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s ease-in-out;
}

.chat-image:hover {
	background-color: #313645 !important;
}


.chat-image p {
	font-size: 14px !important;
	font-weight: 700;
}

.chat-image img {
	width: 100px;
	height: auto;
	object-fit: contain;
}

.options-footer {
	text-align: center;
	flex-direction: column;
}

.options-footer div {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-bottom: 10px;
}

.options-footer a {
	color: #A6ADC2;
	text-decoration: underline;
	text-decoration-color: #A6ADC2;
	font-family: 'Inter', sans-serif;
	font-size: 11px;
	font-weight: 400;
}

.options-footer p {
	margin: 10px 0;
	color: #A6ADC2;
	font-family: 'Inter', sans-serif;
	font-size: 11px;
	font-weight: 400;
}

.dot-style {
	margin: 0 3px;
	color: #A6ADC2;
}

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


@media (max-width: 489px) {
	.custom-hr {
		display: block !important;
	}
}

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

@media (max-width: 964px) {
	.crmpam-footer-col {
		align-items: center !important;
		width: 50% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.crmpam-footer-col p {
		text-align: center !important;
	}
}

.back-to-top-container {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
	width: auto !important;
	margin-bottom: 30px;
}

.back-to-top-icon {
	display: block !important;
	padding: 10px;
	width: 14px !important;
	height: auto !important;
}

.back-to-top-container p {
	margin: 0 !important;
	text-align: center !important;
	font-family: 'Inter', sans-serif !important;
	font-weight: 500 !important;
	font-size: 14px !important;
	line-height: 100% !important;
}


.img-align a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

@media (min-width: 768px) {
	.back-to-top-icon {
		width: 24px !important;
	}
}

/*KAN-432*/
.history-popup table,
.crmpam-table-container table,
.crmpam-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.history-popup table th,
.crmpam-table-container table th,
.crmpam-table th {
    background-color: #333 !important;
    color: white !important;
    padding: 10px;
    text-align: left;
    font-weight: 500;
}

.history-popup table td,
.crmpam-table-container table td,
.crmpam-table td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background: rgba(255, 255, 255, 0.8) !important; /* Usar rgba para transparencia */
    border-right: 1px solid rgba(0, 0, 0, 0.1); /* Usar rgba para transparencia */
    white-space: nowrap;
    color: #333 !important;
}

/* Efecto hover para las filas de la tabla */
.history-popup table tr:hover,
.crmpam-table-container table tr:hover,
.crmpam-table tr:hover {
    background-color: rgba(200, 200, 200, 0.5) !important; /* Color de fondo al hacer hover */
    cursor: pointer; /* Cambia el cursor al pasar el mouse */
}

/*KAN-617 Update width and height in the iframeArea*/
#iframeArea {
	width: 100% !important;
	height: 100% !important;
}