.send-filled{display:inline-block;width:16px;height:16px;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cpath id='lsiconSendFilled0' d='M12.97 2.67a.5.5 0 0 0-.64-.64l-11 4a.5.5 0 0 0-.016.934l4.433 1.773l2.9-3.09l.707.707l-2.98 3.176l1.662 4.156a.5.5 0 0 0 .934-.015z'/%3E%3C/defs%3E%3Cg fill='%23000' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cuse href='%23lsiconSendFilled0'/%3E%3Cuse href='%23lsiconSendFilled0'/%3E%3C/g%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.send-button{display:flex;align-items:center;font-size:1rem;font-weight:600;gap:15px;color:var(--action-btn);cursor:pointer;overflow:hidden}.send-button .sendIcon{width:23px;height:23px}.sendButton .send-button .sendIcon{transition:transform .3s ease}.sendButton:hover .send-button .sendIcon{transform:translate(4px,-4px)}.send-button .sendAnimation{animation:sendAni 2s ease}@keyframes sendAni{0%{transform:translate(0);opacity:1}40%{transform:translate(100px,-100px);opacity:0}70%{transform:translate(-100px,100px);opacity:0}to{transform:translate(0)}}.switch{position:relative;display:inline-block;width:44px;height:20px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s}.slider:before{position:absolute;content:"";height:12px;width:12px;bottom:4px;margin-inline:1px;background-color:#fff;transition:.4s}input:checked+.slider{background-color:#2196f3}input:checked+.slider:before{transform:translate(26px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}
