.kk-popup:before{content:"";background-color:rgb(255 255 255 / .5);backdrop-filter:blur(2px);top:0;left:0;width:100%;height:100%;position:fixed;z-index:1001}.kk-popup .kk-popup-content{width:400px;max-width:95%;position:fixed;z-index:1001;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);animation:.5s cubic-bezier(.77,0,.175,1) zoom-in;border-radius:12px;background-color:var(--base-3);box-shadow:0 8px 60px 0 rgb(103 151 255 / .11),0 12px 90px 0 rgb(103 151 255 / .11);text-align:center;padding:40px 20px}.kk-popup .close-popup{position:absolute;right:-10px;top:-10px;width:32px;height:32px;cursor:pointer;background:#fff;border-radius:20px;box-shadow:0 2px 8px 0 rgb(103 151 255 / .09),0 4px 32px 0 rgb(103 151 255 / .09)}.kk-popup .close-popup:after,.kk-popup .close-popup:before{transform:rotate(45deg);position:absolute;content:"";height:18px;width:3px;border-radius:var(--round-border);background-color:var(--contrast);right:14px;top:7px}.kk-popup .close-popup:after{transform:rotate(-45deg)}#submit-feedback{margin-top:12px;font-weight:700;border-radius:12px;box-shadow:0 4px 7px -1px rgb(0 0 0 / 11%),0 2px 4px -1px rgb(0 0 0 / 7%)}#submit-feedback[disabled]{cursor:not-allowed;opacity:.5}@keyframes zoom-in{0%{opacity:0;transform:translateY(-50%) translateX(-50%) scale(.9)}100%{opacity:1;transform:translateY(-50%) translateX(-50%) scale(1)}}@keyframes heartPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.2)}}.kk-content a{background:linear-gradient(45deg,#e74c3c,#c0392b);color:#fff;margin:4px;padding:6px 20px;font-weight:700;border-radius:20px;cursor:pointer}