@charset "UTF-8" ;

.modal-content {
	width: 60% ;
	margin: 0 ;
	position: fixed ;
	display: none ;
	z-index: 12 ;
}
  
#modal-overlay {
	z-index: 11 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 23,27,85, 0.75 ) ;
}