:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_e8ce0c{font-family:Inter,Inter Fallback;font-style:normal}.__variable_e8ce0c{--font-inter:"Inter","Inter Fallback"}.w-split{height:100%;display:flex;flex-direction:row;--w-split-bar-shadow:#d5d5d5;--w-split-bar-shadow-disable:#d5d5d5}.w-split-bar{z-index:10;position:relative;justify-content:center;display:flex;background:var(--w-split-bar-background,#f8f8f9);-webkit-user-select:none;-moz-user-select:none;user-select:none}.w-split-bar:after,.w-split-bar:before{content:"";display:block}.w-split-bar.disable{pointer-events:none;cursor:not-allowed!important}.w-split-bar:hover:not(.disable){transition:background-color .3s;background:var(--w-split-bar-hover-background,#ecf7ff)}.w-split.dragging .w-split-pane{position:relative}.w-split.dragging .w-split-pane:before{content:"";display:block;position:absolute;height:100%;width:100%;z-index:10}.w-split>.w-split-pane{transform:none}.w-split:not(.dragging)>.w-split-pane{transition:all .3s}.w-split-horizontal>.w-split-bar{cursor:col-resize;width:5px;flex-direction:column;box-shadow:inset 1px 0 0 0 var(--w-split-bar-shadow),1px 0 0 0 var(--w-split-bar-shadow)}.w-split-horizontal>.w-split-bar:after,.w-split-horizontal>.w-split-bar:before{height:3px;width:100%;box-shadow:inset 0 1px 0 0 var(--w-split-bar-shadow),0 1px 0 0 var(--w-split-bar-shadow)}.w-split-horizontal>.w-split-bar:before{margin-top:-1px}.w-split-horizontal>.w-split-bar:after{margin-top:3px}.w-split-horizontal>.w-split-bar.disable{box-shadow:inset 1px 0 0 0 var(--w-split-bar-shadow-disable),1px 0 0 0 var(--w-split-bar-shadow-disable)!important}.w-split-vertical{flex-direction:column}.w-split-vertical>.w-split-bar{cursor:row-resize;width:100%;height:5px;align-items:center;flex-direction:row;box-shadow:inset 0 1px 0 0 var(--w-split-bar-shadow),0 1px 0 0 var(--w-split-bar-shadow)}.w-split-vertical>.w-split-bar.disable{box-shadow:inset 0 1px 0 0 var(--w-split-bar-shadow-disable),0 1px 0 0 var(--w-split-bar-shadow-disable)!important}.w-split-vertical>.w-split-bar:after,.w-split-vertical>.w-split-bar:before{height:100%;width:3px;box-shadow:inset 1px 0 0 0 var(--w-split-bar-shadow),1px 0 0 0 var(--w-split-bar-shadow)}.w-split-vertical>.w-split-bar:before{margin-left:-1px}.w-split-vertical>.w-split-bar:after{margin-left:3px}.w-split-large-bar div{position:absolute;left:0;right:0;bottom:0;top:0}.w-split-horizontal>.w-split-line-bar:hover:before,.w-split-vertical>.w-split-line-bar:hover:before{background:var(--w-split-line-bar-hover-border-color,#008ef0)}.w-split-vertical>.w-split-line-bar{height:1px}.w-split-vertical>.w-split-line-bar div{cursor:row-resize;width:100%;height:8px;margin-top:-2px;margin-bottom:-2px}.w-split-vertical>.w-split-line-bar div:active,.w-split-vertical>.w-split-line-bar div:focus,.w-split-vertical>.w-split-line-bar div:hover{margin-top:-6px;margin-bottom:-6px;height:6px}.w-split-vertical>.w-split-line-bar div:active:after,.w-split-vertical>.w-split-line-bar div:focus:after,.w-split-vertical>.w-split-line-bar div:hover:after{background:var(--w-split-line-bar-active-background,#008ef0)}.w-split-vertical>.w-split-line-bar div:after{height:1px;width:100%}.w-split-horizontal>.w-split-line-bar{width:1px}.w-split-horizontal>.w-split-line-bar div{cursor:col-resize;height:100%;width:8px;margin-left:-2px;margin-right:-2px}.w-split-horizontal>.w-split-line-bar div:active,.w-split-horizontal>.w-split-line-bar div:focus,.w-split-horizontal>.w-split-line-bar div:hover{margin-left:-6px;margin-right:-6px;width:6px}.w-split-horizontal>.w-split-line-bar div:active:after,.w-split-horizontal>.w-split-line-bar div:focus:after,.w-split-horizontal>.w-split-line-bar div:hover:after{background:var(--w-split-line-bar-active-background,#008ef0)}.w-split-horizontal>.w-split-line-bar div:after{width:1px;height:100%}.w-split-horizontal>.w-split-line-bar,.w-split-vertical>.w-split-line-bar{flex-direction:inherit}.w-split-horizontal>.w-split-line-bar:before,.w-split-vertical>.w-split-line-bar:before{display:none}.w-split-horizontal>.w-split-line-bar div,.w-split-vertical>.w-split-line-bar div{position:relative;display:flex;align-items:center;justify-content:center}.w-split-horizontal>.w-split-line-bar div:after,.w-split-vertical>.w-split-line-bar div:after{content:"";display:block;background-color:var(--w-split-line-bar-background,#d5d5d5)}.w-split-line-bar{background:transparent}.w-split-line-bar,.w-split-line-bar:before{box-shadow:inset 0 0 0 0!important}.w-split-line-bar:after{display:none}:root{--primaryLight:#f7f4f0;--primaryMain:#e9e4de;--primaryDark:#b37350;--white:#fff;--grey50:#f2f2f2;--grey100:#d8d8d8;--grey200:#bfbfbf;--grey300:#a5a5a5;--grey400:#8c8c8c;--grey500:#727272;--grey600:#595959;--grey700:#3f3f3f;--grey800:#262626;--grey900:#413a36;--errorDark:#de4242;--darkBrown:#322b27;--success:#00b59f;--info:#7239ea;--blue:#3b88e9;--warning:#ffc700;--danger:red;--badge-purple-bg:#9162c025;--badge-green-bg:#449d5d25;--badge-amber-bg:#d1772425;--badge-blue-bg:#3b88e925;--badge-purple-fg:#9162c0;--badge-green-fg:#449d5d;--badge-amber-fg:#d17724;--badge-blue-fg:#3b88e9;--orderly-font-family:"Inter",sans-serif}.orderly-bg-primary{background-color:var(--primaryDark)!important}.orderly-text-primary{color:var(--primaryDark)!important}.orderly-border-primary{border-color:var(--primaryDark)!important}:root:has(.dark){--orderly-color-primary:179 115 80;--orderly-color-primary-light:233 228 222;--orderly-color-primary-darken:179 115 80;--orderly-color-primary-contrast:247 244 240;--orderly-color-link:179 115 80;--orderly-color-secondary:255 255 255;--orderly-color-tertiary:218 218 218;--orderly-color-quaternary:218 218 218;--orderly-color-danger:232 88 175;--orderly-color-danger-light:255 103 191;--orderly-color-danger-darken:199 68 146;--orderly-color-danger-contrast:255 255 255;--orderly-color-success:3 152 134;--orderly-color-success-light:0 181 159;--orderly-color-success-darken:0 119 105;--orderly-color-success-contrast:255 255 255;--orderly-color-warning:255 207 115;--orderly-color-warning-light:255 207 115;--orderly-color-warning-darken:117 88 33;--orderly-color-warning-contrast:255 255 255;--orderly-color-fill:36 32 47;--orderly-color-fill-active:40 46 58;--orderly-color-base-100:242 242 242;--orderly-color-base-200:216 216 216;--orderly-color-base-300:165 165 165;--orderly-color-base-400:140 140 140;--orderly-color-base-500:114 114 114;--orderly-color-base-600:89 89 89;--orderly-color-base-700:63 63 63;--orderly-color-base-800:61 61 61;--orderly-color-base-900:38 38 38;--orderly-bg-base-900:38 38 38;--orderly-color-base-foreground:255 255 255;--orderly-color-trading-loss:255 103 194;--orderly-color-trading-loss-contrast:255 103 194;--orderly-color-trading-profit:0 181 159;--orderly-color-trading-profit-contrast:0 181 159;--orderly-rounded:6px;--orderly-rounded-sm:4px;--orderly-rounded-lg:8px;--orderly-rounded-full:9999px;--orderly-button-shadow:none;--orderly-font-size-4xs:11px;--orderly-font-size-3xs:12px;--orderly-font-size-2xs:13px;--orderly-font-size-xs:14px;--orderly-font-size-sm:15px;--orderly-font-size-base:16px;--orderly-font-size-lg:18px;--orderly-font-size-xl:20px;--orderly-font-size-2xl:24px;--orderly-font-size-3xl:30px;--orderly-font-size-4xl:36px;--orderly-color-divider:63 63 63;--orderly-font-family:"Inter",sans-serif;--account-center-z-index:9999}:root:has(.light){--orderly-color-primary:182 79 255;--orderly-color-primary-light:208 140 255;--orderly-color-primary-darken:152 62 214;--orderly-color-primary-contrast:255 255 255;--orderly-color-link:182 79 255;--orderly-color-secondary:255 255 255;--orderly-color-tertiary:218 218 218;--orderly-color-quaternary:218 218 218;--orderly-color-danger:232 88 175;--orderly-color-danger-light:255 103 191;--orderly-color-danger-darken:199 68 146;--orderly-color-danger-contrast:255 255 255;--orderly-color-success:3 152 134;--orderly-color-success-light:0 181 159;--orderly-color-success-darken:0 119 105;--orderly-color-success-contrast:255 255 255;--orderly-color-warning:255 207 115;--orderly-color-warning-light:255 207 115;--orderly-color-warning-darken:117 88 33;--orderly-color-warning-contrast:255 255 255;--orderly-color-fill:36 32 47;--orderly-color-fill-active:40 46 58;--orderly-color-base-100:223 206 206;--orderly-color-base-200:255 255 255;--orderly-color-base-300:237 237 237;--orderly-color-base-400:207 207 207;--orderly-color-base-500:130 130 130;--orderly-color-base-600:165 165 165;--orderly-color-base-700:191 191 191;--orderly-color-base-800:216 216 216;--orderly-color-base-900:242 242 242;--orderly-color-base-foreground:38 38 38;--orderly-color-trading-loss:255 103 194;--orderly-color-trading-loss-contrast:255 103 194;--orderly-color-trading-profit:0 181 159;--orderly-color-trading-profit-contrast:0 181 159;--orderly-rounded:6px;--orderly-rounded-sm:4px;--orderly-rounded-lg:8px;--orderly-rounded-full:9999px;--orderly-button-shadow:none;--orderly-font-size-4xs:11px;--orderly-font-size-3xs:12px;--orderly-font-size-2xs:13px;--orderly-font-size-xs:14px;--orderly-font-size-sm:15px;--orderly-font-size-base:16px;--orderly-font-size-lg:18px;--orderly-font-size-xl:20px;--orderly-font-size-2xl:24px;--orderly-font-size-3xl:30px;--orderly-font-size-4xl:36px;--orderly-color-divider:216 216 216;--orderly-font-family:"Inter",sans-serif;--account-center-z-index:9999}.custom-date-range #orderly-data-picker-trigger{height:30px!important;border-radius:6px!important}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.messenger-icon{position:absolute;height:100px;width:100px;display:flex;justify-content:center;align-items:center;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:100px;background-color:var(--primary);transform-origin:center;animation:scalePing 1.5s cubic-bezier(0,0,.2,1) infinite}@keyframes scalePing{0%{transform:scale(1);opacity:1;transform:translate(-50%,-50%)}25%{transform:scale(1.1);opacity:.7;transform:translate(-50%,-50%)}75%,to{transform:scale(2);opacity:0;transform:translate(-50%,-50%)}}@font-face{font-family:var(--font-family-base);src:url(/_next/static/media/Tahoma_Regular.fa197ce3.ttf);weight:400}@font-face{font-family:var(--font-family-base);src:url(/_next/static/media/Tahoma_Bold.90368ad5.TTF);weight:600}body,html{color:var(--grey900)}.light div p,.light h1,.light h2,.light h3,.light h4,.light h5,.light span,body,html,label{font-family:var(--orderly-font-family)!important}a{color:inherit!important}input[type=number]{-moz-appearance:textfield}::-webkit-scrollbar{display:none}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.toast-success{color:var(--white);background-color:var(--success)}.toast-error{background-color:var(--danger);color:var(--white)}.toast-warning{background-color:var(--warning);color:var(--white)}.apply-common-tooltip div{color:#20222b!important}.tcmp-orderbook #orderly-order-book-depth,.tradingview-widget-copyright{display:none!important}.orderly-select .orderly-select-btn,.orderly-select .orderly-select-none{height:28px!important}.pointer{cursor:pointer}.table-header-custom{padding-left:16px!important;padding-top:12px!important;padding-bottom:12px!important}.z-indexed.svelte-w5zexe{z-index:99999!important}.menu-form-control{margin-top:6px;box-shadow:none!important}.MuiDialog-root{z-index:1300!important}@media screen and (max-width:992px){.MuiDialog-root{z-index:1300!important}.MuiDialog-root .MuiPaper-root{width:calc(100% - 16px)!important}}.svelte-obaru3{display:none!important}.menu-form-control .MuiPaper-root{box-shadow:none;margin-top:6px}.menu-form-control .MuiList-root{max-height:200px;margin-top:0!important;padding-top:0!important}.menu-form-control .MuiList-root .MuiButtonBase-root{min-width:100px!important;height:32px!important;min-height:32px}.light .orderly-dialog-content{background-color:var(--white)!important}.light .orderly-dialog-content .orderly-dialog-header,.light .orderly-dialog-content .orderly-px-5{padding-left:10px;padding-right:10px}.light .orderly-dialog-content .orderly-dialog-header h2{color:var(--grey800)!important}.light .orderly-dialog-content .orderly-dialog-close svg{fill:var(--grey800)}.line-no-data .recharts-line{display:none!important}div[data-radix-menu-content]{max-height:400px;overflow-y:auto!important}.orderly-input-container.orderly-color-base-900{background-color:#e9e4de!important}.light .orderly-border-divider{border-color:var(--grey50)!important}.orderly-text-trade-loss{color:var(--errorDark)!important}.orderly-input-container.orderly-outline-primary{outline:none!important}.dark.market-popup .orderly-border-divider{margin:0!important;border-color:var(--grey600)!important}.dark.market-popup .orderly-input-container{background-color:var(--grey700)!important}.dark.market-popup span{color:var(--grey50)}.market-popup #orderly-markets-sheet-title{padding-top:4px;padding-bottom:10px}.market-popup .orderly-py-\[16px\]{padding:0!important}.market-popup .orderly-space-y-\[16px\]>:not([hidden])~:not([hidden]){margin-top:6px;margin-bottom:6px}.light.market-popup .orderly-border-divider{margin:0!important}.light.market-popup .orderly-text-base-contrast,.light.market-popup .orderly-text-base-contrast-36{color:var(--grey900)}.light.market-popup .orderly-text-base-contrast-54{color:var(--grey600)}.light.market-popup .orderly-input-container{background-color:var(--primaryLight)!important}.light.market-popup .orderly-input-container.orderly-color-base-900{background-color:#e9e4de!important}.light.market-popup .orderly-input-container.orderly-outline-primary{outline-color:var(--primaryMain)}.light.market-popup .orderly-input-container input,.light.market-popup .orderly-input-container svg{color:var(--grey900)}.light.market-popup .orderly-input-container input::-webkit-input-placeholder{color:var(--grey500)}.dark .MuiTableCell-root{color:var(--grey50)}.orderly-dialog-content{background-color:var(--grey800)!important}.orderly-dialog-content .orderly-dialog-title{color:var(--grey50)!important}.Mui-focused:not(.Mui-error) .MuiOutlinedInput-notchedOutline{transition:all .2s;border:2px solid var(--badge-blue-fg)!important;border-radius:12px!important}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 30px transparent!important}input:-webkit-autofill{-webkit-text-fill-color:transparent!important}.MuiInputAdornment-positionEnd button{margin-right:-8px!important}.MuiInputAdornment-positionEnd button svg{width:.8em;height:.8em}.MuiFilledInput-underline{background-color:#fff!important}.MuiFilledInput-underline:hover:before{border-bottom:0!important}.dark .MuiOutlinedInput-root{background-color:var(--darkBrown)!important;color:#fff!important}.dark .MuiOutlinedInput-notchedOutline{border-color:var(--grey900)!important}.MuiChip-filledTonalSuccess{background-color:color-mix(in srgb,var(--success),transparent 80%)!important}.MuiChip-filledTonalSuccess span{color:var(--success)!important}.main-select{height:30px!important;border:1px solid!important;border-color:inherit!important}.main-select .orderly-text-3xs{font-size:11px!important}.orderly-tab-header-orderbook{height:60px!important}.MuiTableCell-sizeSmall{font-size:12px!important}.MuiTableCell-sizeSmall .MuiTypography-root{font-size:12px}.MuiTableCell-body{font-weight:600!important}.MuiTableCell-body,.MuiTableRow-root{min-height:45px!important}.MuiTableCell-head{white-space:nowrap!important}.position-head{padding-bottom:6px!important}.position-head .orderly-relative{display:none!important}.position-head #orderly-data-list-positions-header{max-width:220px!important}.position-head #orderly-data-list-positions-header .orderly-text-base-contrast-36{color:var(--grey400)}.position-head #orderly-data-list-positions-header .orderly-text-3xs{font-size:16px!important}.position-head .orderly-bg-base-900{background-color:var(--primaryLight)}.position-head .orderly-data-list-filter{display:none!important}.position-head .orderly-px-4{padding:0!important}.dark .position-head .orderly-bg-base-900,.orderly-bg-base-900{background-color:transparent!important}.portfolio .orderly-app-trading-header,.portfolio .orderly-fixed{display:none!important}.portfolio .orderly-tabular-nums{height:100%!important;max-width:100%!important}.portfolio .orderly-h-\[100vh\]{height:100%!important}.portfolio .orderly-pb-\[300px\]{padding-bottom:0!important}.portfolio .orderly-ui-table-tr{cursor:pointer;transition:.6s}.portfolio .orderly-ui-table-tr:hover{background-color:var(--grey100)!important}.portfolio .active{font-weight:700!important}.portfolio .orderly-tab-item.orderly-text-base-contrast,.portfolio .orderly-text-base-contrast-54{color:var(--grey900)!important}.portfolio .orderly-text-base-contrast-36{color:var(--grey700)!important}.portfolio .active:after{background-color:var(--grey900)!important}.portfolio .orderly-text-base-contrast-80{color:var(--grey900)!important}.dark .portfolio .orderly-tab-item.orderly-text-base-contrast{color:var(--white)!important}.dark .portfolio .orderly-tab-item.orderly-text-base-contrast-36{color:var(--grey200)!important}.dark .portfolio .active:after{background-color:var(--white)!important}.dark .portfolio .orderly-text-base-contrast,.dark .portfolio .orderly-text-base-contrast-54{color:var(--white)!important}.dark .portfolio .orderly-ui-table-tr .orderly-ui-table-td .orderly-text-base-contrast-80,.dark .portfolio .orderly-ui-table-tr .orderly-ui-table-td .orderly-text-base-contrast-80 span,.dark .portfolio .orderly-ui-table-tr .orderly-ui-table-td .orderly-text-base-contrast-98{color:var(--grey100)!important}.dark .portfolio .orderly-ui-table-tr:hover{background-color:var(--grey900)!important}.dark .portfolio .orderly-border-b-divider{border-color:var(--grey600)!important}.dark .data-list-view .orderly-border-b-divider,.dark .data-list-view .orderly-border-divider{border-color:var(--grey700)!important}.dark .data-list-view .orderly-ui-table-thead thead td button span{color:var(--grey200)!important}.dark .data-list-view .orderly-ui-table-td{background-color:var(--grey800)!important}.dark .data-list-view .orderly-ui-table-td span{color:var(--white)}.dark .data-list-view .orderly-ui-table-td .orderly-text-warning{color:rgb(var(--orderly-color-warning)/var(--tw-text-opacity))!important}.dark .data-list-view .orderly-ui-table-td .orderly-text-trade-profit{color:rgb(var(--orderly-color-trading-profit)/var(--tw-text-opacity))!important}.dark .data-list-view .orderly-ui-table-td .orderly-input-container{background-color:#333!important;border:1px solid var(--grey700)!important}.dark .data-list-view .orderly-ui-table-tr{cursor:pointer;transition:.6s}.dark .data-list-view .orderly-ui-table-tr:hover{background-color:var(--grey100)!important}.dark .tabs-list,.dark .tabs-list button{white-space:nowrap!important}.dark .tabs-list [data-active=true]{background-color:var(--grey900)!important}.dark .orderly-bg-base-800,.dark .orderly-bg-base-900{background-color:var(--grey800)!important}.dark .orderly-bg-base-600{background-color:var(--grey700)!important}.dark .data-list-view .orderly-grid{border:1px solid var(--grey700)!important}.mobile.data-list-view .orderly-tab-header{overflow-y:auto!important}.light [data-radix-popper-content-wrapper] .orderly-bg-base-600{background-color:var(--white)!important}.light .data-list-view .orderly-grid{background-color:var(--primaryLight)!important;border:1px solid var(--grey50)!important}.light .data-list-view .orderly-bg-base-600[type=button]{background-color:var(--primaryMain)!important}.light .tabs-list [data-active=true]{background-color:var(--primaryLight)!important;color:var(--grey800)!important}.light .tabs-list [data-active=false]{color:var(--grey600)!important}.light .orderly-border-b-divider{border-color:var(--primaryMain)}.light .orderly-border-divider{border-color:var(--primaryMain)!important}.light .orderly-ui-table-td{background-color:var(--primaryLight)!important}.light .orderly-ui-table-td span{color:var(--grey700)}.light .orderly-ui-table-td .orderly-text-warning{color:rgb(var(--orderly-color-warning)/var(--tw-text-opacity))!important}.light .orderly-ui-table-td .orderly-text-trade-profit{color:rgb(var(--orderly-color-trading-profit)/var(--tw-text-opacity))!important}.light .orderly-ui-table-td .orderly-input-container{background-color:rgba(38,38,38,.039)!important;border:1px solid var(--grey100)!important}.light .orderly-bg-base-900{background-color:var(--primaryLight)}.light .orderly-group:hover .group-hover\:\!orderly-bg-base-800{transition:.6s;background-color:var(--primaryMain)!important;cursor:pointer}.data-list-view .orderly-tab-header{padding:0!important;border:0!important}.data-list-view .orderly-tab-header .orderly-h-\[48px\]{height:auto!important}.tabs-list{gap:2px!important}.tabs-list button{height:34px!important;font-size:12px!important;border-radius:8px!important;padding-left:10px;padding-right:10px;font-weight:500!important;white-space:nowrap!important;flex-shrink:0!important}.tabs-list [data-active=true]{background-color:var(--grey900)!important;border:0!important}.tabs-list .after\:orderly-bg-base-contrast:after{background-color:transparent!important;height:0!important}.data-list-view .orderly-grid{border-radius:12px!important;overflow:hidden}.data-list-view [for=showAll]{white-space:nowrap!important}.mobile button{font-size:13px!important;font-weight:500!important}#orderly-positions-mobile #orderly-data-list-positions-header{padding-top:6px!important;padding-bottom:6px!important}#orderly-positions-mobile .orderly-list-view-inner .orderly-grid{padding:6px!important}#orderly-positions-mobile .orderly-px-4{padding-left:6px!important;padding-right:6px!important}.light #orderly-positions-mobile #orderly-data-list-positions-header{background-color:var(--primaryLight)}.light #orderly-positions-mobile .orderly-border-divider{border-color:var(--primaryLight)}.dark #orderly-deposit-form .orderly-bg-base-500{background-color:var(--grey700)!important}.dark #orderly-deposit-form .orderly-opacity-70{opacity:1!important}.dark #orderly-deposit-form .orderly-text-left{color:var(--grey100)}.dark #orderly-deposit-form #orderly-quantity-input-view .orderly-button-color-primary.orderly-button-variant-text{color:var(--primaryDark)!important}.dark #orderly-deposit-form #orderly-quantity-input-view .orderly-button-color-primary.orderly-button-variant-text:hover{background-color:transparent!important}.dark #orderly-deposit-form #orderly-quantity-input-view .orderly-token-select span{color:var(--grey100)!important}.dark #orderly-deposit-form #orderly-quantity-input-view .orderly-tabular-nums span{color:var(--grey300)!important}.dark #orderly-deposit-form #orderly-quantity-input-view.orderly-outline-primary{outline-color:var(--grey500)}.dark #orderly-deposit-form .orderly-mt-1 span{color:var(--grey300)!important}.dark #orderly-deposit-form .orderly-border-divider{border-color:var(--grey700)!important;display:flex!important}.dark #orderly-deposit-form .orderly-text-primary-light{color:var(--primaryDark)!important}.dark #orderly-withdraw-form .orderly-bg-base-500{background-color:var(--grey700)!important}.dark #orderly-withdraw-form .orderly-outline-danger-light{outline-color:color-mix(in srgb,var(--errorDark),transparent 60%)}.dark #orderly-withdraw-form .orderly-text-danger-light{color:color-mix(in srgb,var(--errorDark),transparent 10%)}.dark #orderly-withdraw-form .orderly-opacity-70{opacity:1!important}.dark #orderly-withdraw-form .orderly-text-left{color:var(--grey100)}.dark #orderly-withdraw-form #orderly-quantity-input-view .orderly-button-color-primary.orderly-button-variant-text{color:var(--primaryDark)!important}.dark #orderly-withdraw-form #orderly-quantity-input-view .orderly-button-color-primary.orderly-button-variant-text:hover{background-color:transparent!important}.dark #orderly-withdraw-form #orderly-quantity-input-view .orderly-token-select span{color:var(--grey100)!important}.dark #orderly-withdraw-form #orderly-quantity-input-view .orderly-tabular-nums span{color:var(--grey300)!important}.dark #orderly-withdraw-form #orderly-quantity-input-view.orderly-outline-primary{outline-color:var(--grey500)}.dark #orderly-withdraw-form .orderly-mt-1 span{color:var(--grey300)!important}.dark #orderly-withdraw-form .orderly-border-divider{border-color:var(--grey700)!important;display:flex!important}.dark #orderly-withdraw-form .orderly-text-primary-light{color:var(--primaryDark)!important}.orderly-button-variant-contained.orderly-button-color-primary{background-color:var(--primaryDark)!important}.orderly-outline-danger-light{outline-color:color-mix(in srgb,var(--errorDark),transparent 60%)!important}.orderly-text-danger-light{color:color-mix(in srgb,var(--errorDark),transparent 10%)!important}.light #orderly-deposit-form .orderly-bg-base-500{background-color:var(--grey100)!important}.light #orderly-deposit-form .orderly-text-base-contrast-80{color:var(--grey700)}.light #orderly-deposit-form .orderly-opacity-70{opacity:1!important}.light #orderly-deposit-form .orderly-text-base-contrast,.light #orderly-deposit-form .orderly-text-left{color:var(--grey600)}.light #orderly-deposit-form .orderly-text-base-contrast-36{color:rgb(var(--grey700)/.66)}.light #orderly-deposit-form .orderly-text-base-contrast-36 div{color:var(--grey500)!important}.light #orderly-deposit-form input{color:var(--grey700)}.light #orderly-deposit-form input::-webkit-input-placeholder{color:var(--grey300)}.light #orderly-deposit-form #orderly-quantity-input-view .orderly-text-base-contrast{color:rgb(var(--grey700)/.8)}.light #orderly-deposit-form #orderly-quantity-input-view .orderly-button-color-primary.orderly-button-variant-text{color:var(--primaryDark)!important}.light #orderly-deposit-form #orderly-quantity-input-view .orderly-button-color-primary.orderly-button-variant-text:hover{background-color:transparent!important}.light #orderly-deposit-form #orderly-quantity-input-view .orderly-token-select span{color:var(--grey700)!important}.light #orderly-deposit-form #orderly-quantity-input-view .orderly-tabular-nums span{color:var(--grey300)!important}.light #orderly-deposit-form #orderly-quantity-input-view.orderly-outline-primary{outline-color:var(--grey200)}.light #orderly-deposit-form .orderly-mt-1 span{color:var(--grey300)!important}.light #orderly-deposit-form .orderly-border-divider{border-color:var(--grey100)!important;display:flex!important}.light #orderly-deposit-form .orderly-text-primary-light{color:var(--primaryDark)!important}.light #orderly-withdraw-form .orderly-bg-base-500{background-color:var(--grey100)!important}.light #orderly-withdraw-form .orderly-text-base-contrast-80{color:var(--grey700)}.light #orderly-withdraw-form .orderly-opacity-70{opacity:1!important}.light #orderly-withdraw-form .orderly-text-base-contrast,.light #orderly-withdraw-form .orderly-text-left{color:var(--grey600)}.light #orderly-withdraw-form .orderly-text-base-contrast-36{color:rgb(var(--grey700)/.66)}.light #orderly-withdraw-form .orderly-text-base-contrast-36 div{color:var(--grey500)!important}.light #orderly-withdraw-form input{color:var(--grey700)}.light #orderly-withdraw-form input::-webkit-input-placeholder{color:var(--grey300)}.light #orderly-withdraw-form #orderly-quantity-input-view .orderly-text-base-contrast{color:rgb(var(--grey700)/.8)}.light #orderly-withdraw-form #orderly-quantity-input-view .orderly-button-color-primary.orderly-button-variant-text{color:var(--primaryDark)!important}.light #orderly-withdraw-form #orderly-quantity-input-view .orderly-button-color-primary.orderly-button-variant-text:hover{background-color:transparent!important}.light #orderly-withdraw-form #orderly-quantity-input-view .orderly-token-select span{color:var(--grey700)!important}.light #orderly-withdraw-form #orderly-quantity-input-view .orderly-tabular-nums span{color:var(--grey300)!important}.light #orderly-withdraw-form #orderly-quantity-input-view.orderly-outline-primary{outline-color:var(--grey200)}.light #orderly-withdraw-form .orderly-mt-1 span{color:var(--grey300)!important}.light #orderly-withdraw-form .orderly-border-divider{border-color:var(--grey100)!important;display:flex!important}.light #orderly-withdraw-form .orderly-text-primary-light{color:var(--primaryDark)!important}.data-list-view.mobile .orderly-list-view-inner .orderly-grid{padding:10px!important}.orderly-space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:0!important;margin-top:0!important}.light #orderly-tp_sl-slider .orderly-bg-base-200{background-color:var(--grey50)}.light .orderly-sheet-content{background-color:#fff!important}.light .orderly-sheet-header button svg,.light .orderly-tp_sl-order-edit-content svg{fill:var(--grey800)!important}.light .orderly-input-container{background-color:var(--grey50)!important}.dark .orderly-sheet-content{background-color:var(--grey800)!important}.dark .orderly-sheet-content .orderly-input-container{background-color:var(--grey700)!important}.dark .orderly-sheet-content .orderly-select-none .orderly-bg-base-200{background-color:hsla(0,0%,85%,.13)!important}.mobile-header-wrapper #network-button{padding:4px!important;height:34px!important;min-width:34px!important;flex-shrink:0}.mobile-header-wrapper #network-button .MuiButton-startIcon{margin:0!important}.mobile-header-wrapper #network-button .MuiButton-endIcon{display:none}.mobile-header-wrapper #connect-wallet{padding:4px 10px!important;font-size:12px!important;height:34px!important;font-weight:500!important}.portfolio-item{border-radius:10px!important;margin-bottom:6px!important;padding:8px!important;height:40px!important;min-width:auto!important}.portfolio-item .MuiListItemIcon-root{min-width:auto!important;margin-right:0!important}.recharts-cartesian-axis-tick-value{font-size:11px!important}#orderly-desktop-positions-content{min-height:calc(100vh - 155px)!important}.recharts-tooltip-wrapper:hover{background-color:red!important}.dark .market-menu .orderly-input-container{background-color:var(--grey700)!important}