.webro-booking-overlay-v2,
.webro-booking-overlay-v2 *{
	box-sizing:border-box;
}

.webro-room-sidebar,
.webro-sidebar-sticky{
	overflow:visible !important;
}

.webro-sidebar-sticky{
	position:sticky;
	top:120px;
	align-self:flex-start;
	max-height:none !important;
}

.webro-booking-overlay-v2 .webro-booking-wrapper{
	position:relative;
	overflow:visible !important;
}

.webro-booking-overlay-v2 .webro-booking-card-premium{
	position:relative;
	overflow:visible !important;
	z-index:50;
}

.webro-booking-overlay-v2 .webro-booking-feedback{
	position:absolute;
	top:100%;
	left:0;
	right:0;
	z-index:99999;
	margin-top:14px;
	pointer-events:auto;
}

.webro-booking-overlay-v2 .webro-booking-feedback:not(.is-open){
	display:none;
}

.webro-room-content-top-section{
	position:relative;
	z-index:1;
}

.webro-room-sidebar{
	position:relative;
	z-index:30;
}

.webro-sidebar-sticky{
	position:sticky;
	top:120px;

	overflow:visible !important;

	transform:none !important;
	contain:none !important;

	max-height:none !important;
}

.webro-booking-card-premium{
	position:relative;
	overflow:visible !important;
	z-index:50;
}

.webro-booking-feedback{
	position:absolute;

	top:100%;
	left:0;
	right:0;

	margin-top:14px;

	z-index:9999;

	pointer-events:auto;
}

@media(max-width:767px){

	.webro-booking-feedback{
		position:relative;
		top:auto;
		left:auto;
		right:auto;
		margin-top:14px;
	}
}
.webro-booking-feedback.error {
  border: 1px solid rgb(190, 65, 65);
  background: rgb(252, 249, 243);
  color: #8a2d2d;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}
.webro-booking-overlay-v2 .webro-booking-feedback {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99999;
  margin-top: 14px;
  pointer-events: auto;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}