.pmx-orders-container{width:100%;padding:32px;box-sizing:border-box}.pmx-orders-container .pmx-orders{padding:32px 34px}.pmx-orders-container .pmx-orders .body{display:flex;flex-direction:column;box-sizing:border-box}.pmx-orders-container .pmx-orders .body .orders{box-sizing:border-box;display:grid;grid-template-columns:repeat(3,2fr);grid-template-rows:auto;width:100%;margin-top:24px;grid-column-gap:16px;column-gap:16px;grid-row-gap:16px;row-gap:16px}.pmx-orders-container .pmx-orders .body .orders .empty-box{grid-column:2;margin:auto}.pmx-orders-container .pmx-orders .body .filter-row{display:flex;width:100%;position:relative}.pmx-orders-container .pmx-orders .body .filter-row li,.pmx-orders-container .pmx-orders .body .filter-row ul{margin:0;list-style:none}.pmx-orders-container .pmx-orders .body .filter-row .pmx-button{margin-left:0;margin-right:auto;width:auto}.pmx-orders-container .pmx-orders .body .filter-row .pmx-button button{height:48px}.pmx-orders-container .pmx-orders .body .filter-row .pmx-button button span{font-size:14px}.pmx-orders-container .pmx-orders .body .tabs{width:auto;display:flex;flex-direction:column}.pmx-orders-container .pmx-orders .body .tabs .select-row{width:auto;display:flex;position:relative}.pmx-orders-container .pmx-orders .body .tabs .select-row span{width:68px;font-size:20px;font-weight:700;margin-right:64px;text-align:center;cursor:pointer}.pmx-orders-container .pmx-orders .body .tabs .select-row span:first-child{margin-right:0}.pmx-orders-container .pmx-orders .body .tabs .select-row .selector-underline{position:absolute;bottom:-21px;right:0;content:" ";display:block;width:68px;height:5px;border-radius:8px 8px 0 0;background:#3772ff}.pmx-orders-container .pmx-orders .body .tabs .select-row .selector-underline.Buy-active{transition:right .3s}.pmx-orders-container .pmx-orders .body .tabs .select-row .selector-underline.Sell-active{transition:right .3s;right:calc(50% - 34px)}.pmx-orders-container .pmx-orders .body .tabs .select-row .selector-underline.Trade-active{transition:right .3s;right:calc(100% - 68px)}.pmx-orders-container .pmx-orders .body .tabs .select-row span{opacity:.5}.pmx-orders-container .pmx-orders .body .tabs .select-row span.active{opacity:1}.pmx-orders-container .pmx-orders .body .divider{display:block;height:1px;width:100%;border-bottom:1px solid #f0f0f0;margin-top:20px}.pmx-orders-container .pmx-orders .head-row{width:100%;display:flex;justify-content:space-between;align-items:center}.pmx-orders-container .pmx-orders .head-row .filter-dropdown{position:absolute;top:66px;left:0;background:#fff;padding:10px;width:354px;border-radius:20px;border:1px solid #f0f0f0;display:flex;justify-content:space-between;flex-wrap:wrap;column-gap:8px;row-gap:8px;filter:drop-shadow(0 4px 10px rgba(0,0,0,.08))}@media(max-width:991.98px){.pmx-orders-container .pmx-orders .head-row .filter-dropdown{filter:unset}}.pmx-orders-container .pmx-orders .head-row .filter-dropdown li{display:flex;align-items:center;border-radius:8px;box-sizing:border-box;width:163px;height:35px;justify-content:center;font-weight:700;background:#f9fafe;padding:8px 16px;font-size:12px;transition:background .2s;cursor:pointer;white-space:nowrap}.pmx-orders-container .pmx-orders .head-row .filter-dropdown li:hover{background:#f5f8ff;transition:background .2s}@media(max-width:991.98px){.pmx-orders-container .pmx-orders .head-row .filter-dropdown{width:100%;height:300px;overflow-y:scroll;z-index:20;top:46px}.pmx-orders-container .pmx-orders .head-row .filter-dropdown li{width:100%}}.pmx-orders-container .pmx-orders .head-row h3{font-size:20px;font-weight:700}.pmx-orders-container .pmx-orders .head-row .search{display:flex;justify-content:end;align-items:center}.pmx-orders-container .pmx-orders .head-row .search .pmx-input{height:48px;padding:12px 16px}.pmx-orders-container .pmx-orders .head-row .search .pmx-input input{width:335px;max-width:unset}.pmx-orders-container .pmx-orders .head-row .search .search-buttons{display:flex}.pmx-orders-container .pmx-orders .head-row .search .search-buttons .pmx-button{margin-right:16px}.pmx-orders-container .pmx-orders .head-row .search .search-buttons .pmx-button button{width:96px;height:48px;padding:14px 16px;font-weight:700;border-radius:16px}.pmx-orders-container .pmx-orders .head-row .search .search-buttons .pmx-button button span{font-size:14px;white-space:nowrap}@media(max-width:991.98px){.pmx-orders-container .pmx-orders .head-row .search .search-buttons .pmx-button button{height:38px}.pmx-orders-container .pmx-orders .head-row .search{align-items:unset}}.pmx-orders-container .pmx-orders .head-row .order-state-button{display:flex;margin-left:unset;width:-moz-fit-content;width:fit-content}.pmx-orders-container .pmx-orders .head-row .order-state-button button{height:48px}.pmx-orders-container .pmx-orders .head-row .order-state-button button span{color:#000;font-size:14px;font-weight:600}@media(max-width:991.98px){.pmx-orders-container{width:100%;padding:24px;box-sizing:border-box}.pmx-orders-container .pmx-orders{padding:16px;width:100%}.pmx-orders-container .pmx-orders .head-row{flex-wrap:wrap}.pmx-orders-container .pmx-orders .head-row .filter-row{width:50%;margin-top:0}.pmx-orders-container .pmx-orders .head-row .filter-row .pmx-button button{height:40px}.pmx-orders-container .pmx-orders .head-row .filter-row .filter-dropdown{width:100%;height:300px;overflow-y:scroll;z-index:20;top:46px;filter:unset;padding:8px}.pmx-orders-container .pmx-orders .head-row .filter-row .filter-dropdown li{width:100%}.pmx-orders-container .pmx-orders .head-row h3{width:50%}.pmx-orders-container .pmx-orders .head-row .search{width:100%;margin-top:16px;box-sizing:border-box;justify-content:space-between}.pmx-orders-container .pmx-orders .head-row .search .pmx-input{height:38px;padding:10px;width:60%;margin:0}.pmx-orders-container .pmx-orders .head-row .search .pmx-input svg{width:18px;height:18px}}@media(max-width:991.98px)and (max-width:991.98px){.pmx-orders-container .pmx-orders .head-row .search .pmx-input{width:50%}}@media(max-width:991.98px){.pmx-orders-container .pmx-orders .head-row .search .pmx-button{margin-right:16px;margin-left:0;width:max-content}.pmx-orders-container .pmx-orders .head-row .search .pmx-button button{height:40px}.pmx-orders-container .pmx-orders .head-row .search .search-buttons{margin-top:5%;display:flex;flex-direction:column;gap:8px}}@media(max-width:991.98px)and (max-width:991.98px){.pmx-orders-container .pmx-orders .head-row .search .search-buttons{margin-top:unset}}@media(max-width:991.98px){.pmx-orders-container .pmx-orders .body .head-row{padding:0}.pmx-orders-container .pmx-orders .body .head-row a,.pmx-orders-container .pmx-orders .body .head-row h3{font-size:14px}.pmx-orders-container .pmx-orders .body .tabs{margin-top:32px;width:100%}.pmx-orders-container .pmx-orders .body .tabs .select-row{width:100%;justify-content:space-between}.pmx-orders-container .pmx-orders .body .tabs .select-row span{font-size:14px;margin-right:0}.pmx-orders-container .pmx-orders .body .tabs .select-row .selector-underline{width:57px;height:5px}.pmx-orders-container .pmx-orders .body .tabs .select-row .selector-underline.buy-active{right:0}.pmx-orders-container .pmx-orders .body .tabs .select-row .selector-underline.sell-active{right:calc(50% - 28.5px)}.pmx-orders-container .pmx-orders .body .tabs .select-row .selector-underline.exchange-active{right:calc(100% - 57px)}.pmx-orders-container .pmx-orders .body .tabs .divider{position:relative}.pmx-orders-container .pmx-orders .body .orders{margin-top:16px;grid-template-columns:auto;grid-template-rows:auto;row-gap:16px;column-gap:16px}.pmx-orders-container .pmx-orders .body .orders .empty-box{grid-column:1}.pmx-orders-container .pmx-orders>.divider{margin-top:24px}}