.com-dpcalendar-location {
	/* stylelint-disable-next-line selector-class-pattern */
}
.com-dpcalendar-location .dp-button-bar {
	margin-bottom: 10px;
}
.com-dpcalendar-location .dp-button {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 1px solid #c0c0c0;
	border-radius: 0.1rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	padding: 4px 10px;
	color: #212529;
	background-color: #fefefe;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}
.com-dpcalendar-location .dp-button:disabled,
.com-dpcalendar-location .dp-button[disabled] {
	background-color: #ccc;
	color: #666;
	cursor: not-allowed;
}
.com-dpcalendar-location .dp-description {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.com-dpcalendar-location .dp-description__label {
	flex: 0 0 160px;
	text-align: left;
}
.com-dpcalendar-location .dp-description__description {
	flex: 1 1 200px;
	word-break: break-word;
}
.com-dpcalendar-location .dp-heading {
	clear: both;
	margin-bottom: 1rem;
}
.com-dpcalendar-location .dp-heading_small {
	border-bottom: none;
}
.com-dpcalendar-location .dp-icon svg {
	fill: currentcolor;
	width: 1em;
	height: 1em;
	vertical-align: -2px;
}
.com-dpcalendar-location .dp-loader {
	position: relative;
	width: 100%;
	height: 0;
}
.com-dpcalendar-location .dp-loader::before {
	content: "";
	position: absolute;
	right: 100%;
	left: 0;
	bottom: 2px;
	z-index: 10;
	height: 4px;
	background-color: #2d9ede;
	animation: 12s 0s normal none 1 running calendar-loader;
	animation-fill-mode: forwards;
	animation-timing-function: cubix-bezier(0, 1, 0, 1);
	animation-iteration-count: infinite;
}
.com-dpcalendar-location .dp-loader_hidden::before {
	display: none;
}
@keyframes calendar-loader {
	0% {
		right: 100%;
	}
	50% {
		right: 6%;
		animation-timing-function: linear;
	}
	100% {
		right: 1%;
	}
}
.com-dpcalendar-location .dp-button-map-site,
.com-dpcalendar-location .dp-button-map-directions {
	background-color: #4258FF;
	color: #fff;
	/* stylelint-disable-next-line scss/no-global-function-names */
	border: 1px solid #0f2bff;
}
.com-dpcalendar-location .dp-select {
	width: 100%;
	border: 1px solid #ccc;
}
.com-dpcalendar-location .dp-select-element {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}
.com-dpcalendar-location .dp-select-container {
	width: 100%;
	position: relative;
}
.com-dpcalendar-location .dp-select-container__options {
	background: #fff;
	border-radius: 4px;
	box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.16);
	max-height: 300px;
	opacity: 0;
	overflow: hidden scroll;
	padding: 0;
	pointer-events: none;
	transition: 300ms ease-in-out;
	width: 100%;
	z-index: 10001;
}
.com-dpcalendar-location .dp-select-container__options.open {
	opacity: 1;
	pointer-events: all;
}
.com-dpcalendar-location .dp-select-container__options-selected {
	display: inline-flex;
	flex-wrap: wrap;
	row-gap: 0.5rem;
}
.com-dpcalendar-location .dp-select-container__handler {
	width: 100%;
}
.com-dpcalendar-location .dp-select-container_unstyled, .com-dpcalendar-location .dp-select-container__input_unstyled {
	display: block;
	width: 100%;
	cursor: pointer;
	border: 1px solid #ced4da;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	padding: 0.2rem;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	appearance: none;
	box-sizing: border-box;
}
.com-dpcalendar-location .dp-select-input {
	display: inline-block !important;
	width: 1ch;
	box-sizing: content-box !important;
	margin: 0 !important;
	padding: 0 !important;
	outline: none !important;
	border: 0 !important;
	box-shadow: none !important;
}
.com-dpcalendar-location .dp-select-input:disabled {
	cursor: not-allowed;
}
.com-dpcalendar-location .dp-select-input:focus-visible {
	color: inherit;
	box-shadow: none;
}
.com-dpcalendar-location .dp-select-option {
	position: relative;
	padding: 0.2rem 1rem;
	cursor: pointer;
}
.com-dpcalendar-location .dp-select-option-group__label {
	display: block;
	font-weight: bold;
	margin: 0.2rem 0;
	padding: 0.2rem 0.5rem;
	border-bottom: 1px solid #cecece;
}
.com-dpcalendar-location .dp-select-option[data-selected=true], .com-dpcalendar-location .dp-select-option:hover {
	background: #ddd;
}
.com-dpcalendar-location .dp-select-option[data-disabled=true] {
	background: #fff;
	color: #999;
	cursor: not-allowed;
}
.com-dpcalendar-location .dp-select-option-input {
	cursor: pointer;
}
.com-dpcalendar-location .dp-select-option[data-selected=true] {
	display: inline-flex;
	align-items: center;
	margin-right: 0.5rem;
}
.com-dpcalendar-location .dp-select-option__icon {
	display: flex;
	margin-left: 0.5rem;
}
.com-dpcalendar-location .dp-select-option__icon svg {
	width: 1rem;
	height: 1rem;
}
.com-dpcalendar-location .dp-select-option_selected {
	background-color: rgba(0, 0, 0, 0.1);
}
.com-dpcalendar-location .dp-select_error {
	border: 3px solid #f5515c;
}
.com-dpcalendar-location .dp-timezone {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.com-dpcalendar-location .dp-timezone > * {
	flex: 1;
}
.com-dpcalendar-location .dp-timezone__label {
	flex: 0;
	font-weight: bold;
	margin-right: 10px;
	white-space: nowrap;
}
.com-dpcalendar-location .dp-timezone__info {
	flex: 0 0 100%;
	background-color: rgb(200, 204, 208);
	padding: 1rem;
	margin: 0.2rem 0;
}
.com-dpcalendar-location .dp-timezone__info_hidden {
	display: none;
}
@media print {
	.com-dpcalendar-location .dp-print-hide {
		display: none !important;
	}
	.com-dpcalendar-location a:link::after, .com-dpcalendar-location a:visited::after {
		display: none;
		content: "";
	}
	.com-dpcalendar-location dt {
		float: left !important;
		margin: 0 !important;
		padding: 0 !important;
		max-width: 150px;
		min-width: 150px;
	}
	.com-dpcalendar-location dd {
		float: left !important;
		margin: 0 0 0 5px !important;
		padding: 0 !important;
		max-width: 350px;
	}
}
.com-dpcalendar-location .dp-map_consent {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2em;
	border: 1px solid #b2b2b2;
	background-color: #f2f2f2;
	cursor: pointer;
}
.com-dpcalendar-location {
	--fc-button-text-color: #000;
	--fc-button-bg-color: #fefefe;
	--fc-button-active-bg-color: #fefefe;
	--fc-button-border-color: #c0c0c0;
}
.com-dpcalendar-location .fc-timelineYear-view .fc-time-area col {
	min-width: 100px;
}
.com-dpcalendar-location .fc-timelineMonth-view .fc-time-area col {
	min-width: 100px;
}
.com-dpcalendar-location .fc-timelineWeek-view .fc-time-area col {
	min-width: 150px;
}
.com-dpcalendar-location .fc-timelineDay-view .fc-time-area col {
	min-width: 100px;
}
.com-dpcalendar-location .fc-event {
	border-radius: 0;
}
.com-dpcalendar-location .fc-event .dp-event__time {
	margin-right: 5px;
	font-weight: bold;
}
.com-dpcalendar-location .fc-event span {
	overflow-wrap: break-word;
	hyphens: auto;
	white-space: normal;
}
.com-dpcalendar-location .fc-event .dp-event__capacity {
	display: flex;
	align-items: center;
}
.com-dpcalendar-location .fc-event .dp-event__capacity-icon {
	width: 1em;
	height: 1em;
	margin-right: 5px;
}
.com-dpcalendar-location .fc-event .fc-list-event-title .dp-event__capacity {
	float: right;
}
.com-dpcalendar-location .fc-bgevent-skeleton {
	pointer-events: none;
}
.com-dpcalendar-location .fc-bgevent-skeleton .fc-bgevent {
	pointer-events: auto;
	cursor: pointer;
}
.com-dpcalendar-location .fc-header-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.com-dpcalendar-location .fc-header-toolbar h2 {
	font-size: 19.5px;
	font-weight: 200;
}
.com-dpcalendar-location .fc .fc-button-primary,
.com-dpcalendar-location .fc .fc-button-primary:hover {
	padding: 5px;
	border: 1px solid #c0c0c0;
	border-radius: 0.1rem;
	font-weight: 400;
	background-color: #fefefe;
	color: #000;
	background-image: none;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.com-dpcalendar-location .fc .fc-button-primary.fc-corner-right,
.com-dpcalendar-location .fc .fc-button-primary:hover.fc-corner-right {
	border-top-right-radius: 0.1rem;
	border-bottom-right-radius: 0.1rem;
}
.com-dpcalendar-location .fc .fc-button-primary.fc-corner-left,
.com-dpcalendar-location .fc .fc-button-primary:hover.fc-corner-left {
	border-top-left-radius: 0.1rem;
	border-bottom-left-radius: 0.1rem;
}
.com-dpcalendar-location .fc .fc-button-primary:not(:disabled):active:focus, .com-dpcalendar-location .fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.com-dpcalendar-location .fc .fc-button-primary:hover:not(:disabled):active:focus,
.com-dpcalendar-location .fc .fc-button-primary:hover:not(:disabled).fc-button-active:focus {
	box-shadow: unset;
}
.com-dpcalendar-location .fc-icon span {
	opacity: 0.8;
}
.com-dpcalendar-location .fc-icon span svg {
	width: 0.8em;
}
.com-dpcalendar-location .fc-icon-chevron-left::before,
.com-dpcalendar-location .fc-icon-chevron-right::before {
	content: "";
}
.com-dpcalendar-location .fc-button-group .fc-button {
	border-radius: 0.1rem;
}
.com-dpcalendar-location .fc-button-group .fc-button + .fc-button {
	margin-left: 3px !important;
}
@media screen and (width <= 540px) {
	.com-dpcalendar-location .fc-header-toolbar {
		flex-direction: column;
	}
	.com-dpcalendar-location .fc-header-toolbar > div {
		margin: 4px auto;
	}
	.com-dpcalendar-location .fc-header-toolbar > * > * {
		float: none;
	}
}
.com-dpcalendar-location__event-list .dp-event {
	padding-left: 5px;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 5px;
	border-left: 5px solid;
}
.com-dpcalendar-location .dp-map {
	margin-top: 10px;
}
.com-dpcalendar-location .dp-calendar .fc-timelineYear-view .fc-time-area col {
	min-width: 100px;
}
.com-dpcalendar-location .dp-calendar .fc-timelineMonth-view .fc-time-area col {
	min-width: 100px;
}
.com-dpcalendar-location .dp-calendar .fc-timelineWeek-view .fc-time-area col {
	min-width: 150px;
}
.com-dpcalendar-location .dp-calendar .fc-timelineDay-view .fc-time-area col {
	min-width: 100px;
}
.com-dpcalendar-location__icons {
	display: none;
}

.dp-event-tooltip {
	/* stylelint-disable-next-line selector-class-pattern */
	/* stylelint-disable-next-line selector-class-pattern */
	text-align: left;
	font-size: 12px;
}
.dp-event-tooltip .dp-badge, .dp-event-tooltip .dp-event-tooltip_unpublished, .dp-event-tooltip .dp-event-tooltip_canceled {
	display: inline-block;
	padding: 0.25em;
	font-size: 70%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	border-radius: 0.2rem;
}
.dp-event-tooltip .dp-badge_warning, .dp-event-tooltip .dp-event-tooltip_unpublished {
	color: #212529;
	background-color: #ffc107;
}
.dp-event-tooltip .dp-badge_info, .dp-event-tooltip .dp-event-tooltip_canceled {
	color: #212529;
	background-color: #0dcaf0;
}
.dp-event-tooltip .dp-icon svg {
	fill: currentcolor;
	width: 1em;
	height: 1em;
	vertical-align: -2px;
}
.dp-event-tooltip__date, .dp-event-tooltip__calendar {
	display: inline-block;
}
.dp-event-tooltip__calendar {
	margin-left: 0.2rem;
	font-weight: bold;
}
.dp-event-tooltip__link {
	display: block;
}
.dp-event-tooltip__actions {
	border-top: 1px solid rgba(0, 0, 0, 0.5);
	margin-top: 0.5rem;
	padding-top: 0.5rem;
}
.dp-event-tooltip__action {
	padding: 0.2rem;
	opacity: 0.85;
}
.dp-event-tooltip__action:hover {
	opacity: 1;
	text-decoration: none;
}
.dp-event-tooltip__capacity {
	margin-right: 0.5rem;
}

.tippy-tooltip {
	padding: 0.4rem;
	max-width: 200px;
}

.pika-single th,
.pika-single td {
	border-style: solid;
	border-width: 1px;
	padding: 0;
	vertical-align: top;
	border-color: #ddd;
}

.pika-single button {
	text-align: center;
}

/*# sourceMappingURL=default.css.map */