/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 04 2022 | 16:15:55 */
/* Modal timer */
#myModal{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 100;
	bottom: 0;
	right: 0;
}
#myModal .modal-dialog{
	width: 100%;
	display: flex;
	justify-content: center;
}
#myModal .modal-content{
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background: #fff;
	padding: 40px;
	height: fit-content;
	align-self: center;
}
#myModal p{
	text-align: center;
}
#myModal h4.modal-title {
	color: #ff6600;
}
