.notification{
	color: black;
	text-align: center;
	font-weight: bold;
	background-color: #BAE7A6;
	position: relative;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 5px;
	border:1px solid #a6ca8a;
}

#loadScreen{
    width: 100%;
    height: 80%;
    position: fixed;
    z-index: 9999;
    /* background: url("../images/load-spinner.svg") no-repeat center center; */
    background: url("../img/dual-ring.svg") no-repeat center center;
}