.block
{
	display:block;
}

#booking_notification
{
	position:absolute;
	z-index:98;
	top:0;
	right:10px;
	width:230px;
}

#booking_notification .title
{
	background-color:#00eace !important;
	position:relative;
	right:-10px;
	padding:5px 10px;
	width:100%;
	text-align:center;
}

#booking_notification .status span
{
	display:block;
	background-color:#2a2d2e;
	position:relative;
	right:-10px;
	top:-1px;
	padding:5px;
	width:100%;
	text-align:center;
	font-size:23px;
}

#booking_notification .widget
{
	display:none;
	position:absolute;
	right:-10px;
	top:76px;
	z-index:200;
	width:100vw;
	max-width:750px;
	min-height:20vh;
	max-height:60vh;
	overflow-y:scroll;
	border-radius:20px 0 0 20px;
	border-bottom:10px solid #9868ff;
}

#booking_notification .block_title
{
	border:0;
	color:white;
}

#booking_notification .block_title strong
{
	text-transform:uppercase;
	font-size:20px;
}

#booking_notification .block_title::after
{
	content:'';
	background-color:#9868ff;
	position:absolute;
	width:100%;
	height:105px;
	top:0;
	left:0;
	z-index:-1;
}

#booking_notification a
{
	margin-top:10px;
	margin-bottom:10px;
}

#booking_notification .xs-icon
{
	font-size:20px !important;
	text-align:center;
}

#booking_notification .xs-icon + i
{
	margin-left:10px;
}

#booking_notification .q_persons
{
	position:relative;
	top:2px;
	display:block;
	text-align:center;
	padding:10px;
	border-radius:5px;
}

#booking_notification_pending .items
{
	min-height:20vh;
	max-height:60vh;
}

.booking_selection
{
	display:none;
	position:fixed;
	bottom:0;
	z-index:200;
	height:100px;
	width:100%;
}

.booking_selection .content
{
	height:100%;
	display:flex;
	align-items: center;
  	justify-content: center;
  	font-size:20px;
}

.booking_selection .content article
{
	text-align:center;
}

.booking_selection .content [data-asset="selection_name"]
{
	border-bottom:1px dashed #464949;
	margin-bottom:10px;
	display:inline-block;
}

.booking_selection .actions
{
	position:absolute;
	bottom:0;
	right:0;
	height:100px;
	z-index:201;
}

.booking_selection .actions a
{
	padding:10px;
}

.booking_selection .actions i
{
	position:relative;
	top:7px;
}

.booking_selection .actions a:hover
{
	filter:invert(1);
}

@media (max-width:500px)
{
	#booking_notification .widget
	{
		width:100vw;
		min-width:auto;
		min-height:20vh;
		max-height:100vh;
		overflow-y:scroll;
		border-radius:0;
		border:0;
		top:75px;
	}

	#booking_notification .xs-icon
	{
		display:none;
	}

	#booking_notification .block_title
	{
		text-align:center;
		padding:0;
		margin:30px 0;
	}
}