@keyframes flash-red{0%{color:#FF8CA6;text-shadow:0 0 8px rgba(237,112,136,.6)}50%{color:#F87294;text-shadow:0 0 4px rgba(237,112,136,.4)}to{color:#ED7088;text-shadow:none}}.flash-animation-red{animation:flash-red .2s ease-out forwards}@keyframes flash-green{0%{color:#7FFFDA;text-shadow:0 0 8px rgba(0,153,109,.6)}50%{color:#65F5C5;text-shadow:0 0 4px rgba(0,153,109,.4)}to{color:#00996D;text-shadow:none}}.flash-animation-green{animation:flash-green .2s ease-out forwards}@keyframes depth-expand{0%{width:0}}.depth-bar-animated{animation:depth-expand .3s ease-out}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.4}}.skeleton-pulse{animation:skeleton-pulse 1.2s ease-in-out infinite}@keyframes price-highlight{0%{background-color:rgba(255,255,255,.1)}to{background-color:transparent}}.price-highlight{animation:price-highlight .5s ease-out}.orderbook-row-hover{transition:background-color .15s ease}.orderbook-row-hover:hover{background-color:rgba(39,48,53,.5)}