/* PRIVATE PAGES LAYOUT */
/* PROFILE MENU */
.privateLayout {
	position: relative;
	padding-left: 220px;
	min-height: calc(100vh - 145px);
}
.clmc-profile-menu {
	position: absolute;
	width: 220px;
	height: 100%;
	left: 0;
	background: var(--clmc-btn-color-primary-hover);
	-webkit-box-shadow: inset 0px 0px 5px 0px rgb(0 0 0 / 50%);
	-moz-box-shadow: inset 0px 0px 5px 0px rgb(0 0 0 / 50%);
	box-shadow: inset 0px 0px 5px 0px rgb(0 0 0 / 50%);
}
.clmc-profile-menu-info-img {
	background: rgb(238 238 238 / 50%);
	border: 2px solid var(--clmc-btn-color-secondary);
	border-radius: 100%;
	width: 56px;
	min-width: 56px;
	height: 56px;
	min-height: 56px;
}
.clmc-profile-menu-option {
	margin-bottom: 10px;
	border-radius: var(--clmc-border-radius-large) 0px 0px var(--clmc-border-radius-large);
	padding-left: 5px;
	transition: 0.5s;
}
.clmc-profile-menu-option:not(.active-menu-option):hover {
	background: rgb(0 0 0 / 20%);
}
.clmc-profile-menu-options .active-menu-option {
	background: var(--clmc-bg-primary);
	-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
	-moz-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
}
.clmc-profile-menu-options .active-menu-option * {
	color: var(--clmc-color-primary);
}
.clmc-profile-menu-options .active-menu-option:after {
	content: "";
	position: absolute;
	width: 16px;
	height: 100%;
	background: var(--clmc-bg-primary);
	right: -16px;
	top: 0;
}
.privateLayout .validation-chip {
	width: calc((100% / 2) - (var(--clmc-margin-small) * 2));
	justify-content: space-between;
}
.privateLayout .validation-chip span {
	width: 100%;
	text-align: left;
}
.privateLayout .validation-chip span:last-child {
	width: auto;
	text-align: right;
	margin-left: 3px;
}

/* PROFILE PAGE */
/* Upload Documents */
.identityDocsCount {
	display: flex;
	flex-direction: column-reverse;
	line-height: 13px;
}
.identityDocsCount span {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}
#userDocuments .clmc-card-content {
	padding-top: 0;
}
.clmc-drag-drop {
	background: rgb(255 255 255 / 10%);
	border: 2px dashed #171717 !important;
	border-radius: var(--clmc-border-radius-large);
	height: 60px;
	position: relative;
}
.clmc-drag-drop * {
	color: #171717;
}
.clmc-drag-drop:hover {
	background: rgb(255 255 255 / 15%);
}
.clmc-drag-drop label {
	height: 60px;
	cursor: pointer;
}
.deleteDoc {
	position: absolute;
	right: 2px;
	top: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	width: 24px;
	height: 24px;
}

/* BALANCE PAGE */
/* Balances */
.balances-data .clmc-card {
	min-height: 274px;
}
/* Personal Promos */
.clmc-personal-promos-carrousel .splide__arrow--prev {
	left: 0;
}
.clmc-personal-promos-carrousel .splide__arrow--next {
	right: 0;
}
progress {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
}

/* Chrome / Edge / Safari */
progress::-webkit-progress-bar {
  background-color: #e5e5e5 !important;
  border-radius: 6px;
}

progress::-webkit-progress-value {
  background-color: var(--clmc-color-tertiary) !important;
  border-radius: 6px;
}

/* HISTORY PAGE */
.historycol80 {
	width: 65%;
	min-width: 65%;
	max-width: 65%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.historycol20 {
	width: 35%;
	min-width: 35%;
	max-width: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: right;
}
.clmc-arrow-history-down {
	transform: rotate(180deg);
	color: rgb(209, 3, 3);
}

/* RESPONSIBLE GAMING */
/* Deposit Limits */
.deposit-limits-form {
	margin-top: 40px;
}

/* SUPPORT PAGE */
.supportcol80 {
	width: 60%;
	min-width: 60%;
	max-width: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.supportcol20 {
	width: 40%;
	min-width: 40%;
	max-width: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: right;
}
.supportcol20 button {
	min-width: 80px;
}
.supportcol20 .clmc-btn-primary.clmc-btn-icon {
		display: none;
	}
.clmc-support-chat {
	width: 400px;
	max-width: 100%;
}
.clmc-chat-chip {
	height: auto;
	max-width: 100%;
	min-width: 60%;
	background: #ebe5dc;
	align-self: flex-start;
}
.clmc-chat-chip svg {
	margin: 0px !important;
}
.clmc-chat-chip-user {
	flex-direction: row-reverse;
	background: #dff8c3;
	align-self: flex-end;
}
.clmc-chat-chip span p {
	white-space: pre-wrap;
}
.clmc-chat-chip span p:first-child {
	opacity: 0.5;
}
.clmc-chat-chip-user * {
	text-align: right;
}

/* AUTOEXCLUSION */
.autoexclusioncol80 {
	width: 80%;
	min-width: 80%;
	max-width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.autoexclusioncol20 {
	width: 20%;
	min-width: 20%;
	max-width: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: right;
}
