@charset "UTF-8";
.com-dpcalendar-locationform {
	/* stylelint-disable-next-line selector-class-pattern */
	/* stylelint-disable-next-line selector-id-pattern */
	/* stylelint-disable-next-line selector-id-pattern */
}
.com-dpcalendar-locationform .dp-autocomplete {
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding: 0;
	background-color: #fff;
	z-index: 1001;
	max-height: 220px;
	overflow-y: auto !important;
	display: none;
}
.com-dpcalendar-locationform .dp-autocomplete__result {
	margin: 0;
	padding: 0.5rem 1rem;
	display: block;
}
.com-dpcalendar-locationform .dp-autocomplete__result:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.com-dpcalendar-locationform .dp-autocomplete__result_selected {
	background-color: rgba(0, 0, 0, 0.1);
}
.com-dpcalendar-locationform .dp-button-bar {
	margin-bottom: 10px;
}
.com-dpcalendar-locationform .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-locationform .dp-button:disabled,
.com-dpcalendar-locationform .dp-button[disabled] {
	background-color: #ccc;
	color: #666;
	cursor: not-allowed;
}
.com-dpcalendar-locationform .dp-control, .com-dpcalendar-locationform .control-group {
	display: flex;
	margin-bottom: 5px;
}
.com-dpcalendar-locationform .dp-control__label, .com-dpcalendar-locationform .control-group .control-label,
.com-dpcalendar-locationform .control-group .form-label {
	flex: 0 0 20%;
	padding-top: 5px;
	text-align: left;
}
.com-dpcalendar-locationform .dp-control__input, .com-dpcalendar-locationform .control-group .controls,
.com-dpcalendar-locationform .control-group .form-control {
	flex: 1 1 80%;
}
.com-dpcalendar-locationform .dp-control_hidden {
	display: none;
}
@media screen and (width <= 640px) {
	.com-dpcalendar-locationform .dp-control, .com-dpcalendar-locationform .control-group {
		/* stylelint-disable-next-line selector-class-pattern */
		/* stylelint-disable-next-line selector-class-pattern */
	}
	.com-dpcalendar-locationform .dp-control__label, .com-dpcalendar-locationform .control-group .control-label,
	.com-dpcalendar-locationform .control-group .form-label, .com-dpcalendar-locationform .dp-control__input, .com-dpcalendar-locationform .control-group .controls,
	.com-dpcalendar-locationform .control-group .form-control {
		width: 100%;
		margin-left: 0;
	}
	.com-dpcalendar-locationform .dp-control:not(.dp-control_hidden), .com-dpcalendar-locationform .control-group:not(.dp-control_hidden) {
		display: block;
	}
	.com-dpcalendar-locationform .dp-control .control-group:not(.dp-control_hidden), .com-dpcalendar-locationform .control-group .control-group:not(.dp-control_hidden) {
		display: block;
	}
	.com-dpcalendar-locationform .dp-control .control-label, .com-dpcalendar-locationform .control-group .control-label,
	.com-dpcalendar-locationform .dp-control .controls,
	.com-dpcalendar-locationform .control-group .controls {
		width: 100%;
		margin-left: 0;
	}
}
.com-dpcalendar-locationform .dp-grid {
	display: grid;
	grid-gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.com-dpcalendar-locationform .dp-heading {
	clear: both;
	margin-bottom: 1rem;
}
.com-dpcalendar-locationform .dp-heading_small {
	border-bottom: none;
}
.com-dpcalendar-locationform .dp-icon svg {
	fill: currentcolor;
	width: 1em;
	height: 1em;
	vertical-align: -2px;
}
.com-dpcalendar-locationform .dp-form-input {
	width: 100%;
	min-height: 28px; /* Safari/Chrome, other WebKit */ /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}
.com-dpcalendar-locationform .dp-loader {
	position: relative;
	width: 100%;
	height: 0;
}
.com-dpcalendar-locationform .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-locationform .dp-loader_hidden::before {
	display: none;
}
@keyframes calendar-loader {
	0% {
		right: 100%;
	}
	50% {
		right: 6%;
		animation-timing-function: linear;
	}
	100% {
		right: 1%;
	}
}
.com-dpcalendar-locationform .dp-form-radio {
	display: flex;
	flex-wrap: wrap;
	row-gap: 1rem;
	margin-bottom: 0.2rem;
}
.com-dpcalendar-locationform .dp-form-radio.radio {
	padding-left: 0;
}
.com-dpcalendar-locationform .dp-form-radio label {
	padding-right: 1rem;
	border-radius: 3px;
	border: 1px solid #D1D3D4;
}
.com-dpcalendar-locationform .dp-form-radio input[type=radio]:empty {
	display: none;
}
.com-dpcalendar-locationform .dp-form-radio input[type=radio]:empty + label {
	position: relative;
	float: left;
	line-height: 2em;
	text-indent: 3em;
	cursor: pointer;
	user-select: none;
	margin-right: 0.5rem;
}
.com-dpcalendar-locationform .dp-form-radio input[type=radio]:empty + label::before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: "";
	width: 2.5em;
	background: #D1D3D4;
	border-radius: 3px 0 0 3px;
}
.com-dpcalendar-locationform .dp-form-radio input[type=radio]:checked + label::before {
	content: "✔";
	text-indent: 0.9em;
	/* stylelint-disable-next-line scss/no-global-function-names */
	color: #cdeacd;
	background-color: #46a546;
}
.com-dpcalendar-locationform .dp-form-radio input[type=radio]:focus ~ label::before {
	box-shadow: 0 0 0 3px #999;
}
.com-dpcalendar-locationform .dp-form-radio input[type=radio]:hover:not(:checked) + label::before {
	content: "✔";
	text-indent: 0.9em;
	color: #C2C2C2;
}
.com-dpcalendar-locationform .dp-form-radio input[type=radio]:checked + label {
	color: #777;
}
.com-dpcalendar-locationform .dp-form-radio input[type=radio]:hover:not(:checked) + label {
	color: #888;
}
.com-dpcalendar-locationform .dp-form-radio .form-check {
	padding: 0;
}
.com-dpcalendar-locationform .dp-select {
	width: 100%;
	border: 1px solid #ccc;
}
.com-dpcalendar-locationform .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-locationform .dp-select-container {
	width: 100%;
	position: relative;
}
.com-dpcalendar-locationform .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-locationform .dp-select-container__options.open {
	opacity: 1;
	pointer-events: all;
}
.com-dpcalendar-locationform .dp-select-container__options-selected {
	display: inline-flex;
	flex-wrap: wrap;
	row-gap: 0.5rem;
}
.com-dpcalendar-locationform .dp-select-container__handler {
	width: 100%;
}
.com-dpcalendar-locationform .dp-select-container_unstyled, .com-dpcalendar-locationform .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-locationform .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-locationform .dp-select-input:disabled {
	cursor: not-allowed;
}
.com-dpcalendar-locationform .dp-select-input:focus-visible {
	color: inherit;
	box-shadow: none;
}
.com-dpcalendar-locationform .dp-select-option {
	position: relative;
	padding: 0.2rem 1rem;
	cursor: pointer;
}
.com-dpcalendar-locationform .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-locationform .dp-select-option[data-selected=true], .com-dpcalendar-locationform .dp-select-option:hover {
	background: #ddd;
}
.com-dpcalendar-locationform .dp-select-option[data-disabled=true] {
	background: #fff;
	color: #999;
	cursor: not-allowed;
}
.com-dpcalendar-locationform .dp-select-option-input {
	cursor: pointer;
}
.com-dpcalendar-locationform .dp-select-option[data-selected=true] {
	display: inline-flex;
	align-items: center;
	margin-right: 0.5rem;
}
.com-dpcalendar-locationform .dp-select-option__icon {
	display: flex;
	margin-left: 0.5rem;
}
.com-dpcalendar-locationform .dp-select-option__icon svg {
	width: 1rem;
	height: 1rem;
}
.com-dpcalendar-locationform .dp-select-option_selected {
	background-color: rgba(0, 0, 0, 0.1);
}
.com-dpcalendar-locationform .dp-select_error {
	border: 3px solid #f5515c;
}
.com-dpcalendar-locationform .dp-tabs {
	display: flex;
	flex-wrap: wrap;
}
.com-dpcalendar-locationform .dp-tabs__label {
	border: 1px solid #ccc;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	display: block;
	padding: 0.3rem 0.4rem;
	margin-right: 0.2rem;
	margin-bottom: 0;
	cursor: pointer;
	font-weight: bold;
	transition: background ease 0.2s;
}
.com-dpcalendar-locationform .dp-tabs__tab {
	-webkit-box-ordinal-group: 100;
	-ms-flex-order: 99;
	order: 99;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	display: none;
	padding: 1rem;
}
.com-dpcalendar-locationform .dp-tabs__input {
	position: absolute;
	opacity: 0;
}
.com-dpcalendar-locationform .dp-tabs__input:checked + .dp-tabs__label {
	background: transparent;
	border-bottom: none;
}
.com-dpcalendar-locationform .dp-tabs__input[type=radio]:checked + .dp-tabs__label + .dp-tabs__tab {
	display: block;
}
@media (width <= 45em) {
	.com-dpcalendar-locationform .dp-tabs__tab, .com-dpcalendar-locationform .dp-tabs__label {
		-webkit-box-ordinal-group: nan;
		-ms-flex-order: initial;
		order: initial;
	}
	.com-dpcalendar-locationform .dp-tabs__label {
		width: 100%;
		margin-right: 0;
		margin-top: 0.2rem;
	}
}
.com-dpcalendar-locationform .dp-timezone {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.com-dpcalendar-locationform .dp-timezone > * {
	flex: 1;
}
.com-dpcalendar-locationform .dp-timezone__label {
	flex: 0;
	font-weight: bold;
	margin-right: 10px;
	white-space: nowrap;
}
.com-dpcalendar-locationform .dp-timezone__info {
	flex: 0 0 100%;
	background-color: rgb(200, 204, 208);
	padding: 1rem;
	margin: 0.2rem 0;
}
.com-dpcalendar-locationform .dp-timezone__info_hidden {
	display: none;
}
.com-dpcalendar-locationform .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-locationform #jform_geocomplete {
	display: inline-block;
	max-width: 80%;
}
.com-dpcalendar-locationform #jform_geocomplete_find {
	margin: 0 0 9px;
}

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