.regulation-popup-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 99998;
	justify-content: center;
	align-items: center;
}
.regulation-popup {
	position: relative;
	background: #ededed;
	z-index: 99999;
	padding: 20px;
	max-width: 700px;
	width: 100%;
	border: 4px solid #242960;
}
.regulation-popup-header h4 {
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.5rem;
}
.regulation-popup-content p {
	color: #000;
}
.regulation-btn {
	cursor: pointer;
	border: 2px solid #242960;
	color: #000;
	transition: all .3s ease-in-out;
}
.regulation-btn:hover {
	background: #242960;
	color: #fff;
}
.noscroll-popup {
    overflow: hidden !important;
    height: 100vh !important;
}