#noEventModal .modal-dialog{
	min-width:43%;
}
#noEventModal .modal-content{
	border-radius:20px;
}
#noEventModal .btn-orange{
	border: 3px solid #FF8235;
	color: #FF8235;
	text-transform: uppercase;
	padding: 6px 38px;
	font-weight: 700;
	border-radius: 8px;
}
#noEventModal .btn-orange:hover{
	background: #FF8235;
	color:#fff;
	outline:none;
}
#noEventModal .event-text{
	font-family: 'Arial';
	font-style: normal;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	color: #000;
}

#noEventModal .modal-content.no_event_modal{
width: 90%; margin: 0 auto;
}
