.ninja-forms-cont {
	overflow: auto;
}
.ninja-forms-form-wrap {
	overflow: auto;
}
.nf-modal {
	background: rgba(0, 0, 0, 0.3); padding: 15px; border-radius: 12px; width: 90%; overflow: auto; display: none; z-index: 9999 !important; max-width: 700px; box-shadow: 0px 0px 10px #000;
}
.nf-modal-content {
	background: rgb(255, 255, 255); padding: 15px; border-radius: 10px; overflow: auto;
}
.nf-modal a.close-modal {
	background: rgb(255, 255, 255); padding: 5px; border-radius: 15px; top: 0px; right: 0px; color: rgb(0, 0, 0); line-height: 18px; font-family: Arial, sans-serif; font-size: 30px; text-decoration: none; display: block; position: absolute; content: "\00d7";
}
.nf-modal a.close-modal:hover {
	background: rgb(51, 51, 51); color: rgb(255, 255, 255); text-decoration: none;
}
.modal-spinner {
	border-radius: 8px; left: 50%; top: 50%; width: 64px; height: 64px; margin-top: -32px; margin-right: -32px; display: none; position: fixed;
}
.jquery-modal {
	z-index: 9998 !important;
}
