@keyframes custom-pulse{0%{transform:scale(1)}50%{transform:scale(var(--to-scale))}to{transform:scale(1)}}@keyframes fill-to{to{fill:var(--fill-to)}}@keyframes bg-to{to{background-color:var(--bg-to)}}@keyframes border-to{to{border-color:var(--border-to)}}.select-scrollbar::-webkit-scrollbar{width:20px}.select-scrollbar::-webkit-scrollbar-thumb{background-color:#666;background-clip:content-box;border:8px solid #0000;border-radius:32px;min-height:28px}.no-scrollbar::-webkit-scrollbar{width:0}
