.dot-flashing{position:relative;width:10px;height:10px;border-radius:5px;background-color:#9880ff;color:#9880ff;animation:dot-flashing 1s linear infinite alternate;animation-delay:.5s}.dot-flashing:after,.dot-flashing:before{content:"";display:inline-block;position:absolute;top:0}.dot-flashing:before{left:-15px;animation:dot-flashing 1s infinite alternate;animation-delay:0s}.dot-flashing:after,.dot-flashing:before{width:10px;height:10px;border-radius:5px;background-color:#9880ff;color:#9880ff}.dot-flashing:after{left:15px;animation:dot-flashing 1s infinite alternate;animation-delay:1s}select{border:3px solid #a855f7;border-radius:5px;padding:5px}@keyframes dot-flashing{0%{background-color:#9880ff}50%,to{background-color:rgba(152,128,255,.2)}}.pulse{animation:pulse-animation 2s infinite}@keyframes pulse-animation{0%{box-shadow:0 0 0 0 rgba(0,0,0,.3)}to{box-shadow:0 0 0 20px transparent}}.scrollbar::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#f5f5f5}.scrollbar::-webkit-scrollbar{width:7px;background-color:#f5f5f5}.scrollbar::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#d9d9db}.h-scrollbar::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:#f5f5f5}.h-scrollbar::-webkit-scrollbar{height:7px;background-color:#f5f5f5}.h-scrollbar::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#d9d9db;border-bottom-left-radius:2px;border-bottom-right-radius:2px}