@font-face {
	font-family: "Cabina Grotesk", sans-serif;
	src: url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/ES-4F1/fonts/CabinetGrotesk-Variable.ttf") format("truetype");
}

:root {
	/*CSS Properties */
	--font: "Cabina Grotesk", sans-serif;
	--primary: #1F7E93;
	--primary2: #22377B;
	--secondary: #D1E6FF;
	--secondary2: #334FAA;

	/* Positive & Negative Value Colors */
	--hover: #FFD100;
	--txt-light: #22377B;
	--txt-dark: #FFFFFF;
	--txt-blk: #000000;

	/* Positive & Negative Value Colors */
	--positive: #1F7E93;
	--negative: #22377B;
	/* --positive: #14A826;
    --negative: #db292a; */

	/* Box Shadow */
	--shadow: 0 1px 5px #0000005e;
}

body {
	margin: 0px;
	padding: 0;
	font-family: var(--font);
	font-size: 16px;
	color: var(--txt-light) !important;
}

/*************************************** Start of: Basic setting to overvwrite the tool ****************************************/
body,
.data-button,
.tabs li,
.tabs:after,
.tabs:after,
.page-font-style,
input.textbox-base,
.main-heading {
	font-family: "Cabina Grotesk", sans-serif;
	font-size: 16px;
	color: var(--txt-light);
}

.dividend-checked {
	height: 17px;
}

.hyperlink:link,
.disclaimer-box a:link,
.cookies-box a:link,
.hyperlink:visited,
.disclaimer-box a:visited,
.cookies-box a:visited {
	color: var(--txt-light);

	font-weight: normal;
	text-decoration: none;
	font-style: none;
}

.hyperlink:active,
.disclaimer-box a:active,
.cookies-box a:active,
.hyperlink:hover,
.disclaimer-box a:hover,
.cookies-box a:hover {
	color: #FFD100;

	font-weight: none;
	text-decoration: underline;
	font-style: none;
}

@media (max-width: 320px) {

	body.fi-fi .data-button,
	body.fi-fi .data-button-separated {
		float: right !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	/* #amountInvestedContainer .data-button-wrapper {
		max-width: 341px;
	}
	#shareBoughtContainer .data-button-wrapper {
		max-width: 341px;
	} */
	.currency-selection {
		margin-left: 0 !important;
	}
}

@media (min-width: 320px) and (max-width: 401px) {
	#amountInvestedContainer .data-button-wrapper {
		max-width: 182px !important;
	}

	#shareBoughtContainer .data-button-wrapper {
		max-width: 182px !important;
	}

	.detail-line {
		max-width: 100vw !important;
	}
}

@media (min-width:400px) and (max-width: 479px) {
	#amountInvestedContainer .data-button-wrapper {
		max-width: 390px !important;
	}

	#shareBoughtContainer .data-button-wrapper {
		max-width: 390px !important;
	}

	.currency-selection {
		margin-left: 1px !important;
	}

	.detail-line {
		max-width: 100vw !important;
	}
}

@media (max-width: 480px) {
	.data-button {
		float: right !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.es-es .parameter-item-label {
		white-space: wrap !important;
	}
}

@media (max-width: 568px) {

	.end-investment,
	.data-button-separated {
		margin-left: 0 !important;
	}

	.es-es .parameter-item-label {
		white-space: wrap !important;
	}

	.es-es .currency-selection {
		margin-left: 1px !important;
	}

	.detail-line {
		max-width: 100vw !important;
	}
}

@media (min-width: 481px) and (max-width: 568px) {
	.data-button {
		float: right !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	#amountInvestedContainer .data-button-wrapper {
		max-width: 390px !important;
	}

	#shareBoughtContainer .data-button-wrapper {
		max-width: 390px !important;
	}

	.detail-line {
		max-width: 100vw !important;
	}
}

/*************************************** End of: Basic setting to overvwrite the tool ****************************************/

.wrapper {
	margin: 0px auto;
	max-width: 1200px;
	width: auto;
}

.main-heading {
	line-height: normal;
	margin: 0px;
	padding: 0px;

	font-family: inherit;
	font-size: 1.25em !important;
	font-weight: bold;
	display: none;

	padding-top: 1.0em;
	padding-bottom: 1.0em;
}

/* Button Wrapper Width */
#amountInvestedContainer .data-button-wrapper {
	max-width: 624px;
}

#shareBoughtContainer .data-button-wrapper {
	max-width: 438px;
}

.es-es #amountInvestedContainer .data-button-wrapper {
	max-width: 640px;
}

.es-es #shareBoughtContainer .data-button-wrapper {
	max-width: 453px;
}

/* Button Start */
.download-data-button,
.data-button:active,
.data-button {
	display: block;
	width: 11em;
	height: auto;
	line-height: normal;
	margin: 0px;
	font-family: inherit;
	font-size: 1.0em;
	font-weight: normal !important;
	color: #22377B !important;
	text-transform: none;
	padding: 1em;
	border: 0em solid #22377B;
	border-radius: 1em;
	background: #FFFFFF;
	color: #22377B !important;
	box-shadow: var(--shadow) !important;
	transition: all .3s linear;
}

.data-button {
	position: relative;
	/* width: fit-content; */
	overflow: hidden;
	cursor: pointer;
	z-index: 1;
}

.es-es .data-button {
	white-space: nowrap;
}

.data-button:before {
	top: -150%;
	left: -150%;
	transform: translateY(-50%);
}

.data-button:after {
	bottom: -150%;
	right: -150%;
	transform: translateY(50%);
}

.data-button:before,
.data-button:after {
	content: "";
	width: 150%;
	aspect-ratio: 1/1;
	border-radius: 100%;
	position: absolute;
	background-color: #FFE366;
	z-index: -1;
	transition: all .3s linear;
}

.data-button:hover {
	font-weight: normal !important;
}

.data-button:hover:before {
	top: 10%;
	left: -30%;
}

.data-button:hover:after {
	bottom: 10%;
	right: -30%;
}

/* Button End */

.download-data-button-wrapper,
.data-button-wrapper,
.data-button-wrapper {
	position: relative;
}

.en-gb .download-data-button-wrapper::after,
.en-gb .data-button-wrapper:active::after,
.en-gb .data-button-wrapper::after {
	display: inline-block;
	position: absolute;
	right: 9px;
	top: 14px;
	width: 20px;
	height: 20px;
	text-align: center;
	content: "";
	background: url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/ES-4F1/arrow_down.svg") !important;
	background-repeat: no-repeat;
	z-index: 2;
}

.es-es .data-button-wrapper:active::after,
.es-es .data-button-wrapper:active::after,
.es-es .data-button-wrapper::after {
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 14px;
	width: 20px;
	height: 20px;
	text-align: center;
	content: "";
	background: url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/ES-4F1/arrow_down.svg") !important;
	background-repeat: no-repeat;
	z-index: 2;
}

.download-data-button td {
	color: #22377B !important;
	transition: background 0.5s, color 0.5s, border 0.5s;
}

.download-data-button:hover,
.data-button:hover {
	background: #FFD100;
	color: #22377B !important;
	border-color: #FFD100;
	font-weight: normal !important;
}


.download-data-button:hover td {
	color: #22377B !important;
}

.download-data-button img {
	display: none;
}

.footer {
	padding-top: 1em;
	font-size: 13px !important;
}


/*************************************** Start of: Selection ****************************************/
.es-es .parameter-item-label {
	margin-right: 4em;
	width: 13em !important;
	white-space: wrap;
}

.parameter-item-label {
	margin-right: 3em;
	width: 13em !important;
	white-space: nowrap;
}

.tab-content {
	padding-top: 1em;
}

.parameter-item {
	padding-top: 0.5em;
	line-height: 2.0em;
}

.parameter-item td {
	vertical-align: middle;
}

.date-img {
	line-height: auto;
	height: 16px;
	display: inline-block;
}

.datefrom-input,
.dateto-input,
.value-input {
	line-height: 2em !important;
	height: 2em !important;
	padding: 0px 0 0 0.16em;

	border: 0.08em solid #EDEDED;
	/*Insert table-data-row-border color*/

}

.ac_input,
.datefrom-input,
.dateto-input,
.value-input {
	min-width: 11em !important;
	box-sizing: border-box;
}

/*************************************** Start of: Currency Selection ****************************************/
.currency-selection {
	margin-left: 0.5em;
}

.dropdown-item {
	width: auto !important;
	box-sizing: border-box;
}

.dropdown-item-text td:first-child {
	width: 100% !important;
}

.dropdown-item-text .flags {
	padding-right: 5px;
}

.ac-arrow,
.arrow-wrapper,
.ac-arrow button,
.dropdown-item-table {
	line-height: 1.5em !important;
	height: 1.5em !important;
	box-sizing: border-box;
}

.dropdown-item-table td:last-child {
	width: 1.5em !important;
}

.arrow-wrapper {
	text-align: center;
}

.ac_input {
	border: 0.08em solid #EDEDED;
	height: 2em;
	width: 100%;
	max-width: 11em !important;
}

.ac_input_active .arrow-wrapper,
.arrow-wrapper:hover {
	border: 0.08em solid #EDEDED;
	background: #D2DBDA;
	background: linear-gradient(#D2DBDA, #E6E6E6);
}

.ac-arrow {
	display: inline-block;
	background: transparent;

	position: relative;
	top: 0px;
	left: 0px;

	width: 1em;
}

.ac-arrow:before {
	content: "";
	width: 0;
	height: 0;

	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -0.35em;
	margin-top: -0.35em;

	border-left: 0.3em solid transparent;
	border-right: 0.3em solid transparent;
	border-top: 0.7em solid #2F2E2B;
}

.ac_odd,
.ac_even {
	transition: background 0.3s, border 0.3s;
}

.ac_over {
	background: #D2DBDA;
	color: #2F2E2B;
	border-color: #EDEDED;
	border-width: 0.08em;
}

.ac_results {
	border: 0.08em solid #EDEDED;
	border-top: 0;
	box-shadow: 1px 1px 3px #D2DBDA;
}

.local-currency {
	width: 100% !important;
	line-height: 2em;
	height: 2em;
	;
	padding-left: 0.16em;
}

.dropdown-name {
	width: 100% !important;
}

.ac_results li {
	margin-bottom: 0em;
	line-height: normal;
	height: auto;
}

.ac_results li table,
.ac_results li table tr td:first-child {
	width: 100%;
}

.flags {
	padding-right: 10px;
}

/*************************************** Start of: Results Settings ****************************************/

.result-wrapper {
	margin-top: 2em;
	border: 0.08em solid #EDEDED;
	/*Insert table-data-row-border color*/
}

.result-close-button {
	width: 2em;
	height: 2em;

	border: 0.08em solid #EDEDED;
	/*Insert table-data-row-border color*/
	border-top: 0px;
	border-right: 0px;
	line-height: 2em;

	border-radius: 0px;
}

.block-title {
	box-sizing: border-box;

	padding-top: 0.6em;
	padding-bottom: 0.0em;

	line-height: normal;
	height: auto;
}

.block-date {
	box-sizing: border-box;

	padding-top: 0.0em;
	padding-bottom: 0.6em;
}

.data-detail {
	padding: 0em;
	margin: 0em;

	border-top: 0;
	border-bottom: 0;

	box-sizing: border-box;
}

.detail-line {
	height: auto;
	line-height: normal;
	padding-top: 1em;
	padding-bottom: 2.5em !important;
	padding-left: 0.6em;
	padding-right: 0.6em;
	border-bottom: 1px solid var(--primary2) !important;
}

.detail-line {
	max-width: 50vw;
	padding-bottom: 25px;
	position: relative;
}

/* .detail-line :last-child {
	border-bottom: 0 solid var(--primary2) !important;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.detail-line:last-child::after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background:red;
	height:20px;
	border-radius:0 10px 10px 0;
} */

.data-block {
	margin-top: 1em;
	margin-bottom: 1em;
	box-sizing: border-box;
}

.initial-investment {
	padding: 0 !important;

	box-sizing: border-box;

	margin-right: 4%;
}

.end-investment {
	padding: 0 !important;

	box-sizing: border-box;

	margin-left: 4%;
}

.text-result {
	padding: 2em;
}

.chart-type-label {
	padding-left: 2.5em;
}

/*************************************** Start of: Table Settings ****************************************/

/*************************************** BORDER SETTINGS *************************************************/

/*** Table ***/

.table-share {
	border-collapse: collapse;
}

/*** Inner Borders ***/

.table-share-header-market,
.table-share-header-currency,
.table-share-header-date {
	border-left: 0em solid #EDEDED;
}

.table-share-market-name,
.table-share-row-currency,
.table-share-row-date {
	border-left: 0em solid #EDEDED;
}

.detail-line,
.table-share .border-inline {
	border-bottom: 0em solid #EDEDED;
}


/*** Outter borders ***/

.block-title,
.table-share-header {
	border-top: 0em solid #EDEDED;
}

.data-detail,
.block-title,
.block-date,
.table-share .checkbox-wrapper,
.table-share-header-name {
	border-left: 0em solid #EDEDED;
}

.data-detail,
.block-title,
.block-date,
.table-share-header-date,
.table-share-row-date {
	border-right: 0em solid #EDEDED;
}

.end-details>.detail-line+.detail-line+.detail-line+.detail-line+.detail-line,
.discount-info+.detail-line,
.table-share tr:last-child .border-inline {
	border-bottom: 0em solid #EDEDED;
}

/*** Header Top/Bottom Borders ***/

.table-share-header,
.block-title {
	border-top: 0em solid #EDEDED;
}

.table-share-header,
.block-date {
	border-bottom: 0em solid #22377B;
}

/*** Header Left/Right Borders ***/

.block-title,
.block-date,
.table-share-header-name {
	border-left-color: #EDEDED;
}

.block-title,
.block-date,
.table-share-header-date {
	border-right-color: #EDEDED;
}

@media (max-width: 480px) {

	/*** Reset the borders of the share selection table to reflect the limited table in mobile ***/

	.table-share-header-market {
		border-right: 0em solid #EDEDED;
	}

	.table-share-market-name {
		border-right: 0em solid #EDEDED;
	}

}

/*** Table Backgrounds ***/

/*** Head ***/

.table-share-header {
	background: #D1E6FF;
	color: #22377B;
	text-align: right;

	font-weight: bold;
	text-transform: none;
}

.block-title,
.block-date,
.table-share-header-name {
	background: #D1E6FF;
	color: #22377B;
	text-align: left;
	border-radius: none;

	font-weight: 700;
	font-size: 16px;
	text-transform: none;
}

.block-title,
.block-date {
	text-align: center;
}

.block-title.initial-title,
.block-title.end-title {
	border-radius: 1em 0 0 0;
}

.block-date.initial-date,
.block-date.end-date {
	border-radius: 0 0 0 1em;
}

/*** Body ***/

.initial-details .detail-line:first-child,
.discount-info+.detail-line,
.end-details .detail-line:nth-child(odd),
.table-share .table-share-row-even {
	background: transparent;
}

.initial-details>.detail-line:first-child+.detail-line,
.end-details .detail-line:nth-child(even),
.table-share .table-share-row-odd {
	background: transparent;
}

.table-share .border-inline {
	background: transparent;
	text-align: right;
	color: #22377B;

	font-weight: normal;
}

.table-share .table-share-row-name,
.table-share .checkbox-wrapper {
	background: transparent;
	text-align: left;
	color: #22377B;

	font-weight: normal;
	text-transform: none;
}

.initial-details>.detail-line:first-child+.detail-line,
.data-block .initial-details .detail-line,
.data-block .end-details .detail-line {
	background: transparent;
	color: #22377B;
}

.detail-label {
	font-weight: bold;
	text-transform: none;
}

/*** Various Fixes ***/

/*Fix required for single cell look*/
.checkbox-wrapper {
	border-right: 0;
}


/*fight against main css*/
.end-investment {
	border-left: 0 !important;
}

/* CHECK BOX BORDER DISABLE */
.checkbox-wrapper {
	border-right: 0;
	text-align: left !important;
	padding: 0.3em 4px 0.3em 4px !important;
}

.table-share-row-name {
	border-left: 0;
	padding-left: 0em !important;
}

/*********************************** END OF BORDER SETTINGS **********************************************/


.tabs-content-wrapper {
	margin-top: 2em;
	border-top: 0.0em solid #A8A9A3;
}

.table-share {
	margin-bottom: 2.0em;
}

.table-share-row-name,
.table-share-row-market-name,
.table-share-row-currency,
.table-share-row-date {
	width: 25%;
}

.table-share th,
.table-share td {
	line-height: normal;
	height: auto;
}

.table-share-header {
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 0.6em;
	padding-right: 0.6em;
}

.table-share-row-even,
.table-share-row-odd {
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 0.6em;
	padding-right: 0.6em;
}

.table-share-header-name {
	padding-left: 26px;
}

.table-share-row-name {
	padding-left: 0em;
}


.share-selection .table-share-header {
	width: 25%;
}

.share-selection .checkbox-wrapper {
	width: 20px;
}


/*************************************** Start of: Tab Settings ****************************************/
#LatestTradesContainer,
#TradesBrokerContainer {
	margin-top: 2em;
}

.tabs-control {
	text-align: center !important;
	margin-top: 2em;
	margin-bottom: 1em;
	border-radius: 10px;
	margin-right: 5px !important;
	margin-left: 5px !important;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
}

.tabs {
	display: inline-block;
	text-align: center !important;
	border-bottom: 0px;
	width: 100%;
	height: auto;
	line-height: normal;

	position: relative;
	z-index: 0;
}

.tabs:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0em;
	left: 0em;
	width: 100%;
	height: 0em;
	z-index: -1;

	border-bottom: 0em solid #22377B;
}

.tabs ul {
	display: inline-block;
	padding: 0.6em 0.6em;
	text-align: center !important;
	font-size: 0em;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	margin-right: 5px !important;
	margin-left: 5px !important;
}

ul.tabs li a {
	text-align: center !important;
	margin-left: 20px;
	margin-right: 20px;
}

.tabs li {
	float: none !important;
	position: relative;
	display: inline-block;
	text-align: center !important;
	width: 200px;
	height: auto;
	line-height: normal;
	margin: 0 auto !important;
}

.tabs li:last-child::after {
	display: none !important;
}

.tabs li::after {
	height: 29px;
	position: absolute;
	top: 11px;
	bottom: 0;
	right: -9px;
	content: '';
	width: 1px;
	background-color: #EDEDED;
}

.es-es .tabs li::after {
	height: 29px;
	position: absolute;
	top: 11px;
	bottom: 0;
	right: 2px;
	content: '';
	width: 1px;
	background-color: #EDEDED;
}

.tabItem {
	margin: 0.8em 0.08em;
	width: 170px;
	font-size: 1.0em;
	height: auto;
	line-height: normal;
	padding: 4px;
	border: none;
	border-radius: 5px;

	font-family: inherit;
	font-weight: normal;
	font-size: 1.0em;
	text-transform: none;
	color: var(--primary2);

	white-space: nowrap;
	font-style: normal;
	text-decoration: none;
	background: none;
	transition: background 0.5s, color 0.5s, font-weight 0.5s;
	position: relative;
	top: 0;
	left: 0em;
}

.es-es .tabItem {
	margin: 0.8em 0.08em;
	width: 180px;
	font-size: 1.0em;
	height: auto;
	line-height: normal;
	padding: 4px;
	border: none;
	border-radius: 5px;

	font-family: inherit;
	font-weight: normal;
	font-size: 1.0em;
	text-transform: none;
	color: var(--primary2);

	white-space: nowrap;
	font-style: normal;
	text-decoration: none;
	background: none;
	transition: background 0.5s, color 0.5s, font-weight 0.5s;
	position: relative;
	top: 0;
	left: 0em;
}

.tab-active:hover,
.tabItem:hover {
	border-radius: 5px;
	color: #30B6D4;
	font-weight: normal;
	border: none;
	text-decoration: none;
	font-style: normal;

	z-index: 9;
	transition: background 0.5s, color 0.5s, 0.5s;
}

.tabItem:active,
.es-es .tabItem:active {
	background: var(--secondary);
	border-radius: 5px;
	color: #22377B;
	font-weight: bold;
	border: none;
	position: relative;
	top: 0px;
	left: 0px;

	z-index: 10;
}

.tab-active,
.tab-active:hover,
.es-es .tab-active,
.es-es .tab-active:hover {
	background: var(--secondary);
	border-radius: 5px;
	color: #22377B;
	font-weight: bold;
	border: none;
	position: relative;
	top: 0px;
	left: 0px;

	z-index: 10;
}

.tab-active:before {

	content: "";
	width: 0;
	height: 0;

	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -0em;

	border-left: 0em solid transparent;
	border-right: 0em solid transparent;
	border-top: 0em solid #FFD100;
}

@media (max-width: 480px) {

	.table-share-row-name,
	.table-share-row-market-name,
	.table-share-row-currency,
	.table-share-row-date {
		width: inherit;
	}
}

/* Additional CSS */
/* Calendar */
.EUCalendar,
.EUCalendar-menu {
	font-family: var(--font) !important;
	border: 2px solid #EFEFEF;
	background: #fff;
	text-shadow: none !important;
	color: var(--txt-light) !important;
	font-size: 14px !important;
}

.EUCalendar-navBtn button {
	color: var(--primary2) !important;
}

.EUCalendar-dayNames div,
.EUCalendar-title,
.EUCalendar-day {
	color: var(--txt-light);
}

.EUCalendar-day {
	color: var(--txt-light);
}

/* .EUCalendar-weekend,
.EUCalendar-dayNames .EUCalendar-weekend {
	color: var(--primary);
} */
.EUCalendar-weekend {
	color: #c22 !important;
}

.EUCalendar-day-othermonth.EUCalendar-weekend {
	color: #d88 !important;
}

.EUCalendar-day-disabled {
	text-shadow: none !important;
}

.EUCalendar-day-othermonth {
	color: #e1e1e1;

}

.EUCalendar-title {
	text-shadow: none;
}

.EUCalendar-day-selected {
	/* padding: 2px 3px;
    margin: 1px;
    background-color: #172854;
    color: #fff !important; */
	border-radius: 3px;
	font-weight: 600 !important;
	border: 0.5px solid var(--primary2);
	margin: 0 !important;
	background: var(--primary2) !important;
	color: var(--txt-dark) !important;
}

.EUCalendar-day {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	z-index: 1;
}

.EUCalendar-day:hover {
	border-radius: 3px;
	font-weight: 600 !important;
	border: 0.5px solid #FFE366;
	background-color: #FFFFFF;
	margin: 0 !important;
	color: var(--primary2) !important;
}

.EUCalendar-day:before {
	top: -310%;
	left: -150%;
	transform: translateY(-50%);
}

.EUCalendar-day:after {
	bottom: -315%;
	right: -150%;
	transform: translateY(50%);
}

.EUCalendar-day:before,
.EUCalendar-day:after {
	content: "";
	width: 150%;
	aspect-ratio: 1/1;
	border-radius: 100%;
	position: absolute;
	background-color: #FFE366;
	z-index: -1;
	transition: all .3s linear;
}

.EUCalendar-day:hover {
	font-weight: 700 !important;
	border: none;
	box-shadow: var(--shadow);
}

.EUCalendar-day:hover:before {
	top: 10%;
	left: -30%;
}

.EUCalendar-day:hover:after {
	bottom: 10%;
	right: -30%;
}

/* Calendar Year Button */
.EUCalendar-bottomBar td {
	padding: none !important;
	margin-top: 10px;
	margin-bottom: 10px;
}

.EUCalendar-bottomBar-today {
	padding: 5px;
	width: 70px;
}

.EUCalendar-menu,
.EUCalendar-menu-cont {
	background-color: #FFFFFF;
	z-index: 2;
}

/* .EUCalendar-menu-yearLabel, */
.EUCalendar-menu-today {
	background: var(--txt-dark);
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
	box-shadow: var(--shadow);
}

.EUCalendar-bottomBar-today:hover {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	z-index: 1;
	border: none;
	box-shadow: var(--shadow);
}

.EUCalendar-menu-today,
.EUCalendar-bottomBar-today {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	z-index: 1;
}

.EUCalendar-bottomBar-today:before,
.EUCalendar-menu-today:before {
	top: -310%;
	left: -150%;
	transform: translateY(-50%);
}

.EUCalendar-bottomBar-today:after,
.EUCalendar-menu-today:after {
	bottom: -315%;
	right: -150%;
	transform: translateY(50%);
}

.EUCalendar-bottomBar-today:before,
.EUCalendar-bottomBar-today:after,
.EUCalendar-menu-today:before,
.EUCalendar-menu-today:after {
	content: "";
	width: 100%;
	aspect-ratio: 1/1;
	border-radius: 100%;
	position: absolute;
	background-color: #FFE366;
	z-index: -1;
	transition: all .3s linear;
}

.EUCalendar-bottomBar-today:hover,
.EUCalendar-menu-today:hover {
	font-weight: 700 !important;
	border: none;
	box-shadow: var(--shadow);
}

.EUCalendar-bottomBar-today:hover:before,
.EUCalendar-menu-today:hover:before {
	top: 10%;
	left: -30%;
}

.EUCalendar-bottomBar-today:hover:after,
.EUCalendar-menu-today:hover:after {
	bottom: 10%;
	right: -30%;
}

/* div#highcharts-11 >svg > path {
    stroke-width: 0;
} */
path[visibility="visible"] {
	stroke: transparent;
}
