.ny-bot-message .ny-csat{background:var(--ny-input-bg);border-radius:20px;align-items:center;gap:6px;padding:3px 6px;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}#ny-chatbot-container .ny-csat-label{color:var(--ny-bot-msg-text);white-space:nowrap;padding:0 4px;font-size:9px;font-weight:500}#ny-chatbot-container .ny-csat-buttons{gap:4px;display:flex}#ny-chatbot-container .ny-csat-btn{all:unset;cursor:pointer;width:16px;height:16px;box-shadow:none;background:#fff0;border-radius:50%;outline:0;justify-content:center;align-items:center;min-width:16px;max-width:16px;min-height:16px;max-height:16px;margin:0;padding:0;line-height:1;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}#ny-chatbot-container .ny-csat-btn:before{content:"";border-radius:50%;position:absolute;inset:0}#ny-chatbot-container .ny-csat-icon{stroke-width:2.2px;z-index:1;fill:none;width:14px;height:14px;transition:all .2s cubic-bezier(.4,0,.2,1);display:block;position:relative}#ny-chatbot-container .ny-csat-text{display:none}#ny-chatbot-container .ny-csat-like:hover .ny-csat-icon{transform:scale(1.15)rotate(-8deg)}#ny-chatbot-container .ny-csat-like:active{transform:scale(.95)}#ny-chatbot-container .ny-csat-dislike:hover .ny-csat-icon{transform:scale(1.15)rotate(8deg)}#ny-chatbot-container .ny-csat-dislike:active{transform:scale(.95)}#ny-chatbot-container .ny-csat-loading{opacity:.5;pointer-events:none}#ny-chatbot-container .ny-csat-loading .ny-csat-icon{animation:1.2s ease-in-out infinite ny-csat-pulse}@keyframes ny-csat-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}#ny-chatbot-container .ny-csat-btn.ny-csat-selected{pointer-events:none}