.fancybox-content {
    padding: 0px !important;
	background: transparent !important;
}

#close-popup {
	position: absolute; 
	font-weight: bold;
	display: inline-block !important;
	padding: 5px 10px !important; 
	position: absolute; 
	top: -42px;
	right: 0px;
	background: #000;
	color: #fff;
	cursor: pointer;
}

.generate_images_wrapper {
	background: #fff;
	padding: 1.5rem;
	max-width:600px;
	position: relative;
}

.generate_images_wrapper a div {
	background: none !important;
}

/*
.generate_images_wrapper  form  div{
	padding: 0px !important;
}
*/

.generate_images_wrapper > div > form {
	margin: 0 !important;
}


.generate_images_wrapper > div > form * {
	text-align: center;
	font-weight: bold !important;
	text-transform: uppercase !important;
}

.generate_images_wrapper > div > form  button {
	background: #e0c141 !important;
	
	
}


.generate_images_wrapper > div > form  button:hover > span{
	color: #000 !important;
	background: #fff !important;
	    border: 2px solid #E0C141;
}


.generate_images_wrapper a img {
	width: 100%;
	max-width: 700px;
}

#custom-popup {
	position: fixed;
    width: 100%;
    background: rgba(0,0,0,0.7);
    top: 0px;
    left: 0;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.formkit-submit.formkit-submit {
	position: relative !important;
	/*pointer-events: none !important;*/
}

form {
	position: relative !important;
}
/*
.fake-btn {
	position: absolute;
    width: 100%;
    z-index: 9999;
    padding: 20px !important;
	bottom: 42px;
}
*/