/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 08 2025 | 08:31:20 */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
#tnp-modal-content {
	background-color: #0a192f !important;
	font-family: "Inter", sans-serif !important;
	border: 1px solid #64FFDA;
}

#tnp-modal-body p {
	text-align: center;
	font-weight: 400;
}

#tnp-modal-close {
	transition: color 0.3s;
}

#tnp-modal-close:hover{
	color: #64FFDA;
	transition: color 0.3s;
}

.tnp input, .tnp .tnp-gender {
	border-radius: 5px;
	height: 50px;
}

.tnp label {
	text-align: left;
	color: #64FFDA;
	font-family: "Inter", sans-serif !important;
	font-size: 1em;
}

.tnp-field.tnp-field-button .tnp-submit, button.tnp-submit{
	margin-top: 15px;
	background-color: #64FFDA1F;
	color: #64FFDA;
	width: 100%;
	max-width: 100%;
	font-weight: 400;
	transition: background-color 0.3s, color 0.3s;
}

.tnp-field.tnp-field-button .tnp-submit:hover, button.tnp-submit:hover {
	background-color: #64FFDA;
	color: black;
	transition: background-color 0.3s, color 0.3s;
}

