.cas-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .7);display:none;justify-content:center;align-items:center;z-index:999999}.cas-popup-overlay.active{display:flex}.cas-popup-loading{display:none}.cas-popup-loading.active{display:block}.cas-popup-loading .cas-loading-spinner{width:50px;height:50px;border:4px solid rgb(255 255 255 / .1);border-top:4px solid #fff;margin:0 auto}.cas-popup-message{background-color:#fff;border-radius:8px;box-shadow:0 4px 20px rgb(0 0 0 / .2);padding:30px;max-width:500px;width:80%;text-align:center;animation:cas-popup-fade-in 0.5s ease}@keyframes cas-popup-fade-in{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.cas-popup-message h3{margin-top:0;color:#0073aa;font-size:24px;font-weight:600;margin-bottom:15px}.cas-popup-message p{color:#333;font-size:16px;line-height:1.6;margin-bottom:25px}.cas-popup-button{background-color:#0073aa;color:#fff;border:none;padding:12px 40px;font-size:16px;font-weight:600;border-radius:4px;cursor:pointer;transition:background-color 0.3s}.cas-popup-button:hover{background-color:#005d8c}@media (max-width:576px){.cas-popup-message{padding:20px;width:90%}.cas-popup-message h3{font-size:20px}.cas-popup-message p{font-size:14px}.cas-popup-button{padding:10px 30px;font-size:14px}}