#homeaway-checkout-form {
	--button-animation-duration: 5s;
}

#homeaway-checkout-form .homeaway-checkout-button {
	width: 300px;
	height: 60px;
	outline: none;
	line-height: 1;
	overflow: hidden;
	position: relative;
	transition: width .5s ease-in-out;
}

#homeaway-checkout-form .homeaway-checkout-button .button-text {
	z-index: 2;
	position: relative;
	white-space: nowrap;
}

#homeaway-checkout-form .homeaway-checkout-button:after {
	top: 0;
	left: 0;
	width: 0;
	margin: 0;
	bottom: 0;
	z-index: 1;
	content: "";
	height: 100%;
	position: absolute;
	border-radius: inherit;
	background: rgba(0, 0, 0, 0.2);
}

#homeaway-checkout-form.homeaway-loading .homeaway-checkout-button {
	width: 350px;
}

#homeaway-checkout-form.homeaway-loading .homeaway-checkout-button:after {
	-moz-transition: none;
	transition: none;
	transform: none;
	-webkit-animation: fillToRight var(--button-animation-duration) forwards infinite cubic-bezier(0.3, 0.005, 0.855, 0.175);
	-moz-animation: fillToRight var(--button-animation-duration) forwards infinite cubic-bezier(0.3, 0.005, 0.855, 0.175);
	animation: fillToRight var(--button-animation-duration) forwards infinite cubic-bezier(0.3, 0.005, 0.855, 0.175);
	animation-delay: .5s;
}

.homeaway-checkout-sections .cancellation-policy + .cancellation-policy {
	margin-top: 20px;
}

.homeaway-checkout-sections .cancellation-policy-title {
	margin-bottom: 10px;
}

.homeaway-checkout-overview.uk-sticky {
	z-index: 900;
}

@-moz-keyframes fillToRight {
	to {
		width: 100%;
	}
}

@keyframes fillToRight {
	to {
		width: 100%;
	}
}

.StripeElement--webkit-autofill {
	background-color: #fff !important;
}
