:root {
	--gridSize: 100%;
}

[data-bl-name="Gradient"] {
	background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

[data-bl-name="Gradient White"] {
	background: linear-gradient(0deg, #FFFFFF 0%, #FFFFFF 48.96%, rgba(255, 255, 255, 0) 100%);
}

[data-bl-name="Gradient White L"] {
	background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 48.96%, rgba(255, 255, 255, 0) 100%);
}

[data-bl-name="Gradient White R"] {
	background: linear-gradient(-90deg, #FFFFFF 0%, #FFFFFF 48.96%, rgba(255, 255, 255, 0) 100%);
}

@keyframes Ticker {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

[data-bl-name="Card.Ticker"] {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-name: Ticker;
	animation-name: Ticker;
	max-width: none;
	-webkit-animation-duration: 20;
	animation-duration: 20s;
}

[data-bl-name="Description"] img {
	/* width: 100% !important;
	height: auto !important; */
	margin-bottom: 1.75rem !important;
}

[data-bl-name="Scroll"]::-webkit-scrollbar-track,
.cEP96couDeOqPdfQ::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0);
}

[data-bl-name="Scroll"]::-webkit-scrollbar,
.cEP96couDeOqPdfQ::-webkit-scrollbar {
	width: 6px;
	background-color: rgba(0, 0, 0, 0);
}

[data-bl-name="Scroll"]::-webkit-scrollbar-thumb,
.cEP96couDeOqPdfQ::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 10px;
}

.c2HIbIIPOTC7bvoT .cm2hr9kkGPyuydCZ {
	height: 2.75rem;
}

.c2HIbIIPOTC7bvoT.extra1 .cm2hr9kkGPyuydCZ {
	height: 160px;
}

[data-bl-name="Description - E1"].extra1 [data-bl-name="Gradient White"] {
	opacity: 0;
}

ul li p {
	display: inline-block;
}

[data-bl-name="Gradient"] {
	background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

[link-underline] a {
	text-decoration: underline !important;
}


.lightpick {
	position: absolute;
	z-index: 99999;
	padding: 4px;
	/*border-radius: 4px;*/
	/*background-color: #FFF;*/
	color: #000;
	/*font-family: system-ui, Roboto, Helvetica, Arial, sans-serif;*/
	line-height: 1.125em;
	flex-grow: 1;
}

.lightpick--inlined {
	position: relative;
	display: inline-block;
	border: 1px solid #ccc;
}

.lightpick, .lightpick *, .lightpick::after, .lightpick::before {
	box-sizing: border-box;
}

.lightpick.is-hidden {
	display: none;
}

.lightpick__months {
	display: grid;
	/*background-color: #EEE;*/
	grid-template-columns: auto;
	grid-gap: 1px;
}

.lightpick--2-columns .lightpick__months {
	grid-template-columns: auto auto;
}

.lightpick--3-columns .lightpick__months {
	grid-template-columns: auto auto auto;
}

.lightpick--4-columns .lightpick__months {
	grid-template-columns: auto auto auto auto;
}

.lightpick--5-columns .lightpick__months {
	grid-template-columns: auto auto auto auto auto;
}

.lightpick__month {
	padding: 4px;
	min-width: 288px;
	flex-grow: 1;
	/*background-color: #FFF;*/
}

.lightpick__month-title-bar {
	display: flex;
	margin-bottom: 4px;
	justify-content: center;
	align-items: center;
}

.lightpick__month-title {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	cursor: default;
	padding: 0 4px;
	border-radius: 4px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.lightpick__month-title>.lightpick__select {
	border: none;
	background-color: transparent;
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	flex-grow: 0;
}

.lightpick__month-title>.lightpick__select:disabled {
	color: #333;
}

.lightpick__month-title>.lightpick__select-months {
	font-size: 1em;
	margin-right: .5em;
	text-transform: uppercase;
	width: auto;
	flex-grow: 0;
	pointer-events: auto;
}

.lightpick__toolbar {
	display: flex;
	text-align: right;
	justify-content: space-between;
	position: absolute;
	width: 100%;
}

.lightpick__previous-action, .lightpick__next-action, .lightpick__close-action {
	display: flex;
	margin-left: 16px;
	margin-right: 16px;
	width: 10px;
	height: 32px;
	justify-content: center;
	align-items: center;
	background-size: 0.625rem 0.625rem;
	background-position: center;
	background-repeat: no-repeat;
	flex-grow: 0;
}

.lightpick__previous-action {
	background-image: url(https://cdn.bndlyr.com/sbfxous6i9jjaf2m/_assets/arrow-left_cp.svg);
}

.lightpick__next-action {
	background-image: url(https://cdn.bndlyr.com/sbfxous6i9jjaf2m/_assets/arrow-right_cp.svg);
}

button {
	background-color: transparent;
	border: none;
	border-width: 0px;
	border-style: none;
	color: rgba(0, 0, 0, 0);
}

select {
	width: auto;
}

.lightpick__previous-action, .lightpick__next-action {
	font-size: 12px;
	width: 10px;
}

.lightpick__close-action {
	font-size: 18px;
}

.lightpick__previous-action:active, .lightpick__next-action:active, .lightpick__close-action:active {
	color: inherit;
}

.lightpick__days-of-the-week {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
}

.lightpick__day-of-the-week {
	color: #EDE8DC;
	display: flex;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	justify-content: center;
	align-items: center;
}

.lightpick__days {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
}

.lightpick__day {
	display: flex;
	height: 40px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	font-size: 13px;
	justify-content: center;
	align-items: center;
	cursor: default;
}

.lightpick__day.is-today {
	background-image: url(https://cdn.bndlyr.com/sbfxous6i9jjaf2m/_assets/1687269042921-today_cp.svg);
	background-position: center;
}

.lightpick__day:not(.is-disabled):hover {
	background-size: contain;
	background-image: url("https://cdn.bndlyr.com/sbfxous6i9jjaf2m/_assets/1687269042888-hover_cp.svg");
}

.lightpick__day.is-disabled {
	opacity: 0.38;
	pointer-events: none;
}

.lightpick__day.disabled-tooltip {
	pointer-events: auto;
}

.lightpick__day.is-disabled.is-forward-selected {
	opacity: 1;
}

.lightpick__day.is-disabled.is-forward-selected:not(.is-start-date) {
	background-color: rgba(38, 139, 210, 0.1);
	background-image: none;
}

.lightpick__day.is-previous-month, .lightpick__day.is-next-month {
	opacity: 0.38;
}

.lightpick__day.lightpick__day.is-in-range:not(.is-disabled) {
	opacity: 1;
}

.lightpick__day.is-in-range {
	border-radius: 0;
	background-color: #f5f2eb;
	background-image: none;
}

.lightpick__day.is-in-range:hover {
	background-image: url(https://cdn.bndlyr.com/sbfxous6i9jjaf2m/_assets/1687269042888-hover_cp.svg);
}

.lightpick__day.is-start-date.is-in-range, .lightpick__day.is-end-date.is-in-range.is-flipped {
	border-top-left-radius: 50%;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 50%;
	background-color: #ddd6c7;
	background-image: none;
}

.lightpick__day.is-end-date.is-in-range, .lightpick__day.is-start-date.is-in-range.is-flipped {
	border-top-left-radius: 0;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 0;
	background-color: #ddd6c7;
	background-image: none;
}

.lightpick__day.is-start-date.is-end-date {
	background-color: transparent;
	background-image: url(https://cdn.bndlyr.com/sbfxous6i9jjaf2m/_assets/1687269042921-today_cp.svg);
}

.lightpick__day.is-start-date, .lightpick__day.is-end-date, .lightpick__day.is-start-date:hover, .lightpick__day.is-end-date:hover {
	/*background-image: url(https://assets.bondlayer.com/nkqfjskujo/_assets/n6mfqwdxcrnvpu4pgk1tk.svg);
		background-size: auto;*/
	background-position: center;
	font-weight: bold;
}

.lightpick__tooltip {
	position: absolute;
	margin-top: -4px;
	padding: 4px 8px;
	border-radius: 4px;
	background-color: #FFF;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	white-space: nowrap;
	font-size: 11px;
	pointer-events: none;
}

.lightpick__tooltip::before {
	position: absolute;
	bottom: -5px;
	left: calc(50% - 5px);
	border-top: 5px solid rgba(0, 0, 0, 0.12);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: "";
}

.lightpick__tooltip::after {
	position: absolute;
	bottom: -4px;
	left: calc(50% - 4px);
	border-top: 4px solid #FFF;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
}

.lightpick__footer {
	display: flex;
	justify-content: space-between;
}

.lightpick__reset-action, .lightpick__apply-action {
	border-radius: 5px;
	font-size: 12px;
	border: none;
}

.lightpick__reset-action {
	color: #fff;
	background-color: #aeacad;
}

.lightpick__apply-action {
	color: #fff;
	background-color: #2495f3;
}

.lightpick {
	box-sizing: border-box;
	background: white;
	margin-top: -1px;
	border: 1px solid #ccc;
	top: 100% !important;
	left: 0px !important;
}

[data-bl-name="pico"] {
	transform: rotate(45deg);
}

[data-bl-name="dotted"] {
	height: 2px;
	background: radial-gradient(circle closest-side, black 98%, #0000) 50%/6px 100%, 100%;
}

[data-bl-name="dotted b"] {
	height: 2px;
	background: radial-gradient(circle closest-side, grey 98%, #0000) 50%/6px 100%, 100%;
}

/*
	[data-bl-name="Text"] img{
	min-width:100%;
	}
	*/
[data-bl-name="Ticker"]:hover [data-bl-name="Card.Ticker"] {
	animation-play-state: paused;
}

[data-bl-name="Description"] ul li p {
	display: inline;
}

[data-bl-name="Description"] ul li {
	padding-bottom: 0.8rem;
}

@media only screen and (max-width: 768px) {

	[data-bl-name="picker1"], [data-bl-name="pickerEspetaculos1"] {
		font-size: 10px;
		min-height: 30px;
	}

	[data-bl-name="picker2"], [data-bl-name="pickerEspetaculos2"] {
		font-size: 10px;
		min-height: 30px;
	}

}
