#survey-container{z-index:9999;opacity:0;animation:.5s .3s forwards surveyFadeIn;position:fixed;bottom:25px;right:25px;transform:translateY(20px)}@keyframes surveyFadeIn{to{opacity:1;transform:translateY(0)}}#survey-container:empty{display:none}#survey-container .survey-form{margin:0;padding:0}#survey-container .survey-box{background:#fff;border:2px solid #000;border-radius:12px;width:380px;max-width:90vw;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;transform:scale(1);box-shadow:0 12px 30px #00000026,0 2px 8px #00000014}#survey-container .survey-box:hover{transform:scale(1.01);box-shadow:0 16px 40px #0000002e,0 4px 12px #0000001a}#survey-container .survey-close-btn{cursor:pointer;z-index:10;background-color:#f1f1f1;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;padding:0;transition:background-color .2s;display:flex;position:absolute;top:3px;right:3px;box-shadow:0 2px 4px #0000001a}#survey-container .survey-close-btn:hover{background-color:#e0e0e0}#survey-container .survey-close-btn:before,#survey-container .survey-close-btn:after{content:"";transform-origin:50%;background-color:#555;width:12px;height:2px;position:absolute}#survey-container .survey-close-btn:before{transform:rotate(45deg)}#survey-container .survey-close-btn:after{transform:rotate(-45deg)}#survey-container .survey-question{color:#1e293b;margin-bottom:10px;padding:24px 24px 15px;font-size:17px;font-weight:600;line-height:1.5;position:relative}#survey-container .survey-question:after{content:"";background-color:#333;border-radius:2px;width:40px;height:4px;margin-top:15px;display:block}#survey-container .rating-section{padding:16px 24px}#survey-container .rating-options{margin-bottom:12px}#survey-container .rating-options-emoji{justify-content:space-between;gap:10px;display:flex}#survey-container .rating-options-emoji button{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:10px;flex:1;padding:10px;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}#survey-container .rating-options-emoji button:hover{background-color:#f8fafc;border-color:#cbd5e1;transform:translateY(-4px)scale(1.05);box-shadow:0 6px 12px #0000000d}#survey-container .rating-options-emoji button[data-attr-selected=true],#survey-container .rating-options-emoji button.rating-active{background-color:#00000014;border-color:#333;position:relative;transform:translateY(-2px)scale(1.03);box-shadow:0 4px 10px #0003}#survey-container .rating-options-emoji button[data-attr-selected=true]:after,#survey-container .rating-options-emoji button.rating-active:after{content:"";color:#fff;background-color:#509820;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:12px;display:flex;position:absolute;top:-6px;right:-6px;box-shadow:0 2px 4px #0003}#survey-container .rating-options-emoji button[data-attr-selected=true]:before,#survey-container .rating-options-emoji button.rating-active:before{content:"✓";color:#fff;z-index:1;justify-content:center;align-items:center;width:18px;height:18px;font-size:12px;display:flex;position:absolute;top:-6px;right:-6px}#survey-container .rating-text{color:#64748b;justify-content:space-between;padding:0 6px;font-size:12px;font-weight:500;display:flex}#survey-container .emoji-svg{width:32px;height:32px;margin:0 auto;transition:transform .2s;display:block}#survey-container .rating-options-emoji button:hover .emoji-svg{transform:scale(1.1)}#survey-container .bottom-section{padding:14px 24px 24px}#survey-container .buttons{margin-bottom:12px}#survey-container .form-submit{color:#fff;cursor:pointer;background-color:#333;border:none;border-radius:8px;width:100%;padding:12px 18px;font-size:14px;font-weight:600;transition:all .2s;box-shadow:0 4px 10px #0003}#survey-container .form-submit:hover{background-color:#555;transform:translateY(-2px);box-shadow:0 6px 14px #0000004d}#survey-container .form-submit:active{transform:translateY(0)}#survey-container .form-submit:disabled{cursor:not-allowed;box-shadow:none;background-color:#ccc;transform:none}#survey-container .footer-branding{color:#94a3b8;opacity:.8;justify-content:center;align-items:center;padding-top:10px;font-size:12px;text-decoration:none;transition:opacity .2s;display:flex}#survey-container .footer-branding:hover{opacity:1}#survey-container .footer-branding svg{height:14px;margin-left:5px}#survey-container .thank-you-message{background:#fff;border:2px solid #000;border-radius:12px;width:380px;max-width:90vw;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:transform .2s,box-shadow .2s;animation:.5s forwards thankYouFadeIn;position:relative;overflow:hidden;transform:scale(1);box-shadow:0 12px 30px #00000026,0 2px 8px #00000014}@keyframes thankYouFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}#survey-container .thank-you-message-container{text-align:center;padding:28px 24px}#survey-container .thank-you-message-header{color:#1e293b;background-color:#f8f9fa;border-left:4px solid #509820;border-right:4px solid #509820;border-radius:10px;margin-bottom:18px;padding:12px 15px;font-size:20px;font-weight:600;display:inline-block;position:relative;box-shadow:0 2px 5px #0000000d}#survey-container .thank-you-message-body{color:#64748b;padding:0 15px;font-size:15px;line-height:1.5}#survey-container .thank-you-close-btn{cursor:pointer;z-index:10;background-color:#f1f1f1;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;padding:0;transition:background-color .2s;display:flex;position:absolute;top:3px;right:3px;box-shadow:0 2px 4px #0000001a}#survey-container .thank-you-close-btn:hover{background-color:#e0e0e0}#survey-container .thank-you-close-btn:before,#survey-container .thank-you-close-btn:after{content:"";transform-origin:50%;background-color:#555;width:12px;height:2px;position:absolute}#survey-container .thank-you-close-btn:before{transform:rotate(45deg)}#survey-container .thank-you-close-btn:after{transform:rotate(-45deg)}#survey-container .multiple-choice-options{margin-bottom:20px;padding:24px 24px 15px}#survey-container .multiple-choice-options.limit-height{scrollbar-width:thin;scrollbar-color:#d1d5db transparent;max-height:220px;margin-bottom:15px;overflow-y:auto}#survey-container .multiple-choice-options.limit-height::-webkit-scrollbar{width:6px}#survey-container .multiple-choice-options.limit-height::-webkit-scrollbar-track{background:0 0}#survey-container .multiple-choice-options.limit-height::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:20px}#survey-container .choice-option{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:10px;align-items:center;margin-bottom:10px;padding:0 10px 0 0;transition:all .25s;display:flex;position:relative}#survey-container .choice-option:hover{background-color:#f8fafc;border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 10px #0000000d}#survey-container .choice-option input[type=radio]{opacity:0;width:0;height:0;position:absolute}#survey-container .choice-option label{color:#1e293b;cursor:pointer;flex-grow:1;align-items:center;width:100%;padding:12px 16px;font-size:15px;font-weight:500;display:flex}#survey-container .choice-check{opacity:0;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;margin-left:auto;transition:all .2s cubic-bezier(.175,.885,.32,1.275);display:flex;transform:scale(.8)}#survey-container .choice-option input[type=radio]:checked+label{color:#333;font-weight:600}#survey-container .choice-option input[type=radio]:checked~.choice-check{opacity:1;color:#509820;transform:scale(1)}#survey-container .choice-option input[type=radio]:checked~.choice-check svg{animation:.3s cubic-bezier(.65,0,.45,1) forwards checkmark}#survey-container .choice-option input[type=radio]:checked+label+.choice-check{background-color:#5098201a}#survey-container .choice-option:has(input[type=radio]:checked){background-color:#50982008;border-color:#509820;box-shadow:0 3px 8px #5098201a}@keyframes checkmark{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}
