.block
{
	display:block;
}

#notifications_bookings
{
	width:65vw;
	max-height:70vh;
}

#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;
}

#notifications_bookings .xs-icon
{
	display:inline-block;
	padding:0 5px !important;
	cursor:default !important;
	font-size:18px !important;
	text-align:center;
}

#notifications_bookings .q_persons
{
	display:block;
	text-align:center;
	padding:10px;
	border-radius:5px;
	border:1px solid #424242;
	margin-right:10px;
}

#notifications_bookings .items
{
	color:black;
}

#notifications_bookings .items .buttons
{
	max-width:30vw;
}

#notifications_bookings .items .buttons a
{
	margin:5px 0;
}

#notifications_bookings .items strong
{
	letter-spacing:1.2px;
	font-weight:400;
}

.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:800px )
{
	#notifications_bookings
	{
		width:100vw;
		height:100vh;
		max-height:100vh;
	}

	#notifications_bookings .q_persons, #notifications_bookings .xs-icon
	{
		display:none;
	}
}

@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;
	}
}