/*
Generated time: August 18, 2025 10:07
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.modal{display:none;opacity:0;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);justify-content:center;align-items:center;z-index:9;transition:opacity .3s ease-in-out}.modal.reveal{opacity:1}.modal-content{background:#fff;padding:20px;border-radius:5px;text-align:center;position:relative;min-width:300px;width:50vw;min-height:350px}.modal span.close{font-size:30px;background:#000;color:#fff;padding:5px 7px;border-radius:50%;top:-10px;right:-10px;position:absolute;cursor:pointer}.new-forms h4{font-size:20px}