@keyframes loader-animation{0%{background:linear-gradient(90deg,hsla(0,0%,100%,.4),hsla(0,0%,100%,0),hsla(0,0%,100%,0))}50%{background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.4),hsla(0,0%,100%,0))}to{background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,0),hsla(0,0%,100%,.4))}}.p-multiselect-items-wrapper{position:relative;overflow:hidden}.p-multiselect-items-wrapper.loading:after{content:"";position:absolute;left:0;top:0;right:1rem;bottom:0;background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,0),hsla(0,0%,100%,.4));animation:loader-animation 1.2s infinite;z-index:1;cursor:wait}.button-wrapper{display:flex;color:#fff}.left-side{display:flex;flex-direction:column;justify-content:space-between}.left-side h4{font-size:14px;text-transform:uppercase;margin:0;opacity:.5}.center{padding:0 10px;height:40px;width:62px}.center h1{font-size:45px;line-height:.8;margin:0;font-weight:200}.right-side{display:flex;flex-direction:column;justify-content:flex-end}.red{background-color:#cd1c4a!important;border-color:#cd1c4a!important}.green{background-color:#0fab64!important}.statistic-container{display:grid;gap:1rem;grid-auto-rows:6.5rem;grid-template-columns:repeat(2,1fr);grid-template-areas:"balance open-pnl" "equity used-margin" "realized-pnl realized-pnl"}@media screen and (min-width:576px){.statistic-container{grid-template-columns:repeat(6,1fr);grid-template-areas:"balance balance open-pnl open-pnl equity equity" "used-margin used-margin used-margin realized-pnl realized-pnl realized-pnl"}}@media screen and (min-width:992px){.statistic-container{grid-template-columns:repeat(5,1fr);grid-template-areas:"balance open-pnl equity used-margin realized-pnl"}}.terminal-orders-table{display:flex;flex-direction:column}@media(hover:none),(pointer:coarse){.terminal-orders-table .pl-sum-info[title]{position:relative;display:flex;justify-content:center;z-index:1}.terminal-orders-table .pl-sum-info[title]:focus:after{content:attr(title);position:absolute;top:100%;right:0;color:#000;background-color:#fff;border:1px solid;max-width:80vw;width:max-content;padding:3px}}.terminal-orders-table tfoot td{border:none!important}.terminal-orders-table tfoot td .footer-paginator{position:absolute;top:50%;transform:translateY(-50%);padding:.25rem 0;font-weight:400}.jv-app-wrapper:not([dir=rtl]) .terminal-orders-table tfoot td .footer-paginator{left:2rem}.jv-app-wrapper[dir=rtl] .terminal-orders-table tfoot td .footer-paginator{right:2rem}.terminal-orders-table .p-paginator-bottom{display:none}.terminal-orders-table__footer{display:grid;align-items:center;justify-content:center;grid-template-areas:"close-button" "pl-summary" "paginator";column-gap:.5rem;row-gap:1.5rem;padding:1.5rem .5rem}@media only screen and (min-width:576px){.terminal-orders-table__footer{grid-template-areas:"close-button pl-summary" "paginator paginator";column-gap:2rem;row-gap:1.5rem;padding:1.5rem 2rem}}@media only screen and (min-width:992px){.terminal-orders-table__footer{justify-content:end;grid-template-areas:"paginator pl-summary close-button";grid-template-columns:1fr min-content min-content}}.terminal-orders-table__footer-paginator{grid-area:paginator;justify-content:center!important;padding:0!important}@media only screen and (min-width:992px){.terminal-orders-table__footer-paginator{justify-content:flex-start!important}}.terminal-orders-table__footer-pl-summary{grid-area:pl-summary;display:flex;align-items:center;justify-content:center;gap:.25rem}.terminal-orders-table__footer-close-button{grid-area:close-button}