.zoho-popup-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .7);z-index:9999;justify-content:center;align-items:center;opacity:0;transition:opacity 0.3s ease}.zoho-popup-overlay.active{display:flex;opacity:1}.zoho-popup-content{position:relative;background-color:#fff;width:90%;max-width:800px;height:90vh;max-height:800px;border-radius:12px;box-shadow:0 25px 50px -12px rgb(0 0 0 / .25);overflow:hidden;transform:scale(.9);transition:transform 0.3s ease}.zoho-popup-overlay.active .zoho-popup-content{transform:scale(1)}.zoho-popup-close{position:absolute;top:15px;right:20px;font-size:28px;font-weight:700;color:#666;cursor:pointer;z-index:10001;line-height:1;transition:color 0.2s;background:rgb(255 255 255 / .8);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center}.zoho-popup-close:hover{color:#000;background:#fff;box-shadow:0 2px 4px rgb(0 0 0 / .1)}.zoho-popup-iframe{width:100%;height:100%;border:none;display:block}.zoho-popup-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10000}.zoho-spinner{width:50px;height:50px;border:5px solid #f3f3f3;border-top:5px solid #0284c7;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@media (max-width:640px){.zoho-popup-content{width:95%;height:95vh}}