/*
------------------------------------------------------------
	optin  css
------------------------------------------------------------
*/
html, body{
	width: 		100%;
	height: 	100%;
	margin: 	0px;
	padding: 	0px;
}

#subscribe_container {
	color: var(--bs-primary-1);
	width: 100%;
	height: 100%;
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: rgba(226, 216, 243,.75);
	padding: 10px;
	box-sizing: border-box;
	position: absolute;
	top:0px;
	left:0px;
}

#visitor_subscribe_form{
	z-index	: 99998;
	position: relative;
	max-width: 500px;
}

#visitor_subscribe_form .closeForm{
	position: absolute;
	top: 3px;
	right: 5px;
	font-size: 24px;
	cursor: pointer;
	width: 20px;
}

#visitor_subscribe_form .closeForm:hover{
	color: rgb(232, 0, 95);
}

#visitor_subscribe_form .nocdv{
	margin: 0;
	padding-top: 10px;
	font-size: 14px;
}

#ov {
	width										: 100%;
	height										: 100%;
	position									: fixed;
	top											: 0;
	left										: 0;
	background-color							: transparent;
	z-index										: 99997;
}

a[data-bs-toggle="modal"]{
	color: var(--bs-primary-1);
}

#modal_privacy{
	z-index	: 99998;
}