.dd-blueconic{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	width: 100vw;
	height: 64px;
	background-color: #fff;
	z-index: 5;
	padding-top: 16px;
}

@media (max-width: 767px){
	.dd-blueconic{
		display: none;
		/*As of 30 Oct 2019 we're not showing the toaster on mobile, so hiding the bar*/
	}
}
