.booking-booking-counter-floating {
	position: relative;
	z-index: -1;
	opacity: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 22px 14px 13px;
	border-radius: 0 0 12px 12px;
	font-size: var(--ui-font-size-sm);
	color: var(--ui-color-base-white-fixed);
	background: var(--ui-color-accent-main-primary);
	pointer-events: all;
	-webkit-transform: translateY(-15px);
	    -ms-transform: translateY(-15px);
	        transform: translateY(-15px);
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.booking--booking--counter-floating_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
}

.booking-sidebar-calendar-container.--expanded.--counter .booking-booking-counter-floating {
	-webkit-transform: translateY(-50px);
	    -ms-transform: translateY(-50px);
	        transform: translateY(-50px);
}

.booking-booking-counter-floating-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
}

.booking-booking-counter-floating-action-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 20px;
	height: 20px;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.booking-booking-counter-floating-action-button.--disabled {
	opacity: .5;
}

.booking-booking-counter-floating-action-button:not(.--disabled):hover {
	opacity: .8;
}

.booking--booking--counter-floating_row.--twitching {
	-webkit-animation: twitching 500ms;
	        animation: twitching 500ms;
}

@-webkit-keyframes twitching {
	0% {
		-webkit-transform: translate(0);
		        transform: translate(0);
	}
	25% {
		-webkit-transform: translate(-6px, 0px);
		        transform: translate(-6px, 0px);
	}
	50% {
		-webkit-transform: translate(0);
		        transform: translate(0);
	}
	75% {
		-webkit-transform: translate(-6px, 0px);
		        transform: translate(-6px, 0px);
	}
	100% {
		-webkit-transform: translate(0);
		        transform: translate(0);
	}
}

@keyframes twitching {
	0% {
		-webkit-transform: translate(0);
		        transform: translate(0);
	}
	25% {
		-webkit-transform: translate(-6px, 0px);
		        transform: translate(-6px, 0px);
	}
	50% {
		-webkit-transform: translate(0);
		        transform: translate(0);
	}
	75% {
		-webkit-transform: translate(-6px, 0px);
		        transform: translate(-6px, 0px);
	}
	100% {
		-webkit-transform: translate(0);
		        transform: translate(0);
	}
}

.booking--booking--counter-floating-hint-popup-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	gap: var(--ui-space-inline-2xs2);
	color: var(--ui-color-on-primary);
	max-width: 275px;
	margin: 0 var(--ui-space-inline-xs);
}

.booking--booking--counter-floating-hint-popup-content__title {
	font-size: 17px;
	font-style: normal;
	font-weight: var(--ui-font-weight-medium);
	line-height: 23px;
}

.booking--booking--counter-floating-hint-popup-content__subtitle {
	font-size: var(--ui-font-size-lg);
	line-height: 20px;
	opacity: .82;
	text-align: start;
}

.booking--booking--counter-floating-limit-popup-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	gap: var(--ui-space-inline-2xs2);
	color: var(--ui-color-on-primary);
	max-width: 268px;
	margin: 0 var(--ui-space-inline-xs);
}

.booking--booking--counter-floating-limit-popup-content__title {
	font-size: 17px;
	font-style: normal;
	font-weight: var(--ui-font-weight-medium);
	line-height: 23px;
}

.booking--booking--counter-floating-limit-popup-content__subtitle {
	font-size: var(--ui-font-size-lg);
	line-height: 20px;
	opacity: .82;
	text-align: start;
}
