.drag-active{position:relative}.playing-animation{display:flex;align-items:flex-end;height:16px;gap:2px}.playing-animation span{display:inline-block;width:3px;height:5px;background-color:#fff;border-radius:1px;animation:playing-animation .8s ease-in-out infinite}.playing-animation span:nth-child(2){animation-delay:.2s}.playing-animation span:nth-child(3){animation-delay:.4s}.flatline-animation{display:flex;align-items:center;height:16px;gap:2px}.flatline-animation span{display:inline-block;width:3px;height:2px;background-color:#fff;border-radius:1px}@keyframes playing-animation{0%,to{height:5px}50%{height:12px}}.fixed{transition:opacity .15s ease-in-out}