body.ccpp-overflow{height:100% !important;overflow:hidden;}
#ccpp{font-family: Arial, sans-serif;margin: 0;overflow: hidden;height: 100%;}
#ccpp .overlay {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);display: none;z-index: 99999 !important;}
#ccpp .modal {position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 500px;height: 200px;background: #fff;border-radius: 10px;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);display: none;opacity: 0;transition: opacity 0.3s, transform 0.3s;z-index: 99999 !important;overflow: visible !important;}
#ccpp .modal iframe {display: none;width: 100%;height: 100%;border: none;border-radius: 10px;}
#ccpp .loading {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);font-size: 16px;color: #555;display: none;}
#ccpp .close-btn {position: absolute;top: -15px;right: -15px;font-size: 16px;background: #ff5f5f;color: white;border: none;border-radius: 50%;width: 30px;height: 30px;text-align: center;line-height: 28px;cursor: pointer;}
