/**********************************/
/*** CALIMACO CSS FRAMEWORK 1.0 ***/
/**********************************/
@font-face {
	font-family: forbet;
	src: url("/assets/fonts/RBNo31Black.otf") format("opentype");
	font-weight: bold;
}
@font-face {
	font-family: forbet2;
	src: url("/assets/fonts/SequelSansBoldOblBody.otf") format("opentype");
	font-weight: bold;
}
@font-face {
	font-family: forbet3;
	src: url("/assets/fonts/Mollen Personal Use-Regular.otf") format("opentype");
}
:root {
	--clmc-bg-primary: #000;
	--clmc-bg-secondary: #f6f6f6;
	--clmc-bg-tertiary: #73c700;
	--clmc-bg-dark-tertiary: #8fc741;
	--clmc-bg-color-primary: #ffffff;
	--clmc-bg-color-primary-light: #000;
	--clmc-bg-color-secondary: #000000;
	--clmc-bg-color-secondary-light: #73c700;
	--clmc-bg-color-success: #73c700;
	--clmc-bg-color-error: #e50000;
	--clmc-bg-color-warning: #e19b32;
	--clmc-color-primary: #000;
	--clmc-color-primary-light: #ffffff;
	--clmc-color-secondary: #73c700;
	--clmc-color-secondary-light: #8fc741;
	--clmc-text-xsmall: 10px;
	--clmc-text-small: 15px;
	--clmc-text-normal: 16px;
	--clmc-text-medium: 20px;
	--clmc-text-big: 24px;
	--clmc-text-time-tournament: 35px;
	--clmc-text-prize-tournament: 60px;
	--clmc-font: forbet;
	--clmc-font2: forbet2;
	--clmc-font3: forbet3;
	--clmc-border-radius: 0px;
	--clmc-btn-color-primary: #73c700;
	--clmc-btn-color-primary-hover: #8fc741;
	--clmc-btn-color-secondary: #000;
	--clmc-btn-color-secondary-hover: #000;
	--clmc-btn-color-tertiary: #73c700;
	--clmc-btn-color-tertiary-hover: #8fc741;
}
html,
body,
.clmc-content {
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-height: -webkit-fill-available;
	max-height: -webkit-fill-available;
	height: -webkit-fill-available;
}
body {
	margin: 0;
	background: #f6f6f6;
	color: var(--clmc-color-primary);
	font-family: var(--clmc-font);
	font-size: var(--clmc-text-normal);
	font-display: swap;
}
* {
	margin: 0;
	padding: 0;
	font-display: swap;
	font-family: forbet !important;
}

::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active {
	background: var(--clmc-bg-color-secondary-light);
}
::-webkit-scrollbar-track,
::-webkit-scrollbar-track:hover,
::-webkit-scrollbar-track:active {
	background: var(--clmc-bg-secondary);
}

/*Background*/
.clmc-bg-primary {
	background: var(--clmc-bg-primary);
}
.clmc-bg-primary-light {
	background: var(--clmc-bg-color-primary-light);
}
.clmc-bg-secondary {
	background: var(--clmc-bg-secondary);
}
.clmc-bg-secondary-light {
	background: var(--clmc-bg-color-secondary-light);
}
.clmc-bg-tertiary-light {
	background: var(--clmc-bg-tertiary);
}
.clmc-bg-tertiary {
	background: var(--clmc-bg-dark-tertiary);
}
/*Color */
.clmc-color-secondary {
	color: var(--clmc-color-secondary) !important;
}

/*Text*/
p,
.clmc-p {
	font-size: var(--clmc-text-normal);
	color: var(--clmc-color-primary);
}
.clmc-p-small {
	font-size: var(--clmc-text-small) !important;
}
.clmc-p-xsmall {
	font-size: var(--clmc-text-xsmall) !important;
}
.clmc-text-time-tournament {
	font-size: var(--clmc-text-time-tournament) !important;
	margin-top: -15px;
}
.clmc-text-prize-tournament {
	font-size: var(--clmc-text-prize-tournament) !important;
	margin-top: -10px;
}
.clmc-footer-font {
	font-family: var(--clmc-font3) !important;
}
.clmc-text-xsmall {
	font-size: var(--clmc-text-xsmall) !important;
}
.clmc-text-normal {
	font-size: var(--clmc-text-normal) !important;
}
.clmc-text-medium {
	font-size: var(--clmc-text-medium) !important;
}
.clmc-text-big {
	font-size: var(--clmc-text-big) !important;
}
.clmc-text-xl{
	font-size: 30px !important;
}
.clmc-text-prize-tournament {
	font-size: var(--clmc-text-prize-tournament) !important;
	color: var(--clmc-color-secondary);
}

h1,
.clmc-h1 {
	font-size: var(--clmc-text-big);
	color: var(--clmc-color-primary-light);
}
h2,
.clmc-h2 {
	font-size: var(--clmc-text-medium);
	color: var(--clmc-color-primary-light);
}
a,
.clmc-link {
	cursor: pointer;
	font-size: var(--clmc-text-normal);
	text-decoration: none;
	color: var(--clmc-color-secondary);
	border: none !important;
	background: none !important;
	transition: 0.3s;
}
.clmc-text-shadow {
	text-shadow: 0px 0px 8px #000000;
}
@media (max-width: 450px) {
	h1,
	.clmc-h1 {
		font-size: 20px;
	}
}

@media (max-width: 500px) {
	.clmc-text-time-tournament {
		font-size: 25px !important;
	}
	.clmc-text-prize-tournament {
		font-size: 45px !important;
		padding: 10px;
	}
}
a:hover,
.clmc-link:hover {
	color: var(--clmc-color-secondary);
}
.clmc-link-secondary {
	cursor: pointer;
	font-size: var(--clmc-text-normal);
	color: var(--clmc-color-primary);
	transition: 0.3s;
}
.clmc-link-secondary:hover {
	cursor: pointer;
	font-size: var(--clmc-text-normal);
	color: var(--clmc-color-secondary-light);
}
.clmc-link-secondary:hover * {
	color: var(--clmc-color-secondary-light);
	fill: var(--clmc-color-secondary-light);
	transition: 0.3s;
}
.clmc-link-list {
	cursor: pointer;
	border-bottom: 1px solid var(--clmc-bg-color-secondary);
	font-size: var(--clmc-text-small);
}
.clmc-border-bottom-tournament {
	border-bottom: 1px solid var(--clmc-btn-color-tertiary);
	font-size: var(--clmc-text-small);
	width: 90%;
}
.clmc-link-list:hover {
	background: var(--clmc-bg-color-secondary);
}
.clmc-txtc {
	text-align: center;
}
.clmc-txtr {
	text-align: right;
}
.clmc-txtl {
	text-align: left;
}
.clmc-capitalize {
	text-transform: capitalize;
}
.clmc-uppercase {
	text-transform: uppercase;
}
.clmc-bold {
	font-weight: bold;
}
.clmc-text-decoration {
	text-decoration: none;
}
.clmc-text-underlined {
	text-decoration: underline;
}
.clmc-yellow-text {
	color: var(--clmc-color-secondary);
}
.clmc-dark-text {
	color: #0f1610;
}
.dark-theme .clmc-dark-text {
	color: #ffffff;
}
.clmc-white-text {
	color: #ffffff;
}
.clmc-black-text {
	color: #0f1610;
}
.clmc-text-nowrap {
	white-space: nowrap;
	text-wrap: nowrap;
}
.clmc-text-ellipsis {
	text-overflow: ellipsis;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.clmc-text-2-lines {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box !important;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.clmc-text-3-lines {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
}

/*Size*/
.clmc-w25 {
	width: 25%;
	min-width: 25%;
	max-width: 25%;
}
.clmc-w50 {
	width: 50%;
	min-width: 50%;
	max-width: 50%;
}
.clmc-w75 {
	width: 75%;
	min-width: 75%;
	max-width: 75%;
}
.clmc-w100 {
	width: 100%;
	max-width: 100%;
}
.clmc-h100 {
	height: 100%;
	min-height: 100%;
	max-height: 100%;
}
.clmc-vh100 {
	height: 100vh;
	min-height: 100vh;
	max-height: 100vh;
}
@media (max-width: 450px) {
	.clmc-p40 {
		padding: 20px !important;
	}
	.clmc-ph40 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.clmc-m20 {
		margin: 10px !important;
	}
	.clmc-w25,
	.clmc-w50,
	.clmc-w75 {
		width: 100% !important;
		min-width: 100%;
		max-width: 100%;
	}
	.clmc-btn-absolute {
		top: 20px !important;
		right: 32px !important;
	}
	.clmc-buttons-container .clmc-btn-primary,
	.clmc-buttons-container .clmc-btn-secondary,
	.clmc-buttons-container .clmc-btn-secondary {
		width: calc(100% - 20px);
	}
}
/*Margin*/
.clmc-m5 {
	margin: 5px;
}
.clmc-mv5 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.clmc-mh5 {
	margin-left: 5px;
	margin-right: 5px;
}
.clmc-mt5 {
	margin-top: 5px;
}
.clmc-mb5 {
	margin-bottom: 5px;
}
.clmc-mr5 {
	margin-right: 5px;
}
.clmc-ml5 {
	margin-left: 5px;
}
.clmc-m10 {
	margin: 10px;
}
.clmc-mv10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.clmc-mh10 {
	margin-left: 10px;
	margin-right: 10px;
}
.clmc-mt10 {
	margin-top: 10px;
}
.clmc-mb10 {
	margin-bottom: 10px;
}
.clmc-mr10 {
	margin-right: 10px;
}
.clmc-ml10 {
	margin-left: 10px;
}
.clmc-m20 {
	margin: 20px;
}
.clmc-mv20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.clmc-mh20 {
	margin-left: 20px;
	margin-right: 20px;
}
.clmc-mt20 {
	margin-top: 20px;
}
.clmc-mb20 {
	margin-bottom: 20px;
}
.clmc-mr20 {
	margin-right: 20px;
}
.clmc-ml20 {
	margin-left: 20px;
}
.clmc-m40 {
	margin: 40px;
}
.clmc-mv40 {
	margin-top: 40px;
	margin-bottom: 40px;
}
.clmc-mh40 {
	margin-left: 40px;
	margin-right: 40px;
}
.clmc-mt40 {
	margin-top: 40px;
}
.clmc-mb40 {
	margin-bottom: 40px;
}
.clmc-mr40 {
	margin-right: 40px;
}
.clmc-ml40 {
	margin-left: 40px;
}
.clmc-m60 {
	margin: 60px;
}
.clmc-mv60 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.clmc-mh60 {
	margin-left: 60px;
	margin-right: 60px;
}
.clmc-mt60 {
	margin-top: 60px;
}
.clmc-mb60 {
	margin-bottom: 60px;
}
.clmc-mr60 {
	margin-right: 60px;
}
.clmc-ml60 {
	margin-left: 60px;
}

/*Padding*/
.clmc-p0 {
	padding: 0px;
}
.clmc-pv5 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.clmc-p5 {
	padding: 5px;
}
.clmc-p10 {
	padding: 10px;
}
.clmc-pv10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.clmc-ph5 {
	padding-left: 5px;
	padding-right: 5px;
}
.clmc-ph10 {
	padding-left: 10px;
	padding-right: 10px;
}
.clmc-pt10 {
	padding-top: 10px;
}
.clmc-pb10 {
	padding-bottom: 10px;
}
.clmc-pr10 {
	padding-right: 10px;
}
.clmc-pl10 {
	padding-left: 10px;
}
.clmc-p20 {
	padding: 20px;
}
.clmc-pv20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.clmc-ph20 {
	padding-left: 20px;
	padding-right: 20px;
}
.clmc-pt20 {
	padding-top: 20px;
}
.clmc-pb20 {
	padding-bottom: 20px;
}
.clmc-pr20 {
	padding-right: 20px;
}
.clmc-pl20 {
	padding-left: 20px;
}
.clmc-ph30 {
	padding-left: 30px;
	padding-right: 30px;
}
.clmc-p40 {
	padding: 40px;
}
.clmc-pv40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.clmc-ph40 {
	padding-left: 40px;
	padding-right: 40px;
}
.clmc-pt40 {
	padding-top: 40px;
}
.clmc-pb40 {
	padding-bottom: 40px;
}
.clmc-pr40 {
	padding-right: 40px;
}
.clmc-pl40 {
	padding-left: 40px;
}
.clmc-p60 {
	padding: 60px;
}
.clmc-pv60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.clmc-ph60 {
	padding-left: 60px;
	padding-right: 60px;
}
.clmc-pt60 {
	padding-top: 60px;
}
.clmc-pb60 {
	padding-bottom: 60px;
}
.clmc-pr60 {
	padding-right: 60px;
}
.clmc-pl60 {
	padding-left: 60px;
}

/*BORDER*/
.clmc-border-bottom {
	border-bottom: 1px solid rgb(0 0 0 / 30%);
}
.clmc-divider {
	border: 1px solid #2f2f2f;
	margin: 40px;
	opacity: 0.5;
}

/*Display*/
.clmc-block {
	display: block;
}
.clmc-hidden {
	display: none !important;
}
.clmc-flex {
	display: flex;
}
.clmc-justify-between {
	justify-content: space-between;
}
.clmc-justify-center {
	justify-content: center;
}
.clmc-align-center {
	align-items: center;
}
.clmc-align-end {
	align-items: end;
}
.clmc-flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.clmc-flex-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.clmc-flex-between-start {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.clmc-flex-around {
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.clmc-flex-start {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.clmc-flex-align-start {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.clmc-flex-end {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.clmc-flex-wrap {
	flex-wrap: wrap;
}
.clmc-flex-direction-column {
	flex-direction: column;
}
.clmc-flex-grow1 {
	flex-grow: 1;
}
.clmc-flex-grow2 {
	flex-grow: 2;
}
.clmc-flex-gap20 {
	gap: 20px;
}

/*Position*/
.clmc-relative {
	position: relative;
}
.clmc-absolute {
	position: absolute;
}

/*Overflow*/
.clmc-no-overflow {
	overflow: hidden !important;
	text-overflow: ellipsis;
}

/*Border radius*/
.clmc-border-radius {
	border-radius: var(--clmc-border-radius);
}
.clmc-no-border {
	border: none !important;
}
.clmc-border-1 {
	border: 1px solid var(--clmc-bg-secondary);
}
.clmc-border-2 {
	border: 2px solid var(--clmc-bg-primary);
}

/*Z-index*/
.clmc-zindex0 {
	z-index: 0;
}
.clmc-zindex1 {
	z-index: 9;
}
.clmc-zindex2 {
	z-index: 99;
}
.clmc-zindex3 {
	z-index: 999;
}
.clmc-zindex4 {
	z-index: 9999;
}

/*Butons*/
.clmc-btn-primary,
.clmc-btn-secondary,
.clmc-btn-tertiary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	height: 56px;
	min-width: 100px;
	border-radius: 0;
	cursor: pointer;
	color: #f6f6f6;
	font-size: var(--clmc-text-normal);
	position: relative;
	overflow: hidden;
	white-space: nowrap;
}
.clmc-btn-primary.clmc-btn-small,
.clmc-btn-secondary.clmc-btn-small,
.clmc-btn-tertiary.clmc-btn-small {
	height: 36px;
}
.clmc-btn-primary {
	background: var(--clmc-btn-color-primary);
	border: 2px solid var(--clmc-btn-color-primary);
}
.clmc-btn-primary:hover {
	background: var(--clmc-btn-color-primary-hover);
	border: 2px solid var(--clmc-btn-color-primary-hover);
}
.clmc-btn-secondary {
	background: none;
	border: 1px solid #73c700;
	color: #000;
}
.clmc-btn-secondary:hover {
	background: rgb(255 255 255 / 20%);
}
.clmc-btn-tertiary {
	background: none;
	border: 1px solid var(--clmc-btn-color-primary);
	color: var(--clmc-btn-color-primary);
}
.clmc-btn-tertiary:hover {
	background: rgb(255 255 255 / 10%);
	border: 1px solid var(--clmc-btn-color-primary);
	color: var(--clmc-btn-color-primary);
}
.clmc-btn-tertiary.clmc-btn-dark {
	background: transparent;
	border: 1px solid var(--clmc-color-primary);
	color: var(--clmc-color-primary);
}
.clmc-red-button {
	background: #e35050;
	border: 2px solid rgb(255 255 255 / 50%);
	color: rgba(0, 0, 0, 0.54);
}
.clmc-red-button:hover {
	background: #ba4444;
	border: 2px solid rgb(255 255 255 / 50%);
}
.clmc-icon-button {
	padding: 0 16px 0 6px !important;
}
.clmc-rounded-icon-button {
	width: 42px;
	min-width: 42px;
	height: 42px;
	border-radius: 100%;
}
.clmc-square-icon-button {
	width: 40px;
	min-width: 40px;
	height: 40px;
	border-radius: 0px;
}
.clmc-btn-absolute {
	position: absolute;
	top: 40px;
	right: 52px;
	padding: 0;
}
.clmc-btn-width-fit {
	width: fit-content;
}
.clmc-dark-form .clmc-btn-secondary,
.clmc-popup-content .clmc-btn-secondary,
.clmc-tabPanel .clmc-btn-secondary {
	border: 1px solid #000;
	color: #000;
}
.clmc-dark-form .clmc-btn-secondary:hover,
.clmc-popup-content .clmc-btn-secondary:hover,
.clmc-tabPanel .clmc-btn-secondary:hover {
	background: rgb(0 0 0 / 10%);
}
@media (max-width: 560px) {
	.clmc-btn-container {
		flex-wrap: wrap;
	}
	.clmc-btn-container button {
		margin: 20px 0px 0px 0px;
		width: 100% !important;
		min-width: 100%;
	}
}
.clmc-disabled {
	pointer-events: none;
	cursor: not-allowed;
	opacity: 0.5;
}
.clmc-pointer {
	cursor: pointer;
}
.clmc-pointer-events {
	pointer-events: none;
}
/*Inputs*/
.Mui-focused .MuiOutlinedInput-notchedOutline {
	border-color: var(--clmc-btn-color-secondary) !important;
}
label.Mui-focused {
	color: var(--clmc-btn-color-secondary) !important;
	background: #f6f6f6;
	border-radius: 0;
}
.clmc-formError {
	padding: 5px 0px 0 5px;
	background: none;
	color: #d96767;
}
.clmc-formError * {
	fill: #d96767;
	padding: 0px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px #f6f6f6 inset !important;
}
input:-webkit-autofill {
	-webkit-text-fill-color: #000000 !important;
}
.clmc-input {
	transition: 0.5s;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}
.clmc-input,
.clmc-input * {
	appearance: none !important;
	-webkit-appearance: none !important;
	border-radius: 0px;
}
.clmc-input label,
.clmc-input legend {
	background: #f6f6f6;
}
.clmc-dark-form .clmc-input label,
.clmc-dark-form .clmc-input legend {
	background: #f6f6f6;
}
input::-webkit-date-and-time-value {
	text-align: left;
}
.clmc-dark-form label.Mui-focused {
	background: none;
}
.clmc-dark-form .clmc-input *,
.clmc-formControl * {
	color: var(--clmc-bg-color-primary-light) !important;
}
.clmc-dark-form .clmc-input fieldset {
	border-color: var(--clmc-bg-color-primary-light) !important;
}
.clmc-dark-form label.Mui-focused {
	color: var(--clmc-bg-color-primary-light) !important;
}
.clmc-dark-form .clmc-input .Mui-disabled input {
	-webkit-text-fill-color: rgba(0, 0, 0, 0.5);
}
.clmc-dark-form .clmc-input .Mui-disabled svg {
	fill: rgba(0, 0, 0, 0.5);
}

/*Messages*/
.clmc-success-message,
.clmc-error-message,
.clmc-warning-message {
	color: #f6f6f6;
	padding: 10px;
	border-radius: 0;
}
.clmc-success-message {
	background: var(--clmc-bg-color-success);
}
.clmc-error-message {
	background: var(--clmc-bg-color-error);
}
.clmc-warning-message {
	background: var(--clmc-bg-color-warning);
}

.clmc-doc-PENDING {
	color: var(--clmc-bg-color-warning);
}
.clmc-doc-DENIED {
	color: var(--clmc-bg-color-error);
}
.clmc-doc-APPROVED {
	color: var(--clmc-bg-color-success);
}
.clmc-error-message-optional-promo {
	display: inline-block;
	color: #f6f6f6;
	padding: 10px;
	border-radius: 0;
	background: var(--clmc-bg-color-error);
}
.clmc-success-message-optional-promo {
	display: inline-block;
	color: #f6f6f6;
	padding: 10px;
	border-radius: 0;
	background: var(--clmc-bg-color-success);
}

/*Icons*/
.clmc-white-icon,
.clmc-white-icon * {
	color: #f6f6f6;
	fill: #f6f6f6;
}
.clmc-light-icon {
	color: var(--clmc-color-primary);
	fill: var(--clmc-color-primary);
}
.clmc-input-icon {
	position: absolute;
	right: 14px;
}

/*Tables*/
table {
	width: 100%;
	border-spacing: 0px;
}
table tr {
	height: 46px;
	text-align: left;
}
.clmc-table table tr:empty {
	display: none;
}
table tr th {
	background: var(--clmc-bg-color-secondary-light);
	color: #000;
	padding: 0px 10px;
	border-right: 1px solid rgb(255 255 255 / 30%);
}
table tr th:first-child {
	border-radius: var(--clmc-border-radius) 0 0 0;
}
table tr th:last-child {
	border-radius: 0 var(--clmc-border-radius) 0 0;
	border-right: none;
}
table tr td {
	border-bottom: 1px solid #eeeeee;
	padding: 0px 10px;
}
.clmc-table {
	width: 100%;
	overflow: auto;
}
.clmc-table tbody tr td {
	background: rgb(210 212 217);
	border-right: 1px solid rgb(0 0 0 / 10%);
	white-space: nowrap;
}
.clmc-table tbody tr td:last-child {
	border-right: none;
}
.clmc-table tbody tr:nth-child(odd) td {
	background: #f6f6f6;
}
.clmc-table tbody tr:last-child td:first-child {
	border-radius: 0 0 0 var(--clmc-border-radius);
}
.clmc-table tbody tr:last-child td:last-child {
	border-radius: 0 0 var(--clmc-border-radius) 0;
}
.clmc-table-empty {
	border-radius: 0 0 var(--clmc-border-radius) var(--clmc-border-radius);
	background: #f6f6f6;
	padding: 20px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.clmc-table-empty svg {
	width: 2em;
	height: 2em;
	margin-bottom: 20px;
}

/*TABS*/
.clmc-tabs .clmc-tab {
	color: var(--clmc-bg-color-primary-light);
	background: rgb(255 255 255 / 80%);
	border-top: 1px solid rgb(0 0 0 / 20%);
	border-right: 1px solid rgb(0 0 0 / 20%);
	border-left: 1px solid #d2d4d9;
	text-transform: none;
}
.clmc-tabs .clmc-tab:first-child {
	border-left: 1px solid rgb(0 0 0 / 20%);
}
.clmc-tabs .clmc-tab:first-child {
	border-radius: var(--clmc-border-radius) 0 0 0;
}
.clmc-tabs .clmc-tab:last-child {
	border-radius: 0 var(--clmc-border-radius) 0 0;
}
.clmc-tabs .clmc-tab.Mui-selected {
	color: #000000;
	background: var(--clmc-bg-color-primary);
	border-left: 1px solid rgb(230 231 233);
	border-right: 1px solid rgb(0 0 0 / 30%);
	border-bottom: none;
}
.clmc-tabs .clmc-tab:first-child.Mui-selected {
	border-left: 1px solid rgb(0 0 0 / 30%);
}
.clmc-tabs .MuiTabs-indicator {
	background-color: #000000;
}
.clmc-tabPanel {
	background: none;
	overflow: hidden;
	border: 1px solid rgb(0 0 0 / 30%);
	border-radius: 0 0 var(--clmc-border-radius) var(--clmc-border-radius);
}
.clmc-tabPanel:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--clmc-bg-color-primary);
	z-index: -2;
	border-radius: 0 0 var(--clmc-border-radius) var(--clmc-border-radius);
	overflow: hidden;
}
.clmc-tabPanel:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.02;
	z-index: -1;
	border-radius: 0 0 var(--clmc-border-radius) var(--clmc-border-radius);
	overflow: hidden;
}

/*FRAGMENTS*/
.clmc-fragmentText * {
	color: #000000;
	font-weight: normal !important;
	font-style: normal !important;
	font-family: var(--clmc-font2) !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
}
.clmc-fragmentText-tournament * {
	color: #000000;
	font-weight: normal !important;
	font-style: normal !important;
	font-family: var(--clmc-font2) !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
}
.clmc-fragmentText p {
	padding-left: 20px;
	line-height: 24px;
}
.clmc-copyfooter-container .clmc-fragmentText p {
	font-family: var(--clmc-font3) !important;
}
.clmc-fragmentText-tournament p {
	line-height: 24px;
}
.clmc-fragmentText img {
	max-width: 100%;
}
.clmc-fragmentText ul,
.clmc-fragmentText ol {
	padding-left: 60px;
	line-height: 24px;
}

/*LOADER*/
.clmc-loader {
	width: 48px;
	height: 48px;
	border: 5px solid var(--clmc-btn-color-secondary);
	border-bottom-color: var(--clmc-btn-color-primary);
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}
.clmc-loader-container {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(0 0 0 / 77%);
	z-index: 1;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/*Backrgound animation*/
.area {
	width: 100%;
	height: 100vh;
	z-index: -9999;
	position: fixed;
}

.circles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.circles li {
	position: absolute;
	display: block;
	list-style: none;
	width: 20px;
	height: 20px;
	background: rgb(0 0 0 / 10%);
	animation: animate 25s linear infinite;
	bottom: -150px;
}

.circles li:nth-child(1) {
	left: 25%;
	width: 80px;
	height: 80px;
	animation-delay: 0s;
}

.circles li:nth-child(2) {
	left: 10%;
	width: 20px;
	height: 20px;
	animation-delay: 2s;
	animation-duration: 12s;
}

.circles li:nth-child(3) {
	left: 70%;
	width: 20px;
	height: 20px;
	animation-delay: 4s;
}

.circles li:nth-child(4) {
	left: 40%;
	width: 60px;
	height: 60px;
	animation-delay: 0s;
	animation-duration: 18s;
}

.circles li:nth-child(5) {
	left: 65%;
	width: 20px;
	height: 20px;
	animation-delay: 0s;
}

.circles li:nth-child(6) {
	left: 75%;
	width: 110px;
	height: 110px;
	animation-delay: 3s;
}

.circles li:nth-child(7) {
	left: 35%;
	width: 150px;
	height: 150px;
	animation-delay: 7s;
}

.circles li:nth-child(8) {
	left: 50%;
	width: 25px;
	height: 25px;
	animation-delay: 15s;
	animation-duration: 45s;
}

.circles li:nth-child(9) {
	left: 20%;
	width: 15px;
	height: 15px;
	animation-delay: 2s;
	animation-duration: 35s;
}

.circles li:nth-child(10) {
	left: 85%;
	width: 150px;
	height: 150px;
	animation-delay: 0s;
	animation-duration: 11s;
}

@keyframes animate {
	0% {
		transform: translateY(0) rotate(0deg);
		opacity: 1;
		border-radius: 0;
	}

	100% {
		transform: translateY(-1000px) rotate(720deg);
		opacity: 0;
		border-radius: 50%;
	}
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}
