/*
1uffakind.com
18 nov 2020
*/

#khfm_alert_widget {
	position:fixed;
	top:20px;
	right:20px;
	z-index:100001;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	
	max-width:100%;
	}
	
#khfm_alert_container {
	margin:0px 0px 0px 0px;
	padding:8px 8px 8px 8px;
	border-radius:8px 8px 8px 8px; /* top-left top-right bottom-right bottom-left */
	
	width:408px;
	
	background-color:#a43c61;
	color:white;
	
	font-size:12pt;
	line-height:13pt;
	
	animation: khfm_alert_keyframes_0 2.5s linear 0s infinite forwards; */
	
	}
	
#khfm_alert_dismiss {
	margin:6px 0px 0px 0px;
	padding:8px 8px 8px 8px;
	border-radius:4px 4px 4px 4px; /* top-left top-right bottom-right bottom-left */
	
	width:auto;

	background-color:#2c3459;
	color:white;
	font-size:10pt;
	line-height:11pt;
	font-style:bold;
	text-align:center;
	
	text-decoration:none;
	
	}
	
#khfm_alert_dismiss:hover {
	background-color:#000000;
	cursor:pointer;
	}


@keyframes khfm_alert_keyframes_0 {
	from{ background-color:#a43c61; }
	to{ background-color:#ff0000; }
	} 


@media (max-width:1079px) {

	#khfm_alert_widget {
		position:relative;
		display:block;
		align:center;
		width:auto;
		left:0px;
		margin:0px 16px 16px 16px;
		text-align:center;
	}
	
	#khfm_alert_container {
		width:auto;
	}
	
}