.order-book-container{width:100%;border-radius:0 0 5px 5px;padding-block-end:50px;background-color:#193049}.order-book-header{padding:4px 16px}.order-book-title{font-style:normal;font-weight:800;font-family:var(--font-auxiliary);font-size:15px;line-height:24px;color:#fff;margin:0;padding:0}.order-book-body{column-count:2;column-gap:0;border-top:1px solid rgba(255,255,255,.1)}.order-book-left{box-sizing:border-box;left:0}.order-book-left-header{text-align:end;padding:5px 12px}.order-book-right{box-sizing:border-box;left:0}.order-book-right-header{text-align:start;padding:5px 12px}.order-book-column-title{font-style:normal;font-weight:800;font-family:var(--font-auxiliary);font-size:12px;line-height:16px;color:#959dae}.order-book-item{display:flex;justify-content:space-between;align-items:center;padding:5px 12px;transition:all linear .3s;background-size:0}.order-book-items-container-left .order-book-item{padding-inline-start:16px;background:linear-gradient(90deg,rgba(19,218,90,.1),rgba(19,218,90,.1)) 100% 0 no-repeat}.order-book-items-container-right .order-book-item{padding-inline-end:16px;background:linear-gradient(90deg,rgba(255,80,80,.1),rgba(255,80,80,.1)) no-repeat}.order-book-volume{font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#fff}.order-book-price{font-style:normal;font-weight:400;font-size:12px;line-height:16px}.order-book-price-ask{color:#ff5050}.order-book-price-bid{color:#13da5a}[data-order-book=volume][data-order-book-direction=down]{animation:negative 1s ease}[data-order-book=volume][data-order-book-direction=up]{animation:positive 1s ease}.tick-green{animation:positiveColor 1s ease}.tick-red{animation:negativeColor 1s ease}@keyframes positive{from{background-color:rgba(19,218,90,.2)}to{background-color:transparent}}@keyframes negative{from{background-color:rgba(255,80,80,.2)}to{background-color:transparent}}@keyframes positiveColor{from{color:rgba(19,218,90,.2);color:#13da5a}to{color:transparent;color:#fff}}@keyframes negativeColor{from{color:rgba(255,80,80,.2);color:#ff5050}to{color:transparent;color:#fff}}