/*-------- COLORS + VARIABLES TO CHANGE --------*/

:root {
	--main-background-color: rgba(250, 246, 240, 1);
}

::-moz-selection {
	color: #5A4B41;
	background: #87FFD2;
}

::selection {
	color: #5A4B41;
	background: #87FFD2;
}

[data-bl-name="RB Text. Three Collumns"] .bl-base-paragraph {
	line-height: 1.2em;
}

/* Diamond Border Style */

.cmdwUEC3bm9DeFoe,
.cDFdKDRyNiobdFuG {
	border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg width='81' height='28' viewBox='0 0 81 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.590655 14L9.08056 0.5H71.9194L80.4093 14L71.9194 27.5H9.08056L0.590655 14Z'  stroke='black' stroke-opacity='0.7'/%3E%3C/svg%3E");
	border-image-slice: 0 31 fill;
	border-image-width: 0 51px;
}

.cDFdKDRyNiobdFuG:hover,
.cDFdKDRyNiobdFuG.current {
	border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg width='80' height='28' viewBox='0 0 80 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.69565 0H71.3043L80 14L71.3043 28H8.69565L0 14L8.69565 0Z' fill='white'/%3E%3Cpath d='M0.588598 14L8.97369 0.5H71.0263L79.4114 14L71.0263 27.5H8.97369L0.588598 14Z' stroke='black' stroke-opacity='0.7'/%3E%3C/svg%3E");
}


h1,
h2,
h3 {
	font-size: revert-layer;
}

[data-bl-name="Footer"] {
	background: linear-gradient(180deg, rgba(183, 183, 183, 0.00) 0%, #B7B7B7 72.93%);
}

[data-bl-name="media-gradient"] {
	background: linear-gradient(180deg, rgba(198, 127, 255, 0.40) 0%, #EBE2E2 73.44%);
}

[data-bl-name="Bar bottom"] {
	background: linear-gradient(90deg, rgb(170 255 225 / 20%) 0%, rgb(170 255 225 / 70%) 25%, rgb(170 255 225 / 20%) 50%, rgb(170 255 225 / 70%) 75%, rgb(170 255 225 / 20%) 100%);
	background-size: 300% 300%;
	animation: animatedGradient 10s ease infinite;
}

@keyframes animatedGradient {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

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


[data-bl-name="Rotate-new"] {
	transform: rotate(-10deg);
	display: flex;
	align-items: flex-end;
	transform-origin: 0px 20px;
}

[data-bl-name="card image"] {
	filter: grayscale(1);
	transition: transform 200ms ease-in-out, filter 400ms ease-in-out;
}

[data-bl-name="card image"]:hover,
[data-bl-name="card image"].extra1 {
	filter: grayscale(0);
	transform: scale(1.1);
}

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

.lightpick {
	position: absolute;
	z-index: 0;
	color: #000;
	line-height: 1.125em;
	flex-grow: 1;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 100px;
}

.lightpick--inlined {
	position: relative;
	display: inline-block;
}

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

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

.lightpick__months {
	display: grid;
	grid-template-columns: auto;
	grid-gap: 1px;
	color: #000000;
}

.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 {
	flex-grow: 1;
	min-width: 100%;
}

.lightpick__month-title-bar {
	display: flex;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	min-height: 35px;
}

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

.lightpick__month-title>.lightpick__select {
	font-size: 1rem;
	border: none;
	background-color: transparent;
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	flex-grow: 0;
	margin-left: 0.5rem;
	color: #000000;
}

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

.lightpick__month-title>.lightpick__select-months {
	font-size: 1rem;
	margin-right: 0.5 rem;
	width: auto;
	flex-grow: 0;
	pointer-events: auto;
	color: #000000;
}

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

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

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

.lightpick__next-action {
	background-image: url("https://cdn.bndlyr.com/snmlouf5g8jmtqva/_assets/1701087307564-arrow-right.svg");
}

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

select {
	width: auto;
}

.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: #000000;
	display: flex;
	font-weight: 400;
	justify-content: center;
	align-items: center;
	height: 36px;
}

.lightpick__days {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	border-bottom: 1px solid black;
}

.lightpick__day {
	display: flex;
	height: 35px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	font-size: 1rem;
	justify-content: center;
	align-items: center;
	cursor: default;
	border-top-style: solid;
	border-top-color: #000000;
	border-top-width: 1px;
	cursor: pointer;
}

.lightpick__day.is-today {
	background-image: url("https://cdn.bndlyr.com/snmlouf5g8jmtqva/_assets/circle.svg") !important;
}


.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 {
	color: rgb(0 0 0 / 38%)
}

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

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

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

.lightpick__day.is-end-date.is-in-range,
.lightpick__day.is-start-date.is-in-range.is-flipped {
	background-color: #000000;
	background-image: none;
	color: #000000;
}


.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://cdn.bndlyr.com/snmlouf5g8jmtqva/_assets/currentv2.svg") !important;
	background-size: contain;
	background-position: center;
	font-weight: 400;
}

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

.cVuMJl7zMOgXiMXQ.extra1 {
	transform: rotate(-90deg);
}

[data-x-scroll-black]::-webkit-scrollbar-track,
[data-x-scroll-white]::-webkit-scrollbar-track {

	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0);
}

[data-x-scroll-black]::-webkit-scrollbar,
[data-x-scroll-white]::-webkit-scrollbar {
	width: 12px;
	height: 10px;
	background-color: rgba(0, 0, 0, 0);
}

[data-x-scroll-black]::-webkit-scrollbar-thumb,
[data-x-scroll-white]::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.3);
}

[data-x-scroll-white]::-webkit-scrollbar-thumb {

	background-color: rgba(0, 0, 0, 0.1);
}


@media only screen and (max-width: 560px) {
	.lightpick {
		margin-top: 0;
		margin-bottom: 0;
	}

}
