.kaBlur{filter: blur(50px);}

.kaShade{
	background-color:rgba(0,0,0,.3);
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.kaData{
	font-family: 'Libre Franklin', sans-serif;
	color:red;
	padding-bottom:30px;
}

.kaAlert{
	background:#fff;
	position:absolute;
	left:50%;
	top:50%;
	width:350px;
	padding:30px;
	max-width:90%;
	font-size:1.5rem;
	line-height:2rem;
	display:none;
	border-radius:10px;
	box-shadow:0 5px 28px 0 rgba(0,0,0,.3);
}

.kaAlert button, .kaAlert button:focus, .kaAlert button:active{
	border:1px solid #dc3545;
	color:#dc3545;
	font-family: 'Graphik';
	font-size:14px;
	text-align:center;
	padding:5px 30px;
	border-radius:5px;
	display:inline-block;
	background:#fff;
}


@media only screen and (max-width:767px){
	.kaAlert{
		width:100% !important;
		top:10%;
		left:0%;
		margin-left:5%;
	}
}