.booking-page #booking_country {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	height: var(--booking-control-height);
	border: 4px solid #464646;
	background: #252525;
	color: #a0a0a0;
	padding: 0 36px 0 15px;
	line-height: calc(var(--booking-control-height) - 8px);
	color-scheme: dark;
}

.booking-page .booking-country-select-holder::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 14px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #a0a0a0;
	border-bottom: 2px solid #a0a0a0;
	pointer-events: none;
	transform: translateY(-65%) rotate(45deg);
}

.booking-page #booking_country option {
	background-color: #252525;
	color: #c7c7c7;
}

.booking-page #booking_country option:checked {
	background: #3a3a3a linear-gradient(0deg, #3a3a3a 0%, #3a3a3a 100%);
	color: #ededed;
}

.booking-phone-wrap,
.booking-phone-wrap .iti {
	display: block;
	width: 100%;
}

.booking-phone-wrap .iti input.form-control {
	width: 100%;
}

.booking-phone-wrap + .booking-error {
	position: static;
	clear: both;
	margin-top: 7px;
}

#booking_status.contact-confirmation {
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/* Complete the Bootstrap datepicker's month/year views, whose base grid
   styles are not included in this legacy theme. */
.booking-page .datepicker-dropdown.dropdown-menu {
	width: 300px;
	max-width: calc(100vw - 24px);
	padding: 10px;
}

.booking-page .datepicker table th,
.booking-page .datepicker table td {
	text-align: center;
}

.booking-page .datepicker .datepicker-months td,
.booking-page .datepicker .datepicker-years td,
.booking-page .datepicker .datepicker-decades td,
.booking-page .datepicker .datepicker-centuries td {
	padding: 8px 4px;
}

.booking-page .datepicker table tr td span {
	display: flex;
	float: left;
	align-items: center;
	justify-content: center;
	width: calc(33.333% - 8px);
	height: 42px;
	margin: 4px;
	border: 1px solid #464646;
	background: #2d2d2d;
	color: #ddd;
	cursor: pointer;
	line-height: 1.2;
	transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

.booking-page .datepicker table tr td span:hover,
.booking-page .datepicker table tr td span.focused {
	border-color: #b08d3d;
	background: #b08d3d;
	color: #111;
}

.booking-page .datepicker table tr td span.active,
.booking-page .datepicker table tr td span.active:hover {
	border-color: #fbd97a;
	background: #fbd97a;
	color: #111;
	font-weight: 700;
}

.booking-page .datepicker table tr td span.disabled,
.booking-page .datepicker table tr td span.disabled:hover {
	border-color: #333;
	background: #252525;
	color: #666;
	cursor: not-allowed;
}

.booking-page .datepicker .datepicker-years td span,
.booking-page .datepicker .datepicker-decades td span,
.booking-page .datepicker .datepicker-centuries td span {
	width: calc(25% - 8px);
}

@media (min-width: 992px) {
	.booking-page #booking_form .form-holder > .wrap {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		column-gap: 30px;
	}

	.booking-page #booking_form .form-holder > .wrap > .row {
		display: contents;
	}

	.booking-page #booking_form .form-holder > .wrap > .row::before,
	.booking-page #booking_form .form-holder > .wrap > .row::after {
		display: none;
		content: none;
	}

	.booking-page #booking_form .form-holder > .wrap > .row > [class*='col-md-'] {
		float: none;
		width: auto;
		min-width: 0;
		padding-right: 0;
		padding-left: 0;
	}
}
