#gf-popup-confirmation-overlay{position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important;background-color:rgb(0 0 0 / .8)!important;z-index:999998!important;backdrop-filter:blur(3px)!important;-webkit-backdrop-filter:blur(3px)!important;display:none}#gf-popup-confirmation-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:999999;max-width:90vw;max-height:90vh;overflow-y:auto;background:#fff;border-radius:8px;box-shadow:0 20px 60px rgb(0 0 0 / .3);animation:gf-popup-slide-in 0.3s ease-out;padding:30px;min-width:300px;max-width:600px}.gf-popup-confirmation-content{position:relative;padding:30px;min-width:300px;max-width:600px}#gf-popup-confirmation-body{line-height:1.6;color:#333}#gf-popup-confirmation-body h1,#gf-popup-confirmation-body h2,#gf-popup-confirmation-body h3,#gf-popup-confirmation-body h4,#gf-popup-confirmation-body h5,#gf-popup-confirmation-body h6{margin-top:0;margin-bottom:15px;color:#2c3e50}#gf-popup-confirmation-body p{margin-bottom:15px}#gf-popup-confirmation-body a{color:#3498db;text-decoration:none}#gf-popup-confirmation-body a:hover{text-decoration:underline}#gf-popup-confirmation-body img{max-width:100%;height:auto;border-radius:4px}.gf-popup-close{position:absolute;top:15px;right:15px;width:30px;height:30px;background:none;border:none;font-size:24px;line-height:1;color:#999;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all 0.2s ease}.gf-popup-close:hover{background-color:#f0f0f0;color:#333}.gf-popup-close:focus{outline:2px solid #3498db;outline-offset:2px}@keyframes gf-popup-slide-in{from{opacity:0;transform:translate(-50%,-60%)}to{opacity:1;transform:translate(-50%,-50%)}}body.gf-popup-open{overflow:hidden}@media (max-width:768px){#gf-popup-confirmation-modal{max-width:95vw;margin:20px}.gf-popup-confirmation-content{padding:20px;min-width:250px}.gf-popup-close{top:10px;right:10px;width:25px;height:25px;font-size:20px}}@media (max-width:480px){.gf-popup-confirmation-content{padding:15px;min-width:200px}#gf-popup-confirmation-body{font-size:14px}}@media (prefers-contrast:high){#gf-popup-confirmation-overlay{background-color:rgb(0 0 0 / .9)}#gf-popup-confirmation-modal{border:2px solid #000}.gf-popup-close{border:1px solid #000}}@media (prefers-reduced-motion:reduce){#gf-popup-confirmation-modal{animation:none}.gf-popup-close{transition:none}}@media print{#gf-popup-confirmation-overlay,#gf-popup-confirmation-modal{display:none!important}}#gf-popup-confirmation-modal:focus{outline:none}#gf-popup-confirmation-modal::-webkit-scrollbar{width:8px}#gf-popup-confirmation-modal::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}#gf-popup-confirmation-modal::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}#gf-popup-confirmation-modal::-webkit-scrollbar-thumb:hover{background:#a8a8a8}