<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.exhibition-step {
	font-size: 1.3rem;
	font-weight: bolder;
	margin: 4rem 0 1.5rem 0;
}

.exhibition-step-counter {
	border-radius: 50%;
	color: #fff;
	margin-right: 20px;
	padding: 0 10px;
}

.exhibition-description-inactive,
.exhibition-step-inactive {
	opacity: 0.4;
}

.exhibition-list {
	display: flex;
	flex-direction: column;
}

.exhibition-description {
	padding-bottom: 4rem;
}

.exhibition-description:last-child {
	padding-bottom: unset;
}

.exhibition-title {
	font-size: 1.25rem;
}

.dropzone {
	border: 2px dashed lightgrey;
	border-radius: 4px;
	height: 200px;
	margin-bottom: 10px;
	text-align: center;
}

.dropzone.is-dragover {
	border: 2px dashed #0b60a8;
}

.dropzone.wrong-file {
	border: 2px dashed red;
}

.user_information,
.duplicate-schedule,
.all-schedules-unavailable,
.schedules-list,
.confirmation-message {
	display: none;
}

.user_information.information {
	font-size: 0.8rem;
	font-style: italic;
}

.schedules-list {
	font-size: 1.1rem;
}

.schedules-legend span:not(:first-child) {
	margin-left: 2rem;
}

.schedules-legend .not-available {
	color: lightgrey;
}
.schedules-legend .set-option {
	color: #0b60a8;
}

.day-container {
	padding: 10px 0;
}

.day-container:not(:last-child) {
	padding: 10px 30px 10px 0;
}

.day {
	display: flex;
	text-align: center;
	flex-direction: column;
}

.day-container:not(:last-child) &gt; .day &gt; .row {
	border-right: 1px solid #0b60a8;
}

.day &gt; .row {
	margin-top: 1rem;
}

.day &gt; .row &gt; .box {
	margin: 0 auto 0.5rem;
}

.day-schedule:not(.day-date) {
	border: 2px solid lightgrey;
	border-radius: 4px;
	cursor: pointer;
	vertical-align: middle;
}

.day-schedule {
	text-align: center;
	margin: 0 !important;
}

.day-schedule.not-available {
	background-color: lightgrey;
	color: grey;
	cursor: default;
}

.day-schedule:not(.day-date):not(.not-available):hover {
	border-color: #0b60a8;
	box-shadow: 2px 2px 2px #aaa;
}

.day-schedule.set-option {
	background-color: #0b60a8;
	color: #fff;
}

.confirmation-message {
	font-size: 1.25rem;
	margin-top: 2rem;
}

.confirmation-email,
.confirmation-date {
	color: #0b60a8;
	font-weight: bold;
}
</pre></body></html>