:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--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-container-width:fit-content;--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-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--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{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.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{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.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{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.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{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;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:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.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{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.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-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-display:fallback;font-family:iransansxv;font-weight:100 900;src:url(/static/media/IRANSansXV.6c61613e69fc7afbbf47.woff) format("woff-variations"),url(/static/media/IRANSansXV.6c61613e69fc7afbbf47.woff) format("woff")}@font-face{font-display:fallback;font-family:iransansx;font-weight:100 600;src:url(/static/media/IRANSansX-Regular.85f95393a89f808ba15f.woff) format("woff")}@font-face{font-display:fallback;font-family:iransansx;font-variation-settings:"wght" 700;font-weight:700;src:url(/static/media/IRANSansX-Bold.75f9cf6d1ebe6121e040.woff) format("woff")}@font-face{font-display:fallback;font-family:iransansNum;font-weight:100 900;src:url(/static/media/IRANSansXFaNum-Bold.b4dee0498d32f1aa49a1.woff) format("woff")}@font-face{font-family:Segoe UI Semibold;font-style:normal;font-weight:400;src:url(/static/media/Segoe-UI-Semibold.0b3eb8f74de8f4951fbb.eot);src:url(/static/media/Segoe-UI-Semibold.0b3eb8f74de8f4951fbb.eot?#iefix) format("embedded-opentype"),url(/static/media/Segoe-UI-Semibold.6643fb4670c7d48f6bf8.woff) format("woff"),url(/static/media/Segoe-UI-Semibold.a2a88bbdbdc55b372902.woff2) format("woff2"),url(/static/media/Segoe-UI-Semibold.8aaf127d816af8324e5f.ttf) format("truetype"),url(/static/media/Segoe-UI-Semibold.c56625edbd080886d426.svg#web) format("svg")}.tp-layout-1:before{content:"\e900"}.tp-layout-2:before{content:"\e901"}.tp-layout-3:before{content:"\e902"}.tp-layout-4:before{content:"\e903"}.tp-layout-5:before{content:"\e904"}.tp-TradingView:before{content:"\e909"}.tp-MarketWatch:before{content:"\e905"}.tp-StockFullDetail:before{content:"\e906"}.tp-OrdersStatus:before{content:"\e907"}.tp-BasketOrder:before{content:"\e908"}.tp-Chart:before{content:"\e909"}.tp-RealtimePortfolioAdvanced:before{content:"\e90a"}.tp-RealtimePortfolio:before{content:"\e90b"}.tp-CSDPortfolio:before{content:"\e90c"}.tp-CompaniesGrouped:before{content:"\e90d"}.tp-StockFundamentalInfo:before{content:"\e90e"}.tp-MeetingInfos:before{content:"\e90f"}.tp-RealLaw:before{content:"\e910"}.tp-TradesArchive:before{content:"\e911"}.tp-CompleteOrderPanel:before{content:"\e912"}.tp-Portfolios:before{content:"\e913"}.tp-WatchList:before{content:"\e914"}.tp-ConditionalAlert:before{content:"\e915"}.tp-done:before{content:"\e916"}.tp-delete:before{content:"\e917"}.tp-waiting:before{content:"\e918"}.tp-add:before{content:"\e919"}.tp-edit:before{content:"\e91a"}.tp-filter:before{content:"\e91b"}.tp-copy:before{content:"\e91c"}.tp-trash:before{content:"\e91d"}.tp-search:before{content:"\e91e"}.tp-user:before{content:"\e91f"}.tp-dot:before{content:"\e920"}.tp-plugdisconnected:before{content:"\e921"}.tp-plugconnected:before{content:"\e922"}.tp-calendar:before{content:"\e923"}.tp-close:before{content:"\e924"}.tp-feedback:before{content:"\e925"}.tp-pageold:before{content:"\e926"}.tp-events:before{content:"\e927"}.tp-refresh:before{content:"\e928"}.tp-chevronleft:before{content:"\e929"}.tp-chevronright:before{content:"\e92a"}.tp-chevronleftall:before{content:"\e92b"}.tp-chevronrightall:before{content:"\e92c"}.tp-setting:before{content:"\e92d"}.tp-camera:before{content:"\e92e"}.tp-undo:before{content:"\e92f"}.tp-redo:before{content:"\e930"}.tp-menu-lines:before{content:"\e931"}.tp-signout:before{content:"\e932"}.tp-add-group:before{content:"\e933"}.tp-note:before{content:"\e934"}.tp-excel:before{content:"\e935"}.tp-star:before{content:"\e936"}.tp-addsetting:before{content:"\e937"}.tp-arrowup2:before{content:"\e938"}.tp-arrowdown2:before{content:"\e939"}.tp-arrowup:before{content:"\e940"}.tp-arrowdown:before{content:"\e941"}.tp-money-payment:before{content:"\e942"}.tp-money-receipt:before{content:"\e943"}.tp-list:before{content:"\e944"}.tp-change:before{content:"\e945"}.tp-transactions:before{content:"\e946"}.tp-message:before{content:"\e947"}.tp-notification:before{content:"\e948"}.tp-mobile:before{content:"\e94B"}.tp-speaker:before{content:"\e950"}.tp-student:before{content:"\e951"}.tp-autoheight:before{content:"\e952"}.tp-home:before{content:"\e989"}.tp-menu-dots:before{content:"\e954"}.tp-backspace:before{content:"\e955"}.tp-close-keyboard:before{content:"\e956"}.tp-question:before{content:"\e957"}.tp-warning:before{content:"\e958"}.tp-info:before{content:"\e959"}.tp-tick:before{content:"\e95A"}.tp-error:before{content:"\e95B"}.tp-warning-2:before{content:"\e95C"}.tp-info-2:before{content:"\e95D"}.tp-tick-2:before{content:"\e95E"}.tp-error-2:before{content:"\e95F"}.tp-chat:before{content:"\e960"}.tp-chart:before{content:"\e961"}.tp-info-3:before{content:"\e962"}.tp-squares:before{content:"\e963"}.tp-sort-desc:before{content:"\e964"}.tp-market-watch:before{content:"\e966"}.tp-load:before{content:"\e967"}.tp-back:before{content:"\e968"}.tp-dots:before{content:"\e969"}.tp-card:before{content:"\e96a"}.tp-chat-v2:before{content:"\e96d"}.tp-chart-v2:before{content:"\e96e"}.tp-reload:before{content:"\e96f"}.tp-settings:before{content:"\e970"}.tp-box-down:before{content:"\e971"}.tp-box-up:before{content:"\e972"}.tp-education:before{content:"\e973"}.tp-exit:before{content:"\e974"}.tp-list-v2:before{content:"\e975"}.tp-note-v2:before{content:"\e977"}.tp-bell:before{content:"\e978"}.tp-help:before{content:"\e979"}.tp-help.alternate:before{content:"\e983"}.tp-history:before{content:"\e984"}.tp-trash-v2:before{content:"\e97A"}.tp-chart-v3:before{content:"\e97B"}.tp-pie-chart:before{content:"\e97C"}.tp-sort-desc-v2:before{content:"\e97D"}.tp-basket:before{content:"\e97E"}.tp-message-v2:before{content:"\e97F"}.tp-dot-list:before{content:"\e980"}.tp-focus:before{content:"\e981"}.tp-forward:before{content:"\e982"}.tp-edit-v2:before{content:"\e98B"}.tp-lock:before{content:"\e98D"}.tp-user-v2:before{content:"\e98E"}.tp-eye:before{content:"\e990"}.tp-eye-hide:before{content:"\e991"}.tp-rect-dots:before{content:"\e992"}.tp-doller-return:before{content:"\e946"}.tp-1s{font-size:.95em}.tp-1m{font-size:1.2em}.tp-2x{font-size:24px}.tp-2xx{font-size:2.5em}body,html{color:var(--tp-rgb-1);font-size:12px;font-weight:400;height:100%;margin:0;min-width:280px;overflow:auto;padding:0;width:100%}.digit,.page-index,input.number{font-family:Segoe UI Semibold;font-size:13px}.newGrid-header{font-size:11.2px}.g-row{font-size:13px}#cell_AgreementTitle,#cell_BankAccountDescription,#cell_BrokerDescription,#cell_CompanyName,#cell_CreatedFrom,#cell_Description,#cell_DetailDescription,#cell_FinancialProviders,#cell_IsRead,#cell_MessageText,#cell_MessageTitle,#cell_OrderFrom,#cell_OrderState,#cell_ProviderName,#cell_Side,#cell_State,#cell_StateString,#cell_StateTitle,#cell_Symbol,#cell_SymbolFa,#cell_messageBody,#cell_messageText,#cell_messageTitle,#cell_orderside,#cell_ordervl,#cell_status,#cell_symbol,.g-row .freez:not(.digit){font-family:iransansXV;font-size:11.5px}#cell_AgreementText{display:inline-block}#cell_Checkbox label{display:flex}li,ul{list-style:none;margin:0;padding:0}a{color:var(--tp-rgb-1);text-decoration:none}.ng-cloak,.x-ng-cloak,[data-ng-cloak],[ng-cloak],[ng\:cloak],[x-ng-cloak]{display:none!important}#toolbar-display-option{cursor:pointer;float:right;height:18px;position:relative;text-align:center;width:18px}#toolbar-display-option:after{border-style:solid;border-width:0 1px 1px 0;content:"";height:7px;left:5px;position:absolute;top:3px;transform:rotate(45deg);width:7px}#toolbar-display-option.open:after{top:7px;transform:rotate(-135deg)}.button-group-new{display:flow-root;min-height:40px;padding:5px 10px}.button-group-new>*{float:right;margin:5px}.tp-dropdown{box-shadow:0 5px 10px #0003;direction:rtl;display:flex;flex-direction:column;max-height:0;max-width:400px;min-width:180px;opacity:0;overflow:hidden;position:absolute;transition:max-height .2s ease-in,opacity .2s ease-in;visibility:hidden;z-index:1}.tp-dropdown.active,.tp-dropdown.open{max-height:370px;opacity:1;visibility:visible;z-index:102}.center-box{display:table;margin:0 auto}.text-right{text-align:right}.text-center{text-align:center}.text-left{text-align:left}.tp-setting{display:block;flex-direction:row-reverse}.tp-setting>ul>li{display:flex;height:35px;padding:0 20px}.tp-details{border:1px solid var(--d3-inshape-border);margin:2px 0}.tp-details summary{cursor:pointer;outline-color:#fff0;padding:0 5px}.tp-details>div{padding:5px 10px}.tp-menu{border-style:solid;border-width:1px;margin-right:-15px;max-height:350px;max-width:250px;min-width:180px;opacity:0;position:fixed;transition:opacity .2s ease-in;visibility:hidden;z-index:21}.tp-menu.active{opacity:1;visibility:visible}.tp-menu>:first-child{border-style:solid;border-width:1px;height:13px;margin:0 20px;position:absolute;top:-7px;transform:rotate(45deg);width:13px}.tp-menu>:nth-child(n+2){box-sizing:border-box;max-height:350px;overflow-y:auto;padding:5px 0;position:relative;width:100%}.tp-menu>*>*{overflow:hidden;padding:0 20px;text-overflow:ellipsis;white-space:nowrap}.tp-slider{max-height:0;overflow:hidden;transition:max-height .3s ease-in}.tp-slider.active{max-height:270px;overflow:visible}.slider tooltip tip{min-width:200px;white-space:normal!important}.tp-whs-now{white-space:nowrap!important}.tp-whs-nor{white-space:normal!important}.slider customer-balance{min-height:200px;width:100%}.slider customer-balance .header-dropdown-container>.lable{display:none}.slider customer-balance .header-dropdown-container>.content{border:none;box-shadow:none;display:inline-block;top:0}.slider customer-balance .header-dropdown-container>.content .container>span:last-child>span:first-child{min-width:auto}.tp-ma{margin:20px}.tp-ma-t{margin-top:20px}.tp-ma-r{margin-right:20px}.tp-ma-b{margin-bottom:20px}.tp-ma-l{margin-left:20px}.tp-ma-tb{margin-bottom:20px;margin-top:20px}.tp-ma-rl{margin-left:20px;margin-right:20px}.tp-ma-5{margin:5px}.tp-ma-t-5{margin-top:5px}.tp-ma-r-5{margin-right:5px}.tp-ma-b-5{margin-bottom:5px}.tp-ma-l-5{margin-left:5px}.tp-ma-tb-5{margin-bottom:5px;margin-top:5px}.tp-ma-rl-5{margin-left:5px;margin-right:5px}.tp-ma-10{margin:10px}.tp-ma-t-10{margin-top:10px}.tp-ma-r-10{margin-right:10px}.tp-ma-b-10{margin-bottom:10px}.tp-ma-l-10{margin-left:10px}.tp-ma-tb-10{margin-bottom:10px;margin-top:10px}.tp-ma-rl-10{margin-left:10px;margin-right:10px}.tp-ma-30{margin:30px}.tp-ma-t-30{margin-top:30px}.tp-ma-r-30{margin-right:30px}.tp-ma-b-30{margin-bottom:30px}.tp-ma-l-30{margin-left:30px}.tp-ma-tb-30{margin-bottom:30px;margin-top:30px}.tp-ma-rl-30{margin-left:30px;margin-right:30px}.tp-ma-ra{margin-right:auto}.tp-pa{padding:20px}.tp-pa-t{padding-top:20px}.tp-pa-r{padding-right:20px}.tp-pa-b{padding-bottom:20px}.tp-pa-l{padding-left:20px}.tp-pa-tb{padding-bottom:20px;padding-top:20px}.tp-pa-rl{padding-left:20px;padding-right:20px}.tp-pa-5{padding:5px}.tp-pa-t-5{padding-top:5px}.tp-pa-r-5{padding-right:5px}.tp-pa-b-5{padding-bottom:5px}.tp-pa-l-5{padding-left:5px}.tp-pa-tb-5{padding-bottom:5px;padding-top:5px}.tp-pa-rl-5{padding-left:5px;padding-right:5px}.tp-pa-10{padding:10px!important}.tp-pa-t-10{padding-top:10px}.tp-pa-r-10{padding-right:10px}.tp-pa-b-10{padding-bottom:10px}.tp-pa-l-10{padding-left:10px}.tp-pa-tb-10{padding-bottom:10px;padding-top:10px}.tp-pa-rl-10{padding-left:10px;padding-right:10px}.tp-pa-r-30{padding-right:30px}.tp-pa-r-40{padding-right:40px}.tp-pa-rl-20{padding-left:20px;padding-right:20px}.tp-pa-rl-30{padding-left:30px;padding-right:30px}.tp-pa-rl-40{padding-left:40px;padding-right:40px}.tp-pa-r-50{padding-right:50px}.tp-right{float:right}.tp-left{float:left}.tp-bottom{bottom:0;position:absolute}.tp-center{text-align:center}.txt-right{text-align:right}.txt-left{text-align:left}.tp-rtl{direction:rtl}.tp-ltr{direction:ltr}.tp-rotate-90>svg{transform:rotate(90deg);transition:transform .2s ease-in}.tp-rotate--90>svg{transform:rotate(270deg);transition:transform .2s ease-in}.tp-rotate-180>svg{transform:rotate(180deg);transition:transform .2s ease-in}.tp-rotate-270>svg{transform:rotate(-90deg)}.tp-rotate-270>svg,svg{transition:transform .2s ease-in}.tp-small{height:10px;line-height:10px}.tp-normal{height:25px;line-height:25px}.tp-medium{height:30px;line-height:30px}.tp-larg{height:35px;line-height:35px}.tp-xlarg{height:40px;line-height:40px}.tp-xxlarg{height:50px;line-height:49px}.tp-icon-small svg{height:10px}.tp-icon-normal svg{height:16px}.tp-icon-larg svg{height:20px}.tp-icon-xlarg svg{height:24px}.tp-icon-xxlarg svg{height:30px}.tp-height{height:100%}.tp-width{width:100%}.tp-w-half{width:50%}.tp-w-third{width:33.333333%}.tp-w-quarter{width:25%}.tp-max-w-300{max-width:300px}.tp-max-w-200{max-width:200px}.tp-max-w-180{max-width:180px}.tp-max-w-150{max-width:150px}.tp-max-w-120{max-width:120px}.tp-max-w-100{max-width:100px}.tp-max-w-80{max-width:80px}.tp-max-w-50{max-width:50px}.tp-min-w-200{min-width:200px}.tp-min-w-150{min-width:150px}.tp-min-w-120{min-width:120px}.tp-min-w-100{min-width:100px}.tp-min-w-80{min-width:80px}.tp-min-w-70{min-width:70px}.tp-min-w-50{min-width:50px}.tp-fl{display:flex}.tp-fl-ro{flex-direction:row}.tp-fl-ro-re{flex-direction:row-reverse}.tp-fl-ro-st{justify-content:flex-start}.tp-fl-ro-en{justify-content:flex-end}.tp-fl-ro-ce{justify-content:center}.tp-fl-co{display:flex;flex-direction:column}.tp-fl-co-re{display:flex;flex-direction:column-reverse}.tp-fl-co-st{align-items:flex-start;display:flex}.tp-fl-co-en{align-items:flex-end;display:flex}.tp-fl-co-ce{align-items:center;display:flex}.tp-fl-wr{flex-wrap:wrap}.tp-fl-wr-re{flex-wrap:wrap-reverse}.tp-fl-wr-no{flex-wrap:nowrap}.tp-fl-sp-be{justify-content:space-between}.tp-fl-sp-ar{justify-content:space-around}.tp-fl-w-au{flex:auto}.tp-fl-h-au{align-items:stretch}.tp-in{display:inline-block}.tp-dis-bl{display:block}.tp-dis-in{display:inline}.tp-dis-in-bl{display:inline-block}.tp-dis-gr{display:grid}.tp-dis-no{display:none}.tp-bo{border-style:solid!important;border-width:1px!important}.tp-bo2{border-style:solid!important;border-width:2px!important}.tp-bo-t{border-top-style:solid!important;border-top-width:1px!important}.tp-bo-t2{border-top-style:solid!important;border-top-width:2px!important}.tp-bo-r{border-right-style:solid!important;border-right-width:1px!important}.tp-bo-l{border-left-style:solid!important;border-left-width:1px!important}.tp-bo-b{border-bottom-style:solid!important;border-bottom-width:1px!important}.tp-bo-b2{border-bottom-style:solid!important;border-bottom-width:2px!important}.tp-bo-tb{border-bottom-style:solid!important;border-bottom-width:1px!important;border-top-style:solid!important;border-top-width:1px!important}.tp-bo-rl{border-left-style:solid!important;border-left-width:1px!important;border-right-style:solid!important;border-right-width:1px!important}.tp-ra{border-radius:4px}.tp-ra-tr{border-top-right-radius:4px}.tp-ra-tl{border-top-left-radius:4px}.tp-ra-br{border-bottom-right-radius:4px}.tp-ra-bl{border-bottom-left-radius:4px}.tp-container{align-items:stretch;display:flex}.tp-container-icon{padding:6px 5px;width:30px}.tp-container-text{line-height:50px;padding:0 10px}.tp-h1{font-size:15px}.tp-h2{font-size:13px;font-weight:500}.tp-h3{font-size:12px}.tp-h3,.tp-h4{font-weight:400}.tp-h4{font-size:9px}.tp-bold{font-weight:400}.tp-bold1{font-weight:700!important}.tp-extra-text{box-sizing:border-box;height:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.tp-sc,.tp-scroll{overflow:auto}.tp-sc-x{overflow-x:auto;overflow-y:hidden}.tp-sc-y{overflow-x:hidden;overflow-y:auto!important}.tp-sc-n{overflow:hidden}hr{border:none;border-bottom:1px solid;box-sizing:border-box;margin-left:10px;margin-right:10px}section{position:relative}.tp-number{direction:ltr}.tp-solid{max-height:360px}.tp-text-box2{box-shadow:inset 0 0 3px #000,0 1px 1px 0 #fff3;box-sizing:border-box;display:inline-block;display:flex;height:30px;line-height:30px;min-width:150px;padding:0 5px;position:relative}.tp-text-box2>input{background-color:#fff0;border:none;height:100%;padding:0}.tp-text-box2>div:nth-child(2){border-style:solid;border-width:0 1px 0 0;height:16px;margin:7px 5px;width:0}.tp-ncv{border-radius:50%;color:#fff;display:inline;height:18px;left:-7px;line-height:18px;min-width:18px;position:absolute;text-align:center;top:0}.tp-nn{border-radius:2px;border-style:solid;border-width:1px;box-shadow:0 2px 5px #00000080;color:#fff;cursor:pointer;display:flex;line-height:23px;margin:3px 5px;min-width:200px;padding:10px 30px 10px 22px;position:relative;text-align:right}.tp-nn>div{border-right:1px solid #0808081c;height:100%;left:-5px;margin:0 5px;position:absolute;top:0;width:17px}.tp-nn>div:before{content:"\e917";font:normal normal normal 13px/1;left:2px;position:absolute;top:calc(50% - 8px)}.tp-nn>div:hover{background:#0808081c}.tp-an-re{background-color:#e61414;border-color:#bd1010}.tp-an-gr{background-color:#2aaba0f0;border-color:#0c9d8f}.tp-an-bl{background-color:#47a9f8;border-color:#1e98fb}.tp-an-ye{background-color:#fff1c0f0;border-color:#facf1c;color:#5a5a5a!important}.tp-nn>span:before{font:normal normal normal 17px/1;position:absolute;right:0;right:6px;top:calc(50% - 10px)}.tp-an-re>span:before{color:#ec7070;content:"\e95F"}.tp-an-bl>span:before{content:"\e960"}.tp-an-gr>span:before{color:#48c1b7;content:"\e95E"}.tp-an-ye>span:before{color:#b59d49;content:"\e95C"}.tp-in-box{box-shadow:var(--tp-bo-sh);display:flex;height:30px;padding:0 5px}.tp-in-box>input{height:26px}.tp-in-box>input,.tp-in-box>textarea{background-color:inherit;border:none;color:inherit;margin-top:1px;width:100%}.tp-in-box>textarea{height:calc(100% - 7px);outline:none}.tp-symbol-Status{float:right;width:10px}.tp-symbol-Status:after{background-color:#000;border-radius:50%;content:"";display:table;height:10px;margin-top:5px;width:10px}.tp-backdrop{bottom:0;display:block;left:0;position:fixed;right:0;text-align:center;top:0;z-index:1000}.tp-backdrop.show{display:block!important}.tp-backdrop:before{content:"";height:100%;margin-right:-4px}.tp-backdrop:before,.tp-backdrop>div{display:inline-block;vertical-align:middle}.tp-backdrop>div{text-align:right}.tp-popup{box-shadow:20px 20px 50px -6px #00000080;display:flex;flex-direction:column;height:80%;max-height:500px;width:400px}.tp-popup>div{box-sizing:border-box;width:100%}.tp-popup>div:first-child{border-bottom-style:solid;border-bottom-width:1px;font-size:15px}.tp-popup>div:first-child>div:first-child{display:flex;justify-content:space-between;padding:20px}.tp-popup>div:first-child>div:first-child>div{cursor:pointer}.tp-popup>div:nth-child(2){display:flex;flex:auto;height:100%;overflow:hidden}.tp-popup>div:nth-child(2)>*{width:100%}.tp-popup>div:nth-child(3){padding:15px 20px}.tp-popup>div:nth-child(3)>div{display:flex}.tp-popup>div:nth-child(3)>div>div{padding:0 20px}__tp-backdrop{align-items:center;background-color:#f5f5f54d;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:3}__tp-backdrop-container{box-shadow:20px 20px 50px -6px #00000080;height:80%;max-height:500px;overflow:hidden;position:relative;width:400px}.tp-tab{cursor:pointer}.tp-tab.active{border-bottom-style:solid;border-bottom-width:2px;font-weight:700}.tp-content{bottom:50px;left:0;position:absolute;right:0;top:51px}.tp-widget{box-shadow:0 2px 2px #0000004d;height:100%;position:relative;transition:box-shadow .2s ease-in;width:100%}.tp-widget:hover{box-shadow:0 8px 8px #0000004d;z-index:20}.tp-full,.tp-half,.tp-third,.tp-twothird{box-sizing:border-box;float:left;margin-bottom:6px;padding:0 3px;position:relative;transition:height .2s ease-in}.tp-full.active,.tp-half.active,.tp-third.active,.tp-twothird.active{z-index:102}.tp-full{width:100%}.tp-half{width:50%}.tp-twothird{width:66.66666666666667%}.tp-third{width:33.33333333333333%}.tp-full.collapse{height:35px!important}.tp-widget-main{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:35px}.tp-tabs{float:right;height:100%;width:100px}.tp-tabs>li{padding-top:7px;text-align:center;width:25px}.tp-tabs>#tp-tabs,.tp-tabs>li{box-sizing:border-box;float:right;height:35px}.tp-tabs>#tp-tabs{overflow:hidden;padding:0;position:relative}.tp-tabs>#tp-tabs>ul{position:relative;transition:right .2s ease-in;width:3000px}.tp-tabs>#tp-tabs>ul>lii{box-sizing:border-box;float:right;height:35px;text-align:center;width:80px}.tp-tabs>#tp-tabs>ul>lii>div{height:100%;padding:7px 10px;width:100%}.tp-controll{float:left;height:100%;width:100px}.tp-controll>li{box-sizing:border-box;float:left;height:35px;padding-top:10px;text-align:center;width:30px}.panel-symbol{height:100%;width:100%}.panel-symbol>.right-side{box-sizing:border-box;float:right;height:100%;width:60%}.panel-symbol>.left-side{box-sizing:border-box;float:left;height:100%;width:38%}.tp-select-box>p{font-size:110%;font-weight:700;min-width:50px;top:-12px;transition:top .2s ease-out,font-size .2s ease-out}.tp-select-box>p.active{font-size:100%;font-weight:inherit;top:-32px}.tp-select-options{box-shadow:0 1px 3px 0 #0006,0 1px 1px 0 #00000024,0 2px 1px -1px #0000001f;max-height:256px;max-height:210px;min-height:48px;opacity:0;overflow-y:auto;position:absolute;top:-50px;transition:opacity .2s ease-in;visibility:hidden;width:135px;z-index:1000}.tp-select-options.show{opacity:1;visibility:visible}.tp-settingMmenu{align-items:stretch;box-sizing:border-box}.tp-settingMmenu .tp-Menu{display:flex;height:35px;line-height:35px;padding:0 20px}.tp-sub-menu{box-shadow:0 1px 3px 0 #0006,0 1px 1px 0 #00000024,0 2px 1px -1px #0000001f;max-height:0;opacity:0;overflow-y:auto;padding:10px 0;position:absolute;right:-140px;top:0;transition:opacity .2s ease-in;visibility:hidden;width:140px;z-index:100}.tp-sub-menu.show{max-height:210px;min-height:48px;opacity:1;visibility:visible}.tp-sub-menu>li{height:35px;line-height:35px;padding:8px 10px}.tp-sub-menu>li:first-child{padding:0 10px}.tp-text-box>label{bottom:13px;font-size:110%;position:absolute;right:0;transition:bottom .2s ease-out,font-size .2s ease-out}.tp-text-box>input{background-color:#fff0;border:none;border-bottom:1px solid;direction:rtl;outline:none;z-index:1}.tp-text-box>input:focus{border-bottom:2px solid;padding-bottom:4px}.tp-text-box>#valid+label,.tp-text-box>input:focus+label{bottom:33px;font-size:inherit;transition:bottom .2s ease-out,font-size .2s ease-out}.tp-checkbox{float:right;height:19px;width:19px;z-index:2}.tp-checkbox>label{cursor:pointer;display:block;right:0}.tp-checkbox>label,.tp-checkbox>label>div{height:100%;position:absolute;top:0;width:100%}.tp-checkbox>label>div{border-radius:2px;box-sizing:border-box;left:0;transition:background-color .2s ease-in}.tp-checkbox>label>p{margin-right:30px;margin-top:-43px;min-width:80px}.tp-checkbox>label>input:checked~div,.tp-checkbox>label>input:indeterminate~div{border:none}.tp-checkbox>label>input:checked~div:after{border-style:solid;border-width:2px;border-left:0;border-top:0;box-sizing:border-box;color:#fff;content:"";display:table;height:12px;left:6.5px;position:absolute;top:1.5px;transform:rotate(45deg);width:6px}.tp-checkbox>label>input:disabled~div{cursor:no-drop}.tp-checkbox>label>input.indeterminate~div:after{border-style:solid;border-width:2px;border-left:0;border-right:0;border-top:0;box-sizing:border-box;color:#888;content:"";display:table;height:2px;left:50%;position:absolute;top:5px;transform:translate(-50%,-50%);width:7px}.tp-checkbox input{visibility:hidden}.tp-bu-0,.tp-bu-1,.tp-bu-2,.tp-bu-3,.tp-bu-4,.tp-bu-5{box-sizing:border-box;cursor:pointer;position:relative;transition:background-color .3s ease-out}.tp-bu-0,.tp-bu-1,.tp-bu-2,.tp-bu-3,.tp-bu-4,.tp-bu-5:hover{transition:background-color .1s ease-out}.tp-cu-po{cursor:pointer}.tp-cu-de{cursor:default}.tp-cu-re-e{cursor:e-resize}.tp-cu-re-c{cursor:col-resize}.tp-cu-mo{cursor:move}.tp-cu-no{cursor:no-drop}.tp-tx-sp{height:10px;width:10px}.tp-tx-sp>*{display:none}.tp-tx-sp-sh:hover .tp-tx-sp>*{display:block}.tp-button{box-sizing:border-box;cursor:pointer;overflow:hidden;position:relative;transition:background-color .3s ease-out}.tp-button:hover{transition:background-color .1s ease-out}.input[type=radio]{align-items:center;cursor:pointer;display:flex;height:14px;justify-content:center;padding:0;position:relative;width:14px}.input[type=radio]:after{background-color:#fff;border:2px solid #737373;border-radius:100%;content:"";flex:1 0 12px;height:12px}.input[type=radio]:checked:before{border-radius:100%;content:"";height:8px;position:absolute;width:8px}div[data-numeric-textbox] input,div[tp-text-box-old] input{background:none;border:none}.tp-se-bo{border-color:#fff0 currentcolor;border-style:solid;border-width:0;box-sizing:border-box;display:flex;flex:auto;height:25px;margin:7px 10px;padding:0 10px}.tp-se-bo>input{background-color:inherit;border:none;color:inherit}tp-search:focus,tp-search:hover{border-style:solid;border-width:1px}::-webkit-input-placeholder{color:#555}::-moz-placeholder{color:#555}:-ms-input-placeholder{color:#555}:-moz-placeholder{color:#555}.container-marketindex{width:320px}.container-marketindex .title{width:80px}.tp-advanced-earch{background-color:var(--tp-rgb-input);border-left:1px solid var(--d3-inshape-border);box-shadow:var(--d3-inshape-shadow);box-sizing:border-box;display:flex;height:40px;line-height:40px;padding:5px 10px;width:170px}.tp-advanced-earch tp-icons{fill:var(--tp-rgb-1)}.tp-advanced-earch>input{background:none;border:none;flex:auto;margin:0 10px}.tp-advanced-earch~div{box-shadow:var(--tp-wi-sh);box-sizing:border-box;display:none;margin-top:0;max-height:0;position:absolute;width:300px;z-index:100}.tp-advanced-earch~div.open{border-style:solid;border-width:1px;display:block;max-height:600px}.tp-advanced-earch~div>div:first-child{border-bottom-style:solid;border-bottom-width:1px;max-height:400px;overflow-y:auto;padding:10px 20px 20px}.tp-advanced-earch~div>div:last-child{text-align:center}.tp-te-bo{background-color:var(--tp-rgb-input);border:1px solid var(--d3-inshape-border);box-shadow:var(--d3-inshape-shadow);box-sizing:border-box;display:inline-flex;height:31px;line-height:30px;padding:0 5px;position:relative;width:100%}textarea.tp-te-bo{height:auto}.tp-te-bo input{background-color:#fff0;border:none;color:inherit;height:25px;margin-top:2px;overflow:auto;width:100%}.tp-te-bo>div:first-child{height:20px;margin-top:-7px;opacity:0;padding:2px 3px;position:absolute;right:0;transition:all .2s ease-in;z-index:1}.tp-te-bo:hover>div:first-child{opacity:1}.tp-te-bo>div:first-child>div{cursor:pointer;height:12px}.tp-te-bo>div:last-child{display:flex;flex-direction:column}.tp-fix-popup{box-sizing:border-box;max-height:400px;overflow-y:auto;z-index:100}.tp-fix-popup,__tp-popup{border-style:solid;border-width:1px}__tp-popup{opacity:0;padding:10px;position:absolute;transition:all .2s ease-in;visibility:hidden;z-index:10}__tp-popup.open{opacity:1;visibility:visible}__tp-popup>.tp-ar{background-color:inherit;border-color:inherit;border-style:solid;height:13px;position:absolute;transform:rotate(45deg);width:13px}__tp-popup>.tp-ar-t{border-width:1px 0 0 1px;top:-8px}.pdate{font-size:13px}.tp-loading{align-items:center;display:flex;height:100%;justify-content:center;overflow:hidden;position:absolute;top:0;width:100%;z-index:10}.tp-loading *{animation:loader 4s infinite;border:1px solid #fff0;border-radius:50%;box-sizing:border-box;height:100%;padding:4px}.tp-loading>div{height:150px;width:150px}.tp-loading :hover{animation-play-state:paused}@keyframes loader{0%{border-top-color:#e11;transform:rotate(0deg)}50%{border-top-color:#00914b;transform:rotate(180deg)}to{border-top-color:#e11;transform:rotate(1turn)}}body{background-color:var(--tp-rgb-body)}.tp-h-5{height:5px;line-height:5px}.tp-h-10{height:10px;line-height:10px}.tp-h-15{height:15px;line-height:15px}.tp-h-20{height:20px;line-height:20px}.tp-h-25{height:25px;line-height:25px}.tp-h-30{height:30px;line-height:30px}.tp-h-33{height:33px;line-height:33px}.tp-h-35{height:35px;line-height:35px}.tp-h-40{height:40px;line-height:40px}.tp-h-45{height:45px;line-height:45px}.tp-h-50{height:50px;line-height:50px}.tp-h-55{height:55px;line-height:55px}.tp-h-60{height:60px;line-height:60px}.tp-h-70{height:70px;line-height:70px}.tp-w-5{width:5px}.tp-w-10{width:10px}.tp-w-15{width:15px}.tp-w-20{width:20px}.tp-w-30{width:30px}.tp-w-40{width:40px}.tp-w-50{width:50px}.tp-w-60{width:60px}.tp-w-70{width:70px}.tp-w-80{width:80px}.tp-w-90{width:90px}.tp-w-95{width:95px}.tp-w-100{width:100px}.tp-w-115{width:115px}.tp-w-120{width:120px}.tp-w-110{width:110px}.tp-w-160{width:160px}.tp-w-150{width:150px}.tp-w-180{width:180px}.tp-w-200{width:200px}.tp-w-250{width:250px}.tp-w-300{width:300px}.tp-t-5{top:5px}.tp-t-10{top:10px}.tp-t-20{top:20px}.tp-t-30{top:30px}.tp-t-40{top:40px}.tp-t-50{top:50px}.tp-t-60{top:60px}.tp-t-70{top:70px}.tp-t-80{top:80px}.tp-t-90{top:90px}.tp-t-100{top:100px}.tp-co-0{color:var(--tp-rgb-body2)}.tp-co-1{color:var(--tp-rgb-0)}.tp-co-2{color:var(--tp-rgb-1)}.tp-co-3{color:var(--tp-rgb-3)}.tp-co-4{color:var(--tp-rgb-4)}.colorful .tp-co-gr{color:var(--tp-rgb-g1)!important}.darkblue .tp-co-gr{color:#50fd99!important}.colorful .tp-co-re{color:var(--tp-rgb-r1)!important}.darkblue .tp-co-re{color:#ff6b6b!important}.tp-co-ye{color:var(--tp-rgb-y1)!important}.colorful .tp-co-bl{color:var(--tp-rgb-b1)!important}.darkblue .tp-co-bl{color:#c6cdff!important}.tp-bg-0{background-color:var(--tp-rgb-header)}.tp-bg-2{background-color:var(--tp-rgb-11)}.tp-bg-4{background-color:var(--tp-rgb-9)}.tp-bg-bl2{background-color:var(--tp-rgb-b2)}.tp-bg-even-row{background-color:var(--even-row-bg)}.tp-bu-0:hover{background-color:var(--tp-rgb-header-hover)}.tp-bu-2:hover{background-color:var(--tp-rgb-7)}.tp-bg-0.active,.tp-bu-0.active{background-color:var(--tp-rgb-header-active)!important}.tp-bg-2.active,.tp-bu-2.active{background-color:var(--tp-rgb-4)!important}.tp-bo-1{border-color:var(--tp-rgb-12)}.tp-bo-2{border-color:var(--tp-rgb-8)}.tp-bo-4{border-color:var(--tp-rgb-4)}.tp-svg-0 svg *{fill:var(--tp-rgb-body2);stroke:var(--tp-rgb-body2)}.tp-svg-2 svg *{fill:var(--tp-rgb-1);stroke:var(--tp-rgb-1)}.tp-svg-3 svg *{fill:var(--tp-rgb-2);stroke:var(--tp-rgb-2)}.tp-svg-gr svg *{fill:var(--tp-rgb-g1);stroke:var(--tp-rgb-g1)}.tp-svg-re svg *{fill:var(--tp-rgb-r1);stroke:var(--tp-rgb-r1)}.tp-svg-ye svg *{fill:var(--tp-rgb-y1);stroke:var(--tp-rgb-y1)}.tp-svg-bl svg *{fill:var(--tp-rgb-b1);stroke:var(--tp-rgb-b1)}.tp-3d-bu,.tp-3d-bu-bl,.tp-3d-bu-gr,.tp-3d-bu-re{border:1px solid var(--d3-inshape-border);border-radius:2px;box-shadow:var(--tp-3d-bu-sh);box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;font-family:inherit;height:30px;line-height:27px}.btn-cancel{background-color:initial!important;background-image:none!important;color:#d64534;font-weight:700}button.tp-3d-bu,button.tp-3d-bu-bl,button.tp-3d-bu-gr,button.tp-3d-bu-re{line-height:17px}.tp-3d-bu-bl:focus,.tp-3d-bu-gr:focus,.tp-3d-bu-re:focus,.tp-3d-bu:focus,a:focus{outline:5px auto -webkit-focus-ring-color}.tp-3d-bu-bl:active,.tp-3d-bu-gr:active,.tp-3d-bu-re:active,.tp-3d-bu:active{box-shadow:inset 0 1px 2px var(--tp-3d-bu-sh-a)}.tp-3d-bu{background-image:-webkit-linear-gradient(top,var(--tp-3d-bu));border:var(--tp-3d-bu-bo);color:var(--tp-3d-bu-co)}.tp-3d-bu:hover{background-image:-webkit-linear-gradient(top,var(--tp-3d-bu-h))}.tp-3d-bu:active{background-image:-webkit-linear-gradient(top,var(--tp-3d-bu-a))}.tp-3d-bu-bl{background-image:-webkit-linear-gradient(top,var(--tp-3d-bu-bl));border:var(--tp-3d-bu-bl-bo)}.tp-3d-bu-bl:hover{background-image:-webkit-linear-gradient(top,var(--tp-3d-bu-bl-h));border:var(--tp-3d-bu-bl-bo)}.tp-3d-bu-gr:active{background-image:-webkit-linear-gradient(top,var(--tp-3d-bu-bl-a))}.tp-3d-bu-gr{background-image:-webkit-linear-gradient(top,var(--tp-3d-bu-gr));border:var(--tp-3d-bu-gr-bo)}.tp-3d-bu-gr:hover{background-image:-webkit-linear-gradient(top,var(--tp-3d-bu-gr-h))}.tp-3d-bu-gr:active{background-image:-webkit-linear-gradient(top,var(--tp-3d-bu-gr-a))}.tp-3d-bu-re{background-image:-webkit-linear-gradient(top,var(--tp-3d-bu-re));border:var(--tp-3d-bu-re-bo)}.tp-3d-bu-re:hover{background-image:-webkit-linear-gradient(top,var(--tp-3d-bu-re-h))!important;border:var(--tp-rgb-r3)!important;color:#fff!important}.tp-bo-sh{box-shadow:var(--tp-bo-sh)}.tp-sw-bo{border:var(--tp-sw-bo)}.tp-dropdown-click{direction:ltr;display:flex;flex-flow:column;justify-content:flex-end}.tp-dropdown-click>:first-child{align-items:center;display:flex;justify-content:center}.tp-dropdown-click>.tp-dropdown-content{background-color:var(--tp-rgb-9);box-shadow:0 5px 10px #0003;color:var(--tp-rgb-1);direction:rtl;display:flex;flex-direction:column;max-height:0;max-width:500px;min-width:180px;opacity:0;overflow:hidden;padding:5px 0;position:absolute;transition:max-height .2s ease-in,opacity .2s ease-in;visibility:hidden;z-index:1}.tp-dropdown-click>.tp-dropdown-content.open{max-height:370px;opacity:1;visibility:visible;z-index:102}.tp-dropdown-click>.tp-dropdown-content>*{display:flex;height:35px;line-height:35px;padding:0 20px}.tp-dropdown-click>.tp-dropdown-content>hr{border-bottom-style:solid;border-bottom-width:1px;height:1px;margin:5px 0;width:100%}@keyframes tp-an-re{0%{background-color:#e11}50%{background-color:#e119}to{background-color:#e11}}@keyframes tp-an-gr{0%{background-color:#00914b}50%{background-color:#00914b99}to{background-color:#00914b}}@keyframes tp-an-bl{0%{background-color:#218fb0}50%{background-color:#218fb099}to{background-color:#218fb0}}@keyframes tp-an-ye{0%{background-color:#e2b900}50%{background-color:#e2b90099}to{background-color:#e2b900}}.tp-slider-box{background-color:#fff0;bottom:0;display:flex;position:fixed;top:0;transition:all .5s ease-in;z-index:1000}[dir=rtl] .tp-slider-box{left:100%;right:-100%}[dir=rtl] .tp-slider-box.open{left:-1px;right:-1px}.tp-slider-box>div{background-color:var(--tp-rgb-9);border-color:var(--tp-rgb-4);border-style:solid;border-width:0 1px;box-shadow:-20px 0 20px 5px #00000052;color:var(--tp-rgb-1);height:100%}.tp-slider-box>div>div:first-child>div:first-child{height:3px}.tp-slider-box>div>div:first-child>.close{float:left;padding:10px 20px 0;position:relative}.tp-slider-box>div>div:first-child>.close>p{background-color:#fff0;cursor:pointer;height:15px;position:absolute;right:20px;top:0;width:15px}.tp-slider-box>div>div:first-child>.title{border-bottom:1px solid var(--tp-rgb-12);font-size:16px;margin:10px 20px 20px;padding-bottom:5px}.tp-slider-box>div>div:last-child{height:calc(100% - 60px);overflow-y:auto;padding:20px}.tp-popup-modal{background-color:var(--container);border:1px solid var(--dropdown-border);box-shadow:0 3px 3px var(--box-shadow);box-sizing:border-box;color:var(--dropdown-color);max-height:400px;overflow-y:auto;position:absolute;z-index:1000}.tp-popup-modal>div{height:30px;line-height:30px;padding:0 10px}.tp-error-effect{animation:tp-error-effect .5s linear infinite}@keyframes tp-error-effect{0%{background-color:#fff0}50%{background-color:#ee111180}to{background-color:#fff0}}.tp-re{position:relative}.tp-ab{position:absolute}.tp-fi{position:fixed}.tp-bo-bo{box-sizing:border-box}.tp-bo-co{box-sizing:initial}.hidden{display:none}.table-striped{border-collapse:collapse}.table-striped>thead>tr>th{color:var(--tp-color-rev)}.table-striped>tbody>tr:nth-child(2n){background-color:var(--even-row-bg)}.table-striped>tbody>tr:nth-child(odd){background-color:var(--odd-row-bg)}.table-striped>tbody>tr>td,.table-striped>tbody>tr>th,.table-striped>thead>tr>td,.table-striped>thead>tr>th{border-color:var(--tp-rgb-6);border-style:solid;border-width:1px 1px 0 0;margin:0;padding:4px 6px}.table-striped>thead{background-color:var(--header-bg)}.table-striped>tbody>tr>td:last-child,.table-striped>tbody>tr>th:last-child,.table-striped>thead>tr>td:last-child,.table-striped>thead>tr>th:last-child{border-left-width:1px}.table-striped>tbody>tr:last-child>td,.table-striped>thead>tr:last-child>td{border-bottom-width:1px}.table-noborder>tbody>tr>td,.table-noborder>tbody>tr>th,.table-noborder>thead>tr>td,.table-noborder>thead>tr>th{border:0}#toast{background-color:#f9edbe;border:1px solid #f0c36d;border-radius:3px;color:#222;display:inline-block;font-size:12px;padding:3px 20px;position:absolute;top:2px;z-index:1000}#toast.error{border:2px solid red}.table-striped>tbody>tr:last-child>td{border-bottom-width:1px}table.tblMeetinglist{border-bottom:2px solid #ccc;width:100%}table.tblMeetinglist tr td:nth-child(2n){font-weight:700;text-align:left;white-space:nowrap}table.tblMeetinglist tr td{padding:2px 13px}table.tblMeetinglist tr:nth-child(odd){background:#f1f1f1}.bg-best-buy{background-color:var(--best-buy)}.bg-best-sell{background-color:var(--best-sell)}.widgets-body{bottom:0;margin-top:10px;overflow-x:hidden;overflow-y:auto;padding-left:10px;padding-right:10px}.widgets-body,.widgets-body-admin{box-sizing:border-box;position:relative;top:0}.widgets-body-admin{height:calc(100vh - 110px);left:0;margin-top:20px;padding-left:5px;padding-right:5px;right:0;z-index:0}.widgets-body>div:first-child{display:flex;height:100%;width:100%}.widgets-body>.resizer{border-bottom:0 solid var(--tp-rgb-7)}@media screen and (min-width:893px){.widgets-body-admin{padding-left:20px;padding-right:20px}}@media screen and (max-width:500px){.widgets-body,.widgets-body-admin{margin-bottom:0;margin-top:0;padding-left:5px;padding-right:5px}}::-webkit-scrollbar{background:#fff0;height:9px;width:8px}::-webkit-scrollbar-thumb{background:#64646466;border-radius:4px}::-webkit-scrollbar-corner{background:#fff0}widget ::-webkit-scrollbar,widget ::-webkit-scrollbar-thumb{background:#fff0}widget:hover ::-webkit-scrollbar{background:#64646433}widget:hover ::-webkit-scrollbar-thumb{background:#64646480}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.colorful input,select{color:var(--tp-rgb-1);outline:none}.darkblue input,select{background-color:#141828;color:#fff;outline:none}.resizer{cursor:n-resize;height:5px;margin:0;transition:background-color .1s ease-in;width:100%}.resizer:hover{background-color:#bbb}.angucomplete-dropdown{box-sizing:border-box;cursor:pointer;position:fixed;width:250px;z-index:9999}.angucomplete-selected-row{background-color:var(--tp-rgb-4)}.date-time>div div{display:none}.domain{stroke:var(--tp-rgb-5)}#pageLoader{background-color:#c8c8c84d;font-weight:700;height:100%;position:absolute;text-align:center;top:0;width:100%;z-index:10000}#pageLoader:after{background-color:#f9edbe;border:1px solid #f0c36d;border-radius:3px;color:#222;content:"در حال بارگذاری ...";display:inline-block;font-size:12px;margin-top:10px;padding:3px 20px}.angucomplete-dropdown{max-height:300px;overflow-y:auto}.g-row>li.ws-norm,.ws-norm{white-space:normal}.sidenav-item{height:40px;line-height:40px;padding-top:10px;text-align:center}#icon-money-payment{color:#009688}#icon-money-receipt{color:#e91e63}#icon-orders{color:#9c27b0}#btn-page-RealtimePortfolio,#btn-sidemenu-realtimeportfolioadvanced{color:#00bcd4}#icon-marketmap{color:#9c27b0}#icon-changebroker{color:#ff9800}#icon-transactions{color:#009688}#icon-setting{color:#9c27b0}#icon-messages{color:#ff5722}app-container{display:grid;grid-template-columns:40px auto;grid-template-rows:40px auto;height:calc(100% - 20px);width:100%}@media screen and (max-width:500px){app-container{display:inline;display:initial}}app-header{grid-column-end:3;grid-column-start:1;z-index:1000}app-content{overflow-y:auto;position:relative}@media screen and (max-width:500px){app-content{top:50px}}angucomplete{padding:0 5px;width:100%}.sidenav a.chatbox{position:relative}.sidenav a.chatbox i{background-repeat:no-repeat;display:block;font-size:24px;padding:0;vertical-align:middle}.sidenav a.chatbox #ChatMessageCount{background:#ff8c00;border-radius:50%;color:#fff;display:none;font-family:tahoma;font-size:11px;font-weight:700;left:4px;line-height:12px;padding:2px 4px;position:absolute;text-align:center;top:4px;z-index:20}.tp-slider-box send-order .header{border-top:1px solid var(--tp-rgb-4)}.bankMsg{border:1px solid #ccc;margin:100px auto;padding:100px;text-align:center;width:80%}.widgets-body.fix-Height>div{height:calc(100% - 5px)!important}.fix-Height.no-header .lm_content,.fix-Height.no-header .lm_goldenlayout.lm_item.lm_root,.fix-Height.no-header .lm_item.lm_column,.fix-Height.no-header .lm_item.lm_stack,.fix-Height.no-header .lm_item_container,.fix-Height.no-header .lm_items{height:100%!important;width:100%}.tp-te-bo .minmax-pices{border-color:var(--d3-inshape-border);border-style:solid;border-width:0 1px;font-size:10px;margin:0 2px 0 4px;padding:0 3px}.tp-te-bo .minmax-pices .tp-popup-sh{font-size:12px}.pricecontainer{position:relative}.pricecontainer .popover:hover,.pricecontainer input:focus~div>.popover{display:block}.pricecontainer .popover{background:var(--tp-rgb-11);border:1px solid var(--d3-inshape-border);bottom:29px;display:none;font-size:10px;height:25px;left:0;line-height:25px;min-width:99px;position:absolute;text-align:center}.pricecontainer .pice-lock{border-color:var(--d3-inshape-border);border-style:solid;border-width:0 1px 0 0;margin:0 5px 0 0;padding:0 4px 0 0}.widgets-body.fix-Height.no-header .lm_header{display:none!important;height:0!important}.lockedpage .lm_close_tab{display:none}.lockedpage widget-action-menu-common .controls>div{width:50%}.sidenav a.chatbox #ChatMessageCount.show{display:block}widget .widget-firstsection{padding:0 10px}.BasketOrder .pricefield .tp-te-bo{padding:0 3px}.crisp-client .crisp-6k5puw .crisp-4n0wrv.crisp-qm3u92 .crisp-113f7m5,body #crisp-chatbox .crisp-k30d4h,body #crisp-chatbox .crisp-x94m06{display:none!important}#chat-application{left:44px!important}.ordermoreinfo div div span:first-child{display:inline-block;min-width:70px}.ordermoreinfo .digit{color:var(--tp-rgb-2);font-size:11.5px}stock-details table.ind-ins-tbl td{border:1px solid var(--cell-border);white-space:nowrap}stock-details table.ind-ins-tbl td.buy{background-color:var(--best-buy)}stock-details table.ind-ins-tbl td.sell{background-color:var(--best-sell)}stock-details table.ind-ins-tbl td.buy.indins-number span{float:right}stock-details table.ind-ins-tbl{border-collapse:collapse;margin-top:3px}stock-details table.ind-ins-tbl td.indins-number{min-width:12%!important;width:12%!important}stock-details table.ind-ins-tbl td.indins-valume{min-width:16%!important;width:16%!important}stock-details table.ind-ins-tbl td.indins-volper{min-width:10%!important;width:10%!important}stock-details table.ind-ins-tbl td.indins-lbl{min-width:20%!important;text-align:center;width:20%!important}#MoneyPaymentContainer li{border-top:1px solid var(--d3-inshape-border)}#MoneyPaymentContainer .dt{display:inline-block;margin:0 0 0 3px}#MoneyPaymentContainer .vl{display:inline-block;font-size:14px;margin:0 5px 0 0}@media only screen and (max-height:700px){body app-sidenav section>*,body app-sidenav section>a{height:32px;line-height:17px;margin-bottom:10px;margin-top:10px}}@media screen and (max-width:1100px){.ordermoreinfo{display:none!important}}#cell_PortfolioSellValue,#cell_TotalNumberOfSharesTraded,#cell_TotalTradeValue{direction:ltr!important}.lm_root{position:relative}.lm_row>.lm_item{float:left}.lm_content{overflow:hidden;position:relative}.lm_dragging,.lm_dragging *{cursor:move!important;-webkit-user-select:none;user-select:none}.lm_maximised{left:0;position:absolute;top:0;z-index:40}.lm_maximise_placeholder{display:none}.lm_splitter{position:relative;z-index:20}.lm_splitter.lm_dragging,.lm_splitter:hover{background:orange}.lm_splitter.lm_vertical .lm_drag_handle{cursor:ns-resize;height:15px;position:absolute;top:-5px;width:100%}.lm_splitter.lm_horizontal{float:left;height:100%}.lm_splitter.lm_horizontal .lm_drag_handle{cursor:ew-resize;height:100%;left:-5px;position:absolute;width:15px}.lm_header{overflow:visible;position:relative;z-index:1}.lm_header [class^=lm_]{box-sizing:initial!important}.lm_header .lm_controls{position:absolute;right:3px}.lm_header .lm_controls>li{cursor:pointer;display:none!important;float:left;height:18px;text-align:center;width:18px}.lm_header ul{list-style-type:none;margin:0;padding:0}.lm_header .lm_tabs{position:absolute}.lm_header .lm_tab{cursor:pointer;float:left;height:14px;margin-top:1px;padding:0 25px 5px 10px;position:relative}.lm_header .lm_tab i{height:19px;position:absolute;width:2px}.lm_header .lm_tab i.lm_left{left:-2px;top:0}.lm_header .lm_tab i.lm_right{right:-2px;top:0}.lm_header .lm_tab .lm_title{display:inline-block;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:2000px){.lm_header .lm_tab .lm_title{font-size:1rem}}@media screen and (max-width:1000px){.lm_header .lm_tab .lm_title{font-size:.8rem}}.lm_header .lm_tab .lm_close_tab{height:14px;position:absolute;right:0;text-align:center;top:0;width:14px}.lm_stack.lm_left .lm_header,.lm_stack.lm_right .lm_header{height:100%}.lm_dragProxy.lm_left .lm_header,.lm_dragProxy.lm_right .lm_header,.lm_stack.lm_left .lm_header,.lm_stack.lm_right .lm_header{float:left;vertical-align:top;width:20px}.lm_dragProxy.lm_left .lm_header .lm_tabs,.lm_dragProxy.lm_right .lm_header .lm_tabs,.lm_stack.lm_left .lm_header .lm_tabs,.lm_stack.lm_right .lm_header .lm_tabs{top:0;transform-origin:left top;width:1000px}.lm_dragProxy.lm_left .lm_header .lm_controls,.lm_dragProxy.lm_right .lm_header .lm_controls,.lm_stack.lm_left .lm_header .lm_controls,.lm_stack.lm_right .lm_header .lm_controls{bottom:0}.lm_dragProxy.lm_left .lm_items,.lm_dragProxy.lm_right .lm_items,.lm_stack.lm_left .lm_items,.lm_stack.lm_right .lm_items{float:left}.lm_dragProxy.lm_left .lm_header .lm_tabs,.lm_stack.lm_left .lm_header .lm_tabs{left:0;transform:rotate(-90deg) scaleX(-1)}.lm_dragProxy.lm_left .lm_header .lm_tabs .lm_tab,.lm_stack.lm_left .lm_header .lm_tabs .lm_tab{margin-top:1px;transform:scaleX(-1)}.lm_dragProxy.lm_left .lm_header .lm_tabdropdown_list,.lm_stack.lm_left .lm_header .lm_tabdropdown_list{left:20px;right:auto;top:auto}.lm_dragProxy.lm_right .lm_content{float:left}.lm_dragProxy.lm_right .lm_header .lm_tabs,.lm_stack.lm_right .lm_header .lm_tabs{left:100%;margin-left:0;transform:rotate(90deg) scaleX(1)}.lm_dragProxy.lm_right .lm_header .lm_controls,.lm_stack.lm_right .lm_header .lm_controls{left:3px}.lm_dragProxy.lm_right .lm_header .lm_tabdropdown_list,.lm_stack.lm_right .lm_header .lm_tabdropdown_list{right:20px;top:auto}.lm_dragProxy.lm_bottom .lm_header .lm_tab,.lm_stack.lm_bottom .lm_header .lm_tab{border-top:none;margin-top:0}.lm_dragProxy.lm_bottom .lm_header .lm_controls,.lm_stack.lm_bottom .lm_header .lm_controls{top:3px}.lm_dragProxy.lm_bottom .lm_header .lm_tabdropdown_list,.lm_stack.lm_bottom .lm_header .lm_tabdropdown_list{bottom:20px;top:auto}.lm_drop_tab_placeholder{float:left;height:10px;visibility:hidden;width:100px}.lm_header .lm_controls .lm_tabdropdown:before{border-left:5px solid #fff0;border-right:5px solid #fff0;border-top:5px dashed;color:#fff;content:"";display:inline-block;height:0;vertical-align:middle;width:0}.lm_header .lm_tabdropdown_list{left:0;overflow:hidden;position:absolute;top:35px;z-index:5}.lm_header .lm_tabdropdown_list .lm_tab{background:var(--tp-rgb-header-bg)!important;border-bottom:1px solid var(--tp-rgb-4);clear:both;line-height:30px;margin:0;min-height:30px;padding-right:10px}.lm_header .lm_tabdropdown_list .lm_close_tab{display:none!important}.lm_dragProxy{left:0;position:absolute;top:0;z-index:30}.lm_dragProxy .lm_header{background:#fff0}.lm_dragProxy .lm_content{border-top:none;overflow:hidden}.lm_dropTargetIndicator{display:none;position:absolute;z-index:20}.lm_dropTargetIndicator .lm_inner{height:100%;left:0;position:relative;top:0;width:100%}.lm_transition_indicator{display:none;left:0;top:0;z-index:20}.lm_popin,.lm_transition_indicator{height:20px;position:absolute;width:20px}.lm_popin{bottom:0;right:0;z-index:9999}.lm_popin>*{height:100%;left:0;position:absolute;top:0;width:100%}.lm_popin>.lm_bg{z-index:10}.lm_popin>.lm_icon{z-index:20}.lockedpage widget-action-menu-common .controls{display:none}._exradicated-tooltip{display:block;opacity:1;position:absolute;z-index:999}tooltip{display:inline-block;position:relative}tooltip._multiline{display:block}tooltip tip{background:var(--tp-tooltip-bg);border-radius:3px;color:#fff;display:none;line-height:normal;max-width:500px;min-width:70px;opacity:0;padding:8px 16px;position:absolute;text-align:center;width:auto}tooltip tip._hidden{display:block;visibility:hidden}tooltip.active:not(._force-hidden) tip{display:block;opacity:1;z-index:999}tooltip tip-tip{font-size:.95em}tooltip tip-tip._large{font-size:1.1em}tooltip tip-tip._small{font-size:.8em}tooltip._top:not(._left):not(._right) tip{left:50%;top:-9px;transform:translateX(-50%) translateY(-100%)}tooltip._top:not(._left):not(._right) tip tip-arrow{border-left:6px solid #fff0;border-right:6px solid #fff0;border-top:6px solid var(--tp-tooltip-bg);content:"";height:0;left:50%;margin-left:-6px;position:absolute;top:100%;width:0}tooltip._bottom:not(._left):not(._right) tip{right:50%;top:100%;transform:translateX(50%) translateY(9px)}tooltip._bottom:not(._left):not(._right) tip tip-arrow{border-bottom:6px solid var(--tp-tooltip-bg);border-left:6px solid #fff0;border-right:6px solid #fff0;bottom:100%;content:"";height:0;left:50%;margin-left:-6px;position:absolute;width:0}tooltip._right:not(._top):not(._bottom) tip{left:100%;top:50%;transform:translateX(9px) translateY(-50%)}tooltip._right:not(._top):not(._bottom) tip tip-arrow{border-bottom:6px solid #fff0;border-right:6px solid var(--tp-tooltip-bg);border-top:6px solid #fff0;content:"";height:0;margin-top:-6px;position:absolute;right:100%;top:50%;width:0}tooltip._left:not(._top):not(._bottom) tip{left:-9px;top:50%;transform:translateX(-100%) translateY(-50%)}tooltip._left:not(._top):not(._bottom) tip tip-arrow{border-bottom:6px solid #fff0;border-left:6px solid var(--tp-tooltip-bg);border-top:6px solid #fff0;content:"";height:0;left:100%;margin-top:-6px;position:absolute;top:50%;width:0}tooltip._top._left tip{left:-9px;top:-9px;transform:translateX(-100%) translateY(-100%)}tooltip._top._left tip tip-arrow{border-left:6px solid #fff0;border-right:6px solid #fff0;border-top:6px solid var(--tp-tooltip-bg);content:"";height:0;left:90%;margin-left:-6px;position:absolute;top:100%;width:0}tooltip._top._right tip{left:100%;top:-9px;transform:translateX(9px) translateY(-100%)}tooltip._top._right tip tip-arrow{border-left:6px solid #fff0;border-right:6px solid #fff0;border-top:6px solid var(--tp-tooltip-bg);content:"";height:0;left:10%;margin-left:-6px;position:absolute;top:100%;width:0}tooltip._bottom._left tip{left:-9px;top:100%;transform:translateX(-100%) translateY(9px)}tooltip._bottom._left tip tip-arrow{border-bottom:6px solid var(--tp-tooltip-bg);border-left:6px solid #fff0;border-right:6px solid #fff0;bottom:100%;content:"";height:0;left:90%;margin-left:-6px;position:absolute;width:0}tooltip._bottom._right tip{left:100%;top:100%;transform:translateX(9px) translateY(9px)}tooltip._bottom._right tip tip-arrow{border-bottom:6px solid var(--tp-tooltip-bg);border-left:6px solid #fff0;border-right:6px solid #fff0;bottom:100%;content:"";height:0;left:10%;margin-left:-6px;position:absolute;width:0}tip-tip .close-button{cursor:pointer;float:right;left:8%;margin-top:-7%;padding:3px;position:relative}.newGrid{--header-height:30px}.newJgrid .freez{position:relative!important}.newGrid-header>ul>li.sort{background:var(--header-sort-bg)}.newJgrid .newGrid-header>ul>li>.options{display:none;font-size:9px;left:3px;position:absolute}.newGrid-header>ul>li:hover>.options{display:inline-block}.newGrid-header li input.filter{direction:ltr;display:none;margin:0 5px 3px;padding:0;text-align:center;width:calc(100% - 10px)}.filter-active .newGrid-header li input.filter{display:block}.grid-header-tools{min-width:120px}.grid-header-tools>div label{direction:ltr;display:block;text-align:right;width:100%}.grid-header-tools>div{min-width:150px;width:auto}.grid-header-tools>div.tools-default{border-bottom:1px solid var(--tp-rgb-4)}.newGrid-container .g-row>li>.more:before{content:"\e91e";font:normal normal normal 13px/1;margin-top:8px}.sub-grid-container{border:1px solid #ccc;margin:10px 30px 10px 0}.newGrid-total-row li{background-color:var(--grid-footer-bg);border-bottom:1px solid var(--tp-rgb-4);border-left:1px solid var(--tp-rgb-4);border-top:1px solid var(--tp-rgb-4)}.sub-grid-container .newGrid-header>ul>*{background-color:var(--header-bg-sub)}.newGrid{display:flex;flex-direction:column;max-height:100%;overflow:hidden;width:100%}.checkbox,.gutter{align-items:center;background-color:var(--tp-rgb-10);border-left:1px solid var(--tp-rgb-4);box-sizing:border-box;height:100%;position:absolute!important;text-align:center;z-index:2}.newGrid-header{color:var(--header-co);height:auto;margin-bottom:1px;width:100%}.newGrid-header>ul{border-bottom:1px solid var(--tp-rgb-4);border-top:1px solid var(--tp-rgb-4);display:flex;height:100%;position:relative;width:100%}.newGrid-header>ul>*{background-color:var(--header-bg);box-sizing:border-box;display:flex;justify-content:center;line-height:var(--header-height);position:relative}.g-header-draging{cursor:move}.g-header-draging>.resize{background-color:var(--tp-rgb-b1)}.g-header-column-title{width:100%}.g-header-column-title>.text{display:flex;justify-content:center;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.g-header-column-title .sort{height:5px;margin:10px 5px;overflow:hidden;width:5px}.g-header-column-title .sort:after{border-color:var(--tp-rgb-1);border-style:solid;border-width:2px 2px 0 0;content:" ";height:5px;position:absolute;transform:rotate(-45deg);width:5px}.g-header-column-title .sort[sort="0"]:after{transform:rotate(135deg)}.g-header-column-title>div:nth-child(2){box-sizing:border-box;padding:0 7px}.g-header-column-title input{background-color:var(--tp-rgb-input);border:1px solid var(--d3-inshape-border);direction:ltr;height:23px;line-height:23px;margin-bottom:5px;text-align:center;width:100%}.newGrid-header>ul>li{border-left:1px solid var(--tp-rgb-h-b)}.newGrid-header>ul>li>.options{cursor:pointer;margin:0;position:relative;width:10px}.newGrid-header>ul>li>.options:after{border:0;border-right:1px solid var(--tp-rgb-h-b);content:"▼";display:none;font-size:10px;height:100%;left:-2px;padding-right:2px;position:absolute;top:0}.newGrid-header>ul>li:hover>.options:after{display:block}.newGrid-header>ul>li>.resize{border-left:1px solid var(--tp-rgb-h-b);cursor:col-resize;margin:0;position:relative;width:5px}.newGrid-header>ul>li>.resize:after{content:" ";height:100%;left:0;position:absolute;width:1px}.newGrid-header .checkbox{height:30px}.newGrid-header .checkbox input{margin:9px auto}.newGrid-container .checkbox{border-bottom:1px solid var(--tp-rgb-4);padding-top:2px}.newGrid-container{overflow-x:auto;overflow-y:hidden;width:100%}.newGrid-container:hover{overflow:auto}.newGrid-container>div{box-sizing:border-box;display:table-row-group;height:auto;width:100%}.g-row{display:flex;flex-direction:row;flex-wrap:nowrap;font-family:Segoe UI Semibold;height:30px;line-height:30px;width:100%}.g-row,.g-row>li{position:relative}.g-row>li{box-sizing:border-box;color:var(--cell-color);max-height:100%;overflow:hidden;padding:0 5px;text-overflow:ellipsis;white-space:nowrap}.g-row>li:not(.freez){height:100%}.g-row>li>.more{cursor:pointer;height:30px;left:0;position:absolute;top:0;width:20px}.g-row>li>.more:before{content:"...";display:none;font-size:150%;font-weight:700;height:100%;line-height:20px;position:absolute;text-align:center;width:100%}.g-row:hover>li>.more{background-color:inherit}.g-row:hover>li>.more:hover{background-color:var(--cell-more-hover)}.g-row:hover>li>.more:before{display:block}.g-icon{align-items:center;cursor:pointer;display:flex;justify-content:center}.g-row:hover>li{background-color:var(--row-hover-bg)!important}.g-row.active>li{background-color:var(--row-active-bg)!important}.g-row>li.pushed.positive{background-color:var(--tp-rgb-push-g)!important}.g-row>li.pushed{background-color:var(--tp-rgb-push-r)!important}.freez{height:100%;position:absolute!important;top:0;z-index:1}.newGrid-total-row .freez{max-height:30px}.g-row>li.freez,.newGrid-container>div:nth-child(odd)>ul{background-color:var(--tp-rgb-9)}.newGrid-container>div:nth-child(odd):last-child>ul{border-bottom:1px solid var(--even-row-bg)}.newGrid-container .sub-grid>div>ul:nth-child(2n),.newGrid-container>div:nth-child(2n) .freez,.newGrid-container>div:nth-child(2n)>ul{background-color:var(--even-row-bg)}.newGrid-container.even-column>div>ul>li:nth-child(2n),.newGrid-container.first-column>div>ul>li.freez{background-color:var(--tp-rgb-11)}.newGrid-container.horizontal-line>div{outline:1px solid var(--tp-rgb-7)}.newGrid-container.horizontal-line>div>ul>li,.newGrid-container>div>ul{border-bottom:1px solid var(--cell-border)}.newGrid-container>div>ul>li{border-left:1px solid var(--cell-border)}.newGrid-container>div>ul.active>li{border-left:1px solid var(--cell-border-active)}.newGrid-container>div>ul>li.freez{border-left:1px solid var(--cell-border-freez)}.newGrid-container>div>ul.active>li.freez{border-left:1px solid var(--cell-border-active-freez)}.newGrid-total-row.tp-bold li{font-size:13px;font-weight:400}.newGrid-container .gutter.exist:after{border-color:var(--tp-rgb-1);border-style:solid;border-width:2px 0 0 2px;content:" ";height:6px;left:12px;position:absolute;top:11px;transform:rotate(-45deg);transition:all .2s ease-in;width:6px}.newGrid-container .open .gutter.exist:after{transform:rotate(-135deg)}.newGrid-total-row,.newGrid-total-row>ul{height:30px;width:100%}.newGrid-total-row>ul{display:flex;line-height:30px}.g-total-row-cell{box-sizing:border-box;cursor:default;display:block;font-size:13px;font-weight:400;padding:0 3px;position:relative;text-align:center;text-overflow:ellipsis;white-space:nowrap}.g-total-row-cell>.drop-down{background-color:var(--tp-rgb-9);border:1px solid;border-color:var(--tp-rgb-6);bottom:-1px;height:150px;position:absolute;width:120px}.g-total-row-cell>.drop-down>div{height:30px;line-height:30px;padding:0 10px;width:100%}.newGrid-paging-row{border-top:1px solid var(--tp-rgb-4);height:30px;padding:5px 20px;width:auto}.newGrid-paging-row>div{display:flex;width:auto}.newGrid-paging-row span{line-height:29px;margin:7px 5px}.g-paging-previous-page.disabled{cursor:default}.g-paging-next-page,.g-paging-previous-page{border-radius:2px;height:100%;min-height:32px;width:30px}.g-paging-next-page:after,.g-paging-previous-page:after{border-color:var(--tp-rgb-1);border-style:solid;border-width:1px 1px 0 0;content:" ";height:12px;left:3px;position:absolute;top:10px;transform:rotate(45deg);width:12px}.g-paging-next-page:after{left:10px;transform:rotate(-135deg)}.g-paging-input{background-color:var(--tp-rgb-input);border:1px solid var(--tp-rgb-12);box-shadow:var(--tp-bo-sh);color:var(--tp-rgb-1);direction:ltr;height:23px;line-height:23px;margin:3px 5px;text-align:center;width:60px}.g-paging-divider{flex:auto}.sub-grid{border:1px solid var(--tp-rgb-7);border-radius:4px;display:inline-block;margin:5px}.sub-grid ul{border-bottom:1px solid var(--tp-rgb-4);display:flex;height:30px}.sub-grid ul>li{border-left:1px solid var(--tp-rgb-4);box-sizing:border-box;display:flex;justify-content:center;line-height:var(--header-height);overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap}.sub-grid ul.header{background-color:var(--header-bg)}.sub-grid>div{display:inline-block;margin-bottom:-6px;max-height:300px;overflow:auto}.grid-context-menu{position:absolute;width:200px;z-index:30}.grid-context-menu>.multi-menu>div{max-height:250px;overflow-y:auto;width:180px}.grid-context-menu>.multi-menu>div>div{width:100%!important}.grid-context-menu>.multi-menu label{display:flex}.grid-context-menu>.multi-menu>div>div *{cursor:pointer}.grid-context-menu>.multi-menu>div span{display:inline-block;height:24px;line-height:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:130px}.g-row .tp-icon,tr td .tp-icon{font-size:12px}.g-row svg{fill:var(--cell-color)}.hiddenRow{font-style:italic;opacity:.4}.icon-ch-color{font-size:17px!important;font-weight:700!important}.icon-ch-color-green{color:green}.icon-ch-color-red{color:red}.icon-ch-color:hover{color:#0091e6}.info-help-icon{background-color:snow;border:1px solid #ccc;border-radius:100%;color:#ccc;cursor:pointer;display:inline-block;height:15px;height:-webkit-fill-available;line-height:15px;margin:auto 4px;padding:1px 7px}.info-help-icon:hover{background-color:#ecefff;transition:.3s ease}.help-info-tooltip-container{position:fixed;z-index:10}.help-info-tooltip{background-color:#f5f5bf;border:1px solid #000;color:#7f7f7f;padding:6px 8px}#Notification_Container,.noti-bottom-left #Notification_Container{bottom:40px;left:16px;right:auto;top:auto}.noti-bottom-right #Notification_Container{bottom:40px;left:auto;right:42px;top:auto}.noti-top-left #Notification_Container{bottom:auto;left:16px;right:auto;top:40px}.noti-top-right #Notification_Container{bottom:auto;left:auto;right:42px;top:40px}.noti-top-center #Notification_Container{bottom:auto;left:auto;right:calc(50% - 100px);top:40px}.noti-bottom-center #Notification_Container{bottom:40px;left:auto;right:calc(50% - 100px);top:auto}.noti-center-center #Notification_Container{bottom:auto;left:auto;right:calc(50% - 100px);top:calc(50% - 100px)}.noti-top-center .closeallnotifications,.noti-top-left .closeallnotifications,.noti-top-right .closeallnotifications{position:absolute;top:-20px}#Notification_Container{line-height:20px;max-width:350px;position:fixed;z-index:999}#Notification_Container .container>div{border-radius:2px;border-style:solid;border-width:1px;box-shadow:0 2px 5px #00000080;color:#fff;line-height:23px;margin:5px 0 0;min-width:200px;padding:10px 35px 10px 22px;position:relative;text-align:right}#Notification_Container .header{background:#0808081c;height:100%;position:absolute;right:0;top:0;width:27px}#Notification_Container .header:before{font:normal normal normal 17px/1;position:absolute;right:0;right:4px;top:calc(50% - 9px)}#Notification_Container .box{border-right:1px solid #0808081c;height:100%;left:0;position:absolute;text-align:center;top:0;width:18px}#Notification_Container .close{background-color:#fff0;cursor:pointer;text-align:center;width:18px}#Notification_Container .text{display:block;padding:0 5px;text-align:justify}#Notification_Container .close:hover{background:#0808081c}#Notification_Container .close:before{left:2px;position:absolute;top:calc(50% - 8px)}#Notification_Container .error{background:#e61414;border-color:#bd1010}#Notification_Container .error .header:before{color:#ec7070;content:"\e95B"}#Notification_Container .info{background:#47a9f8;border-color:#1e98fb}#Notification_Container .info .header:before{color:#90ceff;content:"\e959"}#Notification_Container .success{background:#2aaba0f0;border-color:#0c9d8f}#Notification_Container .success .header:before{color:#48c1b7;content:"\e95A"}#Notification_Container .warning{background:#fff1c0f0;border-color:#facf1c;color:#5a5a5a!important}#Notification_Container .warning .header{background:#fbe38b;border-color:#b19243}#Notification_Container .warning .header:before{color:#b59d49;content:"\e958"}#Notification_Container .warning .close{border-color:#f1de9c;color:#c19600}#Notification_Container .closeallnotifications>span{margin:1px}.closeallnotifications{border-radius:5px;color:#000;cursor:pointer;height:20px;margin:3px auto 5px;right:calc(50% - 60px);text-align:center;white-space:nowrap;width:120px}.closeallnotifications>span{height:20px;line-height:20px;line-height:18px;min-width:90px;padding:0 5px;width:40%}.switch-container{-webkit-touch-callout:none;cursor:pointer;line-height:19px;padding-left:30px;-webkit-user-select:none;user-select:none}.switch-container-new{border:var(--tp-3d-bu-bo);border-radius:5px;margin:0 2px;padding:5px 7px}.switch{display:inline-block;height:17px;position:relative;width:30px}.switch input{height:0;opacity:0;width:0}.switchslider{background-color:#ccc;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.switchslider:before{background-color:#fff;bottom:4px;content:"";height:10px;position:absolute;right:2px;transition:.4s;width:10px}@media (max-width:899px){.switch{height:15px;width:25px}.switchslider:before{bottom:4px;height:8px;right:0;width:8px}}input:checked+.switchslider{background-color:#2196f3}input:focus+.switchslider{box-shadow:0 0 1px #2196f3}input:checked+.switchslider:before{transform:translateX(-16px)}.switchslider.round{border-radius:34px}.switchslider.round:before{border-radius:50%}.form-group{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:1rem}.form-group label{font-weight:400;min-width:150px}.form-group input,select,textarea{background-color:#fff;border:1px solid #b9b9b9;border-radius:5px;color:#000;flex:1 1;font-size:14px;font-weight:500;max-width:400px;padding:7px 25px 7px 0;width:100%}.form-group input.MuiInputBase-input{border:none}@media (max-width:600px){.form-group label{margin-bottom:5px;min-width:100%}}app-bottomLogin>.bottom{align-items:stretch;background-color:var(--tp-rgb-body);bottom:0;box-shadow:0 2px 5px 0 #00000029,0 2px 10px 0 #0000001f;color:#5c5c5c;height:40px;justify-content:space-around;position:fixed;width:100%}.darkblue app-bottomLogin>.bottom{color:#acacac}app-bottomCopyright>.bottom{align-items:stretch;background-color:var(--tp-rgb-body);border-top-left-radius:3px;border-top-right-radius:3px;bottom:0;box-shadow:0 2px 5px 0 #00000029,0 2px 10px 0 #0000001f;color:#b7b7b7;height:40px;justify-content:space-around;left:0;position:fixed;width:calc(100% - 40px);z-index:1}.colorful app-bottomCopyright>.bottom{color:#111843}app-bottomCopyright>.bottom>.copyright,app-bottomLogin>.bottom>.copyright{font-size:12px;margin-top:10px;text-align:center}app-bottomCopyright>.bottom>.copyright>span>.LinkCopyright,app-bottomLogin>.bottom>.copyright>span>.LinkCopyright{color:#111843;cursor:pointer;text-decoration:none}.darkblue app-bottomCopyright>.bottom{background-color:#161c3e}.darkblue app-bottomCopyright>.bottom>.copyright>span>.LinkCopyright,.darkblue app-bottomLogin>.bottom>.copyright>span>.LinkCopyright{color:#acacac}app-bottomCopyright>.bottom>.copyright>span>.LinkCopyright:hover,app-bottomLogin>.bottom>.copyright>span>.LinkCopyright:hover{color:#008b8b;cursor:pointer;font-style:italic}app-bottomCopyright>.bottom>.copyright>.version,app-bottomLogin>.bottom>.copyright>.version{margin-left:20px;top:10px}@media screen and (max-width:500px){app-bottomCopyright>.bottom{bottom:23px;left:0;padding-top:5px;width:100%;z-index:0}.darkblue app-bottomCopyright>.bottom{background-color:#00041c}app-bottomCopyright>.bottom>.divider,app-bottomLogin>.bottom>.divider{display:none}app-bottomCopyright>.bottom>.copyright{margin-top:0;text-align:center}app-bottomCopyright>.bottom>.copyright>.reserved,app-bottomLogin>.bottom>.copyright>.reserved{display:none}app-bottomCopyright>.bottom>.copyright>.version{font-size:10px!important;left:0;position:absolute;top:6px}}app-bottom>.bottom{align-items:stretch;bottom:0;display:flex;height:43px;justify-content:space-around;line-height:30px;position:fixed;width:100%;z-index:10}@keyframes b{0%{opacity:0}to{opacity:1}}app-bottomReport>.bottom{align-items:stretch;animation:b .5s normal;border-bottom:1px solid #a9a9a9;border-top-left-radius:8px;border-top-right-radius:8px;bottom:40px;display:flex;height:40px;justify-content:space-around;left:0;line-height:30px;position:absolute;width:100%;z-index:10}.colorful app-bottom>.bottom{background:linear-gradient(180deg,#2658a1 55%,#315286 75%)}.colorful app-bottomReport>.bottom{background:linear-gradient(0deg,#2658a1 55%,#315286 75%)}.darkblue app-bottom>.bottom,.darkblue app-bottomReport>.bottom{background:#161c3e;border:1px solid #4a4a4a}app-bottom>.bottom>section,app-bottomReport>.bottom>section{fill:var(--fill);display:flex}@media screen and (min-width:501px){app-bottom,app-bottomReport{display:none}}app-header>.header{align-items:stretch;background:linear-gradient(30deg,#2866b7 55%,#315286 75%);box-shadow:0 2px 5px 0 #00000029,0 2px 10px 0 #0000001f;color:#fff;display:flex;height:40px;justify-content:space-between;line-height:40px;position:absolute;width:100%}app-header>.header>section{fill:var(--fill);display:flex}app-header>.header>section>.icons{box-sizing:border-box;padding:1px 10px;width:39px}app-header>.header>section>.icons.disabled{fill:#ccc;color:#ccc;cursor:no-drop}app-header>.header>section>.lightre{border-color:var(--gb-border);border-style:solid;border-width:0 1px}app-header>.header>section>.logo{border-right:0;font-size:18px;padding:5px 10px}app-header>.header>section>.clock{font-size:15px;text-align:center;width:80px}app-header>.header>section>.profile{display:flex;font-size:13px;padding:0 10px}app-header>.header>section>.profile>div:first-child{line-height:35px;margin:2px 0 0 5px}app-header>.header>section>.profile>div:nth-child(2){border-radius:50%;color:#fff;font-size:1.2em;height:30px;line-height:30px;margin:5px;text-align:center;width:30px}app-header>.header .button{cursor:pointer}app-header>.header .button:hover:not(.active){background-color:var(--gb-hover)}app-header>.header .button.active{fill:var(--fill-accent);background-color:var(--gb-active);color:var(--fill-accent)}app-header>.header .button>.count{position:relative}app-header>.header .digit{font-size:1.25em}app-header>.header .currentdate tip-tip{font-size:12px}app-header customer-balance{display:flex}app-header .balance{box-sizing:border-box;display:flex;line-height:normal;margin:0 5px}app-header .balance>div{border-radius:50%;height:12px;margin-top:2px;width:12px}app-header .short-title{display:none}app-header .signout{color:inherit;cursor:pointer;display:flex;justify-content:space-between;padding:0 10px}@media screen and (max-width:650px){app-header .logo .logo-img{display:none}app-header .logo .logo-img-mini{display:block}}@media screen and (max-width:800px){app-header customer-balance{display:none}}@media screen and (min-width:650px){app-header .logo .logo-img{display:block}app-header .logo .logo-img-mini{display:none}}@media screen and (max-width:1400px){app-header .logo .logo-img{display:none}app-header .logo .logo-img-mini{display:block}}@media screen and (max-width:1050px){app-header .logo .logo-img,app-header .profile-name{display:none}app-header .logo .logo-img-mini{display:block}}customer-balance .header-dropdown-container{position:relative}customer-balance .header-dropdown-container>.lable{display:flex;height:40px;padding:0 10px}customer-balance .header-dropdown-container>.content{border-left:0;border-top:0;display:none;max-height:none!important;min-width:280px;overflow:hidden!important;right:0;top:40px}customer-balance .header-dropdown-container>.content .change,customer-balance .header-dropdown-container>.content .percent{min-width:50px;text-align:right}customer-balance .header-dropdown-container>.content .container:hover{background:var(--dropdown-item-hover)}customer-balance .header-dropdown-container:hover>.content{display:block}customer-balance .item{display:flex;height:40px;line-height:40px;width:390px}customer-balance .item #title{width:104px}customer-balance .lable .container{height:40px;line-height:35px}customer-balance .content .container{display:flex;line-height:30px}customer-balance .content .container>span:last-child>span:first-child{display:inline-block;min-width:105px}customer-balance .container{display:flex;line-height:30px}customer-balance .container>span{padding:0 5px}customer-balance .container>span:first-child{font-size:1em;padding-top:2px}customer-balance .container .customerRealBalance-help{border:1px solid #ccc;border-radius:100%;padding:1px 7px}customer-balance .container tooltip tip{white-space:nowrap}customer-balance .content .container{border-bottom:1px solid var(--tp-rgb-10)}header-messages .slider{width:500px}header-messages .message-body{margin-bottom:0;max-height:calc(100% - 90px);overflow-y:auto;width:100%}header-messages .message-body>li{border-bottom:1px solid var(--tp-rgb-4);cursor:pointer;overflow:auto;padding:0 10px 5px}header-messages .message-body>li:hover{background-color:var(--row-hover-bg)}header-messages .time{color:#666}header-notifications .slider{width:500px}header-notifications .message-body{border-bottom:1px solid var(--tp-rgb-4);margin-bottom:0;max-height:calc(100% - 90px);overflow-y:auto;width:100%}header-notifications .message-body>li{border-bottom:1px solid var(--tp-rgb-4);cursor:pointer;padding:0 10px 5px}header-notifications .message-body>li:hover{background-color:#eff6fc}header-notifications .time{color:#666}header-profile .profile-info{display:flex}header-profile .profile-image{border-radius:50%;color:#fff;font-size:2em;height:50px;line-height:50px;text-align:center;width:50px}header-profile .username{font-size:15px;line-height:18px;margin:3px 10px}header-profile .username>div:last-child{font-size:11px;padding-top:8px}header-profile customer-balance{display:inline-block;margin:20px 0}header-profile .slider>.container{display:flex;flex-direction:column;justify-content:space-between}header-setting .theme{display:flex}header-setting .theme>a{border-radius:50%;box-sizing:border-box;cursor:pointer;height:50px;margin:15px;position:relative;width:50px}header-setting .theme>a.active:after{border:1px solid;border-radius:50%;content:"";height:57px;left:-5px;position:absolute;top:-5px;width:57px}header-setting .theme>a.darkblue{background-color:#324397}header-setting .theme>a.darkblue:hover{background-color:#00147a}header-setting .theme>a.colorful:hover{background-color:#fff}header-setting .theme>a.darkblue:after{border-color:#181c3b}.darkblue header-setting .theme>a.darkblue:after{border-color:#fff}header-setting .theme>a.colorful{background-color:#ebebeb;border:1px solid #767676}header-setting .theme>a.colorful:after{border-color:#000}.darkblue header-setting .theme>a.colorful:after{border-color:#fff}header-setting .switch-status{line-height:normal}header-widgets .slider{width:330px}header-widgets .slider .widgets .shift-chart,header-widgets .slider .widgets .tp-icon{font-size:24px}header-widgets .widget-body .widgets{color:#666;display:inline-block;text-align:center}header-widgets .widget-body .widgets>.widget{box-sizing:border-box;cursor:move;float:right;height:88px;margin:0 5px 5px 0;padding:10px 9px;width:88px}header-widgets .widget-body .widgets>.widget:hover *{color:var(--d3-box-color-hover)}header-widgets .widget-body .widgets>.widget>div:first-child{color:var(--d3-box-fill);font-size:2em;height:35px}header-widgets .widget-body .widgets>.widget>div:last-child{font-size:12px;line-height:17px}header-widgets .widget-body .templates{cursor:pointer;display:flex;justify-content:space-between;line-height:50px;margin-bottom:20px}header-widgets .widget-body .templates>div{box-sizing:border-box;color:var(--d3-box-fill);font-size:30px;height:50px;line-height:50px;margin:0 5px 5px 0;text-align:center;width:50px}market-index .header-dropdown-container{position:relative}market-index .header-dropdown-container>.lable{height:40px;overflow:hidden}market-index .header-dropdown-container>.content{border-left:0;border-top:0;display:none;left:-125px;top:40px;z-index:1}market-index .header-dropdown-container>.content .change{font-weight:400;min-width:120px;text-align:right}market-index .header-dropdown-container>.content .change1{font-weight:400;min-width:90px;text-align:right}market-index .header-dropdown-container:hover>.content{display:block}market-index .item{display:flex;height:30px;line-height:30px;position:relative}@media screen and (max-width:400px){market-index .header-dropdown-container>.content{left:-120px;width:300px}market-index .header-dropdown-container>.content1{left:-150px;width:300px}market-index .header-dropdown-container>.content .change,market-index .header-dropdown-container>.content .change1{font-size:9px!important;min-width:70px}}app-sidenav .sidenav{background-color:var(--container);box-shadow:0 2px 5px 0 #00000029,0 2px 10px 0 #0000001f;color:var(--container-color);display:flex;flex-direction:column;height:100%;justify-content:space-between;margin-right:-1px;min-height:570px;position:relative;width:40px}app-sidenav .sidenav a{color:var(--container-color);height:37px;line-height:37px}app-sidenav section tip-cont,app-sidenav section tooltip{width:100%}app-sidenav section svg{fill:var(--container-color)}app-sidenav section tooltip,app-sidenav section>a{padding-top:0}app-sidenav section tooltip svg,app-sidenav section>a svg{padding-top:7px}app-sidenav section .page-index{color:#0078d7;display:block;font-size:14px!important;width:100%}app-sidenav section .page-index.locked,app-sidenav section>*{color:var(--container-color)}app-sidenav section>*{box-sizing:border-box;cursor:pointer;display:flex;height:40px;justify-content:center;line-height:35px;text-align:center;width:100%}app-sidenav section>* .menuitem.active,app-sidenav section>.active,app-sidenav section>:hover{background-color:var(--container-hover);color:var(--caontainer-hover-color)!important}app-sidenav section>* .menuitem.active svg,app-sidenav section>.active svg,app-sidenav section>:hover svg{fill:var(--active)}app-sidenav section>.active{color:var(--active)}app-sidenav section>.active svg{fill:var(--active)}app-sidenav section.pages{bottom:5px;right:0;width:100%}app-sidenav section.pages>*{border-top:1px solid var(--tp-rgb-4);line-height:38px}app-sidenav tooltip tip{white-space:nowrap}@media screen and (max-width:500px){app-sidenav{display:none}.menu-side{display:flex}.slider.rtl.open{right:0!important}}@media screen and (min-width:501px){.menu-side{display:none}.slider.rtl.open{right:40px!important}}sidenav-menu .slider{text-align:right;width:250px}sidenav-menu .slider>div{margin-top:3px;padding:0!important}sidenav-menu .menu{border-bottom:1px solid var(--tp-rgb-4);max-height:40px;overflow:hidden;transition:max-height .3s ease-in-out}sidenav-menu .menu.active{max-height:900px}sidenav-menu .menu .submenu{max-height:40px;overflow:hidden;transition:max-height .3s ease-in-out}sidenav-menu .menu .submenu.active{max-height:900px}daily-slider .container{height:20px;position:relative;width:100%}daily-slider .main-bar{align-items:stretch;background-color:var(--main-bar);cursor:pointer;direction:rtl;display:flex;height:6px;margin-top:30px;position:relative;width:100%}daily-slider .main-bar:before{content:"";height:15px;position:absolute;top:-7px;width:100%}daily-slider .main-bar>div{width:50%}daily-slider .left,daily-slider .right{height:6px;pointer-events:none}daily-slider .right{background-color:green;float:left}daily-slider .left{background-color:red;float:right}daily-slider .offset{background-color:var(--main-bar)}daily-slider .range-slider{background-color:var(--slider);border:1px solid #eaeaea;border-radius:50%;box-shadow:0 2px 3px #0003;color:#fff;display:flex;height:10px;justify-content:center;pointer-events:none;position:absolute;top:-4px;width:10px}daily-slider .tooltip{font-size:13px;padding:3px 5px;pointer-events:none;position:absolute;top:-28px}daily-slider .tooltip.advance{background-color:var(--slider);border:1px solid var(--tp-rgb-4);z-index:1}daily-slider .tooltip.first{left:0;margin-left:-5px;padding:9px 0}daily-slider .tooltip.last{margin-right:-6px;padding:9px 0}daily-slider .hover,daily-slider .select-slider{display:none}grid-row-contextmenu .container{width:175px}tp-input .input-container{border:1px solid #ddd;box-sizing:border-box;height:30px;padding:0 5px;width:100%}tp-input .input-container>input{background-color:none;border:none;font-family:Tahoma;height:24px;width:100%}input-number .input-container>input{direction:ltr}new-input label{line-height:31px}new-input label>.input-box{background-color:var(--container);display:flex;height:28px;padding:0 5px;position:relative}new-input label>.input-box:focus{outline:auto;outline-color:#aac5e7}new-input label>.input-box.textarea{height:80px}new-input label>.input-box.textarea>textarea{background:none;border:none;box-sizing:border-box;font-family:inherit;height:100%;padding:5px 0;resize:both;width:100%}new-input label>.input-box>input:focus{outline:auto;outline-color:#aac5e7}new-input label>.input-symbol-search{background-color:var(--container);height:30px;padding:0 5px}new-input label.phone-number{position:relative}new-input label.phone-number input{caret-color:var(--tp-rgb-1);color:#0000!important;z-index:1}new-input label.phone-number .plaseholder{color:inherit;direction:ltr;left:5px;position:absolute;top:-1px}new-input label.phone-number .plaseholder>span{color:var(--tp-rgb-2)}new-input label.combobox{overflow:hidden}new-input label.combobox .tp-te-bo span.label{margin-left:11px;overflow:hidden}new-input label.combobox .arrow{border-color:var(--tp-rgb-1);border-style:solid;border-width:0 1px 1px 0;height:5px;left:6px;position:absolute;top:11px;transform:rotate(45deg);width:5px}new-input .tp-co-re{font-size:11px}new-input .datepicker{z-index:1}switch-box label:first-child{display:inline-block;height:20px}switch-box .container{display:flex;height:17px;line-height:17px}switch-box .container>label{margin:0 5px}switch-box .switch-box{border-radius:9px;height:18px;margin-bottom:2px;position:relative;width:40px;z-index:2}switch-box .switch-box input{visibility:hidden}switch-box .switch-box .handel{background-color:var(--tp-rgb-2);border-radius:5px;cursor:pointer;display:block;height:8px;position:absolute;top:5px;transition:right .2s ease-in;width:8px}switch-box .switch-box .border{border-radius:9px;height:100%;position:absolute;right:0;top:0;width:100%}switch-box .switch-box .border>.background{border-radius:9px;cursor:pointer;display:block;height:90%;position:absolute;right:1px;top:1px;transition:background-color .2s ease-in;width:95%}switch-box-tab .btn-group{display:inline-block;position:relative;vertical-align:middle;white-space:nowrap}switch-box-tab .btn-group a{padding:0 5px}switch-box-tab .btn-group a:first-child{border-radius:0 3px 3px 0}switch-box-tab .btn-group a:last-child{border-radius:3px 0 0 3px}switch-box-tab .btn-group a.active{color:#fff}select-symbols .slider{width:480px}select-symbols .slider>div:nth-child(2){display:grid;grid-template-columns:60% 1px 40%;grid-template-rows:100%;height:calc(100% - 45px)}select-symbols .slider>div:nth-child(2)>div:nth-child(2){border-right:1px solid #eee}select-symbols .tp-sc-y{height:calc(100% - 35px)}select-symbols .selected-symbols-box{box-sizing:border-box;padding-top:35px}select-symbols .folders{display:flex}select-symbols .folders.open>div:first-child:before{content:"-"}select-symbols .folders.open .folder-items{display:block}select-symbols .folders>div:first-child{height:20px;line-height:20px;text-align:center;width:20px}select-symbols .folders>div:first-child:hover{background-color:#eee;cursor:pointer}select-symbols .folders>div:first-child:before{content:"+"}select-symbols .folders>div:last-child{width:calc(100% - 30px)}select-symbols .folders .folder-items{display:none}select-symbols .folders .tp-etc{width:100%}send-order .txtcount .tp-te-bo{padding:0 1px}send-order .container{width:100%}send-order .header{border-width:1px;border-bottom:1px solid var(--tp-rgb-4);border-left:0 solid var(--tp-rgb-4);border-right:0 solid var(--tp-rgb-4);border-top:1px solid var(--tp-rgb-4);display:grid;grid-template-columns:50% 50%;margin-top:-1px}send-order .header>div{cursor:pointer;font-size:15px;height:30px;line-height:28px;text-align:center}send-order .header>div:first-child.active{background-color:var(--green-light)}send-order .header>div:first-child.active .button{background-color:#3bb3e4;border-color:#3bb3e4;color:#fff}send-order .header>div:last-child{direction:ltr}send-order .header>div:last-child.active{background-color:var(--red-light);color:#ff4a68}send-order .header>div:last-child.active .button{background-color:#ff4a68;border:1px solid #ff4a68;color:#fff}send-order .header>div>:nth-child(2){height:24px;margin-top:3px;position:relative}send-order .header>div>:nth-child(2)>span{font-size:20px}send-order .header>div>:nth-child(2)>.button{border:1px solid #b5b7b9;border-radius:1px;bottom:2px;display:inline-block;height:17px;line-height:14px;margin:0 5px;padding:0 7px;position:absolute}send-order .main,send-order .more>div{display:flex;flex-wrap:wrap;padding-top:5px}send-order .main{position:relative}send-order .main tooltip tip{min-width:40px}send-order .main .order-advanced-box{display:flex;flex-wrap:wrap}send-order .footer{display:flex;grid-template-columns:35% 65%;margin-right:10px;margin-top:10px}send-order .footer>div{padding-left:30px;width:100%}send-order .footer>div:first-child{color:#adaeb0;font-size:11px;line-height:19px}send-order .footer>div:last-child{direction:ltr;display:flex}send-order .footer>div:last-child a{height:30px}stock-details .container,stock-details table{width:100%}stock-details table tr:nth-child(odd){background-color:var(--even-row-bg)}stock-details table tr>td{height:26px;line-height:26px;min-width:50%;padding:0 5px;width:50%}stock-details table tr>td:first-child{padding-left:7px}stock-details table tr>td>span:last-child{direction:ltr;float:left}stock-details table.summary .hide-in-summary{display:none}stock-details table .hide-in-summary,stock-details table.summary .show-in-summary{display:inline-block}stock-details table .show-in-summary{display:none}stock-details .navigator{display:flex;justify-content:center;width:100%}stock-details .navigator>div{border:1px solid;border-radius:50%;cursor:pointer;height:7px;margin:3px;width:7px}stock-details .navigator>div.active{background-color:var(--tp-rgb-2)}stock-queue table{table-layout:fixed;width:100%}stock-queue tr{cursor:pointer;height:25px;text-align:center}stock-queue tr>.main-cell{width:calc(50% - 100px)}stock-queue tr:nth-child(2n)>td:nth-child(n-3){background-color:var(--best-buy)}stock-queue tr:nth-child(2n)>td:nth-child(n+4){background-color:var(--best-sell)}stock-queue tr:nth-child(odd)>td:nth-child(n-3){background-color:var(--best-buy-dark)}stock-queue tr:nth-child(odd)>td:nth-child(n+4){background-color:var(--best-sell-dark)}stock-queue tr>td:first-child,stock-queue tr>td:last-child{cursor:default}stock-queue .icon{display:inline-block;text-align:center;width:15px}stock-queue thead{cursor:default}stock-queue thead td{border-bottom:1px solid var(--tp-rgb-3);height:30px}symbol-index>div{border-color:var(--gb-border);border-style:solid;border-width:0 1px 0 0;direction:rtl;display:inline-block;text-align-last:justify;white-space:nowrap}symbol-index>div>span.val{font-size:130%}symbol-index>div>span.percent{border-radius:2px;color:#fff;font-size:97%;margin-top:3px;padding:1px 3px 2px}symbol-search .container{align-items:center;display:flex;height:100%;width:100%}symbol-search .shift-chart,symbol-search .tp-icon{border-color:var(--tp-rgb-4);border-style:solid;border-width:0;height:30px;line-height:32px;text-align:center;width:27px}symbol-search .tp-symbol-Status{display:flex;margin:0 5px}symbol-search angucomplete{min-width:150px;padding:0 0 0 5px;width:100%}symbol-search .details{display:flex}angucomplete .symbol-info{display:flex;line-height:26px}angucomplete .symbol-info>span{display:inline-table;font-size:13px}angucomplete .search-box{background:none;border:none;font-size:13px;line-height:26px;width:100%}text-resource div[ng-bind-html]{margin-top:10px}widget-action-menu-common .multi-menu>div>div{padding-right:27px!important;position:relative;width:150px!important}widget-action-menu-common .multi-menu>div>div:before{border-radius:50%;content:"";height:9px;position:absolute;right:10px;top:12px;width:9px}widget-action-menu-common .multi-menu:hover>div{overflow:visible;visibility:visible}widget-action-menu-common .controls{fill:var(--tp-rgb-2);align-items:stretch;border-top:1px solid var(--dropdown-border);display:flex;height:35px;margin-bottom:-5px;margin-top:5px;width:100%}widget-action-menu-common .controls>div{align-items:center;border-left:1px solid var(--dropdown-border);cursor:pointer;display:flex;justify-content:center;width:33.33%}widget-action-menu-common .controls>div:hover{background-color:var(--dropdown-item-hover)}change-broker-form new-input{width:100%}change-broker .slider{width:325px!important}change-broker .container{display:flex}customer-bankaccount-form .admintextmessage,epayment-form .admintextmessage{font-size:12px;line-height:15px;margin-top:25px}epayment-form .tp-pa-rl-10{padding:0 10px}payment-form new-input{width:250px}money-payment .container{display:flex}money-payment .extended-section{border-right:1px solid #eee;box-sizing:border-box;display:block;height:calc(100% - 40px);margin-right:20px;width:calc(100% - 250px)}money-payment button-switcher{margin-bottom:10px}money-payment [tp-input-box],money-payment [tp-select-box]{width:250px}money-receipt-form new-input{display:block;height:57px;margin-bottom:10px;width:250px}money-receipt-form new-input>label{display:flex;flex-direction:column}money-receipt-form new-input[align-left]>label input,money-receipt-form new-input[phone-number]>label input{direction:ltr}money-receipt .container{display:flex}money-receipt .extended-section{border-right:1px solid #eee;box-sizing:border-box;display:block;height:calc(100% - 40px);margin-right:20px;width:calc(100% - 250px)}money-receipt button-switcher{margin-bottom:10px}money-receipt [tp-input-box],money-receipt [tp-select-box]{width:250px}realtime-portfolio-form .admintextmessage{font-size:12px;line-height:15px;margin-top:25px}stock-full-detail .slider{transition:all .3s ease-in-out;width:520px}stock-full-detail .slider.right{right:-520px}stock-full-detail .title{font-size:16px;margin-bottom:10px}stock-fundamental-info .slider{transition:all .3s ease-in-out;width:500px}stock-fundamental-info .slider.right{right:-500px}stock-fundamental-info .title{font-size:23px;margin-bottom:20px}trades-archive .slider{transition:all .3s ease-in-out;width:600px}trades-archive .slider.right{right:-600px}trades-archive .title{font-size:20px;margin-bottom:20px}category-list .container{border:1px solid var(--tp-rgb-4);height:30px;line-height:30px;width:200px}category-list .container>div{box-sizing:border-box;display:flex;height:100%;padding:0 10px;position:relative;width:100%}category-list .container>div.title-box{cursor:pointer}category-list .arrow{border-color:var(--tp-rgb-2);border-style:solid;border-width:0 1px 1px 0;height:5px;left:10px;position:absolute;top:11px;transform:rotate(45deg);width:5px}category-list .search-box input{background-color:#fff0;border:none;line-height:28px;width:100%}watch-list .header{align-items:center;display:flex;height:30px}watch-list .watchlist-header{border-bottom:1px solid var(--tp-rgb-4)}watch-list symbol-search{display:inline-block;position:inherit!important}watch-list .tp-add-group{height:30px;line-height:30px;padding:0 10px}watch-list category-list .container{border-right:0}.colorful .SymbolState1,.darkblue .SymbolState1,.light .SymbolState1{color:#2cc42c}.colorful .SymbolState1:after,.darkblue .SymbolState1:after,.light .SymbolState1:after{background-color:#2cc42c}.colorful .SymbolState3,.colorful .SymbolState4,.darkblue .SymbolState3,.darkblue .SymbolState4,.light .SymbolState3,.light .SymbolState4{color:#f7af3e}.colorful .SymbolState3:after,.colorful .SymbolState4:after,.darkblue .SymbolState3:after,.darkblue .SymbolState4:after,.light .SymbolState3:after,.light .SymbolState4:after{background-color:#f7af3e}.colorful .SymbolState2,.colorful .SymbolState5,.colorful .SymbolState6,.colorful .SymbolState7,.colorful .SymbolState8,.darkblue .SymbolState2,.darkblue .SymbolState5,.darkblue .SymbolState6,.darkblue .SymbolState7,.darkblue .SymbolState8,.light .SymbolState2,.light .SymbolState5,.light .SymbolState6,.light .SymbolState7,.light .SymbolState8{color:#b73b3b}.colorful .SymbolState2:after,.colorful .SymbolState5:after,.colorful .SymbolState6:after,.colorful .SymbolState7:after,.colorful .SymbolState8:after,.darkblue .SymbolState2:after,.darkblue .SymbolState5:after,.darkblue .SymbolState6:after,.darkblue .SymbolState7:after,.darkblue .SymbolState8:after,.light .SymbolState2:after,.light .SymbolState5:after,.light .SymbolState6:after,.light .SymbolState7:after,.light .SymbolState8:after{background-color:#b73b3b}.colorful .tp-backdrop,.light .tp-backdrop{background-color:#000000b3}.colorful .tp-container-backdrop,.light .tp-container-backdrop{background-color:#32323233}.colorful .push-negative,.colorful td.sellSide,.light .push-negative,.light td.sellSide{background:#ffd0c7!important;color:#000}.colorful .push-positive,.colorful td.buySide,.light .push-positive,.light td.buySide{background:#c1e9fa!important;color:#000}.colorful .highlight,.light .highlight{color:#d14836;font-weight:700}.colorful .tp-negative,.light .tp-negative{background-color:#ffeee4;border-color:#ffc0bc}.colorful .tp-negative-d1,.light .tp-negative-d1{background-color:#ffd0c7;border-color:#ffc0bc}.colorful .tp-positive,.light .tp-positive{background-color:#e8f9ff;border-color:#9be5ff}.colorful .tp-positive-d1,.light .tp-positive-d1{background-color:#c1e9fa;border-color:#9be5ff}.colorful .tp-theme-l1 .tp-ba,.light .tp-theme-l1 .tp-ba{background-color:#eee}.colorful .tp-negative .tp-ba,.light .tp-negative .tp-ba{background-color:red}.colorful .tp-negative .tp-bo,.light .tp-negative .tp-bo{border-color:red}.colorful .tp-wight.tp-ba,.light .tp-wight.tp-ba{background-color:#fff}.colorful .tp-wight,.light .tp-wight{border-color:#fff}.colorful .tp-wight.tp-co,.light .tp-wight.tp-co{color:#fff}.colorful .tp-black.tp-ba,.light .tp-black.tp-ba{background-color:#000}.colorful .tp-black.tp-bo,.light .tp-black.tp-bo{border-color:#000}.colorful .tp-black.tp-co,.light .tp-black.tp-co{color:#000}.colorful .tp-green.tp-ba,.light .tp-green.tp-ba{background-color:#093}.colorful .tp-green,.light .tp-green{border-color:#093!important}.colorful .tp-green.tp-co,.light .tp-green.tp-co{color:#093}.colorful .tp-green-l.tp-ba,.light .tp-green-l.tp-ba{background-color:lime}.colorful .tp-green-l,.light .tp-green-l{border-color:lime!important}.colorful .tp-green-l.tp-co,.light .tp-green-l.tp-co{color:lime}.colorful .tp-green-l tp-icons svg,.light .tp-green-l tp-icons svg{fill:lime}.colorful .tp-green-l tp-icons line,.colorful .tp-green-l tp-icons polyline,.light .tp-green-l tp-icons line,.light .tp-green-l tp-icons polyline{stroke:lime}.colorful .tp-red.tp-ba,.light .tp-red.tp-ba{background-color:#e11}.colorful .tp-red,.light .tp-red{border-color:#e11!important}.colorful .tp-red.tp-co,.light .tp-red.tp-co{color:#e11}.colorful .tp-red-l.tp-ba,.light .tp-red-l.tp-ba{background-color:#fee}.colorful .tp-red-l,.light .tp-red-l{border-color:#fcb!important}.colorful .tp-red-d.tp-ba,.light .tp-red-d.tp-ba{background-color:#fdc}.colorful .tp-red-d,.light .tp-red-d{border-color:#fcb!important}.colorful .tp-blue,.light .tp-blue{border-color:#0072c6!important}.colorful .tp-blue-l.tp-ba,.light .tp-blue-l.tp-ba{background-color:#e8f9ff}.colorful .tp-blue-l,.light .tp-blue-l{border-color:#9be5ff!important}.colorful .tp-blue-d.tp-ba,.light .tp-blue-d.tp-ba{background-color:#c1e9fa}.colorful .tp-blue-d,.light .tp-blue-d{border-color:#9be5ff!important}.colorful .tp-gr,.light .tp-gr{background:linear-gradient(180deg,#000 -46%,#0000001a 20%);border:2px solid #131313!important;text-shadow:-1px -1px 2px #000}.colorful .tp-sh-r,.light .tp-sh-r{box-shadow:1px 0 0 0 #0000001a}.colorful .tp-sh-l,.light .tp-sh-l{box-shadow:-1px 0 0 0 #0000001a}.colorful .tp-sh-b,.light .tp-sh-b{box-shadow:0 1px 0 0 #0003}.colorful .tp-sh-t,.light .tp-sh-t{box-shadow:0 -1px 0 0 #0003}.colorful .tp-sh-rl,.light .tp-sh-rl{box-shadow:1px 0 0 0 #0000001a,-1px 0 0 0 #0000001a}.colorful .tp-sh-trl,.light .tp-sh-trl{box-shadow:0 -1px 0 0 #0003,1px 0 0 0 #0000001a,-1px 0 0 0 #0000001a}.colorful .tp-bg-1,.light .tp-bg-1{background-color:#fff}.colorful .tp-bg-3,.light .tp-bg-3{background-color:#ccc}.colorful .tp-bg-4,.colorful .tp-bg-5,.colorful .tp-bg-6,.light .tp-bg-4,.light .tp-bg-5,.light .tp-bg-6{background-color:#fff}.colorful .tp-bg-gr,.light .tp-bg-gr{background-color:#0fa750}.colorful .tp-bg-re,.light .tp-bg-re{background-color:#ff4a68}.colorful .tp-bg-ye,.light .tp-bg-ye{background-color:#ffb900}.colorful .tp-bg-bl,.light .tp-bg-bl{background-color:#0065af}.colorful .tp-bg-re-3,.light .tp-bg-re-3{background-color:#ee11114d}.colorful .tp-bg-re-2,.light .tp-bg-re-2{background-color:#e113}.colorful .tp-bg-re-1,.light .tp-bg-re-1{background-color:#ee11111a}.colorful .tp-bg-re-5,.light .tp-bg-re-5{background-color:#ee111180}.colorful .tp-bg-re-5.tp-bu:hover,.light .tp-bg-re-5.tp-bu:hover{background-color:#ee1111b3}.colorful .tp-bg-gr-3,.light .tp-bg-gr-3{background-color:#0099334d}.colorful .tp-bg-gr-2,.light .tp-bg-gr-2{background-color:#0933}.colorful .tp-bg-gr-1,.light .tp-bg-gr-1{background-color:#0099331a}.colorful .tp-bg-gr-5,.light .tp-bg-gr-5{background-color:#00993380}.colorful .tp-bg-gr-5.tp-bu:hover,.light .tp-bg-gr-5.tp-bu:hover{background-color:#009933b3}.colorful .tp-bu-3:hover,.light .tp-bu-3:hover{background-color:#e6e6e6}.colorful .tp-bu-4:hover,.light .tp-bu-4:hover{background-color:#eaeaea}.colorful .tp-bu-5:hover,.light .tp-bu-5:hover{background-color:#eee}.colorful .tp-bg-4.active,.colorful .tp-bu-4.active,.light .tp-bg-4.active,.light .tp-bu-4.active{background-color:#c7e0f4!important}.colorful .tp-bo-2,.colorful .tp-bo-3,.light .tp-bo-2,.light .tp-bo-3{border-color:#7a7a7a}.colorful .tp-bo-5,.light .tp-bo-5{border-color:#ddd}.colorful .tp-bo-gr,.light .tp-bo-gr{border-color:#0fa750}.colorful .tp-bo-re,.light .tp-bo-re{border-color:#ff4a68}.colorful .tp-bo-ye,.light .tp-bo-ye{border-color:#ffb900}.colorful .tp-bo-bl,.light .tp-bo-bl{border-color:#0065af}.colorful .tp-row:hover,.colorful .tp-row:hover>li:nth-child(2),.light .tp-row:hover,.light .tp-row:hover>li:nth-child(2){background-color:#c7e0f4}.colorful .tp-row:hover>li:nth-child(2),.light .tp-row:hover>li:nth-child(2){height:29px}.colorful .tp-gradient,.light .tp-gradient{background:#fff;background:linear-gradient(#fff,#f0f0f0)}.colorful .tp-co-2,.light .tp-co-2{color:var(--tp-rgb-0)!important}.darkblue .tp-backdrop{background-color:#f5f5f54d}.darkblue .tp-search:focus,.darkblue .tp-search:hover{color:#fff}.darkblue .highlight{font-size:120%;font-weight:700}.darkblue .tp-gr{background:linear-gradient(180deg,#fff -46%,#ffffff1a 20%);border:2px solid #131313!important}.darkblue .tp-bg-3{background-color:#242424}.darkblue .tp-bg-5{background-color:#3c3c3c}.darkblue .tp-bg-6{background-color:#fff}.darkblue .tp-bg-gr{background-color:#1c4e1c}.darkblue .tp-bg-re{background-color:#a9142d}.darkblue .tp-bg-ye{background-color:#e2b900}.darkblue .tp-bg-bl{background-color:#218fb0}.darkblue .tp-bg-re-3{background-color:#ee11114d}.darkblue .tp-bg-re-2{background-color:#e113!important}.darkblue .tp-bg-re-1{background-color:#ee11111a}.darkblue .tp-bg-re-5{background-color:#ee111180}.darkblue .tp-bg-re-5.tp-bu:hover{background-color:#ee1111b3}.darkblue .tp-bg-gr-3{background-color:#0099334d}.darkblue .tp-bg-gr-2{background-color:#0933!important}.darkblue .tp-bg-gr-1{background-color:#0099331a}.darkblue .tp-bg-gr-5{background-color:#00993380}.darkblue .tp-bg-gr-5.tp-bu:hover{background-color:#009933b3}.darkblue .tp-bu-3:hover{background-color:#333}.darkblue .tp-bu-4:hover,.darkblue .tp-bu-5:hover{background-color:#343952}.darkblue .tp-bg-4.active,.darkblue .tp-bu-4.active{background-color:#343952!important}.darkblue .tp-bo-3{border-color:#343952}.darkblue .tp-bo-5{border-color:#fff}.darkblue .tp-bo-gr{border-color:#0fa750}.darkblue .tp-bo-re{border-color:#ff4a68}.darkblue .tp-bo-ye{border-color:#e2b900}.darkblue .tp-bo-bl{border-color:#218fb0}.darkblue .tp-search:focus,.darkblue .tp-search:hover{background:#000}.CompaniesGrouped .newGrid-header>ul,.MoneyPayment .newGrid-header>ul,.MoneyReceipt .newGrid-header>ul,.OrdersStatus .newGrid-header>ul,.Portfolios .newGrid-header>ul,.TradesArchive .newGrid-header>ul,.WatchList .newGrid-header>ul{border-top:0}.colorful,.light{--date-picker-picker-items:#333}.picker-items,.picker>table td.pickerFoot a,.picker>table td.pickerHead a,.picker>table td>.weekday{color:var(--date-picker-picker-items);display:block}.picker-items:hover,.picker>table td.pickerFoot a:hover,.picker>table td.pickerHead a:hover,.picker>table td>.weekday:hover{background-color:#eaeaea;color:#000}.picker-base,.picker>table td.calWeekdays,.picker>table td>.weekday{height:30px;line-height:30px;width:30px}.picker{padding:10px;position:fixed!important;width:220px}.picker>table{border-collapse:collapse;border-spacing:0;width:100%}.picker>table td{padding:0;text-align:center}.picker>table td.pickerFoot a,.picker>table td.pickerHead a{padding:0 5px}.picker>table td.pickerHead a.shift-chart,.picker>table td.pickerHead a.tp-icon{color:#666}.picker>table td>.weekday{text-decoration:none}.picker>table td>.weekday.today{background-color:#0078d7;color:#fff;font-weight:700}.picker>table td>.weekday.friday{background-color:#c93535;color:#fff}.picker>table td>.weekday.selected{background-color:#eaeaea}.picker>table td>.weekday:hover{background-color:#eaeaea;color:#000}.picker>table td .navBack a{float:right}.picker>table td .navFwd,.picker>table td .navFwd a{float:left}.picker>table td a.monYear{display:inline-block;padding-left:1px;padding-right:1px}.monthYearPicker{position:absolute}.monthYearPicker a{color:#333;display:block;padding:5px 10px;text-decoration:none}.monthYearPicker a:hover{background-color:#eff6fc}.monthYearPicker a.selected{background-color:#deecf9}.colorful .lm_goldenlayout,.light .lm_goldenlayout{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAGFBMVEX29vb19fXw8PDy8vL09PTz8/Pv7+/x8fGKuegbAAAAyUlEQVR42pXRQQ7CMBRDwST9pfe/MahEmgURbt7WmpVb6+vG0dd9REnn66xRy/qXiCgmEIIJhGACIZhACCYQgvlDCDFIEAwSBIMEwSBBMEgQDBIEgwTBIEEwCJEMQiSDENFMQmQzCZEbNyGemd6KeGZ6u4hnXe2qbdLHFjhf1XqNLXHev4wdMd9nspiEiWISJgqECQJhgkCYIBAmCIQJAmGCQJggECYJhAkCEUMEwhCBMEQgDJEIQ2RSg0iEIRJhiB/S+rrjqvXQ3paIJUgPBXxiAAAAAElFTkSuQmCC)}.colorful .lm_content,.light .lm_content{background:#e1e1e1;border:1px solid #ccc}.colorful .lm_dragProxy .lm_content,.light .lm_dragProxy .lm_content{box-shadow:2px 2px 4px #0003;box-sizing:border-box}.colorful .lm_dropTargetIndicator,.light .lm_dropTargetIndicator{box-shadow:inset 0 0 30px #0006;margin:1px;outline:1px dashed #ccc;transition:all .2s ease}.colorful .lm_dropTargetIndicator .lm_inner,.light .lm_dropTargetIndicator .lm_inner{background:#000;opacity:.1}.colorful .lm_splitter,.light .lm_splitter{background:#eee;opacity:.001;transition:opacity .2s ease}.colorful .lm_splitter.lm_dragging,.colorful .lm_splitter:hover,.light .lm_splitter.lm_dragging,.light .lm_splitter:hover{background:#eee;opacity:1}.colorful .lm_header,.light .lm_header{height:35px}.colorful .lm_header.lm_selectable,.light .lm_header.lm_selectable{cursor:pointer}.colorful .lm_header .lm_tab,.light .lm_header .lm_tab{background:#fafafa;border:1px solid #ccc;border-bottom:none;color:#555858;font-family:Arial,sans-serif;font-size:12px;margin-right:2px;padding-bottom:4px}.colorful .lm_header .lm_tab .lm_title,.light .lm_header .lm_tab .lm_title{padding-top:0}.colorful .lm_close_tab,.light .lm_close_tab{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAIklEQVR4nGNgYGD4z4Ad/Mdg4ODDBXCZRFgCp5EEHQMXBwAQAgz0SVCcggAAAABJRU5ErkJggg==)}.colorful .lm_selected .lm_header,.light .lm_selected .lm_header{background-color:#452500}.colorful .lm_tab.lm_active,.colorful .lm_tab:hover,.light .lm_tab.lm_active,.light .lm_tab:hover{background:#e1e1e1;color:#777}.colorful .lm_header .lm_controls .lm_tabdropdown:before,.light .lm_header .lm_controls .lm_tabdropdown:before{color:#000}.colorful .lm_controls>li,.light .lm_controls>li{background-position:50%;background-repeat:no-repeat;opacity:.4;position:relative;transition:opacity .3s ease}.colorful .lm_controls>li:hover,.light .lm_controls>li:hover{opacity:1}.colorful .lm_controls .lm_popout,.light .lm_controls .lm_popout{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAANUlEQVR4nI2QMQoAMAwCz5L/f9mOzZIaN0E9UDyZhaaQz6atgBHgambEJ5wBKoS0WaIvfT+6K2MIECN19MAAAAAASUVORK5CYII=)}.colorful .lm_controls .lm_maximise,.light .lm_controls .lm_maximise{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAIklEQVR4nGNkYGD4z0AAMBFSAAOETPpPlEmDUREjAxHhBABPvAQLFv3qngAAAABJRU5ErkJggg==)}.colorful .lm_controls .lm_close,.light .lm_controls .lm_close{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAKUlEQVR4nGNgYGD4z4Af/Mdg4FKASwCnDf8JKSBoAtEmEXQTQd8RDCcA6+4Q8OvIgasAAAAASUVORK5CYII=)}.colorful .lm_maximised .lm_header,.light .lm_maximised .lm_header{background-color:#fff}.colorful .lm_maximised .lm_controls .lm_maximise,.light .lm_maximised .lm_controls .lm_maximise{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAJklEQVR4nGP8//8/AyHARFDFUFbEwsDAwMDIyIgzHP7//89IlEkApSkHEScJTKoAAAAASUVORK5CYII=)}.colorful .lm_transition_indicator,.light .lm_transition_indicator{background-color:#000;border:1px dashed #555}.colorful .lm_popin,.light .lm_popin{cursor:pointer}.colorful .lm_popin .lm_bg,.light .lm_popin .lm_bg{background:#000;opacity:.7}.colorful .lm_popin .lm_icon,.light .lm_popin .lm_icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAYAAADpeqZqAAAAWklEQVR4nJWOyw3AIAxDHcQC7L8jbwT3AlJBfNp3SiI7dtRaLSlKKeoA1oEsKSQZCEluexw8Tm3ohk+E7bnOUHUGcNh+HwbBygw4AZ7FN/Lt84p0l+yTflV8AKQyLdcCRJi/AAAAAElFTkSuQmCC);background-position:50%;background-repeat:no-repeat;opacity:.7}.colorful .lm_popin:hover .lm_icon,.light .lm_popin:hover .lm_icon{opacity:1}.darkblue .lm_dragProxy .lm_content{box-shadow:2px 2px 4px #000000e6}.darkblue .lm_dropTargetIndicator{box-shadow:inset 0 0 30px #000;outline:1px dashed #ccc;transition:all .2s ease}.darkblue .lm_dropTargetIndicator .lm_inner{background:#000;opacity:.2}.darkblue .lm_splitter{background:#000;opacity:.001;transition:opacity .2s ease}.darkblue .lm_splitter.lm_dragging,.darkblue .lm_splitter:hover{background:#444;opacity:1}.darkblue .lm_header{height:35px;-webkit-user-select:none;user-select:none}.darkblue .lm_header.lm_selectable{cursor:pointer}.darkblue .lm_header .lm_tab{background:#111;box-shadow:2px -2px 2px #0000004d;color:#999;font-family:Arial,sans-serif;font-size:12px;margin-right:2px;padding-bottom:2px;padding-top:2px}.darkblue .lm_close_tab{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAATElEQVR4nG3OwQ0DMQwDwZGRBtR/j1YJzMc5+IDoR+yCVO29g+pu981MFgqZmRdAfU7+CYWcbF11LwALjpBL0N0qybNx/RPU+gOeiS/+XCRwDlTgkQAAAABJRU5ErkJggg==)}.darkblue .lm_dragProxy.lm_bottom .lm_header .lm_tab,.darkblue .lm_stack.lm_bottom .lm_header .lm_tab{box-shadow:2px 2px 2px #0000004d}.darkblue .lm_dragProxy.lm_bottom .lm_header .lm_tab.lm_active,.darkblue .lm_stack.lm_bottom .lm_header .lm_tab.lm_active{box-shadow:0 2px 2px #000}.darkblue .lm_selected .lm_header{background-color:#452500}.darkblue .lm_tab.lm_active,.darkblue .lm_tab:hover{background:#222;color:#ddd}.darkblue .lm_header .lm_controls .lm_tabdropdown:before{color:#fff}.darkblue .lm_controls>li{background-position:50%;background-repeat:no-repeat;opacity:.4;position:relative;transition:opacity .3s ease}.darkblue .lm_controls>li:hover{opacity:1}.darkblue .lm_controls .lm_popout{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAPklEQVR4nI2Q0QoAIAwCNfr/X7aXCpGN8snBdgejJOzckpkxs9jR6K6T5JpU0nWl5pSXTk7qwh8SnNT+CAAWCgkKFpuSWsUAAAAASUVORK5CYII=)}.darkblue .lm_controls .lm_maximise{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAKElEQVR4nGP8////fwYCgImQAgYGBgYWKM2IR81/okwajIpgvsMbVgAwgQYRVakEKQAAAABJRU5ErkJggg==)}.darkblue .lm_controls .lm_close{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAQUlEQVR4nHXOQQ4AMAgCQeT/f6aXpsGK3jSTuCVJAAr7iBdoAwCKd0nwfaAdHbYERw5b44+E8JoBjEYGMBq5gAYP3usUDu2IvoUAAAAASUVORK5CYII=)}.darkblue .lm_maximised .lm_header{background-color:#000}.darkblue .lm_maximised .lm_controls .lm_maximise{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAJ0lEQVR4nGP8//8/AzGAiShVI1YhCwMDA8OsWbPwBmZaWhoj0SYCAN1lBxMAX4n0AAAAAElFTkSuQmCC)}.darkblue .lm_transition_indicator{background-color:#000;border:1px dashed #555}.darkblue .lm_popin{cursor:pointer}.darkblue .lm_popin .lm_bg{background:#fff;opacity:.3}.darkblue .lm_popin .lm_icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAYAAADpeqZqAAAAWklEQVR4nJWOyw3AIAxDHcQC7L8jbwT3AlJBfNp3SiI7dtRaLSlKKeoA1oEsKSQZCEluexw8Tm3ohk+E7bnOUHUGcNh+HwbBygw4AZ7FN/Lt84p0l+yTflV8AKQyLdcCRJi/AAAAAElFTkSuQmCC);background-position:50%;background-repeat:no-repeat;border-left:1px solid #eee;border-top:1px solid #eee;opacity:.7}.darkblue .lm_popin:hover .lm_icon{opacity:1}.darkblue .lm_goldenlayout{background:#1f2943}.darkblue .lm_content{background:#181b2a}.darkblue .lm_tab.lm_active,.darkblue .lm_tab:hover{background:#181b2a;color:#ccc}.darkblue .lm_splitter:hover{background-color:#060d38}.darkblue .lm_splitter.lm_dragging{background:#060d38;opacity:1}.colorful .lm_goldenlayout,.darkblue .lm_goldenlayout,.light .lm_goldenlayout{background:none}.colorful .lm_content,.darkblue .lm_content,.light .lm_content{border:none;overflow:visible;position:relative}.colorful .lm_dragProxy>.lm_content,.darkblue .lm_dragProxy>.lm_content,.light .lm_dragProxy>.lm_content{overflow:hidden}.colorful .lm_controls,.darkblue .lm_controls,.light .lm_controls{left:35px;margin:8px 0 0;position:relative}.colorful .lm_controls li,.darkblue .lm_controls li,.light .lm_controls li{display:none}.colorful .lm_controls li.lm_tabdropdown,.darkblue .lm_controls li.lm_tabdropdown,.light .lm_controls li.lm_tabdropdown{display:block}.colorful .lm_header .lm_tabs,.darkblue .lm_header .lm_tabs,.light .lm_header .lm_tabs{box-sizing:border-box;font-family:inherit;height:100%;line-height:34px;padding:0;position:relative}.colorful .lm_header .lm_tab,.darkblue .lm_header .lm_tab,.light .lm_header .lm_tab{background:none;border:0;border-left:var(--header-tab-border);box-shadow:none;display:flex;height:100%;margin:0;padding:0 15px}.colorful .lm_splitter.lm_vertical .lm_drag_handle,.darkblue .lm_splitter.lm_vertical .lm_drag_handle,.light .lm_splitter.lm_vertical .lm_drag_handle{height:10px;top:0}.colorful .lm_splitter.lm_horizontal .lm_drag_handle,.darkblue .lm_splitter.lm_horizontal .lm_drag_handle,.light .lm_splitter.lm_horizontal .lm_drag_handle{left:0;width:10px}.colorful .lm_content,.darkblue .lm_content,.light .lm_content{background-color:var(--tp-rgb-widget-body)}.colorful .lm_header,.darkblue .lm_header,.light .lm_header{background-color:var(--tp-rgb-11);border:solid var(--tp-rgb-4);border-width:0 0 1px;display:flex;font-size:12px!important}.colorful .lm_tab,.darkblue .lm_tab,.light .lm_tab{font-family:inherit!important;height:calc(100% - 2px);-webkit-user-select:none;user-select:none;-o-user-select:none}.colorful .lm_tab.lm_active,.darkblue .lm_tab.lm_active,.light .lm_tab.lm_active{background:linear-gradient(30deg,#2866b7 55%,#315286 75%);color:#fff}.colorful .lm_tab.lm_active .active,.darkblue .lm_tab.lm_active .active,.light .lm_tab.lm_active .active{background-color:var(--tp-rgb-header-bg);box-shadow:var(--tp-rgb-tab-active-shadow);color:var(--tp-rgb-tab-active-color)}.colorful .lm_tab:hover>.lm_close_tab,.darkblue .lm_tab:hover>.lm_close_tab,.light .lm_tab:hover>.lm_close_tab{opacity:.4}.colorful .lm_tab>.lm_close_tab,.darkblue .lm_tab>.lm_close_tab,.light .lm_tab>.lm_close_tab{background-position:50%;background-repeat:no-repeat;height:11px;left:3px;opacity:0;right:auto;top:12px;width:11px}.colorful .lm_tab>.lm_close_tab:hover,.darkblue .lm_tab>.lm_close_tab:hover,.light .lm_tab>.lm_close_tab:hover{opacity:1}.colorful .lm_extendTab,.darkblue .lm_extendTab,.light .lm_extendTab{background-color:initial!important;padding:0!important}.colorful .lm_extendTab>span,.darkblue .lm_extendTab>span,.light .lm_extendTab>span{display:flex!important;flex-wrap:nowrap}.colorful .lm_extendTab>span>div,.darkblue .lm_extendTab>span>div,.light .lm_extendTab>span>div{border-left:var(--header-tab-border);height:35px;line-height:35px;padding:0 15px}.colorful .lm_extendTab .lm_title div:last-child,.darkblue .lm_extendTab .lm_title div:last-child,.light .lm_extendTab .lm_title div:last-child{border-left:none}.colorful .lm_tabdropdown_list .lm_tab,.darkblue .lm_tabdropdown_list .lm_tab,.light .lm_tabdropdown_list .lm_tab{float:none}.colorful .lm_tabdropdown_list .lm_extendTab>span,.darkblue .lm_tabdropdown_list .lm_extendTab>span,.light .lm_tabdropdown_list .lm_extendTab>span{display:block!important}.colorful .lm_tabdropdown_list .lm_extendTab>span>div,.colorful .lm_tabdropdown_list .lm_tab:not(.lm_extendTab),.darkblue .lm_tabdropdown_list .lm_extendTab>span>div,.darkblue .lm_tabdropdown_list .lm_tab:not(.lm_extendTab),.light .lm_tabdropdown_list .lm_extendTab>span>div,.light .lm_tabdropdown_list .lm_tab:not(.lm_extendTab){border-bottom:1px solid var(--tp-rgb-4);border-right:1px solid var(--tp-rgb-4)}.lm_item.lm_stack{box-shadow:var(--tp-wi-sh)}.colorful{--gb-hover:#005a9e;--rgb-green:#57af00;--rgb-red:#ad1c00;--h1:#000;--container:#fff;--container-color:#2d2d2d;--caontainer-hover-color:#0078d7;--container-border:#dadada;--header-tab-border:1px solid #dadada;--dropdown-container:#fff;--d3-box-border:none;--d3-box-shadow:none;--d3-box-radious:0;--d3-box-fill:#0078d7;--d3-box-color:#666;--d3-box-background:#f8f8f8;--d3-box-color-hover:#fff;--d3-box-background-hover:#0078d7;--d3-inshape-border:#c8c8c8;--d3-inshape-shadow:none;--d3-inshape-background:none;--box-shadow:#a0a0a080;--dropdown-border:#c8c8c8;--dropdown-color:#333;--dropdown-item-hover:#eff6fc;--dropdown-item-active:#c7e0f4;--tp-rgb-0:#000;--tp-rgb-1:#333;--tp-rgb-2:#7a7a7a;--tp-rgb-3:#9e9e9e;--tp-rgb-4:#ccc;--tp-rgb-5:#ddd;--tp-rgb-6:#d0d0d0;--tp-rgb-7:#dadada;--tp-rgb-h-b:#a7b6d2;--tp-rgb-9:#fff;--tp-rgb-10:#eaeaea;--tp-rgb-11:#f6f6f6;--tp-rgb-12:#fff;--tp-rgb-g1:#2f6100;--tp-rgb-g2:#0f9956;--tp-rgb-r1:#ad1c00;--tp-rgb-header-bg:#ccc;--tp-rgb-y1:#ffb900;--tp-rgb-b1:#3578e7;--tp-rgb-b2:#4285f4;--tp-rgb-b3:#3578e7;--tp-rgb-a:#218fb0;--tp-rgb-b:#8e1c7b;--tp-rgb-c:#e2b900;--tp-rgb-d:#00fdd1;--tp-rgb-e:#fc2a71;--tp-rgb-input:#fff;--tp-rgb-input2:#eee;--tp-popup-sh:0 15px 30px 10px #000000b3;--tp-3d-bu:#f5f5f5,#f1f1f1;--tp-3d-bu-bo:1px solid #dcdcdc;--tp-3d-bu-co:#444;--tp-3d-bu-h:#f8f8f8,#e1e1e1;--tp-3d-bu-bo-h:1px solid #c6c6c6;--tp-3d-bu-a:#eee,#e0e0e0;--tp-3d-bu-gr:#17aa56,#0aa64c;--tp-3d-bu-gr-bo:1px solid #00914b;--tp-3d-bu-gr-h:#17aa56,#00914b;--tp-3d-bu-gr-a:#00c75f,#00914b;--tp-3d-bu-re:#dd4b39,#d14836;--tp-3d-bu-re-bo:1px solid #b0281a;--tp-3d-bu-re-h:#dd4b39,#c53727;--tp-3d-bu-re-a:#dd4b39,#b0281a;--tp-3d-bu-bl:#4d90fe,#4787ed;--tp-3d-bu-bl-bo:1px solid #3079ed;--tp-3d-bu-bl-h:#4d90fe,#357ae8;--tp-3d-bu-bl-bo-h:1px solid #2f5bb7;--tp-3d-bu-bl-a:#357ae8,#357ae8;--tp-3d-bu-sh-a:#0000004d;--tp-rgb-body:#e9e9e9;--tp-rgb-body2:#fff;--tp-rgb-widget-body:#fff;--tp-bo-sh:inset 0 0 2px #9c9c9c;--tp-sw-bo:1px solid #0078d7;--tp-wi-sh:0 2px 5px 0 #00000029,0 2px 10px 0 #0000001f;--tp-rgb-tab-active-shadow:none;--tp-rgb-header:#0072c6;--tp-rgb-header-hover:#0065af;--tp-rgb-header-active:#005797;--tp-rgb-push-r:#ee11114d;--tp-rgb-push-g:#0099334d;--cell-color:#222;--header-bg:#6b92d7;--grid-footer-bg:#eee;--header-sort-bg:#4f7fd4;--header-co:#fff;--row-hover-bg:#bcd4ec;--row-active-bg:#a3cffb;--row-hover-bg-light:#e5f0fb;--cell-border:#e3ebef;--cell-border-freez:#e3ebef;--cell-border-active:#9cc2e8;--cell-border-active-freez:#9cc2e8;--cell-more-hover:#c7e0f4;--mb-grid-text:#000;--header-bg-sub:#557dc3;--best-buy:#c5c5f580;--best-buy-dark:#c5c5f599;--best-sell:#ffbcbc80;--best-sell-dark:#ffbcbc99;--even-row-bg:#ecf4ff;--container-hover:#dedede;--green-light:#9ee0d0;--red-light:#ffdbe1;--tp-tooltip-bg:#4d4d4d;--tp-warning-bg:#f5f5bf;--tp-color-rev:#fff;--tp-placeholder-disable:#ccc}.colorful .header{--fill:#fff;--fill-accent:#0078d7;--gb:#0078d7;--gb-light:#2b88d8;--gb-border:#579cd2;--gb-active:var(--container)}.colorful .slider{--color:#333}.colorful .link{color:#0078d7}.colorful .link:hover{color:#004578}.colorful .sidenav{--active:#0078d7}.colorful daily-slider{--main-bar:#eee;--slider:#6b92d7}.darkblue{--h1:#fff;--container:#1b1e2e;--container-color:#949ba2;--container-hover:#2d334e;--caontainer-hover-color:#f6a821;--container-border:#3c3c3c;--header-tab-border:1px solid var(--tp-rgb-4);--dropdown-container:#2c2f54;--d3-box-border:1px solid #1c2552;--d3-box-shadow:none;--d3-box-radious:2px;--d3-box-fill:#949ba2;--d3-box-color:#949ba2;--d3-box-background:#11162f;--d3-box-color-hover:#f6a821;--d3-box-background-hover:none;--d3-inshape-border:#595b9299;--d3-inshape-shadow:none;--d3-inshape-background:#1c2030;--box-shadow:#0000004d;--dropdown-border:#403d73;--dropdown-color:#fff ff;--dropdown-item-hover:#42466f;--dropdown-item-active:#42466f;--tp-rgb-0:#fff;--tp-rgb-1:#ccc;--tp-rgb-2:#9190b5;--tp-rgb-3:#4f4d71;--tp-rgb-4:#39375a;--tp-rgb-5:#333;--tp-rgb-6:#39375a;--tp-rgb-7:#1c2030;--tp-rgb-8:#242424;--tp-rgb-9:#2d3146;--tp-rgb-10:#181b2a;--tp-rgb-11:#23273c;--tp-rgb-12:#000;--tp-rgb-h-b:#39375a;--tp-rgb-g1:#0ca64d;--tp-rgb-g2:#0f9956;--tp-rgb-g3:#07914e;--tp-rgb-r1:#d84f3f;--tp-rgb-r2:#e43836;--tp-rgb-r3:#be2626;--tp-rgb-y1:#ffc519;--tp-rgb-y2:#e2b900;--tp-rgb-y3:#eaa613;--tp-rgb-b1:#43b9b9;--tp-rgb-b2:#189c8e;--tp-rgb-b3:#218fb0;--tp-rgb-a:#218fb0;--tp-rgb-b:#8e1c7b;--tp-rgb-c:#e2b900;--tp-rgb-d:#00fdd1;--tp-rgb-e:#fc2a71;--tp-rgb-input:#1e2235;--tp-rgb-input2:#1e2235;--tp-popup-sh:0 15px 30px 10px #000000b3;--tp-3d-bu:#1e2235,#1e2235;--tp-3d-bu-h:#343952,#343952;--tp-3d-bu-gr:#00914b,#00582e;--tp-3d-bu-gr-h:#00c75f,#00914b;--tp-3d-bu-re:#e11,#860b0b;--tp-3d-bu-re-h:red,#bb1010;--tp-3d-bu-bl:#4d90fe,#4787ed;--tp-3d-bu-bl-bo:1px solid #3079ed;--tp-3d-bu-bl-h:#4d90fe,#357ae8;--tp-3d-bu-bl-bo-h:1px solid #2f5bb7;--tp-3d-bu-bl-a:#357ae8,#357ae8;--tp-3d-bu-sh-a:#0009;--tp-3d-bu-sh:none;--tp-3d-bu-bo:1px solid var(--d3-inshape-border);--tp-3d-bu-bo-h:1px solid var(--d3-inshape-border);--tp-rgb-body:#00041c;--tp-rgb-body2:#fff;--tp-rgb-widget-body:#2a2d42;--tp-bo-sh:inset 0 0 3px #000,0 1px 1px 0 #fff3;--tp-sw-bo:1px solid #5d5d5d;--tp-rgb-header:#2d2d30;--tp-rgb-header-hover:#242424;--tp-rgb-header-active:#1b1b1b;--tp-rgb-push-r:#ee11114d;--tp-rgb-push-g:#0099334d;--header-bg:#23283a;--grid-footer-bg:#23283a;--header-sort-bg:#2c3246;--header-co:var(--tp-rgb-1);--row-hover-bg:#181b2a;--row-hover-bg-light:#1e2235;--row-active-bg:#2c2f54;--cell-border:#343952;--cell-border-freez:#1f2943;--cell-border-active:#343952;--cell-border-active-freez:#1f2943;--cell-color:var(--tp-rgb-1);--cell-more-hover:#393d50;--mb-grid-text:#888;--header-bg-sub:#0c101f;--best-buy:#3bb3e426;--best-buy-dark:#3bb3e433;--best-sell:#ff4a6826;--best-sell-dark:#ff4a6833;--green-light:#253336;--red-light:#392332;--tp-rgb-header-bg:#1f2852;--tp-tooltip-bg:#747ca2;--even-row-bg:#1e2235;--odd-row-bg:#1e2235;--tp-warning-bg:#454b6b;--tp-color-rev:#fff;--tp-placeholder-disable:#454b6b;color:var(--tp-rgb-1)}.darkblue app-header>.header{background:#161c3e;box-shadow:none}.darkblue .header{--fill:#fff;--fill-accent:#fff;--gb:var(--container);--gb-light:#343952;--gb-border:#424867;--gb-active:var(--container);--gb-hover:#29355a;--rgb-green:#57af00;--rgb-red:#ad1c00}.darkblue .slider{--color:#949ba2}.darkblue .link{color:#f6a821}.darkblue .link:hover{color:#f8bb52}.darkblue .sidenav{--fill:#949ba2;--active:#f6a821;background-color:#161c3e}.darkblue daily-slider{--main-bar:#131313;--slider:#1e1e1e}.darkblue .g-row>li.freez,.darkblue .newGrid-container>div:nth-child(odd)>ul{background-color:var(--odd-row-bg)}.darkblue .g-row>li.freez,.darkblue .newGrid-container>div:nth-child(2n)>ul{background-color:var(--even-row-bg)}.darkblue ::-webkit-scrollbar{background:#fff0;height:9px;width:8px}.darkblue ::-webkit-scrollbar-thumb{background:#64646466;border-radius:4px}.darkblue ::-webkit-scrollbar-corner{background:#fff0}.darkblue widget ::-webkit-scrollbar,.darkblue widget ::-webkit-scrollbar-thumb{background:#fff0}.darkblue widget:hover ::-webkit-scrollbar{background:#64646433}.darkblue widget:hover ::-webkit-scrollbar-thumb{background:#090d1d}.darkblue ::placeholder{color:#949ba2;opacity:1}.darkblue :-ms-input-placeholder{color:#949ba2}.darkblue ::-ms-input-placeholder{color:#949ba2}.slider{background-color:var(--container);border-right:1px solid var(--tp-rgb-4);bottom:30px;box-shadow:30px 0 30px -30px #00000080;box-sizing:border-box;color:var(--color);cursor:default;font-size:12px;height:100vh;left:-350px;line-height:30px;opacity:0;position:fixed;top:40px;transition:all .2s ease-in-out;width:280px;z-index:100}.slider.extended{width:calc(100% - 100px)}.slider.rtl{box-shadow:-30px 0 30px -30px #0003;left:auto;right:-320px}.slider.rtl.open{background-color:var(--tp-rgb-9);border-color:var(--tp-rgb-4);border-style:solid;border-width:0 0 0 1px;box-shadow:-20px 0 20px 5px #00000052;color:var(--tp-rgb-1);height:calc(100% - 41px);left:auto;right:40px}.slider.rtl>.header{flex-direction:row}.slider.open{left:0;opacity:1}.slider>div:not(.header){box-sizing:border-box;height:calc(100% - 85px);overflow-y:auto;width:100%}.slider>div:not(.header)>.close{cursor:pointer}.slider>.header{border-bottom:1px solid var(--tp-rgb-4);box-sizing:border-box;display:flex;flex-direction:row-reverse;height:45px;justify-content:space-between;padding:10px 20px 0 10px;width:100%}.slider>.header>span{font-size:19px}.slider>.header>.shift-chart,.slider>.header>.tp-icon{cursor:pointer}.slider extend-slider{height:10px;width:10px}.slider extend-slider:after{border-color:#333;border-style:solid;border-width:0 0 1px 1px;content:"";height:5px;left:10px;position:absolute;transform:rotate(45deg);width:5px}.d3-shape,header-widgets .widget-body .templates>div,header-widgets .widget-body .widgets>.widget{background-color:var(--d3-box-background);border:var(--d3-box-border);border-radius:var(--d3-box-radious);box-shadow:var(--d3-box-shadow);color:var(--d3-box-color)}.d3-shape:hover,header-widgets .widget-body .templates>div:hover,header-widgets .widget-body .widgets>.widget:hover{background-color:var(--d3-box-background-hover);color:var(--d3-box-color-hover)}.d3-inshape,new-input label>.input-box,new-input label>.input-symbol-search{background-color:var(--d3-inshape-background);border-color:var(--d3-inshape-border);border-style:solid;border-width:1px;box-shadow:var(--d3-inshape-shadow)}.d3-inshape input:not(.search-box),new-input label>.input-box input:not(.search-box),new-input label>.input-symbol-search input:not(.search-box){background-color:#fff0;border:none;box-sizing:border-box;color:inherit;font:inherit;height:32px;left:0;line-height:32px;margin-top:-1px;padding:0 5px;position:absolute;width:100%}.popup-backdrop{align-items:center;background-color:#a6a6a64d;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10000}.popup-backdrop>div{position:relative}.popup-backdrop .tp-close{cursor:pointer;height:32px;left:0;line-height:32px;position:absolute;text-align:center;top:0;width:48px}.popup-backdrop .tp-close:hover{background-color:var(--dropdown-item-hover)}.picker,.popup-box,customer-balance .header-dropdown-container>.content,grid-row-contextmenu .container,market-index .header-dropdown-container>.content{background-color:var(--dropdown-container);border:1px solid var(--dropdown-border);box-shadow:0 3px 3px var(--box-shadow);color:var(--dropdown-color);max-height:300px;overflow-y:auto;padding:5px 0;position:absolute;z-index:1000}.flat-buttom{box-sizing:border-box;cursor:pointer;height:30px;line-height:30px;width:100%}.flat-buttom:hover{background-color:var(--dropdown-item-hover)}.flat-button{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;justify-content:center;padding:0 10px}.flat-button:hover{background-color:var(--tp-rgb-7)}.tp-etc{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.popup-box.dropdown,.popup-box.dropdown .multi-menu>div,.popup-box.monthYearPicker,customer-balance .header-dropdown-container>.content.dropdown,grid-row-contextmenu .container.dropdown,market-index .header-dropdown-container>.content.dropdown{max-height:400px;overflow:auto}.dropdown,.dropdown .multi-menu>div,.monthYearPicker{background-color:var(--dropdown-container);border:1px solid var(--dropdown-border);box-shadow:0 3px 3px var(--box-shadow);color:var(--dropdown-color);padding:5px 0}.dropdown .multi-menu,.dropdown .multi-menu>div .multi-menu,.monthYearPicker .multi-menu{position:relative}.dropdown .multi-menu:before,.dropdown .multi-menu>div .multi-menu:before,.monthYearPicker .multi-menu:before{border-color:#4c4c4c;border-style:solid;border-width:0 0 1px 1px;content:"";height:4px;left:15px;position:absolute;top:13px;transform:rotate(45deg);width:4px}.dropdown .multi-menu>div,.dropdown .multi-menu>div .multi-menu>div,.monthYearPicker .multi-menu>div{left:auto;max-width:200px;position:absolute;right:200px;top:-80px;transition:visibility .5s step-end;visibility:hidden}.dropdown .multi-menu:hover>div,.dropdown .multi-menu>div .multi-menu:hover>div,.monthYearPicker .multi-menu:hover>div{visibility:visible}.dropdown .multi-menu.open-right>div,.dropdown .multi-menu>div .multi-menu.open-right>div,.monthYearPicker .multi-menu.open-right>div{left:200px;right:auto}.dropdown .multi-menu,.dropdown .multi-menu>div>div,.dropdown>div,.menu-item{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;height:30px;justify-content:space-between;line-height:30px;padding:0 10px;width:200px}.dropdown .multi-menu:hover,.dropdown .multi-menu>div>div:hover,.dropdown>div:hover,.menu-item:hover{background-color:var(--dropdown-item-hover)!important}.dropdown .multi-menu.spliter,.dropdown .multi-menu>div>div.spliter,.dropdown>div.spliter,.menu-item.spliter{background-color:var(--dropdown-border);cursor:auto;height:1px;margin:5px 0}.dropdown .multi-menu.active,.dropdown .multi-menu>div>div.active,.dropdown>div.active,.menu-item.active{background-color:var(--dropdown-item-active)}.dropdown .multi-menu>div>div>div[tp-switch],.dropdown .multi-menu>div[tp-switch],.dropdown>div>div[tp-switch],.menu-item>div[tp-switch]{margin-top:6px}.dropdown .multi-menu.hide,.dropdown .multi-menu>div>div.hide,.dropdown>div.hide,.menu-item.hide{display:none}.tp-h1{color:var(--h1);font-size:16px}.tp-push-negative{background-color:var(--tp-rgb-push-r)!important}.tp-push-positive{background-color:var(--tp-rgb-push-g)!important}.tp-push-negative-simple,.tp-push-positive-simple{font-style:italic}.connecting{background-color:var(--gb)}.connected{background-color:var(--rgb-green)}.disconnected{background-color:var(--rgb-red)}.overflowed widget>div.widgetcontainer>symbol-search,.overflowed widget>symbol-search{position:relative;right:0!important;top:auto}.overflowed symbol-search{border-bottom:1px solid var(--tp-rgb-4);width:100%}widget>div{height:100%;width:100%}widget>div.widgetcontainer>symbol-search,widget>symbol-search{background:none!important;box-shadow:none;display:inline-block;height:40px;position:absolute;top:-39px;width:auto;z-index:25}widget>div.widgetcontainer>symbol-search .tp-symbol-Status:after,widget>symbol-search .tp-symbol-Status:after{margin-top:13px}widget .tp-widget-body{height:calc(100% - 40px)}.lm_column .tp-widget-body{height:100%}.small .companyText,.small .markettype,.xSmall .companyText,.xSmall .markettype,.xSmall .symbol-state{display:none}.complete-order-panel.larg .tp-widget-body>div>div.send-order{border-color:var(--tp-rgb-4);border-style:solid;border-width:0 1px}.complete-order-panel.larg .tp-widget-body>div{height:100%}.complete-order-panel.larg .tp-widget-body>div>div{box-sizing:border-box;width:33.33%}.complete-order-panel.larg .tp-widget-body>div>div.send-order{width:100%}.complete-order-panel.larg .tp-widget-body>div>div.stock-queue{width:31.33%}.complete-order-panel.larg .daily-slider{position:relative}.complete-order-panel.medium .tp-widget-body>div{flex-wrap:wrap}.complete-order-panel.medium .tp-widget-body>div>div{box-sizing:border-box}.complete-order-panel.medium .tp-widget-body>div>div.send-order{width:55%}.complete-order-panel.medium .tp-widget-body>div>div.stock-queue{width:45%}.complete-order-panel.medium .tp-widget-body>div>.daily-slider{width:100%}.complete-order-panel.small .send-order{margin:15px 0}widget-action-menu{fill:var(--tp-rgb-2);display:flex;left:3px;position:absolute;top:-38px;z-index:10}widget-action-menu>.dropdown,widget-action-menu>.dropdown .multi-menu>div,widget-action-menu>.monthYearPicker{left:0;position:absolute;top:36px;z-index:1}widget-action-menu>.icon{box-sizing:border-box;cursor:pointer;height:37px;line-height:37px;padding:0 6px}widget-action-menu>.icon:hover{background-color:var(--tp-rgb-7)}[dir=ltr] widget-action-menu{left:auto;right:3px}[dir=ltr] widget-action-menu>.dropdown,[dir=ltr] widget-action-menu>.dropdown .multi-menu>div,[dir=ltr] widget-action-menu>.monthYearPicker{left:auto;right:0}[dir=ltr] .dropdown .multi-menu:before,[dir=ltr] .dropdown .multi-menu>div .multi-menu:before,[dir=ltr] .monthYearPicker .multi-menu:before{left:auto;right:15px;transform:rotate(-135deg)}[dir=ltr] .dropdown .multi-menu>div,[dir=ltr] .dropdown .multi-menu>div .multi-menu>div,[dir=ltr] .monthYearPicker .multi-menu>div{left:auto;right:200px}[dir=ltr] symbol-search .shift-chart,[dir=ltr] symbol-search .tp-icon{border-width:0 0 0 1px}[dir=ltr] .switch-box .handel{right:27px}[dir=ltr] .switch-box input:checked~.handel{background-color:#fff;right:5px}[dir=rtl] .switch-box input:checked~.handel{background-color:#fff;right:27px}[dir=rtl] .switch-box .handel{right:5px}.linkCategory1{color:var(--tp-rgb-a)}.linkCategory2{color:var(--tp-rgb-b)}.linkCategory3{color:var(--tp-rgb-c)}.linkCategory4{color:var(--tp-rgb-e)}.tp-widget-body{height:100%;left:0;overflow:auto;position:absolute;width:100%}.tp-widget-toolbar{align-items:center;background-color:var(--tp-rgb-11);display:flex;flex-wrap:wrap;height:40px;line-height:40px;padding:0}new-input{display:block}new-input>label{display:flex;flex-direction:column}new-input[align-left]>label input,new-input[phone-number]>label input{direction:ltr}.watch-list-category-box{max-height:300px;width:200px}.watch-list-category-box>.items{max-height:260px;overflow-y:auto;padding:5px 0;width:100%}.watch-list-category-box>.items>div.active{background-color:var(--dropdown-item-active)}.watch-list-category-box>.items>div>div{box-sizing:border-box;display:flex;height:30px;line-height:30px;padding:0 7px 0 0}.watch-list-category-box>.items>div>div.view{cursor:pointer;justify-content:space-between;white-space:nowrap}.watch-list-category-box>.items>div>div.view.hover,.watch-list-category-box>.items>div>div.view:hover{background-color:var(--dropdown-item-hover)}.watch-list-category-box>.items>div>div.view:hover>div>span{visibility:visible}.watch-list-category-box>.items>div>div.edit form{width:100%}.watch-list-category-box>.items>div>div.edit form input[type=text]{background:#fff0;border-color:var(--tp-rgb-7);border-style:solid;border-width:1px;box-sizing:border-box;line-height:25px;padding:0 5px;width:100%}.watch-list-category-box>.items>div>div.edit form input[type=submit]{display:none}.watch-list-category-box>.items>div>div>div{display:flex}.watch-list-category-box>.items>div>div>div>span{align-items:center;cursor:pointer;display:flex;font-size:13px;height:30px;justify-content:center;margin:0 2px;visibility:hidden;width:22px}.watch-list-category-box>.items>div>div>div>span:hover{background-color:var(--tp-rgb-9)}.watch-list-category-box>.items>div>div>div>span.tp-star.active{visibility:visible}.watch-list-category-box>.add-new{border-top:1px solid var(--dropdown-border);height:29px;width:100%}.watch-list-category-box>.add-new>form{display:flex;position:relative}.watch-list-category-box>.add-new>form>input[type=text]{background:none;border:none;box-sizing:border-box;color:var(--tp-rgb-2);font-family:inherit;line-height:32px;padding:0 10px;width:calc(100% - 35px)}.watch-list-category-box>.add-new>form>button{background:none;border:none;border-right:1px solid var(--tp-rgb-7);cursor:pointer;font-size:.9em;height:34px;width:34px}.watch-list-category-box>.add-new>form>button:hover{background-color:var(--tp-rgb-9)}.admintextmessage{text-align:justify}.colorful,.light{--button-color:#444;--button-border-color:#0000001a;--button-background-image:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);--button-box-shadow:none;--button-active-box-shadow:inset 0 1px 2px #0000001a;--button-active-border-color:#ccc;--button-active-background-image:-webkit-linear-gradient(top,#eee,#e0e0e0);--button-hover-border-color:#c6c6c6;--button-hover-box-shadow:0 1px 1px #0000001a;--button-hover-background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1)}button-switcher{align-items:stretch;display:flex;height:30px;line-height:30px}button-switcher>button{background-image:var(--button-background-image);border-color:var(--button-border-color);border-style:solid;border-width:1px;box-shadow:var(--button-box-shadow);color:var(--button-color);cursor:pointer;font-family:inherit;margin-right:-1px;padding:0 15px;width:86px}button-switcher>button[single]{width:auto}button-switcher>button:hover{background-image:var(--button-hover-background-image);border-color:var(--button-hover-border-color);box-shadow:var(--button-hover-box-shadow);z-index:1}button-switcher>button.active{background-image:var(--button-active-background-image);border-color:var(--button-active-border-color);box-shadow:var(--button-active-box-shadow);z-index:1}button-switcher>button:first-child{border-radius:0 2px 2px 0}button-switcher>button:last-child{border-radius:2px 0 0 2px}.widget-backdrop{align-items:center;background-color:var(--tp-rgb-widget-body);bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.widget-backdrop>.shift-chart,.widget-backdrop>.tp-icon{font-size:8em;text-align:center}.widget-backdrop>.shift-chart>div,.widget-backdrop>.tp-icon>div{font-family:tahoma;font-size:12px}.datepicker.tp-pa-t-5{line-height:20px}.tp-plch-disable ::placeholder{color:var(--tp-placeholder-disable);opacity:1}.tp-plch-disable :-ms-input-placeholder{color:var(--tp-placeholder-disable)}.tp-plch-disable ::-ms-input-placeholder{color:var(--tp-placeholder-disable)}.colorful,.light{--chart-background-color:#f1f3f6;--chart-right-menu-background-color:#fff;--chart-top-menu-tool-border-color:#dadde0;--chart-top-menu-tool-hover-background-color:#f6f6f6;--chart-menu-footer-background-color:#e5e5e8;--chart-menu-footer-item-hover-color:#000;--chart-shift-chart-background-color:#fff}.extend-menu,.mb-chart-area2 .left-menu,.mb-chart-area2 .top-menu{background-color:var(--chart-background-color)}.extend-menu>.container,.mb-chart-area2 .left-menu>.container,.mb-chart-area2 .top-menu>.container{display:flex;flex-wrap:wrap}.extend-menu>.container.close,.mb-chart-area2 .left-menu>.container.close,.mb-chart-area2 .top-menu>.container.close{display:none}.extend-menu>.container>.tool,.mb-chart-area2 .left-menu>.container>.tool,.mb-chart-area2 .top-menu>.container>.tool{fill:#758696;color:#758696}.extend-menu>.container>.tool.open>.dropdown,.extend-menu>.container>.tool.open>.dropdown .multi-menu>div,.extend-menu>.container>.tool.open>.monthYearPicker,.mb-chart-area2 .left-menu>.container>.tool.open>.dropdown,.mb-chart-area2 .top-menu>.container>.tool.open>.dropdown{display:block}.extend-menu>.container>.tool.desable,.mb-chart-area2 .left-menu>.container>.tool.desable,.mb-chart-area2 .top-menu>.container>.tool.desable{color:#d5d5d5}.extend-menu>.container>.tool.active,.mb-chart-area2 .left-menu>.container>.tool.active,.mb-chart-area2 .top-menu>.container>.tool.active{fill:#1592e6;background-color:var(--container-hover);color:#1592e6}.extend-menu>.container>.tool>.dropdown,.extend-menu>.container>.tool>.dropdown .multi-menu>div,.extend-menu>.container>.tool>.monthYearPicker,.mb-chart-area2 .left-menu>.container>.tool>.dropdown,.mb-chart-area2 .top-menu>.container>.tool>.dropdown{fill:#758696;color:#758696;direction:rtl;display:none;min-width:230px;position:absolute;z-index:1000}.extend-menu>.container>.tool>.dropdown .multi-menu>div>div,.extend-menu>.container>.tool>.dropdown>div,.extend-menu>.container>.tool>.monthYearPicker>div,.mb-chart-area2 .left-menu>.container>.tool>.dropdown>div,.mb-chart-area2 .top-menu>.container>.tool>.dropdown>div{justify-content:flex-start;width:auto}.extend-menu>.container>.tool>.dropdown .multi-menu>div>div>:first-child,.extend-menu>.container>.tool>.dropdown>div>:first-child,.extend-menu>.container>.tool>.monthYearPicker>div>:first-child,.mb-chart-area2 .left-menu>.container>.tool>.dropdown>div>:first-child,.mb-chart-area2 .top-menu>.container>.tool>.dropdown>div>:first-child{margin-left:15px;text-align:center;width:25px}.extend-menu>.container>.tool>.dropdown .multi-menu>div>div>:first-child>svg,.extend-menu>.container>.tool>.dropdown>div>:first-child>svg,.extend-menu>.container>.tool>.monthYearPicker>div>:first-child>svg,.mb-chart-area2 .left-menu>.container>.tool>.dropdown>div>:first-child>svg,.mb-chart-area2 .top-menu>.container>.tool>.dropdown>div>:first-child>svg{margin-top:9px}.extend-menu>.container>.tool>.arrow,.mb-chart-area2 .left-menu>.container>.tool>.arrow,.mb-chart-area2 .top-menu>.container>.tool>.arrow{position:relative}.extend-menu>.container>.tool>.arrow:before,.mb-chart-area2 .left-menu>.container>.tool>.arrow:before,.mb-chart-area2 .top-menu>.container>.tool>.arrow:before{border-color:#4a4a4a;border-style:solid;content:"";position:absolute;transform:rotate(45deg);transition:all .2s ease-in-out}.extend-menu>.menu-pin,.mb-chart-area2 .left-menu>.menu-pin,.mb-chart-area2 .top-menu>.menu-pin{font-weight:700}.extend-menu>.menu-pin:before,.mb-chart-area2 .left-menu>.menu-pin:before,.mb-chart-area2 .top-menu>.menu-pin:before{content:"..."}.extend-menu>.menu-pin:hover,.mb-chart-area2 .left-menu>.menu-pin:hover,.mb-chart-area2 .top-menu>.menu-pin:hover{background-color:#3bb3e4;color:#fff;cursor:pointer}.extend-left-tool-arrow>.arrow,.mb-chart-area2 .left-menu>.container>.tool.open>.arrow,.mb-chart-area2 .left-menu>.container>.tool:hover>.arrow{margin-left:-15px}.mb-chart-area2{direction:ltr;display:grid;grid-template-columns:-webkit-max-content auto;grid-template-columns:max-content auto;grid-template-rows:-webkit-max-content auto 22px;grid-template-rows:max-content auto 22px;height:100%;width:100%}.mb-chart-area2>div{box-sizing:border-box}.mb-chart-area2>div:nth-child(2){grid-row-end:4;grid-row-start:1}.mb-chart-area2 .top-menu{border-bottom:1px solid var(--tp-rgb-7)}.mb-chart-area2 .top-menu>.container{box-sizing:border-box;padding:0 5px;width:100%}.mb-chart-area2 .top-menu>.container>.tool{background-color:var(--tp-rgb-9);border-color:var(--chart-top-menu-tool-border-color);border-style:solid;border-width:1px;box-sizing:border-box;cursor:pointer;float:left;height:30px;line-height:30px;margin:5px 5px 0 0}.mb-chart-area2 .top-menu>.container>.tool:hover{background-color:var(--chart-top-menu-tool-hover-background-color)}.mb-chart-area2 .top-menu>.container>.tool.open>.arrow:before{top:12.5px;transform:rotate(-135deg)}.mb-chart-area2 .top-menu>.container>.tool>.title{float:left;padding:0 10px}.mb-chart-area2 .top-menu>.container>.tool>.dropdown,.mb-chart-area2 .top-menu>.container>.tool>.dropdown .multi-menu>div,.mb-chart-area2 .top-menu>.container>.tool>.monthYearPicker{margin-left:-1px;margin-top:28px;min-width:80px;z-index:100}.mb-chart-area2 .top-menu>.container>.tool>.arrow{border-color:var(--chart-top-menu-tool-border-color);border-style:solid;border-width:1px;float:right;height:100%;margin-right:-1px;margin-top:-1px;width:20px}.mb-chart-area2 .top-menu>.container>.tool>.arrow:hover{background-color:var(--chart-top-menu-tool-hover-background-color)}.mb-chart-area2 .top-menu>.container>.tool>.arrow:before{border-left-color:#fff0;border-top-color:#fff0;border-width:3px;content:"";height:0;left:5.5px;top:9.5px;width:0}.mb-chart-area2 .top-menu>.menu-pin{height:7px;line-height:1px;margin:0 auto;text-align:center;width:30px}.mb-chart-area2 .left-menu{border-right:1px solid var(--tp-rgb-7);position:relative}.mb-chart-area2 .left-menu>.container{background-color:var(--chart-right-menu-background-color);flex-direction:column;float:left;height:100%;width:52px}.mb-chart-area2 .left-menu>.container>.tool{display:flex;height:38px;overflow:hidden;width:52px}.mb-chart-area2 .left-menu>.container>.tool.open>.arrow:before{left:5.5px;transform:rotate(-135deg)}.mb-chart-area2 .left-menu>.container>.tool>.dropdown,.mb-chart-area2 .left-menu>.container>.tool>.dropdown .multi-menu>div,.mb-chart-area2 .left-menu>.container>.tool>.monthYearPicker{left:52px}.mb-chart-area2 .left-menu>.container>.tool>.title{box-sizing:border-box;flex:0 0 52px;padding:4px 10px}.mb-chart-area2 .left-menu>.container>.tool>.arrow{height:100%;transition:all .2s ease-in-out;width:15px}.mb-chart-area2 .left-menu>.container>.tool>.arrow:before{border-width:1px 1px 0 0;height:5px;left:2.5px;top:15px;width:5px}.mb-chart-area2 .left-menu>.container>.tool:not([multi-tool])>div{margin:5px auto}.mb-chart-area2 .left-menu>.menu-pin{float:right;height:30px;position:inherit;top:calc(50% - 15px);width:5px}.mb-chart-area2 .left-menu>.menu-pin:before{position:absolute;right:-6.5px;top:8px;transform:rotate(90deg)}.mb-chart-area2 .footer{background-color:var(--chart-menu-footer-background-color);display:flex;justify-content:space-between}.mb-chart-area2 .footer>div{align-items:center;display:flex;flex-direction:row-reverse}.mb-chart-area2 .footer>div>div{box-sizing:border-box;color:#8b8c8e;cursor:pointer;height:22px;line-height:22px;margin:0 0 1px;padding:0 13px;position:relative}.mb-chart-area2 .footer>div>div:hover{color:var(--chart-menu-footer-item-hover-color)}.mb-chart-area2 .footer>div>div:after{border-left:1px solid;border-color:#b5b7b9;content:" ";display:block;height:14px;left:-1px;position:absolute;top:4px;width:0}.mb-chart-area2 .footer>div>div.active{color:#58c3e5}.mb-chart-area2 .footer>div>div.setting.open>.dropdown,.mb-chart-area2 .footer>div>div.setting.open>.dropdown .multi-menu>div,.mb-chart-area2 .footer>div>div.setting.open>.monthYearPicker{display:block}.mb-chart-area2 .footer>div>div.setting>.dropdown,.mb-chart-area2 .footer>div>div.setting>.dropdown .multi-menu>div,.mb-chart-area2 .footer>div>div.setting>.monthYearPicker{bottom:22px;direction:rtl;display:none;position:absolute;right:1px;z-index:100}.shift-chart{background-color:var(--chart-shift-chart-background-color);border:1px solid #555;border-radius:50%;bottom:35px;font-size:20px!important;height:28px!important;line-height:28px!important;opacity:.3;position:absolute;text-align:center;width:28px;z-index:10}.shift-chart:hover{cursor:pointer;opacity:1}.shift-chart.start{left:7px}.shift-chart.end{right:50px}.shift-chart.hidden{display:none}.pane-legend-line.main{font-size:16px!important;line-height:10px}.pane-legend-line.main>.pane-legend-item-value-container{font-size:14px;line-height:14px}.pane-legend-line.main>div:nth-child(3),.pane-legend-line.main>div:nth-child(4){display:none}.pane-legend-line>div:nth-child(2),.pane-legend-line>div:nth-child(3),.pane-legend-line>div:nth-child(4){cursor:pointer}.tick{font-family:tahoma}.widget-separator{background:-webkit-linear-gradient(top,#dbecf6,#b7dbee);border-bottom:1px solid #fff;border-left-style:solid;border-left-width:0;border-right-style:solid;border-right-width:0;border-top:1px solid #b5d9ed;box-sizing:border-box;display:flex;height:28px;justify-content:space-between;padding:5px 10px}.widget-separator>section{display:flex}.widget-separator>section>div{cursor:pointer}.widget-separator>section>.tab{background-color:#9abbe7;border:1px solid #fff;border-radius:4px 4px 0 0;color:#fff;height:20px;line-height:19px;margin:0 5px;padding:0 25px}.widget-separator>section>.tab.active{background-color:#6b92d7;border-bottom-color:#6b92d7}.widget-separator>section .icon{background-color:#eee;height:15px;margin:0 2.5px;position:relative;width:15px}.widget-separator>section .icon.decreaseHeight:after,.widget-separator>section .icon.expand:after,.widget-separator>section .icon.increaseHeight:after{border-color:#555;border-style:solid;border-width:0 1px 1px 0;content:"";height:5px;left:5px;position:absolute;top:4px;transform:rotate(45deg);width:5px}.widget-separator>section .icon.decreaseHeight:after{top:7px;transform:rotate(-135deg)}.widget-separator>section .icon.expand:after{border-width:1px;left:4px;transform:rotate(0deg)}.widget-separator>section .send-order{background:-webkit-linear-gradient(top,#e2e4e4 1%,#c8c7c7);border:1px solid;box-sizing:border-box;font-size:11px;height:20px;line-height:18px;margin-top:-2px;padding:0 5px}.widget-separator>section .symbol-title{font-weight:700;margin-right:10px}.widget-separator>section .connection-status{border-radius:50%;height:15px;width:15px}.widget-separator2{box-sizing:border-box;display:flex;height:28px;padding:0 10px}.widget-separator2>.tab{background:#ebebeb;border:1px solid #bbb;border-bottom:#bbb;cursor:pointer;margin:0 2px;padding:4px 13px}.widget-separator2>.tab.active{background-color:#fff}.send-order-panel{display:flex}.send-order-panel>*{width:33.33%}.send-order-panel .last-traded-price{background-color:#e1e1e1;box-sizing:border-box;display:flex;height:26px;justify-content:space-between;line-height:26px;padding:0 10px;width:100%}.send-order-panel .last-traded-price .tp-bold{font-size:18px}.send-order-panel stock-details ul{height:24px;line-height:24px}.order-status-panel{border:1px solid #bbb;border-width:1px 0;padding:0}.order-status-panel .newGrid-header>ul>li{background-color:gray}widget-header{display:inline-block;height:2px;position:absolute;top:-36px;width:100%;z-index:20}widget-header .link-group-sign{display:none;height:2px;width:100%}widget-header .action-bar{background:var(--tp-rgb-11);display:flex;float:left}widget-header .action-bar>div{height:35px;line-height:35px;text-align:center;width:35px}widget-header .action-bar>div:hover{background-color:var(--tp-rgb-7);cursor:pointer}widget-header .action-menu.open{background-color:var(--tp-rgb-7)}widget-header .action-menu>.tp-menu-lines{font-size:19px}dropdown{position:absolute;z-index:100}*{font-family:iransansx,tahoma!important}@supports (font-variation-settings:normal){*{font-family:iransansxv,tahoma!important;font-weight:600}}#vertical-tabpanel-1 .MuiBox-root.muirtl-1mb7ed4{padding:0!important}.colorful .MuiButtonBase-root .MuiAccordionSummary-content .svgIcon :hover,.colorful .MuiButtonBase-root .MuiAccordionSummary-expandIconWrapper :hover{background-color:gray!important;border-radius:45%}.darkblue .MuiFormControl-root .MuiFormLabel-root{color:#cecece!important;font-weight:100}.darkblue .MuiBox-root .MuiGrid-root .MuiGrid-root .MuiPaper-root,.darkblue .MuiButtonBase-root.MuiAccordionSummary-root,.darkblue .MuiCollapse-root{background-color:#141828;border-radius:10px;color:#a9a9a9!important}.darkblue .MuiPaper-root.MuiPaper-elevation{background-color:#00041c}.darkblue .MuiOutlinedInput-notchedOutline.muirtl-1d3z3hw-MuiOutlinedInput-notchedOutline{border-color:#323337!important;color:#fff}.darkblue .Mui-TableHeadCell-Content-Wrapper.MuiBox-root,.darkblue .Mui-TableHeadCell-Content.MuiBox-root{background-color:#1f2437!important}.darkblue .MuiButtonBase-root.MuiButton-root.MuiButton-outlined.MuiButton-outlinedPrimary.MuiButton-sizeSmall.MuiButton-outlinedSizeSmall.MuiButton-colorPrimary,.darkblue .MuiSvgIcon-root.MuiSvgIcon-fontSizeMedium{border-color:#323337!important}.darkblue .MuiAccordionSummary-content .MuiButtonBase-root .MuiSvgIcon-root,.darkblue .MuiAccordionSummary-expandIconWrapper .MuiSvgIcon-root,.darkblue .MuiBox-root .MuiButtonBase-root .MuiSvgIcon-root,.darkblue .MuiTableRow-root .MuiTableCell-root .MuiButtonBase-root .MuiSvgIcon-root,.darkblue .MuiToolbar-root .MuiBox-root .MuiBox-root .MuiTablePagination-root{color:gray}.darkblue .MuiButtonBase-root .MuiAccordionSummary-content .svgIcon :hover,.darkblue .MuiButtonBase-root .MuiAccordionSummary-expandIconWrapper :hover{background-color:#333d70!important;border-radius:45%}.darkblue .MuiDivider-root{background-color:#4c4949!important}.darkblue .MuiAccordionDetails-root .MuiBox-root,.darkblue .MuiAccordionDetails-root .MuiBox-root .MuiTabs-root,.darkblue .MuiList-root.MuiList-padding.MuiMenu-list,.darkblue .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root,.darkblue .MuiTable-root .MuiTableHead-root .MuiTableRow-root .MuiTableCell-root,.darkblue .MuiTableCell-root,.darkblue .MuiTableContainer-root .MuiTable-root .MuiTableBody-root,.darkblue .MuiToolbar-root{background-color:#1f2437;border-color:#4c4949!important}.darkblue .MuiTableRow-root .MuiTableCell-root .MuiCollapse-root .MuiCollapse-wrapper .MuiCollapse-wrapperInner .MuiBox-root{background-color:#1f2438!important}.darkblue .MuiTableHead-root .MuiTableRow-root .MuiTableCell-root{color:gray!important}.darkblue .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .MuiTypography-root{color:#fff;font-weight:350}.darkblue .MuiTable-root .MuiTableBody-root .MuiTypography-root{color:gray}.darkblue .MuiFormLabel-root .MuiInputLabel-root{color:#a9a9a9}.darkblue .MuiInputBase-input{color:#fff!important}.darkblue .apexcharts-legend-text,.darkblue .apexcharts-title-text{color:#d3d3d3!important}.ss02{font-feature-settings:"ss02"}.ss03{font-feature-settings:"ss03"}input:-webkit-autofill,input:-webkit-autofill:focus{-webkit-transition:background-color 600000s 0s,color 600000s 0s;transition:background-color 600000s 0s,color 600000s 0s}input[data-autocompleted]{background-color:initial!important}::-webkit-scrollbar{background:#000;height:12px;width:12px}::-webkit-scrollbar-thumb{background:#393812;-webkit-border-radius:1ex;-webkit-box-shadow:0 1px 2px #000000bf}::-webkit-scrollbar-corner{background:#000}.app-version{font-size:14px;height:18px;margin-top:30px;text-align:center;width:100%}.profilecenter{text-align:center;text-align:-moz-center;text-align:-webkit-center}.datepickerBirthDate{border:1px solid #e9e9e9;border-radius:40px;display:inline-block!important;font-size:14px;height:35px;width:100%!important}.darkblue .datepickerBirthDate{border:1px solid #323337}.datepicker{border:1px solid #e9e9e9;border-radius:40px;display:inline-block!important;font-size:14px;height:35px}.datepicker:hover,datepickerBirthDate:hover{border:1px solid #98b6e9!important}.datepicker:active,.datepickerBirthDate:active{border:2px solid #98b6e9!important}.date-input-with-dialog-empty{display:none!important}.date-input-with-dialog-calendar{color:#0e6c5b!important;max-height:2em!important;position:relative;right:15px;top:7px!important;width:2.2em!important}.MuiAccordionSummary-expandIconWrapper.Mui-expanded{border-radius:50%;margin:0 0 0 30px}.MuiAccordionSummary-expandIconWrapper.Mui-expanded :hover{background-color:rgba(97,172,243,.339);border-radius:50%}.MuiAccordionSummary-expandIconWrapper{border-radius:50%;margin:0 0 0 30px}.MuiAccordionSummary-expandIconWrapper :hover{background-color:hsla(0,0%,69%,.188);border-radius:50%}.MuiTypography-root .MuiFormControlLabel-label{font-size:13px}.muirtl-darbsa-MuiTypography-root{font-family:inherit!important}.MuiSvgIcon-root.MuiSvgIcon-fontSizeMedium{font-size:22px}.BG-in{align-items:center;background-color:#fff;bottom:0;justify-content:center;top:0}.align-items-end{align-items:flex-end!important}@media (min-width:991.98px){.security-rules{line-height:1.8;padding:0 2rem 2rem}}.security-rules{background-color:#ffffff4d;padding:0 1rem .5rem;text-align:center}.date-input{padding-right:0}.MuiTableCell-root.MuiTableCell-body.MuiTableCell-sizeMedium.muirtl-12jdod7-MuiTableCell-root,.MuiTableCell-root.MuiTableCell-body.MuiTableCell-sizeMedium.muirtl-qea5q9-MuiTableCell-root,.MuiTypography-root.MuiTypography-body.muirtl-16mmv1b-MuiTypography-root{font-size:14px!important;height:70px;line-height:4}.MuiButtonBase-root.MuiButton-root.MuiButton-text.muirtl-3vs74e-MuiButtonBase-root-MuiButton-root,.MuiButtonBase-root.MuiButton-root.MuiButton-text.muirtl-xu7l5f-MuiButtonBase-root-MuiButton-root,.MuiTableCell-root.MuiTableCell-body.muirtl-g0rq6g-MuiTableCell-root{font-size:14px;line-height:1}.MuiTypography-root.MuiTypography-body1.muirtl-ahj2mt-MuiTypography-root{font-size:14px}.anim1s{animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:1;animation-name:intro;animation-timing-function:ease-in-out}.flashingMazanehUp{background:#90ee90!important}.flashingMazanehDown,.flashingMazanehUp{animation:flashingMazaneh-style 2s linear infinite;animation-iteration-count:3}.flashingMazanehDown{background:#ff9292!important}.darkblue .flashingMazanehDown span,.darkblue .flashingMazanehUp span{color:#000!important}.flashingNoInternet{animation:flashingMazaneh-style 2s linear infinite;animation-iteration-count:100;color:#b30000!important}.flashingRequestPortfo{animation:flashingRequestPortfo-style 2s linear infinite;animation-iteration-count:1000;color:#a10000 (85,0,255)!important}@keyframes flashingRequestPortfo-style{0%{opacity:0}to{opacity:1}}@keyframes flashingMazaneh-style{0%{opacity:0}50%{opacity:.5}to{opacity:1}}.flashing{animation:flashing-style 2s linear infinite}@keyframes flashing-style{0%{opacity:0}50%{opacity:.5}to{opacity:1}}.flashing2{animation:flashing2-style 6s linear infinite}@keyframes flashing2-style{0%{opacity:0}5%{opacity:.2}50%{opacity:1}95%{opacity:.2}to{opacity:0}}.redStrike{-webkit-text-decoration:double line-through red;text-decoration:double line-through red}.strikeout{position:relative}.strikeout:after{border-bottom:.325em solid red;content:"";left:0;margin-top:-.0625em;position:absolute;right:0;top:48%}.cardMobile{background-color:#f0f8ff;border:1px solid #d3d3d3;border-radius:5px;cursor:pointer;margin-bottom:10px;margin-left:5px;padding:10px}.ascending{color:green;transform:rotate(-30deg)}.descending{color:red;transform:rotate(150deg)}.date-input-with-dialog-calendar{left:0!important}.date-input-with-dialog-input{text-align:center!important}.darkblue .date-input-with-dialog-input{background-color:#141828}.darkblue .JDatePicker,.darkblue .JDatePicker .JC-Buttons button{color:#add8e6!important}.darkblue .JDatePicker,.darkblue .JDatePicker .JC-Buttons button,.darkblue .JDatePicker .JC-days{background-color:#161c38}.buttonMazeneh{border:2px solid #fff;color:#fff;display:inline-block;font-size:2em;margin:1em;outline:none;overflow:hidden;padding:.67em;position:relative;text-decoration:none}.buttonMazeneh span{transition:.6s;transition-delay:.2s}.buttonMazeneh:after,.buttonMazeneh:before{content:"";left:0;opacity:0;position:absolute;text-align:center;top:.67em;transition:.4s,opacity .6s;width:100%}.buttonMazeneh:before{content:attr(data-hover);transform:translate(-150%)}.buttonMazeneh:after{content:attr(data-active);transform:translate(150%)}.buttonMazeneh:active span,.buttonMazeneh:hover span{opacity:0;transform:scale(.1)}.buttonMazeneh:active:after,.buttonMazeneh:hover:before{opacity:1;transform:translate(0);transition-delay:.1s}.buttonMazeneh:active:before{transform:translate(-150%);transition-delay:0s}.colorful .icon-active{color:var(--tp-rgb-4)}.darkblue .icon-active{color:#a3a3a3}.icon-active.active{color:#00ff9f}:focus-visible{outline:3px solid var(--focus-gold)}a:focus-visible{background-color:var(--focus-gold)}.closeIconForm,.refreshIconForm,.searchIconForm,.volumeIconForm{border:1px solid #bfbcbc;border-radius:2px;color:#707070;cursor:pointer!important;height:20px!important;position:absolute;top:10px;transform:scale(1);transition:transform .3s ease-in-out;width:20px!important;z-index:1000}.darkblue .closeIconForm,.darkblue .refreshIconForm,.darkblue .searchIconForm,.darkblue .volumeIconForm{color:silver}.closeIconForm.chat,.refreshIconForm.chat,.searchIconForm.chat,.volumeIconForm.chat{color:#fff;transform:scale(1);transition:transform .3s ease-in-out}.closeIconForm:hover,.refreshIconForm:hover,.searchIconForm:hover,.volumeIconForm:hover{transform:scale(1.2);transition:transform .3s ease-in-out}.closeIconForm:active,.refreshIconForm:active,.searchIconForm:active,.volumeIconForm:active{background-color:#f0efef;border:1px solid #000;color:#000}.closeIconForm{left:10px}.refreshIconForm{left:40px}.volumeIconForm{left:70px}.searchIconForm{left:100px}@media (min-width:470px){.switchContainerMemory{left:70px!important}.switchContainerMemory,.switchContainerMemoryShow{border:1px solid #0082b1;border-radius:5px;cursor:pointer;font-size:11px!important;height:22px!important;padding:2px 3px 0;position:absolute!important;text-decoration:none!important;top:10px}.switchContainerMemoryShow{left:210px!important}}@media (max-width:470px){.switchContainerMemory{left:70px!important;top:2px!important}.switchContainerMemory,.switchContainerMemoryShow{border:1px solid #0082b1;border-radius:5px;cursor:pointer;font-size:10px!important;padding:0 3px;position:absolute;text-decoration:none!important}.switchContainerMemoryShow{left:75px!important;top:20px!important}}.actionOrderIcon{-webkit-box-shadow:1px 1px 5px #000000bf;transform:scale(1);transition:transform .3s ease-in-out}.actionOrderIcon:hover{transform:scale(1.2);transition:transform .3s ease-in-out}.myCardStyle{width:100%}.popup{position:absolute;top:50px;z-index:10000}.popWrap{border:1px solid pink;display:inline-block;padding:1px;position:relative}.MuiFormControlLabel-root .MuiTypography-root.MuiTypography-body1{font-size:12px!important}.MuiFormControlLabel-root .muirtl-vqmohf-MuiButtonBase-root-MuiRadio-root{padding-left:3px!important}.MuiTableCell-root.MuiTableCell-body.MuiTableCell-sizeMedium.muirtl-17r3fa6-MuiTableCell-root .muirtl-o96hnf-MuiButtonBase-root-MuiButton-root.Mui-disabled,.muirtl-9lwr5r-MuiButtonBase-root-MuiButton-root.Mui-disabled{color:#b7b7b7!important}@media (min-width:551px){.moameleForm{width:480px}}@media (max-width:550px){.moameleForm{width:450px}}@media (max-width:500px){.moameleForm{width:400px}}@media (max-width:450px){.moameleForm{width:360px}}@media (max-width:400px){.moameleForm{width:330px}}@media (max-width:350px){.moameleForm{width:280px}}@media (max-width:320px){.moameleForm{width:260px}}.MuiDialog-paper{border-radius:15px!important}.colorful .buttonSuccess{border-color:#2e7d32;color:#2e7d32}.colorful .buttonSuccess:hover{border-color:#003c03;border-width:2px}.darkblue .buttonSuccess{border-color:#70bb70;color:#70bb70}.darkblue .buttonSuccess:hover{border-color:#6ebf72;border-width:2px}.colorful .buttonCancel{border:1px solid #1976d280;color:#1976d2}.colorful .buttonCancel:hover{border-width:2px}.darkblue .buttonCancel{border:1px solid #648aaf80;color:#769cc3}.darkblue .buttonCancel:hover{border-width:2px}.colorful .buttonDelete{border:1px solid #1976d280;color:#ab0000}.colorful .buttonDelete:hover{border-width:2px}.darkblue .buttonDelete{border:1px solid #f8626280;color:#e68f8f}.darkblue .buttonDelete:hover{border:2px solid #f8626280}.MuiTableCell-root.MuiTableCell-body.MuiTableCell-alignRight.MuiTableCell-sizeMedium{text-align:right!important}.content{margin-left:auto;margin-right:auto;padding:15px}.alert-info,.bg-aqua,.callout.callout-info,.label-info,.modal-info .modal-body{background-color:#00c0ef!important}.alert-success,.bg-green,.callout.callout-success,.label-success,.modal-success .modal-body{background-color:#00a65a!important}.alert-warning,.bg-yellow,.callout.callout-warning,.label-warning,.modal-warning .modal-body{background-color:#f39d12!important}.alert-danger,.alert-error,.bg-red,.callout.callout-danger,.label-danger,.modal-danger .modal-body{background-color:#dd4b39!important}.bg-redLight{background-color:hsla(7,100%,84%,.514)!important;color:#575757!important}.bg-yellowLight{background-color:rgba(255,212,144,.557)!important;color:#575757!important}.bg-aquaLight{background-color:rgba(129,230,255,.596)!important;color:#575757!important}.bg-greenLight{background-color:rgba(165,255,214,.653)!important;color:#575757!important}.alert-danger,.alert-error,.alert-info,.alert-success,.alert-warning,.bg-aqua,.bg-aqua-active,.bg-black,.bg-black-active,.bg-blue,.bg-blue-active,.bg-fuchsia,.bg-fuchsia-active,.bg-green,.bg-green-active,.bg-light-blue,.bg-light-blue-active,.bg-lime,.bg-lime-active,.bg-maroon,.bg-maroon-active,.bg-navy,.bg-navy-active,.bg-olive,.bg-olive-active,.bg-orange,.bg-orange-active,.bg-purple,.bg-purple-active,.bg-red,.bg-red-active,.bg-teal,.bg-teal-active,.bg-yellow,.bg-yellow-active,.callout.callout-danger,.callout.callout-info,.callout.callout-success,.callout.callout-warning,.label-danger,.label-info,.label-primary,.label-success,.label-warning,.modal-danger .modal-body,.modal-danger .modal-footer,.modal-danger .modal-header,.modal-info .modal-body,.modal-info .modal-footer,.modal-info .modal-header,.modal-primary .modal-body,.modal-primary .modal-footer,.modal-primary .modal-header,.modal-success .modal-body,.modal-success .modal-footer,.modal-success .modal-header,.modal-warning .modal-body,.modal-warning .modal-footer,.modal-warning .modal-header{color:#fff!important}.small-box{border-radius:2px;box-shadow:0 1px 1px #0000001a;display:block;margin-bottom:20px;position:relative}.small-box>.inner{padding:10px}.small-box h3{font-size:38px;font-weight:700;margin:0 0 10px;padding:0;white-space:nowrap}.small-box h3,.small-box p{z-index:5}.small-box p{font-size:15px}.small-box .icon{top:60px}.small-box .icon,.small-box .icon1{color:#00000026;font-size:90px;left:10px;position:absolute;transition:.3s linear;z-index:0}.small-box .icon1{top:30px}.ion .ion-bag:before{-webkit-font-smoothing:antialiased;font-feature-settings:normal;display:inline-block;font-family:Ionicons;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-rendering:auto;text-transform:none}.small-box>.small-box-footer{background:#0000001a;color:#fffc;display:block;padding:3px 0;position:relative;text-align:center;text-decoration:none;z-index:10}.small-box>.small-box-footer:hover{background:#0000004d;color:#fff}.small-box .icon .ion,.small-box .icon1 .ion{color:#00000026;font-size:90px;left:0;position:absolute;top:20px;transition:all .3s linear;z-index:0}.small-box .icon .ion:hover,.small-box .icon1 .ion:hover{font-size:95px;left:-2px;top:18px;transition:all .3s linear}sup{top:-.2em}sub,sup{font-size:75%;line-height:0;position:relative}.label,sub,sup{vertical-align:initial}@media screen and (min-width:300px){.boxDialg,.porfto-box{width:250px}}@media screen and (min-width:350px){.porfto-box{width:300px}}@media screen and (min-width:400px){.porfto-box{width:400px}}@media screen and (min-width:500px){.porfto-box{width:500px}}@media screen and (min-width:600px){.porfto-box{width:550px}}.imageUploadButton{border:1px solid blue;border-radius:10px;cursor:pointer;display:inline-block;padding:10px 30px;width:-webkit-max-content;width:max-content}.imageUploadButton:hover{background-color:#add8e6}.text-underline{color:#277e9b;font-size:1.1rem;text-decoration:underline}.text-underline:hover{color:#d100a4;font-size:1.3rem;text-decoration:underline}.text-underlinePhoto{color:#001a35;cursor:pointer;font-size:1.1rem}.text-underlinePhoto:hover{color:#500a6f;font-size:1.3rem;text-decoration:underline}.colorful .titleColor,.darkblue .titleColor,.light .titleColor{background:linear-gradient(30deg,#2866b7 55%,#315286 75%);color:#fff;font-size:1.2rem;padding:10px 20px;position:absolute;right:0;top:0}.rmdp-input{width:120px}.Mui-selected{background-color:#1976d266!important}.messageAll{animation:messageAnim 1s ease-in;box-shadow:0 5px 10px 0 #00000080;margin-bottom:7px;padding:3px 10px;width:100%}@keyframes messageAnim{0%{opacity:0}to{opacity:1}}.darkblue .MuiGrid-root .MuiPaper-root .MuiBox-root{background-color:#23273c}.darkblue .MuiButtonBase-root.MuiMenuItem-root,.darkblue .MuiInputBase-root.MuiInput-root .MuiSelect-select,.darkblue .MuiTablePagination-root .MuiBox-root .MuiFormLabel-root.uiInputLabel-root{color:#a9a9a9 important}.darkblue .MuiSvgIcon-root{color:#a9a9a9}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,50%,0)}to{opacity:1;transform:none}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}@keyframes fadeInRight{0%{opacity:0;transform:translateZ(50%)}to{opacity:1;transform:none}}.collapse{display:none}.btn{background-image:none;cursor:pointer;display:inline-block;line-height:1.42857143;text-align:center;touch-action:manipulation;-webkit-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.collapse.in{display:block}.collapsing{height:0;overflow:hidden;position:relative;transition-duration:.35s;transition-property:height,visibility;transition-timing-function:ease}.btn.btn-simple{box-shadow:none}.btn.btn-simple,.btn.btn-simple:hover{background-color:#fff0;color:#999}.widget-icon{border-radius:50%;box-shadow:0 1px 6px #0003,0 1px 10px #00000026;height:50px;margin:0 auto;transition:all .2s ease!important;width:50px}.widget-icon img{border-radius:50%;height:100%;width:100%}#box-widget-icon:hover .unread-num,.widget-icon:hover{transform:scale(1.2)}.box-header.with-border{border-bottom:1px solid #f4f4f4}.box-header,.dc-msg{display:block;position:relative}.box-header{color:#444;padding:13px 10px}.box-header>.box-tools{bottom:2px;left:2px;position:absolute}#box-chat{background-color:#c1d7cb;border-radius:8px;box-shadow:0 0 15px #00000040;height:calc(100% - 100px);margin:15px;overflow:hidden;position:fixed;z-index:10}#box-chat .right .dc-img{right:0}#box-chat .left .dc-text{background:0 0}#box-chat .box-header,#box-chat .left .dc-text,.avatar span,.cssload-loader div,.dc-text:before,.pressmic,.qa_btn,.right .amazingaudioplayer-progress-played{background:#4148fc}.emojz div,.load-older{color:#4148fc}#box-chat .avatar img,.reply-op{border-color:#4148fc}#box-chat .form-group #message{background-color:#fff!important;border:1px solid #4148fc;border-radius:8px;line-height:20px;max-height:50px;min-height:30px;overflow-y:auto!important;padding:10px 10px 0 65px}#box-chat .box-header{box-shadow:0 1px 4px #0003;display:block;height:35px;left:0;position:fixed;right:0;top:0;z-index:5}#box-chat .box-body{font-size:13px;overflow-y:auto;padding:0 12px 0 7px}#box-chat .box-body.adminList{bottom:0;height:100%;left:0;margin-bottom:0;position:fixed;right:0;top:60px}#box-chat .box-body.adminChat{height:calc(100% - 120px);left:0;margin-bottom:0;position:fixed;right:0;top:55px}#box-chat .title-name{color:#f5f5f5;font-size:14px;font-weight:500;opacity:.9;position:absolute;right:110px;top:35px}#box-chat .inputSearchAll{background-color:#efefef;border:1px solid #add8e6;border-radius:20px;color:#000;display:inline-block;font-size:15px;height:35px;left:10px;padding-right:50px;position:absolute;text-align:right;top:10px;width:65%}#box-chat .inputSearchAll::placeholder{color:gray}#box-chat .inputSearchAllSeacrh{color:gray;display:inline-block;height:30px;position:absolute;right:80px;top:15px;width:30px}@media (max-width:410px){#box-chat .inputSearchAll{font-size:13px;height:30px;left:10px;padding-right:40px;position:absolute;top:13px;width:60%}#box-chat .inputSearchAllSeacrh{height:25px;right:70px;top:18px;width:25px}}@media (max-width:300px){#box-chat .inputSearchAll{font-size:13px;height:30px;left:10px;padding-right:40px;position:absolute;top:10px;width:60%}#box-chat .inputSearchAllSeacrh{height:25px;right:55px;top:15px;width:25px}}#box-chat .inputSearch{animation:showHide .5s ease-in;background-color:#fff;border:0;border-radius:3px;color:#000;font-size:13px;left:95px;position:absolute;text-align:right;top:10px;width:45%}@media (max-width:400px){#box-chat .title-name.admin{font-size:12px;top:34px}.box-header.adminchat{height:30px}}#box-chat .back-chat{color:#f5f5f5;cursor:pointer;display:inline-block;font-size:25px;opacity:1;position:relative;right:0;top:5px;transform:scale(1);transition:transform .3s ease-in-out}#box-chat .back-chat:hover{transform:scale(1.3);transition:transform .3s ease-in-out}#box-chat .title-text{color:#f5f5f5;font-size:12px;opacity:.8;position:absolute;right:87px;top:47px}#box-chat .box-body,#box-chat .chatboxi .box-chat-content{background:#f3f3f3 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAIAAAAiOjnJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3QUQwNjJEMDQ0RURFNzExOThEMkI1QjgyMDc1N0NFMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozQTM2OTg2RTdEODYxMUVBQjhCRkRDQkYxOUFERUIzQiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozQTM2OTg2RDdEODYxMUVBQjhCRkRDQkYxOUFERUIzQiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjcxNDQyMUNCQ0E3NUVBMTFCOTM4QjBBRUZFRERFMjc1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjdBRDA2MkQwNDRFREU3MTE5OEQyQjVCODIwNzU3Q0UzIi8+IDwvcmRmOkRlc2NyaXB0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)}#box-chat .box-body.adminLayout{background:#f3f3f3 url(data:image/png;base64,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);margin-top:5px}.box-chat-content .right>.dc-text{background:#fff;color:#444}#box-chat .fix-content{bottom:10px;height:45px;left:15px;position:absolute}.clclose i{font-size:14px;margin:3px}.clclose:hover{background:#0000001a;border-radius:50%}#box-chat .focustype{background:#fff;box-shadow:0 0 40px 0 #96a5be66}#box-chat .box-footer{background-color:#c1d7cb;border-top:1px solid #a9a9a9;bottom:0;min-height:60px;position:fixed;width:100%}#box-chat #chatbox{min-height:calc(100vh - 215px);overflow-x:hidden;padding-top:15px;position:relative}#box-chat .dc-img{right:0}.box-chat-content{box-shadow:0 1px 4px 0 #00000024;color:#000000de;margin:0;position:relative;width:100%}.box-chat-content.user{display:inline-block}.box-chat-content .card-actions .btn{padding-left:12px;padding-right:12px}.box-chat-content .right>.dc-text:after,.box-chat-content .right>.dc-text:before{border-left-color:#f3f4f7}.box-chat-content .box-body{background:#f3f3f3;height:calc(100vh - 160px);overflow-x:hidden;padding:0;position:relative}#box-send{background:#fff}#btn-close-chat div,.unread-num{border-radius:50%;color:#fff;text-align:center}#btn-close-chat{color:#fff;height:25px;left:10px;position:absolute;top:20px;width:25px;z-index:20005}#btn-close-chat div{background:#0000001a;cursor:pointer;float:left;height:28px;padding-top:5px;width:28px}#btn-close-chat div:hover{background:#0000004d}.chatButton{background:linear-gradient(180deg,#2866b7 10%,#315286);border-radius:35px;bottom:50px;box-shadow:2px 2px 4px #00000080;position:absolute;right:50px;z-index:1}.chatButton:hover{background-color:#304aca}@media (max-width:500px){@media (max-width:500px){.chatButton{bottom:45px;right:5px}.chatButton,.widget-icon{height:40px;width:40px}}}.fadeInUp{animation-fill-mode:both;animation-name:fadeInUp}.fadeInLeft,.fadeInUp{animation-duration:.4s}.fadeInLeft{animation-fill-mode:both;animation-name:fadeInLeft}.fadeInRight{animation-duration:.4s;animation-fill-mode:both;animation-name:fadeInRight}.box-footer .btn-emoji{padding-top:3px}.btn-emoji:hover svg{fill:#474646}#emoji span,.but{cursor:pointer}.box-new-message .dc-text:after,.box-new-message .dc-text:before,.btn-send{display:none}.activechat{background:#e91e63;color:#fff}.chatnotf{background:#ff9800;color:#fff}#emoji div{max-height:250px;overflow:hidden;overflow-y:auto;padding:5px 0;text-align:center}#emoji span{display:inline-block;font-size:24px;line-height:27px;padding:5px 3px;text-align:center;transition:all .2s ease!important;vertical-align:middle}#emoji span:hover{transform:scale(1.3);transition-delay:0ms}#emoji{background:#fff;border-bottom:1px solid #dcdcdc;bottom:60px;box-shadow:0 -5px 20px 0 #00000021;position:absolute;right:0;-webkit-user-select:none;user-select:none;z-index:5}.box-footer .input-group .input-group-btn{padding:0}.fix-content{float:left;margin:3px 5px}.box-footer .btn-simple{margin:0;padding-left:-5px}.box-footer .btn-simple.send{position:absolute;right:0;top:5px}.box-footer .btn-simple i{font-size:22px}.box-footer .form-group{float:left;margin-top:5px;padding:0 10px;width:calc(100% - 40px)}.box-footer .panel{margin:0}.modal-backdrop.in{filter:alpha(opacity=70);opacity:.7}.fix-content .btn-file,.fix-content i{opacity:.6}.fix-content .fileinput-new i{color:#555;opacity:.6}.fix-content .btn-file:hover i,.fix-content i:hover{opacity:1}.dragandrophandler{border:0}.dragandrophandlerbg{color:#333;display:none;font-size:14px;position:fixed;right:0;text-align:center;top:40%;width:100%;z-index:10}.dragandrophandlerbg i{font-size:8em}@media (min-width:411px){#box-chat .box-body,.box-new-message{font-size:14px}#box-chat .form-group #message,#box-chat .title-name{font-size:17px}#box-chat .title-text,.copyright1{font-size:13px}.unread-num{font-size:14px;height:24px;line-height:26px;right:50px;top:3px;width:24px}.file span{font-size:12px}.dc-img{bottom:5px;height:36px!important;width:36px!important}.right .dc-text{margin-right:50px;max-width:calc(100% - 83px)}}@media (max-width:409px){#box-chat .box-body,.box-new-message{font-size:13px}#box-chat .form-group #message{font-size:14px}#box-chat .title-name{font-size:12px}#box-chat .title-text,.copyright1,.unread-num{font-size:11px}.unread-num{height:22px;line-height:24px;right:50px;top:4px;width:22px}.file span{font-size:12px}.dc-img{bottom:5px;height:36px!important;width:36px!important}.right .dc-text{margin-right:50px;max-width:calc(100% - 83px)}}@media (max-width:300px){#box-chat{bottom:30px;font-size:12px!important;right:0;width:250px}}@media (min-width:301px){#box-chat{bottom:30px;right:0;width:300px}}@media (min-width:411px){#box-chat{bottom:30px;right:0;width:380px}}@media (min-width:501px){#box-chat{bottom:0;right:50px;width:380px}}@keyframes showHide{0%{width:0}40%{width:45%}}.editIconForm{background-color:#3390ec;border:1px solid #3390ec;border-radius:30px;bottom:0;box-shadow:1px 1px 5px 0 #00000080;color:#fff;height:55px!important;position:relative;right:80px;width:55px!important;z-index:100}.editIconForm:hover{background-color:#3390ec;transform:scale(1.1);transition:transform .3s ease-in-out}#messagePictureSend{font-size:16px!important;line-height:20px;margin-right:40px;max-height:50px;min-height:30px;overflow-y:auto!important}#messagePictureSend ::placeholder{font-size:16px}@media (min-width:500px){.boxDialog{width:400px}.imageFile{font-size:14px}.imageFile,.imageSize{height:20px;position:absolute!important;right:80px}.imageSize{font-size:12px}}@media (max-width:499px){.boxDialog{width:300px}.imageFile{font-size:14px}.imageFile,.imageSize{height:20px;position:absolute!important;right:80px}.imageSize{font-size:12px}}@media (max-width:400px){.boxDialog{width:300px}.imageFile{font-size:14px}.imageFile,.imageSize{height:20px;position:absolute!important;right:80px}.imageSize{font-size:12px}}@media (max-width:350px){.boxDialog{width:250px}.imageFile{font-size:12px;height:20px;position:absolute!important;right:80px}}@media (max-width:310px){.boxDialog{width:240px}.imageFile{font-size:12px;height:20px;position:absolute!important;right:80px}}.searchList .inputSearchAll{background-color:#f6f6f6;border:1px solid #add8e6;border-radius:5px;color:#000;font-size:12px;position:relative;text-align:center;top:5px}.searchList .inputSearchAll::placeholder{color:#a9a9a9;text-align:right}