/*notify custom css*/
[data-notify="progressbar"] {
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
}
[data-notify] button.close {
	background: red;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	background-position: center center;
	padding-bottom: 10px;
	color: #fff;
	opacity: 0.5;
}
[data-notify] button.close:hover{
	opacity: 0.7;
}
