.zeffy-error{padding:10px;margin:10px 0;border:1px solid #f5c6cb;background-color:#f8d7da;color:#721c24;border-radius:4px}#zeffy-form-embed{border-radius:8px}.zeffy-button-wrapper{text-align:center;margin:20px 0}.zeffy-modal{display:none;position:fixed;z-index:99999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:rgba(0,0,0,.75)}.zeffy-modal-content{position:relative;position:absolute;background-color:#fff;margin:0;padding:0;border-radius:8px;width:90%;max-width:800px;height:90vh;max-height:90vh;box-shadow:0 5px 30px rgba(0,0,0,.5);top:50%;left:50%;transform:translate(-50%,-50%);overflow:hidden}.zeffy-modal-close{position:absolute;top:15px;right:20px;color:#666;font-size:32px;font-weight:700;cursor:pointer;z-index:100000;background:#fff;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px rgba(0,0,0,.3);line-height:1}.zeffy-modal-body{width:100%;height:100%;overflow-y:auto;padding:20px;box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none}.zeffy-modal-body::-webkit-scrollbar{display:none}.zeffy-modal-body #zeffy-form-embed{width:100%;height:calc(90vh - 40px);min-height:600px;border:none;box-shadow:none}@media (max-width:768px){.zeffy-modal-content{width:95%;height:95vh;max-height:95vh}.zeffy-modal-body #zeffy-form-embed{height:calc(95vh - 40px)}}