
.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	visibility: hidden;
	opacity: 0;
}

.overlay:target {
	visibility: visible;
	opacity: 1;
}

.popup-container {

	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;

	width: 100%;
	max-width: 400px;
	max-height: 70vh;

	overflow-y: auto;
	overflow-x: hidden;

	padding: 20px 20px 30px 20px;
	box-sizing: border-box;
	background: rgba(17, 17, 17, 0.8);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
	color: #f4f4f4;

	scroll-behavior: smooth;
}

.user-section {
	margin-bottom: 8px;
}

.user-section .name {
	font-family: 'Poppins', sans-serif;
	font-size: 1.3rem;
	font-weight: 400;

	width: 100%;
	max-width: 350px;
	box-sizing: border-box;
	padding: 8px;
	margin-bottom: 8px;

	border-radius: 4px;
	border-width: 0;
	background-color: rgba(245, 245, 245, 0.8);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	outline: rgba(107, 107, 107, 0.800);
}

.user-section .phone {
	font-family: 'Poppins', sans-serif;
	font-size: 1.3rem;
	font-weight: 400;

	width: 100%;
	padding: 8px;
	margin-bottom: 8px;

	border-radius: 4px;
	border-width: 0;
	background-color: rgba(245, 245, 245, 0.8);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	outline: rgba(107, 107, 107, 0.800);
}

.user-section .iti__selected-dial-code {
	font-family: 'Poppins', sans-serif;
	font-size: 1.3rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.800);
}

.user-section input::placeholder {
	color: rgba(0, 0, 0, 0.800);
	margin-left: 10px;
}

.popup-header {
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 
0.1);
}

.popup-header .header {
	white-space: nowrap;
	font-family: 'Poppins', sans-serif;
	font-size: 1.8rem;
	font-weight: 600;
	color: #fff;
	margin-bottom: 2px;
}

.popup-header p {
	font-family: 'DM Sans', sans-serif;
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.7);
}

.consent-section {
	margin-bottom: 4px;
}

.consent-section label {
	white-space: nowrap;
	font-family: 'Poppins', sans-serif;
	font-size: 1.2rem;
	color: #afb7ff;
	padding-left: 4px;
	font-weight: 500;
}

.consent-section p {
	font-family: 'DM Sans', sans-serif;
	text-indent: 40px;
	text-align: justify;
	text-justify: inter-word;
	padding-top: 2px;
	hyphens: auto;
	max-inline-size: auto;
	align-content: center;
	overflow-x: hidden;
	line-height: 1.4rem;
}

.consent-section a {
	color: #3159c7;
	font-size: 1rem;
}

.popup-container .close {
	font-size: 1rem;
	color: #fff;
}

.popup-container .subscribe {
	font-size: 1rem;
	color: #fff;
}
