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

/*HEADER*/
.clmc-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%);
}

.clmc-content-padding-header {
	padding-top: 136px;
}

.clmc-header img {
	max-height: 44px;
}

.mobile-login-button {
	display: none;
}


.clmc-header-menu {
	/* border-top: 2px solid var(--clmc-color-secondary);
	border-bottom: 2px solid var(--clmc-color-secondary); */
	white-space: nowrap;
	overflow: auto;
}

.header-menu-promos {
	background: #f5c043 !important;
	color: #000;
}

.header-menu-promos:hover,
.header-menu-promos.active-menu-option:hover {
	background: var(--clmc-btn-color-primary-hover) !important;
	color: var(--clmc-color-secondary) !important;
}

.header-menu-promos.active-menu-option {
	color: var(--clmc-btn-color-primary-hover) !important;
}

.clmc-header-menu p.clmc-pv10 {
	padding-top: 6px;
	padding-bottom: 6px;
}

.clmc-header .clmc-header-language img {
	width: 30px;
	height: 30px;
}

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

.active-menu-option {
	color: var(--clmc-color-secondary);
}
/* 
#bonusAmountHeader {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 2px;
} */

/* #bonusAmountHeader svg {
	height: 16px;
	margin-right: 2px;
} */
.sessionPopup {
	min-height: 150px !important;
	width: auto !important;
	padding: 24px;
}

@media (max-width: 1300px) {
	.clmc-header-menu {
		justify-content: start;
	}	
}

@media (max-width: 700px) {
	.clmc-user-header-content.notloggedButtons {
		display: none;
	}

	.mobile-login-button {
		display: flex !important;
	}

	.clmc-header img {
		max-height: 40px;
	}

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

	.clmc-header-menu {
		display: none;
	}

	.clmc-content-padding-header {
		padding-top: 77px;
	}
	.identityDrop {
		width: 100%;
		width: -webkit-fill-available !important;
	}
}

@media (max-width: 560px) {
	.header-deposit-button {
		display: none;
	}
}

@media (max-width: 360px) {
	.header-info-user {
		margin-left: 5px;
		margin-right: 15px;
	}
}

.whatsapp-chat-button {
	position: fixed;
	right: 12px;
	bottom: 88px;
	z-index: 98;
}

.sds-chat-float-button {
	position: fixed;
	right: 12px;
	bottom: 16px;
	z-index: 98;
  border-radius: 50%;
	aspect-ratio: 1 / 1;
} 
.sds-chat-float-button button.expanded {
	height: 60px;
	width: 60px;
}
.sds-chat-float-button button.collapsed {
	height: 48px;
	width: 48px;
}

.sds-chat-float-button.expanded {
	bottom: 97px;
	right: 29px;
}

@media (max-width: 700px) {
	.whatsapp-chat-button {
		right: 8px;
		bottom: 144px;
	}
	.sds-chat-float-button {
		bottom: 72px;
		right: 8px;
	}
	.sds-chat-float-button.expanded {
		bottom: 142px;
		right: 16px;
	}
}

/*WHATSAPP BUTTON*/
.whatsapp-float-button {
	position: fixed;
	bottom: 12px;
	right: 12px;
	background: #25d366;
}

.whatsapp-float-button a {
	color: #fff;
}

.whatsapp-float-button:hover a {
	color: #25d366;
}

.whatsapp-contact-button {
	background: #25d366 !important;
	border-radius: var(--clmc-border-radius);
}

.whatsapp-contact-button:hover {
	background: #25d366 !important;
	color: #ffffff;
	opacity: 0.8;
}

@media (max-width: 700px) {
	.whatsapp-float-button {
		bottom: 70px;
		right: 10px;
	}
}

/*DEPOSIT FLOAT BUTTON*/
.deposit-float-button {
	position: fixed;
	bottom: 16px;
	left: 10px;
	z-index: 98;
}
.deposit-float-button button {
	padding: 10px 13px;
}

.deposit-float-button img {
	width: 100%;
	height: 100%;
}

.deposit-float-button:hover img {
	filter: brightness(1.2);
}

@media (max-width: 700px) {
	.deposit-float-button {
		bottom: 72px;
		left: 8px;
	}
}

/*FLOAT MOBILE MENU*/
.clmc-mobile-navigation {
	-webkit-box-shadow: 0px -2px 5px 0px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px -2px 5px 0px rgb(0 0 0 / 20%);
}

.clmc-crash-logo {
	width: 35px !important;
}

.MuiPaper-elevation1 {
	z-index: 3;
}

.clmc-mobile-navigation-content {
	background: #7f6216;
	border-top: 2px solid #e3a611;
	display: flex;
	flex-direction: row;
	height: 58px;
	align-items: center;
	justify-content: space-evenly !important;
	overflow: auto;
	white-space: nowrap;
}

.clmc-mobile-navigation-element {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0px 0px;
	width: 14%;
}

.clmc-mobile-menu-item {
	width: 14%;
	padding: 10px;
}

.clmc-mobile-menu-item img {
	width: 25px;
	height: 25px;
	margin-bottom: 5px;
}

.clmc-mobile-tags img {
	width: 42.11px;
	height: 16px;
	margin-bottom: 5px;
}

.clmc-mobile-drawer {
	z-index: 2;
}

.clmc-mobile-menu {
	height: 80vh;
	display: flex;
	justify-content: center;
}

.clmc-mobile-menu .clmc-filter-content {
	width: 80vw;
	margin-bottom: 20px;
	padding: 20px;
}

.MuiDrawer-root .MuiDrawer-paper {
	background-color: black;
	margin-bottom: 57px;
}
.MuiDivider-root {
	background-color: #4e4e4e;
	margin-top: 10px;
	margin-bottom: 10px;
}

.clmc-mobile-navigation-element img {
	width: 25px;
	height: 25px;
	margin-bottom: 5px;
}

.clmc-mobile-navigation-element .clmc-menu-icon {
	width: 25px;
	height: 25px;
	margin-bottom: 5px;
	color: #fff;
}

.clmc-mobile-navigation-element p {
	font-size: 8px;
	color: #fff !important;
	line-height: 10px;
	text-align: center;
	text-transform: uppercase;
	max-width: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 700px) {
	.clmc-mobile-navigation.clmc-hidden {
		display: block !important;
	}

	.calimaco-content {
		padding-bottom: 58px !important;
	}
}

/*LOGIN POPUP*/
.dark-logo {
	margin-left: auto;
	margin-right: auto;
	width: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.loginForm {
	/* width: 100%; */
	/* max-width: 450px; */
	/* margin: auto; */
	padding-inline: 48px;
}

@media (max-width: 560px) {
	.loginForm {
		padding-inline: 32px;
	}
}

.mobile-login-popup {
	display: none;
	border-top: 1px solid #d9d9d9;
}

@media (max-width: 830px) {
	.mobile-login-popup {
		display: block;
	}
}

/*FOOTER*/
.clmc-footer-logo {
	max-width: 250px;
}

.footer-pm-logo-width {
	width: 150px;
}

.footer {
	max-width: 200px;
}

.clmc-footer-col {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

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

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

.footer-redes p {
	max-width: 90px;
}

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

@media (max-width: 990px) {
	.clmc-footer-col {
		align-items: center;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

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

/*POPUP*/
.clmc-popup {
	position: absolute;
	width: 100%;
	height: 100%;
	height: -webkit-fill-available;
	top: 0px;
	left: 0;
	margin: 0 auto;
	background: rgb(0 0 0 / 80%);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9991;
}

.clmc-popup-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.calimaco-content.clmc-no-overflow {
	height: 100vh !important;
	padding: 0 !important;
	margin: 0 !important;
}

.clmc-popup .clmc-popup-content {
	margin: 0 auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-height: 100%;
	max-height: -webkit-fill-available;
	height: auto;
	max-width: 550px;
	min-width: 389px;
	min-height: 180px;
	border-radius: 12px;
	overflow: auto;
	z-index: 1;
	transition: 0.3s;
  	border: 1px solid var(--semantic-border-secondary);
	background: var(--semantic-background-surface3);
	color: var(--semantic-text-primary);
	padding-bottom: 32px;
}
.clmc-popup-content.methods {
	width: 400px;
}
.clmc-popup-content.deposits {
	width: 538px;
}
.clmc-popup-content .sds-drawing-detail {
	opacity: 0;
}
.clmc-popup .clmc-popup-content-header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.clmc-popup .clmc-popup-content-header .close {
	position: absolute;
	margin: 0;
	padding: 0;
	right: 26px;
	cursor: pointer;
}

.clmc-popup .clmc-field-error {
	padding-left: 0;
	background: none;
}

.clmc-popup .clmc-field-error .MuiAlert-icon {
	display: none;
}

.clmc-popup .clmc-field-error .MuiAlert-message {
	color: var(--clmc-bg-color-error);
	padding: 0px 10px;
}

@media (max-width: 560px) {
	.clmc-popup .clmc-popup-content {
		width: 100%;
		margin-top: 10px;
		position: absolute;
		bottom: 0;
		height: fit-content;
		top: unset;
	}

	iframe#depositResponseIframe {
		height: calc(100vh - 100px);
	}
	.clmc-popup {
		overflow: auto;
	}
	.clmc-popup-content .sds-drawing-detail {
		opacity: 1;
	}
}

/*USER MENU*/
.clmc-user-menu {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	background: rgb(0 0 0 / 70%);
}

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

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

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

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

.clmc-user-menu .btn-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
	color: var(--clmc-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(--clmc-btn-color-secondary);
	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;
}

.clmc-user-menu .clmc-user-menu-content p .clmc-white-icon {
	color: #000;
	fill: #000;
}

/*HISTORY*/
@media (max-width: 500px) {
	form#filter-form-history > div,
	form#filter-form-history button {
		width: 100%;
	}
	form#filter-form-history {
		flex-direction: column;
	}
	.history-form-button {
		max-width: 411px !important;
	}
}
.history-form-button {
	width: 100%;
	max-width: 342px;
}
/*DOCUMENTS*/
.clmc-userDocs-container {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}

.clmc-userFiles {
	gap: 20px;
}

.clmc-userDocs {
	border-radius: 11px;
	width: calc(100% - 40px);
	padding: 16px 24px 24px 24px;
}

.clmc-userDocs > div > svg,
.clmc-userDocs > svg {
	width: 43px;
	height: 43px;
}

.clmc-userDocs-counter {
	opacity: 0.6;
}

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

.clmc-userDocs.uploadButton {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	position: relative;
	transition: 0.3s;
	/* min-height: 342px; */
}

.doc-history {
	border-radius: 11px;
}

.doc-history-element {
	border-bottom: 1px solid var(--semantic-border-secondary);
	padding: 10px;
	overflow: hidden;
}

.doc-history-element:last-child {
	border: none;
}

.docFileName {
	min-width: 100px;
	width: 100%;
	width: -webkit-fill-available;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.clmc-drag-drop {
	display: flex;
	background: var(--semantic-background-surface4);
	border: 1px dashed var(--semantic-background-highlight) !important;
	border-radius: 12px;
	cursor: pointer;
	position: relative;
}

.clmc-drag-drop:hover {
	background: var(--semantic-background-surface4);
	border: 1px solid var(--semantic-text-secondary) !important;
}

.clmc-drag-drop label {
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 14px;	
}


@media (max-width: 900px) {

	.clmc-userFiles {
		flex-direction: column;
		align-items: flex-start;
	}

	.doc-history-element {
		align-items: flex-start;
	}

	.doc-history-element .clmc-white-text.clmc-txtr {
		text-align: left !important;
	}
}

.dock-info {
	min-width: calc(100% - 119px);
}

/*BALANCE*/
.clmc-account-card {
	width: 304px;
}

.clmc-account-card-info {
	display: flex;
	width: 100%;
	justify-content: space-between;
}


.clmc-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 .clmc-input {
		width: 100%;
	}

	.promo-code-form button {
		width: 100%;
		margin-left: 0;
	}
}

@media (max-width: 700px) {
	.clmc-account-card {
		width: 100%;
	}
}

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

/*BANNER*/
/* .clmc-banners {
	border-bottom: 2px solid var(--clmc-color-secondary);
} */
.prev-banner,
.next-banner {
	width: calc(100vw - 296px);
}
.preview-banner-img {
	width: calc(100vw - 298px);
	max-width: 1094px
}
@media (min-width: 701px) {
	.clmc-banners {
    /* margin-inline: 148px; */
		min-width: min(1094px ,calc(100vw - 296px));
	}

	.clmc-userDocs-container {
		flex-direction: row;
	}
	.md-py-3 {
		padding-block: 12px;
	}
}
.clmc-banners .clmc-banner {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	width: 100%;
	width: -webkit-fill-available;
	border-radius: 11px;
}
.banner-card-container {
	border-radius: 12px;
	/* border: 1px solid rgba(135, 116, 77, 0.7); */
}
.banner-black-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	top:0;
}
.banner-black-mask.prev {
	background: linear-gradient(
    90deg,
    #11100b 85%,
    #11100bbd 93%,
    rgba(17, 16, 11, 0) 100%
  )
}
.banner-black-mask.next {
	background: linear-gradient(
    90deg,
    rgba(17, 16, 11, 0) 0%,
    #11100bbd 7%,
    #11100b 15%
  )
}
.clmc-banners .clmc-banner img,
.clmc-banners .clmc-banner a {
	/* max-width: 100%; */
	width: 100%;
	width: -webkit-fill-available;
	display: flex;
	align-items: center;
	justify-content: center;
}

button.clmc-banner-back {
	height: 40px;
	width: 40px;
	top: calc(50% - 20px);
	left: 70px;
	color: var(--clmc-bg-secondary);
}

button.clmc-banner-next {
	height: 40px;
	width: 40px;
	top: calc(50% - 20px);
	right: 84px;
	color: var(--clmc-bg-secondary);
}

.clmc-banner-counters {
	position: absolute;
	bottom: 8px;
	display: flex;
}

.clmc-banner-counters div:hover {
	background: var(--sds-surface-level-4);
}

.clmc-banner-counters div.active-pointer {
	background: var(--brand-orange);
}

.clmc-banner-counters div {
	width: 10px;
	height: 10px;
	background: rgb(0 0 0 / 50%);
	border-radius: 100%;
	margin: 0px 4px;
	content: '';
}

@media (max-width: 700px) {
	button.clmc-banner-back {
		left: 10px;
	}

	button.clmc-banner-next {
		right: 22px;
	}
	.prev-banner,
	.next-banner {
		display: none !important;
	}
	.clmc-banners {
		width: 100vw;
	}

	.banner-card-container {
		border-radius: 0;
		border: none;
	}
	.clmc-banners .clmc-banner {
		border-radius: 0;
	}
}
@media (min-width: 1700px) {
	button.clmc-banner-back {
		left: 15%;
	}

	button.clmc-banner-next {
		right: 15.5%;
	}
}
.lobby-section .clmc-machines-contanier {
	overflow: hidden;
}

.lobby-section .clmc-machines-contanier.limited {
	max-height: 410px;
}

.lobby-section .clmc-machines-contanier.limited::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	background: linear-gradient(0deg, rgb(17 16 12) 0%, rgba(0, 0, 0, 0) 80%);
	z-index: 1;
}

.clmc-machines-contanier {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(169px, 1fr));
	justify-content: center;
	gap: 16px;
  width: 100%;
}

.clmc-machine {
	position: relative;
	display: flex;
	flex-direction: column;
	background: #1A1711;
	border-radius: 10px;
	align-items: center;
	justify-content: space-between;
	transition: 0.3s;
	width: 100%;
	width: -webkit-fill-available;
}

.clmc-machine-skeleton {
	width: 100%;
	width: -webkit-fill-available;
	aspect-ratio: 10 / 7;
	background-color: var(--semantic-background-surface3);
	border: 1px solid var(--semantic-border-secondary);
	border-radius: 9px;
	margin: 1px;
}
.clmc-machine-skeleton .loader {
	height: 32px;
	width: 32px;
}

.clmc-machine-card-container {
	display: flex;
	flex-direction: column;
	max-width: 353px;
	align-items: center;
	gap: 2px;
	align-self: stretch;
	padding-bottom: 4px;
}

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

.clmc-machine::after {
	content: "";
	position: absolute;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	background-color: rgba(0, 0, 0, 0.71);
	border: 1px solid var(--sds-stroke-1);
	border-radius: 10px;
	z-index: 0;
	opacity: 0;
	transition: 0.3s;
}


.clmc-machine-border {
	position: absolute;
	width: calc(100% - 80px);
	height: calc(100% - 80px);
	border: 40px solid transparent;
	border-image-source: url("/assets/img/game_frame.png");
	border-image-repeat: round;
	border-image-slice: 23%;
	border-image-width: 50px;
}

.clmc-machine .clmc-machine-logo {
	width: 100%;
	width: -webkit-fill-available;
	aspect-ratio: 10 / 7;
	transition: 0.5s;
	border-radius: 10px;
}

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

.clmc-machine .clmc-btn-secondary {
	display: none;
}

.clmc-machine .clmc-machine-name {
	position: absolute;
	opacity: 0;
	z-index: 1;
	top: 8px;
	color: var(--semantic-text-primary);
	font-size: var(--sds-typeface-caption);
	padding-inline: 10px;
	text-shadow: 2px 2px rgb(0 0 0 / 60%);
	transition: 0.3s;
}

.clmc-machine:hover .clmc-machine-name,
.clmc-machine:hover .clmc-btn-primary,
.clmc-machine:hover .button-container,
.clmc-machine:hover::after,
.clmc-machine:hover .clmc-machine-button-demo {
	opacity: 1 !important;
}

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

.clmc-machine .clmc-machine-button-demo {
	position: absolute;
	opacity: 0;
	bottom: calc(50% - 60px);
	transition: 0.3s;
	color: #ececec;
	font-size: 14px;
}

.clmc-machine .clmc-machine-button-demo:hover {
	color: #0b9;
}

.clmc-machine .clmc-machine-btn-demo {
	position: absolute;
	opacity: 0;
	bottom: calc(50% - 70px);
	height: 30px;
	transition: 0.3s;
	color: #000;
	font-size: 14px;
}

.clmc-machine .clmc-machine-btn-demo:hover {
	color: #ececec;
}

.clmc-machine:hover .clmc-machine-logo {
	filter: brightness(0.3) blur(0.2px);
	opacity: 0.9;
}

.clmc-machine-tags {
	position: absolute;
	left: 7px;
	bottom: 8px;
	z-index: 0;
}

/* .clmc-machine-tags img {
	height: 56px;
} */

.clmc-machine-tags.BONUS {
	left: 0;
	top: -8px;
}

.clmc-machine_1x1 {
	grid-row: span 2;
	grid-column: span 2;
	max-width: 490px;
	min-width: 490px;
}

.clmc-machine_1x1 .clmc-machine-logo {
	max-height: 338px;
	min-height: 338px;
	height: 338px;
	width: 490px;
}

@media (max-width: 700px) {
	/* .clmc-machines-contanier {
		grid-template-columns: repeat(auto-fill, 170px);
	} */

	/* .clmc-machines-contanier .clmc-machine {
		min-width: 150px;
		max-width: 150px;
	} */

	.clmc-machines-contanier .clmc-machine .clmc-machine-name {
		display: none;
	}

	/* .clmc-machines-contanier .clmc-machine .clmc-machine-logo {
		max-height: calc(110px);
		min-height: calc(110px);
		height: calc(110px);
		width: calc(160px);
		border-radius: 10px;
	}

	.clmc-machines-contanier .clmc-machine-border {
		width: calc(100% - 60px);
		height: calc(100% - 60px);
		border: 30px solid transparent;
		border-image-source: url(/assets/img/game_frame.png);
		border-image-repeat: round;
		border-image-slice: 18%;
		border-image-width: 25px;
	} */

	/* .clmc-machine-tags {
		left: 5px;
		top: 0px;
	} 

	.clmc-machine-tags.BONUS {
		top: -5px;
	}

	.clmc-machine-tags img {
		height: 36px;
	} */

	.clmc-machine_1x1 {
		grid-row: span 2;
		grid-column: span 2;
		max-width: 310px !important;
		min-width: 310px !important;
	}

	.clmc-machine_1x1 .clmc-machine-logo {
		max-height: 230px !important;
		min-height: 230px !important;
		height: 230px !important;
		width: 310px !important;
	}

	.clmc-machine .clmc-machine-btn-demo {
		bottom: calc(50% - 55px) !important;
		width: auto !important;
		padding: 0px 10px;
	}

	.clmc-machine .clmc-btn-primary {
		display: none;
	}

	.clmc-machine .clmc-machine-button-demo {
		bottom: calc(50% - 44px);
	}

	.clmc-machine:hover .clmc-machine-logo,
	.clmc-machine:hover .clmc-machine-tags {
		filter: none;
		opacity: none;
	}
}

@media (max-width: 400px) {
	.clmc-machines-contanier {
		grid-template-columns: repeat(auto-fit, minmax(calc(50% - 8px), 2fr));
	}
}

/*LOBBY FAV*/
.clmc-btn-favorite {
	position: absolute;
	bottom: 8px;
	right: 10px;
	background: #000000;
	border-radius: 50px;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 2;
	transition: 0.3s;
}

.clmc-btn-favorite svg {
	display: flex;
	align-items: center;
	justify-content: center;
}

.clmc-btn-favorite.favActive-true {
	background-color: var(--semantic-game-favorite-base);
}

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

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

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

/*LOBBY FILTER*/
.clmc-lobby-filter-bar .clmc-filter-name > div,
.clmc-filter-content {
	background: rgb(255 255 255 / 10%);
	color: #ffffff !important;
	border-radius: 4px;
}

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

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

/* .clmc-filter-provider,
.clmc-filter-tag,
.clmc-filter-favs {
	background: #000;
	border-radius: var(--clmc-border-radius);
} */

/* .clmc-filter-provider.checked,
.clmc-filter-tag.checked,
.clmc-filter-favs.checked {
	background: #4e4e4e;
} */

/* .clmc-filter-provider label img {
	width: 24px;
	height: 24px;
	max-width: 24px;
	max-height: 24px;
	min-width: 24px;
	min-height: 24px;
} */

/* .clmc-filter-provider label {
	padding-left: 16px;
} */

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

/* .clmc-filter-tag label,
.clmc-filter-favs label {
	padding-left: 16px;
} */

/* .clmc-filter-tag label img {
	height: 16px;
	margin-right: 4px;
}

.clmc-filter-favs label svg {
	height: 19px;
	margin-right: 8px;
} */

/* @media (max-width: 500px) {

	.clmc-filter-provider,
	.clmc-filter-tag,
	.clmc-filter-favs {
		width: calc(50% - 10px);
	}
}

@media (max-width: 400px) {
	.clmc-filter-provider {
		width: calc(100% - 10px);
	}
} */

/*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(--clmc-border-radius);
	color: var(--clmc-bg-color-warning);
}

/*PROMOTIONS*/
.clmc-promos-Lobby>a {
	/* width: calc(33% - 22px); */
	/* max-width: 400px;
	border-radius: var(--clmc-border-radius);
	background: #202020 !important;
	border: 2px solid #f5c043 !important; */
	text-decoration: none;
}
/* 
.promo h2 {
	height: 36px;
}

.promo > div {
	min-height: 50px;
	max-height: 50px;
}

.promo pre {
	white-space: normal;
}

.promo p {
	color: #fff;
	font-size: var(--clmc-text-small);
	line-height: 20px;
}

.clmc-promos-Lobby > a:hover {
	opacity: 0.6;
}

div#promo-details .promo-body ul {
	margin-left: 20px;
}

@media (max-width: 1050px) {
	.clmc-promos-Lobby > a {
		width: calc(50% - 24px);
	}
}

@media (max-width: 650px) {
	.clmc-promos-Lobby > a {
		width: 100%;
		max-width: initial;
		margin-right: 0;
	}
}

div#promo-details h1 {
	color: #f5c043;
}
 */

div#promo-details .promo-body * {
	color: var(--semantic-text-primary) !important;
}
div#promo-details .promo-body ul {
	margin-left: 20px;
}


div#promo-details>img {
	width: 100%;
}
/*DOCUMENTS*/
.clmc-document {
	border: 1px solid #e5006f;
}

.clmc-document div:first-child {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 40px;
}

.clmc-document div p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

div#dropArea {
	border: 2px dashed var(--clmc-bg-secondary);
	background: var(--clmc-bg-color-primary);
	padding: 10px;
	min-height: 80px;
	border-radius: var(--clmc-border-radius);
}

div#dropArea label {
	cursor: pointer;
	white-space: nowrap;
}

div#dropArea p:empty {
	display: none;
}

.register-page-container {
	border-radius: 24px;
}
.register-page-container div {
	border-radius: 23px;
}

@media (max-width: 700px) {
	.clmc-document {
		flex-wrap: wrap;
	}

	.clmc-document div:first-child {
		margin-bottom: 10px;
		margin-right: 0;
		width: 100%;
		min-width: 100%;
	}

	div#dropArea label,
	div#dropArea p {
		white-space: normal;
		margin: 10px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.register-page-container {
		border-radius: 8px;
	}
	.register-page-container div {
		border-radius: 7px;
	}

}

/*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: 700px) {
	.personal-data {
		flex-wrap: wrap;
	}

	.personal-data > div {
		width: 100%;
	}
}

/*REGISTER*/
.register-step {
	width: 50%;
	padding-inline: 24px;
}

.register-step.step-border {
	border-left: 1px solid var(--semantic-border-secondary);
	border-radius: 0;
}

div#registerLoader {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(0 0 0 / 60%);
	z-index: 1;
}

.clmc-register-page-content {
	border: 1px solid #f5c043;
	border-radius: 20px;
	position: relative;
}

.clmc-register-page-content h1 {
	position: absolute;
	top: -20px;
	background: #000;
	width: 176px;
	z-index: 1;
	text-align: center;
	left: calc(50% - 88px);
}

@media (max-width: 850px) {
	.register-step {
		width: 100%;
		width: -webkit-fill-available;
		border: none !important;
	}
	.register-step.step-border {
		padding-top: 16px;
	}
	.register-form-content {
		flex-direction: column;
	}
	.clmc-register-page-content .clmc-dark-form.clmc-flex-align-start {
		flex-direction: column;
	}
}

@media (max-width: 700px) {
	.clmc-register-page-content {
		margin: 60px 20px;
	}
}

/*DEPOSITS*/
.depositMethod {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	height: 40px;
  background-color: var(--semantic-background-surface4);
	margin: 1px;
}

.white-background{
	background-color: white;
}
.depositLobbyMethods {
	display: flex;
	padding: 8px var(--sds-typeface-size-h2) 0px var(--sds-typeface-size-h2);
	align-items: flex-start;
	gap: 8px;
	align-self: stretch;
}
.depositMethod img {
	width: 114px;
}

.depositMethod.payout img {
	width: 124px;
}
.amountButtonBorder {
	background: var(--semantic-border-secondary);
}

.amountButtonBorder:hover,
.amountButtonBorder.active {
	background: var(--brand-orange);
}

.amountButton.quantity {
	display: flex;
	padding: 7px 15px;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
	margin: 1px;
  background: var(--semantic-background-surface4);
  color: var(--semantic-text-primary);
}

.amountButton.quantity.active,
.amountButton.quantity:active {
  background: var(--brand-orange);
	margin: 0;
	padding: 8px 16px;
	color: var(--semantic-text-primary-contrast);
}

.depositButton-max-w {
	width: 100%;
	max-width: 325px;
}
.depositMessage-max-w {
	width: 100%;
	max-width: 372px;
}
.depositAmountInput-max-w {
	width: 100%;
	max-width: 358px;
}
/* .amountButtonInputDiv input:focus,
.amountButtonInputDiv:hover input {
	background: var(--clmc-color-secondary-light);
	color: #ffffff !important;
}

.amountButtonInputDiv {
	border: 2px solid var(--clmc-color-secondary);
	width: 100px;
	min-width: 114px;
	min-height: 40px;
	height: 40px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	color: #fff;
	cursor: pointer;
	margin: 5px;
	overflow: hidden;
}

.amountButtonInputDiv input {
	width: 100%;
	height: 100%;
	border: none !important;
	outline: none !important;
	text-align: center;
}

.amountButtonInputDiv input:focus::placeholder {
	color: #ffffff;
} */

iframe#depositResponseIframe {
	width: 100%;
	min-height: 600px;
	border: none;
}

div#depositResponseImgQR img {
	max-width: 100%;
}

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

@media (max-width: 800px) {
	.text-fragment-column {
		width: 100%;
	}
}

/*Tournaments banners*/
.clmc-tournament-banners {
	display: flex;
	justify-content: flex-start;
	gap: 20px;
	flex-wrap: wrap;
}

.clmc-tournament-banner {
	display: flex;
	max-width: 651px;
	padding-bottom: 16px;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	overflow: hidden;
	border-radius: 16px;
	width: calc(33% - 15px);
	min-width: 235px;
}

.clmc-tournament-banners img {
	width: 100%;
	text-decoration: none;
}

.clmc-tournament-banners * {
	text-decoration: none;
}

img.clmc-tournament-img {
	width: calc(100vw - 296px);
	max-width: 1500px;
}

@media (max-width: 1400px) {
	.clmc-tournament-banners {
		flex-wrap: wrap;
	}

	.clmc-tournament-banner {
		width: calc(50% - 14px);
	}
}

@media (max-width: 1000px) {
	.clmc-tournament-banners {
		flex-wrap: wrap;
	}

	.clmc-tournament-banner {
		width: calc(100%);
	}
}

/*PENDING PAYOUTS*/
/* .clmc-pending-payout {
	padding: 10px;
	border: 2px solid var(--clmc-color-secondary);
	border-radius: 4px;
	margin: 10px;
} */

/*RESET PWD*/
.clmc-reset-pwd-page {
	max-width: 600px;
	width: 100%;
}

.clmc-reset-pwd-page h1 {
	width: 280px;
	left: calc(50% - 140px);
}

/*PERSONAL PROMOS*/
.clmc-personal-promo {
	border-radius: 11px;
	padding: 24px;
	width: 100%;
	min-width: 304px;
	max-width: 600px;
	z-index: 1;
}

.bonus-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.expired-overlay {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.bonus-overlay p {
	position: absolute;
	top: -6px;
	left: -43px;
	color: var(--semantic-text-primary);
	padding: 8px;
	height: 35px;
	width: 110px;
	font-weight: 500;
	transform: rotate(-45deg);
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.previous-opacity {
	opacity: 0.4;
}

.bonus-overlay svg {
	position: absolute;
	z-index: 0;
	rotate: -45deg;
	left: 12px;
	top: 12px;
	opacity: 0.2;
}
.expired-overlay svg {
	position: absolute;
	z-index: 0;
	right: 0;
}

.clmc-progressbar-container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.clmc-progressbar-container progress {
	height: 24px;
	border-radius: 4px;
	-webkit-appearance: none;
	appearance: none;
}

.clmc-progressbar-container p {
	position: absolute;
	font-size: 13px;
	font-weight: bold;
}

progress[value]::-webkit-progress-bar {
	background-color: var(--semantic-background-surface3);
	border: 1px solid #FFFCF4;
	border-radius: 16px;
}

.clmc-progressbar-container progress[value]::-webkit-progress-value {
	background: var(--surface-background-image-url) 0 0 / 50px, linear-gradient(180deg, #00FF85 -13.64%, #4CAD00 57.15%, #416C27 159.9%, #00FF85 214.7%);
	border-radius: 16px;
	background-blend-mode: soft-light;
}
.clmc-progressbar-container.pending progress[value]::-webkit-progress-value {
	background: var(--surface-background-image-url) 0 0 / 50px, linear-gradient(180deg, rgba(255, 230, 165, 0.40) -11.74%, rgba(255, 230, 165, 0.00) 127.79%);
	border-radius: 16px;
	background-blend-mode: soft-light;
}
.clmc-personal-promo.caducada {
	border: 2px solid #7d6a3e;
}

.clmc-personal-promo.caducada:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #ff000024;
}

.clmc-personal-promo.caducada .caducada-label {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	transform: rotate(-12deg);
	white-space: nowrap;
}

/*UPLOAD DOCUMENTS*/
.identityDrop {
	width: calc(33% - 10px);
}

.identityDrop:first-child {
	margin-left: 0;
}

.clmc-drag-drop label img {
	width: 60px;
	height: 60px;
}

.clmc-drag-drop label div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.identityDrop label {
	padding: 12px 20px;
	min-height: 92px;
	max-width: calc(100% - 20px);
}

.identityDrop label p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: calc(100% - 5px);
}

.deleteDoc {
	position: absolute;
	bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	width: 24px;
	height: 24px;
}

.deleteDoc svg {
	fill: #f5c043;
}

.deleteDoc:hover svg {
	fill: #000000 !important;
}

.deleteDoc-w {
	width: calc(100% - 40px);;
}

.sds-dropdown-container button:hover {
	background-color: var(--semantic-background-surface4) !important;
}
.sds-dropdown-container button {
  	background-image: unset !important;
	& div {
  		background-image: unset !important;
	}
}

@media (max-width: 900px) {
	.clmc-userDocs.uploadButton.bankUpload {
		min-height: 340px;
	}

	.clmc-userDocs-container .clmc-userDocs {
		width: 100%;
		max-width: 100%;
	}

	.clmc-userDocs-container {
		width: 100%;
		max-width: 100%;
		flex-wrap: wrap;
	}

	.clmc-drag-drop label img {
		margin-right: 10px;
	}
}

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

/*TORNEOS*/
.summary-tournament-desc:empty {
	display: none;
}

.torneoContainer .clmc-fragmentText p {
	min-width: 270px;
}

/* .clmc-fragmentText td {
	border-color: #fff !important;
} */

/* .torneoContainer .clmc-machines-contanier {
	justify-content: start;
	grid-template-columns: repeat(auto-fill, 169px);
} */

/* .torneoContainer .clmc-machine {
	max-width: 150px;
	min-width: 150px;
} */

/* .torneoContainer .clmc-machines-contanier .clmc-machine .clmc-machine-logo {
	max-height: calc(110px);
	min-height: calc(110px);
	height: calc(110px);
	width: calc(160px);
	border-radius: 10px;
} */

.torneoContainer {
	max-width: calc(100% - 112px) !important;
}

.torneoContainer > div {
	min-width: auto;
}

.image-overlay {
	opacity: 0;
	top: 0;
}

.image-overlay:hover {
	opacity: 1;
	transition: opacity 0.5s ease;
	background-color: rgba(0, 0, 0, 0.80);
}

.mission-container-footer {
	border-top: 1px solid var(--semantic-border-secondary);
}

.missions-page-max-w {
	max-width: 540px;
}

.missions-list ul {
	padding-left: 16px;
}
.missions-list li {
	margin-bottom: 16px;
}
.border-bottom {
	border-bottom: 1px solid var(--semantic-border-secondary);
}
.mission-picture-h{
	height: 149px;
	width: auto;
}

@media (max-width: 1200px) {
	.torneoContainer {
		flex-direction: column;
		justify-content: center;
		max-width: 100% !important;
	}

	.torneoContainer .clmc-machines-contanier {
		padding-left: 40px;
	}

	.torneoContainer > div {
		min-width: auto;
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
}

@media (max-width: 750px) {
	.torneoContainer > div.clmc-flex-align-start {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 0;
		margin: 0;
	}

	.torneoContainer > div.clmc-flex-align-start .clmc-mr60 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.torneoContainer > div.clmc-flex-align-start button {
		margin-left: 0;
	}

	.torneoContainer > div.clmc-flex-align-start p {
		padding-left: 0;
	}

	.torneoContainer .clmc-fragmentText p {
		min-width: 100%;
	}

	.torneoContainer .clmc-machines-contanier {
		padding-left: 0px;
	}

	.torneoContainer .clmc-machines-contanier {
		justify-content: center;
		align-items: center;
	}
}

/*Jackpots*/
@media (max-width: 770px) {
	.tc-gaming-jackpot-container {
		display: none !important;
	}
}
