:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-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 rgba(0, 0, 0, .1);--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(to right, #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: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:iransansxv;src:url(/assets/IRANSansXV-B1mzhd3X.woff) format("woff-variations"),url(/assets/IRANSansXV-B1mzhd3X.woff) format("woff");font-weight:100 900;font-display:fallback}@font-face{font-family:iransansx;src:url(/assets/IRANSansX-Regular-nWoiDYTg.woff) format("woff");font-weight:100 600;font-display:fallback}@font-face{font-family:iransansx;src:url(/assets/IRANSansX-Bold-h5vuSo_t.woff) format("woff");font-weight:700;font-variation-settings:"wght" 700;font-display:fallback}@font-face{font-family:iransansNum;src:url(/assets/IRANSansXFaNum-Bold-BeNlzPDR.woff) format("woff");font-weight:100 900;font-display:fallback}@font-face{font-family:Segoe UI Semibold;src:url(/assets/Segoe-UI-Semibold-xnsdsbVh.eot);src:url(/assets/Segoe-UI-Semibold-xnsdsbVh.eot?#iefix) format("embedded-opentype"),url(/assets/Segoe-UI-Semibold-BNti5XPz.woff) format("woff"),url(/assets/Segoe-UI-Semibold-DBO_j836.woff2) format("woff2"),url(/assets/Segoe-UI-Semibold-Crc2zX12.ttf) format("truetype"),url(/assets/Segoe-UI-Semibold-8VWTHl2q.svg#web) format("svg");font-weight:400;font-style:normal}.tp-layout-1:before{content:""}.tp-layout-2:before{content:""}.tp-layout-3:before{content:""}.tp-layout-4:before{content:""}.tp-layout-5:before{content:""}.tp-TradingView:before{content:""}.tp-MarketWatch:before{content:""}.tp-StockFullDetail:before{content:""}.tp-OrdersStatus:before{content:""}.tp-BasketOrder:before{content:""}.tp-Chart:before{content:""}.tp-RealtimePortfolioAdvanced:before{content:""}.tp-RealtimePortfolio:before{content:""}.tp-CSDPortfolio:before{content:""}.tp-CompaniesGrouped:before{content:""}.tp-StockFundamentalInfo:before{content:""}.tp-MeetingInfos:before{content:""}.tp-RealLaw:before{content:""}.tp-TradesArchive:before{content:""}.tp-CompleteOrderPanel:before{content:""}.tp-Portfolios:before{content:""}.tp-WatchList:before{content:""}.tp-ConditionalAlert:before{content:""}.tp-done:before{content:""}.tp-delete:before{content:""}.tp-waiting:before{content:""}.tp-add:before{content:""}.tp-edit:before{content:""}.tp-filter:before{content:""}.tp-copy:before{content:""}.tp-trash:before{content:""}.tp-search:before{content:""}.tp-user:before{content:""}.tp-dot:before{content:""}.tp-plugdisconnected:before{content:""}.tp-plugconnected:before{content:""}.tp-calendar:before{content:""}.tp-close:before{content:""}.tp-feedback:before{content:""}.tp-pageold:before{content:""}.tp-events:before{content:""}.tp-refresh:before{content:""}.tp-chevronleft:before{content:""}.tp-chevronright:before{content:""}.tp-chevronleftall:before{content:""}.tp-chevronrightall:before{content:""}.tp-setting:before{content:""}.tp-camera:before{content:""}.tp-undo:before{content:""}.tp-redo:before{content:""}.tp-menu-lines:before{content:""}.tp-signout:before{content:""}.tp-add-group:before{content:""}.tp-note:before{content:""}.tp-excel:before{content:""}.tp-star:before{content:""}.tp-addsetting:before{content:""}.tp-arrowup2:before{content:""}.tp-arrowdown2:before{content:""}.tp-arrowup:before{content:""}.tp-arrowdown:before{content:""}.tp-money-payment:before{content:""}.tp-money-receipt:before{content:""}.tp-list:before{content:""}.tp-change:before{content:""}.tp-transactions:before{content:""}.tp-message:before{content:""}.tp-notification:before{content:""}.tp-mobile:before{content:""}.tp-speaker:before{content:""}.tp-student:before{content:""}.tp-autoheight:before{content:""}.tp-home:before{content:""}.tp-menu-dots:before{content:""}.tp-backspace:before{content:""}.tp-close-keyboard:before{content:""}.tp-question:before{content:""}.tp-warning:before{content:""}.tp-info:before{content:""}.tp-tick:before{content:""}.tp-error:before{content:""}.tp-warning-2:before{content:""}.tp-info-2:before{content:""}.tp-tick-2:before{content:""}.tp-error-2:before{content:""}.tp-chat:before{content:""}.tp-chart:before{content:""}.tp-info-3:before{content:""}.tp-squares:before{content:""}.tp-sort-desc:before{content:""}.tp-market-watch:before{content:""}.tp-load:before{content:""}.tp-back:before{content:""}.tp-dots:before{content:""}.tp-card:before{content:""}.tp-chat-v2:before{content:""}.tp-chart-v2:before{content:""}.tp-reload:before{content:""}.tp-settings:before{content:""}.tp-box-down:before{content:""}.tp-box-up:before{content:""}.tp-education:before{content:""}.tp-exit:before{content:""}.tp-list-v2:before{content:""}.tp-note-v2:before{content:""}.tp-bell:before{content:""}.tp-help:before{content:""}.tp-help.alternate:before{content:""}.tp-history:before{content:""}.tp-trash-v2:before{content:""}.tp-chart-v3:before{content:""}.tp-pie-chart:before{content:""}.tp-sort-desc-v2:before{content:""}.tp-basket:before{content:""}.tp-message-v2:before{content:""}.tp-dot-list:before{content:""}.tp-focus:before{content:""}.tp-forward:before{content:""}.tp-edit-v2:before{content:""}.tp-lock:before{content:""}.tp-user-v2:before{content:""}.tp-eye:before{content:""}.tp-eye-hide:before{content:""}.tp-rect-dots:before{content:""}.tp-doller-return:before{content:""}.tp-1s{font-size:.95em}.tp-1m{font-size:1.2em}.tp-2x{font-size:24px}.tp-2xx{font-size:2.5em}html,body{padding:0;margin:0;height:100%;width:100%;overflow:auto;font-weight:400;font-size:12px;color:var(--tp-rgb-1);min-width:280px}.digit,input.number,.page-index{font-family:Segoe UI Semibold;font-size:13px}.newGrid-header{font-size:11.2px}.g-row{font-family:Segoe UI Semibold;font-size:13px}#cell_StateString,#cell_AgreementTitle,#cell_Side,#cell_StateTitle,#cell_BankAccountDescription,#cell_CompanyName,#cell_State,#cell_BrokerDescription,#cell_CreatedFrom,#cell_IsRead,#cell_messageBody,#cell_messageTitle,#cell_MessageTitle,#cell_MessageText,#cell_messageText,#cell_OrderFrom,#cell_FinancialProviders,#cell_OrderState,#cell_DetailDescription,#cell_Description,#cell_orderside,#cell_ProviderName,#cell_ordervl,#cell_status,#cell_Symbol,#cell_symbol,#cell_SymbolFa,.g-row .freez:not(.digit){font-family:iransansXV;font-size:11.5px}#cell_AgreementText{display:inline-block}#cell_Checkbox label{display:flex}ul,li{padding:0;margin:0;list-style:none}a{text-decoration:none;color:var(--tp-rgb-1)}[ng\:cloak],[ng-cloak],[data-ng-cloak],[x-ng-cloak],.ng-cloak,.x-ng-cloak{display:none!important}#toolbar-display-option{width:18px;height:18px;float:right;text-align:center;cursor:pointer;position:relative}#toolbar-display-option:after{content:"";position:absolute;width:7px;height:7px;transform:rotate(45deg);border-width:0 1px 1px 0;border-style:solid;left:5px;top:3px}#toolbar-display-option.open:after{transform:rotate(-135deg);top:7px}.button-group-new{min-height:40px;padding:5px 10px;display:flow-root}.button-group-new>*{float:right;margin:5px}.tp-dropdown{position:absolute;box-shadow:0 5px 10px #0003;min-width:180px;max-width:400px;overflow:hidden;max-height:0;opacity:0;visibility:hidden;transition:max-height ease-in .2s,opacity ease-in .2s;z-index:1;display:flex;flex-direction:column;direction:rtl}.tp-dropdown.active,.tp-dropdown.open{max-height:370px;z-index:102;opacity:1;visibility:visible}.center-box{margin:0 auto;display:table}.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{height:35px;display:flex;padding:0 20px}.tp-details{border:1px solid var(--d3-inshape-border);margin:2px 0}.tp-details summary{padding:0 5px;outline-color:#fff0;cursor:pointer}.tp-details>div{padding:5px 10px}.tp-menu{position:fixed;border-width:1px;border-style:solid;min-width:180px;max-width:250px;max-height:350px;z-index:21;margin-right:-15px;opacity:0;visibility:hidden;transition:opacity ease-in .2s}.tp-menu.active{opacity:1;visibility:visible}.tp-menu>*:first-child{width:13px;height:13px;border-width:1px;border-style:solid;position:absolute;top:-7px;transform:rotate(45deg);margin:0 20px}.tp-menu>*:nth-child(n+2){width:100%;max-height:350px;overflow-y:auto;padding:5px 0;position:relative;box-sizing:border-box}.tp-menu>*>*{padding:0 20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tp-slider{overflow:hidden;max-height:0;transition:max-height ease-in .3s}.tp-slider.active{max-height:270px;overflow:visible}.slider tooltip tip{white-space:normal!important;min-width:200px}.tp-whs-now{white-space:nowrap!important}.tp-whs-nor{white-space:normal!important}.slider customer-balance{width:100%;min-height:200px}.slider customer-balance .header-dropdown-container>.lable{display:none}.slider customer-balance .header-dropdown-container>.content{display:inline-block;box-shadow:none;border:none;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-top:20px;margin-bottom:20px}.tp-ma-rl{margin-right:20px;margin-left: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-top:5px;margin-bottom:5px}.tp-ma-rl-5{margin-right:5px;margin-left: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-top:10px;margin-bottom:10px}.tp-ma-rl-10{margin-right:10px;margin-left: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-top:30px;margin-bottom:30px}.tp-ma-rl-30{margin-right:30px;margin-left: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-top:20px;padding-bottom:20px}.tp-pa-rl{padding-right:20px;padding-left: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-top:5px;padding-bottom:5px}.tp-pa-rl-5{padding-right:5px;padding-left: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-top:10px;padding-bottom:10px}.tp-pa-rl-10{padding-right:10px;padding-left:10px}.tp-pa-r-30{padding-right:30px}.tp-pa-r-40{padding-right:40px}.tp-pa-rl-20{padding-right:20px;padding-left:20px}.tp-pa-rl-30{padding-right:30px;padding-left:30px}.tp-pa-rl-40{padding-right:40px;padding-left: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{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);transition:transform ease-in .2s}.tp-rotate--90>svg{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);transition:transform ease-in .2s}.tp-rotate-180>svg{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);transition:transform ease-in .2s}.tp-rotate-270>svg{-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);transition:transform ease-in .2s}svg{transition:transform ease-in .2s}.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{display:flex;align-items:flex-start}.tp-fl-co-en{display:flex;align-items:flex-end}.tp-fl-co-ce{display:flex;align-items:center}.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-width:1px!important;border-style:solid!important}.tp-bo2{border-width:2px!important;border-style:solid!important}.tp-bo-t{border-top-width:1px!important;border-top-style:solid!important}.tp-bo-t2{border-top-width:2px!important;border-top-style:solid!important}.tp-bo-r{border-right-width:1px!important;border-right-style:solid!important}.tp-bo-l{border-left-width:1px!important;border-left-style:solid!important}.tp-bo-b{border-bottom-width:1px!important;border-bottom-style:solid!important}.tp-bo-b2{border-bottom-width:2px!important;border-bottom-style:solid!important}.tp-bo-tb{border-top-width:1px!important;border-top-style:solid!important;border-bottom-width:1px!important;border-bottom-style:solid!important}.tp-bo-rl{border-right-width:1px!important;border-right-style:solid!important;border-left-width:1px!important;border-left-style:solid!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{display:flex;align-items:stretch}.tp-container-icon{width:30px;padding:6px 5px}.tp-container-text{line-height:50px;padding:0 10px}.tp-h1{font-size:15px}.tp-h2{font-weight:500;font-size:13px}.tp-h3{font-weight:400;font-size:12px}.tp-h4{font-weight:400;font-size:9px}.tp-bold{font-weight:400}.tp-bold1{font-weight:700!important}.tp-extra-text{width:100%;height:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box}.tp-scroll,.tp-sc{overflow:auto}.tp-sc-x{overflow-x:auto;overflow-y:hidden}.tp-sc-y{overflow-y:auto!important;overflow-x:hidden}.tp-sc-n{overflow:hidden}hr{border:none;border-bottom:1px solid;margin-left:10px;margin-right:10px;box-sizing:border-box}section{position:relative}.tp-number{direction:ltr}.tp-solid{max-height:360px}.tp-text-box2{display:inline-block;height:30px;line-height:30px;box-sizing:border-box;box-shadow:inset 0 0 3px #000,0 1px 1px #fff3;min-width:150px;padding:0 5px;display:flex;position:relative}.tp-text-box2>input{border:none;height:100%;padding:0;background-color:#fff0}.tp-text-box2>div:nth-child(2){width:0;height:16px;border-width:0 1px 0 0;border-style:solid;margin:7px 5px}.tp-ncv{height:18px;display:inline;min-width:18px;border-radius:50%;position:absolute;color:#fff;top:0;left:-7px;line-height:18px;text-align:center}.tp-nn{text-align:right;border-radius:2px;padding:10px 30px 10px 22px;box-shadow:0 2px 5px #00000080;cursor:pointer;display:flex;margin:3px 5px;color:#fff;border-width:1px;border-style:solid;position:relative;min-width:200px;line-height:23px}.tp-nn>div{width:17px;height:100%;margin:0 5px;position:absolute;left:-5px;top:0;border-right:1px solid #0808081c}.tp-nn>div:before{content:"";font:normal normal normal 13px/1;position:absolute;left:2px;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{position:absolute;right:0;top:calc(50% - 10px);right:6px;font:normal normal normal 17px/1}.tp-an-re>span:before{content:"";color:#ec7070}.tp-an-bl>span:before{content:""}.tp-an-gr>span:before{content:"";color:#48c1b7}.tp-an-ye>span:before{content:"";color:#b59d49}.tp-in-box{height:30px;padding:0 5px;display:flex;box-shadow:var(--tp-bo-sh)}.tp-in-box>input{border:none;width:100%;background-color:inherit;color:inherit;height:26px;margin-top:1px}.tp-in-box>textarea{border:none;width:100%;background-color:inherit;color:inherit;height:calc(100% - 7px);margin-top:1px;outline:none}.tp-symbol-Status{width:10px;float:right}.tp-symbol-Status:after{display:table;width:10px;height:10px;margin-top:5px;content:"";background-color:#000;border-radius:50%}.tp-backdrop{position:fixed;inset:0;z-index:1000;display:block;text-align:center}.tp-backdrop.show{display:block!important}.tp-backdrop:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-4px}.tp-backdrop>div{vertical-align:middle;display:inline-block;text-align:right}.tp-popup{width:400px;height:80%;max-height:500px;display:flex;flex-direction:column;box-shadow:20px 20px 50px -6px #00000080}.tp-popup>div{width:100%;box-sizing:border-box}.tp-popup>div:nth-child(1){font-size:15px;border-bottom-style:solid;border-bottom-width:1px}.tp-popup>div:nth-child(1)>div:first-child{padding:20px;display:flex;justify-content:space-between}.tp-popup>div:nth-child(1)>div:first-child>div{cursor:pointer}.tp-popup>div:nth-child(2){display:flex;flex:auto;overflow:hidden;height:100%}.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{position:fixed;inset:0;z-index:3;display:flex;align-items:center;justify-content:center;background-color:#f5f5f54d}__tp-backdrop-container{width:400px;height:80%;max-height:500px;position:relative;box-shadow:20px 20px 50px -6px #00000080;overflow:hidden}.tp-tab{cursor:pointer}.tp-tab.active{border-bottom-width:2px;border-bottom-style:solid;font-weight:700}.tp-content{position:absolute;inset:51px 0 50px}.tp-widget{width:100%;height:100%;box-shadow:0 2px 2px #0000004d;transition:box-shadow ease-in .2s;position:relative}.tp-widget:hover{box-shadow:0 8px 8px #0000004d;z-index:20}.tp-full,.tp-half,.tp-third,.tp-twothird{padding:0 3px;margin-bottom:6px;float:left;box-sizing:border-box;transition:height ease-in .2s;position:relative}.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{position:absolute;inset:35px 0 0;overflow:hidden}.tp-tabs{float:right;height:100%;width:100px}.tp-tabs>li{width:25px;height:35px;box-sizing:border-box;float:right;text-align:center;padding-top:7px}.tp-tabs>#tp-tabs{height:35px;box-sizing:border-box;float:right;overflow:hidden;padding:0;position:relative}.tp-tabs>#tp-tabs>ul{width:3000px;position:relative;transition:right ease-in .2s}.tp-tabs>#tp-tabs>ul>lii{height:35px;width:80px;box-sizing:border-box;float:right;text-align:center}.tp-tabs>#tp-tabs>ul>lii>div{width:100%;height:100%;padding:7px 10px}.tp-controll{width:100px;height:100%;float:left}.tp-controll>li{width:30px;height:35px;box-sizing:border-box;float:left;text-align:center;padding-top:10px}.panel-symbol{width:100%;height:100%}.panel-symbol>.right-side{width:60%;height:100%;float:right;box-sizing:border-box}.panel-symbol>.left-side{float:left;width:38%;height:100%;box-sizing:border-box}.tp-select-box>p{top:-12px;font-size:110%;transition:top ease-out .2s,font-size ease-out .2s;min-width:50px;font-weight:700}.tp-select-box>p.active{top:-32px;font-size:100%;font-weight:inherit}.tp-select-options{position:absolute;width:135px;max-height:256px;top:-50px;box-shadow:0 1px 3px #0006,0 1px 1px #00000024,0 2px 1px -1px #0000001f;max-height:210px;min-height:48px;overflow-y:auto;z-index:1000;visibility:hidden;opacity:0;transition:opacity ease-in .2s}.tp-select-options.show{visibility:visible;opacity:1}.tp-settingMmenu{box-sizing:border-box;align-items:stretch}.tp-settingMmenu .tp-Menu{height:35px;line-height:35px;padding:0 20px;display:flex}.tp-sub-menu{position:absolute;width:140px;max-height:0;top:0;right:-140px;box-shadow:0 1px 3px #0006,0 1px 1px #00000024,0 2px 1px -1px #0000001f;overflow-y:auto;z-index:100;visibility:hidden;opacity:0;transition:opacity ease-in .2s;padding:10px 0}.tp-sub-menu.show{visibility:visible;opacity:1;max-height:210px;min-height:48px}.tp-sub-menu>li{padding:8px 10px;height:35px;line-height:35px}.tp-sub-menu>li:first-child{padding:0 10px}.tp-text-box>label{position:absolute;bottom:13px;right:0;font-size:110%;transition:bottom ease-out .2s,font-size ease-out .2s}.tp-text-box>input{border:none;border-bottom-width:1px;border-bottom-style:solid;z-index:1;background-color:#fff0;direction:rtl;outline:none}.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 ease-out .2s,font-size ease-out .2s}.tp-checkbox{width:19px;height:19px;z-index:2;float:right}.tp-checkbox>label{display:block;width:100%;height:100%;position:absolute;top:0;right:0;cursor:pointer}.tp-checkbox>label>div{width:100%;height:100%;position:absolute;top:0;left:0;border-radius:2px;box-sizing:border-box;transition:background-color ease-in .2s}.tp-checkbox>label>p{margin-top:-43px;margin-right:30px;min-width:80px}.tp-checkbox>label>input:checked~div,.tp-checkbox>label>input:indeterminate~div{border:none}.tp-checkbox>label>input:checked~div:after{box-sizing:border-box;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;left:6.5px;top:1.5px;display:table;width:6px;height:12px;border-width:2px;border-style:solid;border-top:0;border-left:0;color:#fff;content:""}.tp-checkbox>label>input:disabled~div{cursor:no-drop}.tp-checkbox>label>input.indeterminate~div:after{box-sizing:border-box;position:absolute;top:5px;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:table;width:7px;height:2px;border-width:2px;border-style:solid;border-top:0;border-left:0;border-right:0;content:"";color:#888}.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;-webkit-transition:background-color ease-out .3s;-moz-transition:background-color ease-out .3s;-ms-transition:background-color ease-out .3s;-o-transition:background-color ease-out .3s;transition:background-color ease-out .3s}.tp-bu-0,.tp-bu-1,.tp-bu-2,.tp-bu-3,.tp-bu-4,.tp-bu-5:hover{-webkit-transition:background-color ease-out .1s;-moz-transition:background-color ease-out .1s;-ms-transition:background-color ease-out .1s;-o-transition:background-color ease-out .1s;transition:background-color ease-out .1s}.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{width:10px;height:10px}.tp-tx-sp>*{display:none}.tp-tx-sp-sh:hover .tp-tx-sp>*{display:block}.tp-button{box-sizing:border-box;cursor:pointer;position:relative;overflow:hidden;-webkit-transition:background-color ease-out .3s;-moz-transition:background-color ease-out .3s;-ms-transition:background-color ease-out .3s;-o-transition:background-color ease-out .3s;transition:background-color ease-out .3s}.tp-button:hover{-webkit-transition:background-color ease-out .1s;-moz-transition:background-color ease-out .1s;-ms-transition:background-color ease-out .1s;-o-transition:background-color ease-out .1s;transition:background-color ease-out .1s}.input[type=radio]{width:14px;height:14px;padding:0;position:relative;cursor:pointer;display:flex;justify-content:center;align-items:center}.input[type=radio]:after{content:"";border:2px solid #737373;height:12px;border-radius:100%;background-color:#fff;flex:1 0 12px}.input[type=radio]:checked:before{content:"";width:8px;height:8px;border-radius:100%;position:absolute}div[data-numeric-textbox] input,div[tp-text-box-old] input{background:none;border:none}.tp-se-bo{border:0 solid;border-top-color:#fff0;border-bottom-color:#fff0;display:flex;flex:auto;margin:7px 10px;height:25px;padding:0 10px;box-sizing:border-box}.tp-se-bo>input{border:none;background-color:inherit;color:inherit}tp-search:hover,tp-search:focus{border-width:1px;border-style:solid}::-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{width:170px;height:40px;line-height:40px;padding:5px 10px;box-sizing:border-box;display:flex;box-shadow:var(--d3-inshape-shadow);background-color:var(--tp-rgb-input);border-left:1px solid var(--d3-inshape-border)}.tp-advanced-earch tp-icons{fill:var(--tp-rgb-1)}.tp-advanced-earch>input{flex:auto;background:none;border:none;margin:0 10px}.tp-advanced-earch~div{max-height:0;width:300px;box-sizing:border-box;position:absolute;z-index:100;display:none;margin-top:0;box-shadow:var(--tp-wi-sh)}.tp-advanced-earch~div.open{max-height:600px;border-style:solid;border-width:1px;display:block}.tp-advanced-earch~div>div:first-child{padding:10px 20px 20px;border-bottom-style:solid;border-bottom-width:1px;max-height:400px;overflow-y:auto}.tp-advanced-earch~div>div:last-child{text-align:center}.tp-te-bo{height:31px;line-height:30px;padding:0 5px;display:inline-flex;position:relative;box-shadow:var(--d3-inshape-shadow);background-color:var(--tp-rgb-input);border:1px solid var(--d3-inshape-border);box-sizing:border-box;width:100%}textarea.tp-te-bo{height:auto}.tp-te-bo input{border:none;width:100%;background-color:#fff0;color:inherit;height:25px;margin-top:2px;overflow:auto}.tp-te-bo>div:first-child{position:absolute;z-index:1;height:20px;padding:2px 3px;opacity:0;transition:all ease-in .2s;margin-top:-7px;right:0}.tp-te-bo:hover>div:first-child{opacity:1}.tp-te-bo>div:first-child>div{height:12px;cursor:pointer}.tp-te-bo>div:last-child{display:flex;flex-direction:column}.tp-fix-popup{box-sizing:border-box;z-index:100;max-height:400px;border-style:solid;border-width:1px;overflow-y:auto}__tp-popup{border-style:solid;border-width:1px;position:absolute;z-index:10;padding:10px;visibility:hidden;opacity:0;transition:all ease-in .2s}__tp-popup.open{visibility:visible;opacity:1}__tp-popup>.tp-ar{width:13px;height:13px;border-style:solid;border-color:inherit;background-color:inherit;transform:rotate(45deg);position:absolute}__tp-popup>.tp-ar-t{border-width:1px 0 0 1px;top:-8px}.pdate{font-size:13px}.tp-loading{width:100%;height:100%;position:absolute;z-index:10;top:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.tp-loading *{box-sizing:border-box;border-radius:50%;padding:4px;border:1px solid #fff0;animation:loader 4s infinite;height:100%}.tp-loading>div{width:150px;height:150px}.tp-loading *:hover{animation-play-state:paused}@keyframes loader{0%{transform:rotate(0);border-top-color:#e11}50%{transform:rotate(180deg);border-top-color:#00914b}to{transform:rotate(360deg);border-top-color:#e11}}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-bu-0.active,.tp-bg-0.active{background-color:var(--tp-rgb-header-active)!important}.tp-bu-2.active,.tp-bg-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{display:inline-block;cursor:pointer;border-radius:2px;height:30px;line-height:27px;box-sizing:border-box;border:1px solid var(--d3-inshape-border);color:#fff;box-shadow:var(--tp-3d-bu-sh);font-family:inherit}.btn-cancel{background-image:none!important;background-color:transparent!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:focus,.tp-3d-bu-bl:focus,.tp-3d-bu-gr:focus,.tp-3d-bu-re:focus,a:focus{outline:auto 5px -webkit-focus-ring-color}.tp-3d-bu:active,.tp-3d-bu-bl:active,.tp-3d-bu-gr:active,.tp-3d-bu-re: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{display:flex;justify-content:flex-end;flex-flow:column;direction:ltr}.tp-dropdown-click>:first-child{display:flex;justify-content:center;align-items:center}.tp-dropdown-click>.tp-dropdown-content{position:absolute;box-shadow:0 5px 10px #0003;min-width:180px;max-width:500px;overflow:hidden;max-height:0;opacity:0;visibility:hidden;transition:max-height ease-in .2s,opacity ease-in .2s;z-index:1;display:flex;flex-direction:column;background-color:var(--tp-rgb-9);direction:rtl;padding:5px 0;color:var(--tp-rgb-1)}.tp-dropdown-click>.tp-dropdown-content.open{max-height:370px;z-index:102;opacity:1;visibility:visible}.tp-dropdown-click>.tp-dropdown-content>*{height:35px;line-height:35px;padding:0 20px;display:flex}.tp-dropdown-click>.tp-dropdown-content>hr{width:100%;height:1px;margin:5px 0;border-bottom-style:solid;border-bottom-width:1px}@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{position:fixed;z-index:1000;top:0;bottom:0;background-color:#fff0;display:flex;transition:all ease-in .5s}[dir=rtl] .tp-slider-box{left:100%;right:-100%}[dir=rtl] .tp-slider-box.open{left:-1px;right:-1px}.tp-slider-box>div{height:100%;color:var(--tp-rgb-1);background-color:var(--tp-rgb-9);border-width:0 1px;border-style:solid;border-color:var(--tp-rgb-4);box-shadow:-20px 0 20px 5px #00000052}.tp-slider-box>div>div:first-child>div:first-child{height:3px}.tp-slider-box>div>div:first-child>.close{padding:10px 20px 0;position:relative;float:left}.tp-slider-box>div>div:first-child>.close>p{position:absolute;width:15px;height:15px;top:0;right:20px;background-color:#fff0;cursor:pointer}.tp-slider-box>div>div:first-child>.title{margin:10px 20px 20px;padding-bottom:5px;border-bottom:1px solid var(--tp-rgb-12);font-size:16px}.tp-slider-box>div>div:last-child{padding:20px;overflow-y:auto;height:calc(100% - 60px)}.tp-popup-modal{position:absolute;box-sizing:border-box;z-index:1000;max-height:400px;overflow-y:auto;background-color:var(--container);border:1px solid var(--dropdown-border);color:var(--dropdown-color);box-shadow:0 3px 3px var(--box-shadow)}.tp-popup-modal>div{height:30px;line-height:30px;padding:0 10px}.tp-error-effect{animation:tp-error-effect .5s infinite linear}@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:content-box}.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>thead>tr>th,.table-striped>tbody>tr>th,.table-striped>thead>tr>td,.table-striped>tbody>tr>td{padding:4px 6px;margin:0;border-width:1px 1px 0 0;border-style:solid;border-color:var(--tp-rgb-6)}.table-striped>thead{background-color:var(--header-bg)}.table-striped>thead>tr>th:last-child,.table-striped>tbody>tr>th:last-child,.table-striped>thead>tr>td:last-child,.table-striped>tbody>tr>td:last-child{border-left-width:1px}.table-striped>thead>tr:last-child>td,.table-striped>tbody>tr:last-child>td{border-bottom-width:1px}.table-noborder>thead>tr>th,.table-noborder>tbody>tr>th,.table-noborder>thead>tr>td,.table-noborder>tbody>tr>td{border:0}#toast{position:absolute;padding:3px 20px;border:1px solid #f0c36d;background-color:#f9edbe;color:#222;font-size:12px;display:inline-block;border-radius:3px;z-index:1000;top:2px}#toast.error{border:2px solid red}.table-striped>tbody>tr:last-child>td{border-bottom-width:1px}table.tblMeetinglist{width:100%;border-bottom:2px solid #ccc}table.tblMeetinglist tr td:nth-child(2n){text-align:left;font-weight:700;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{position:relative;bottom:0;top:0;margin-top:10px;padding-right:10px;padding-left:10px;box-sizing:border-box;overflow-y:auto;overflow-x:hidden}.widgets-body-admin{position:relative;height:calc(100vh - 110px);top:0;margin-top:20px;box-sizing:border-box;padding-right:5px;padding-left:5px;left:0;right:0;z-index:0}.widgets-body>div:first-child{width:100%;display:flex;height:100%}.widgets-body>.resizer{border-bottom:0 solid var(--tp-rgb-7)}@media screen and (min-width:893px){.widgets-body-admin{padding-right:20px;padding-left:20px}}@media screen and (max-width:500px){.widgets-body-admin,.widgets-body{padding-right:5px;padding-left:5px;margin-top:0;margin-bottom:0}}::-webkit-scrollbar{height:9px;width:8px;background:#fff0}::-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-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.colorful input,select{outline:none;color:var(--tp-rgb-1)}.darkblue input,select{outline:none;color:#fff;background-color:#141828}.resizer{width:100%;height:5px;margin:0;cursor:n-resize;transition:background-color ease-in .1s}.resizer:hover{background-color:#bbb}.angucomplete-dropdown{box-sizing:border-box;cursor:pointer;z-index:9999;position:fixed;width:250px}.angucomplete-selected-row{background-color:var(--tp-rgb-4)}.date-time>div div{display:none}.domain{stroke:var(--tp-rgb-5)}#pageLoader{position:absolute;width:100%;height:100%;background-color:#c8c8c84d;z-index:10000;top:0;font-weight:700;text-align:center}#pageLoader:after{content:"در حال بارگذاری ...";padding:3px 20px;border:1px solid #f0c36d;background-color:#f9edbe;color:#222;font-size:12px;display:inline-block;margin-top:10px;border-radius:3px}.angucomplete-dropdown{max-height:300px;overflow-y:auto}.ws-norm,.g-row>li.ws-norm{white-space:normal}.sidenav-item{height:40px;line-height:40px;text-align:center;padding-top:10px}#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;width:100%;height:calc(100% - 20px)}@media screen and (max-width:500px){app-container{display:unset}}app-header{grid-column-start:1;grid-column-end:3;z-index:1000}app-content{position:relative;overflow-y:auto}@media screen and (max-width:500px){app-content{top:50px}}angucomplete{width:100%;padding:0 5px}.sidenav a.chatbox{position:relative}.sidenav a.chatbox i{padding:0;background-repeat:no-repeat;display:block;vertical-align:middle;font-size:24px}.sidenav a.chatbox #ChatMessageCount{position:absolute;z-index:20;color:#fff;left:4px;top:4px;text-align:center;display:none;font-family:tahoma;line-height:12px;font-size:11px;font-weight:700;border-radius:50%;background:#ff8c00;padding:2px 4px}.tp-slider-box send-order .header{border-top:1px solid var(--tp-rgb-4)}.bankMsg{margin:100px auto;width:80%;text-align:center;padding:100px;border:1px solid #ccc}.widgets-body.fix-Height>div{height:calc(100% - 5px)!important}.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_items,.fix-Height.no-header .lm_item_container,.fix-Height.no-header .lm_content{height:100%!important;width:100%}.tp-te-bo .minmax-pices{border-width:0 1px;border-style:solid;border-color:var(--d3-inshape-border);padding:0 3px;font-size:10px;margin:0 2px 0 4px}.tp-te-bo .minmax-pices .tp-popup-sh{font-size:12px}.pricecontainer{position:relative}.pricecontainer input:focus~div>.popover{display:block}.pricecontainer .popover:hover{display:block}.pricecontainer .popover{display:none;min-width:99px;position:absolute;bottom:29px;left:0;background:var(--tp-rgb-11);border:1px solid var(--d3-inshape-border);text-align:center;height:25px;line-height:25px;font-size:10px}.pricecontainer .pice-lock{border-width:0 1px 0 0;border-style:solid;border-color:var(--d3-inshape-border);padding:0 4px 0 0;margin:0 5px 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}body #crisp-chatbox .crisp-k30d4h,body #crisp-chatbox .crisp-x94m06,.crisp-client .crisp-6k5puw .crisp-4n0wrv.crisp-qm3u92 .crisp-113f7m5{display:none!important}#chat-application{left:44px!important}.ordermoreinfo div div span:first-child{min-width:70px;display:inline-block}.ordermoreinfo .digit{font-size:11.5px;color:var(--tp-rgb-2)}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{width:12%!important;min-width:12%!important}stock-details table.ind-ins-tbl td.indins-valume{width:16%!important;min-width:16%!important}stock-details table.ind-ins-tbl td.indins-volper{width:10%!important;min-width:10%!important}stock-details table.ind-ins-tbl td.indins-lbl{width:20%!important;min-width:20%!important;text-align:center}#MoneyPaymentContainer li{border-top:1px solid var(--d3-inshape-border)}#MoneyPaymentContainer .dt{margin:0 0 0 3px;display:inline-block}#MoneyPaymentContainer .vl{margin:0 5px 0 0;display:inline-block;font-size:14px}@media only screen and (max-height:700px){body app-sidenav section>a,body app-sidenav section>*{height:32px;line-height:17px;margin-top:10px;margin-bottom:10px}}@media screen and (max-width:1100px){.ordermoreinfo{display:none!important}}#cell_TotalNumberOfSharesTraded,#cell_TotalTradeValue,#cell_PortfolioSellValue{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{position:absolute;top:0;left:0;z-index:40}.lm_maximise_placeholder{display:none}.lm_splitter{position:relative;z-index:20}.lm_splitter:hover,.lm_splitter.lm_dragging{background:orange}.lm_splitter.lm_vertical .lm_drag_handle{width:100%;height:15px;position:absolute;top:-5px;cursor:ns-resize}.lm_splitter.lm_horizontal{float:left;height:100%}.lm_splitter.lm_horizontal .lm_drag_handle{width:15px;height:100%;position:absolute;left:-5px;cursor:ew-resize}.lm_header{overflow:visible;position:relative;z-index:1}.lm_header [class^=lm_]{box-sizing:content-box!important}.lm_header .lm_controls{position:absolute;right:3px}.lm_header .lm_controls>li{cursor:pointer;float:left;width:18px;height:18px;text-align:center;display:none!important}.lm_header ul{margin:0;padding:0;list-style-type:none}.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{width:2px;height:19px;position:absolute}.lm_header .lm_tab i.lm_left{top:0;left:-2px}.lm_header .lm_tab i.lm_right{top:0;right:-2px}.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{width:14px;height:14px;position:absolute;top:0;right:0;text-align:center}.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{width:20px;float:left;vertical-align:top}.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{transform-origin:left top;top:0;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{transform:rotate(-90deg) scaleX(-1);left:0}.lm_dragProxy.lm_left .lm_header .lm_tabs .lm_tab,.lm_stack.lm_left .lm_header .lm_tabs .lm_tab{transform:scaleX(-1);margin-top:1px}.lm_dragProxy.lm_left .lm_header .lm_tabdropdown_list,.lm_stack.lm_left .lm_header .lm_tabdropdown_list{top:initial;right:initial;left:20px}.lm_dragProxy.lm_right .lm_content{float:left}.lm_dragProxy.lm_right .lm_header .lm_tabs,.lm_stack.lm_right .lm_header .lm_tabs{transform:rotate(90deg) scaleX(1);left:100%;margin-left:0}.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{top:initial;right:20px}.lm_dragProxy.lm_bottom .lm_header .lm_tab,.lm_stack.lm_bottom .lm_header .lm_tab{margin-top:0;border-top:none}.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{top:initial;bottom:20px}.lm_drop_tab_placeholder{float:left;width:100px;height:10px;visibility:hidden}.lm_header .lm_controls .lm_tabdropdown:before{content:"";width:0;height:0;vertical-align:middle;display:inline-block;border-top:5px dashed;border-right:5px solid #fff0;border-left:5px solid #fff0;color:#fff}.lm_header .lm_tabdropdown_list{position:absolute;top:35px;left:0;z-index:5;overflow:hidden}.lm_header .lm_tabdropdown_list .lm_tab{min-height:30px;line-height:30px;border-bottom:1px solid var(--tp-rgb-4);clear:both;padding-right:10px;margin:0;background:var(--tp-rgb-header-bg)!important}.lm_header .lm_tabdropdown_list .lm_close_tab{display:none!important}.lm_dragProxy{position:absolute;top:0;left: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{width:100%;height:100%;position:relative;top:0;left:0}.lm_transition_indicator{display:none;width:20px;height:20px;position:absolute;top:0;left:0;z-index:20}.lm_popin{width:20px;height:20px;position:absolute;bottom:0;right:0;z-index:9999}.lm_popin>*{width:100%;height:100%;position:absolute;top:0;left:0}.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{border-radius:3px;background:var(--tp-tooltip-bg);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;-webkit-transform:translateX(-50%) translateY(-100%);transform:translate(-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%;-webkit-transform:translateX(50%) translateY(9px);transform:translate(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%;-webkit-transform:translateX(9px) translateY(-50%);transform:translate(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%;-webkit-transform:translateX(-100%) translateY(-50%);transform:translate(-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;-webkit-transform:translateX(-100%) translateY(-100%);transform:translate(-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;-webkit-transform:translateX(9px) translateY(-100%);transform:translate(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%;-webkit-transform:translateX(-100%) translateY(9px);transform:translate(-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%;-webkit-transform:translateX(9px) translateY(9px);transform:translate(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;position:absolute;left:3px;font-size:9px}.newGrid-header>ul>li:hover>.options{display:inline-block}.newGrid-header li input.filter{display:none;width:calc(100% - 10px);direction:ltr;text-align:center;padding:0;margin:0 5px 3px}.filter-active .newGrid-header li input.filter{display:block}.grid-header-tools{min-width:120px}.grid-header-tools>div label{width:100%;direction:ltr;text-align:right;display:block}.grid-header-tools>div{width:auto;min-width:150px}.grid-header-tools>div.tools-default{border-bottom:1px solid var(--tp-rgb-4)}.newGrid-container .g-row>li>.more:before{content:"";font:normal normal normal 13px/1;margin-top:8px}.sub-grid-container{margin:10px 30px 10px 0;border:1px solid #ccc}.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{width:100%;max-height:100%;display:flex;flex-direction:column;overflow:hidden}.gutter,.checkbox{height:100%;z-index:2;position:absolute!important;border-left:1px solid var(--tp-rgb-4);box-sizing:border-box;background-color:var(--tp-rgb-10);text-align:center;align-items:center}.newGrid-header{width:100%;height:auto;margin-bottom:1px;color:var(--header-co)}.newGrid-header>ul{width:100%;height:100%;display:flex;border-bottom:1px solid var(--tp-rgb-4);border-top:1px solid var(--tp-rgb-4);position:relative}.newGrid-header>ul>*{line-height:var(--header-height);display:flex;justify-content:center;position:relative;box-sizing:border-box;background-color:var(--header-bg)}.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{justify-content:center;display:flex;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.g-header-column-title .sort{width:5px;height:5px;margin:10px 5px;overflow:hidden}.g-header-column-title .sort:after{content:" ";width:5px;height:5px;border-width:2px 2px 0 0;border-color:var(--tp-rgb-1);border-style:solid;transform:rotate(-45deg);position:absolute}.g-header-column-title .sort[sort="0"]:after{transform:rotate(135deg)}.g-header-column-title>div:nth-child(2){padding:0 7px;box-sizing:border-box}.g-header-column-title input{width:100%;text-align:center;direction:ltr;border:1px solid var(--d3-inshape-border);background-color:var(--tp-rgb-input);margin-bottom:5px;height:23px;line-height:23px}.newGrid-header>ul>li{border-left:1px solid var(--tp-rgb-h-b)}.newGrid-header>ul>li>.options{margin:0;cursor:pointer;width:10px;position:relative}.newGrid-header>ul>li>.options:after{content:"▼";height:100%;position:absolute;left:-2px;font-size:10px;top:0;border:0;border-right:1px solid var(--tp-rgb-h-b);padding-right:2px;display:none}.newGrid-header>ul>li:hover>.options:after{display:block}.newGrid-header>ul>li>.resize{margin:0;cursor:col-resize;width:5px;position:relative;border-left:1px solid var(--tp-rgb-h-b)}.newGrid-header>ul>li>.resize:after{content:" ";width:1px;height:100%;position:absolute;left:0}.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{width:100%;overflow-x:auto;overflow-y:hidden}.newGrid-container:hover{overflow:auto}.newGrid-container>div{width:100%;height:auto;box-sizing:border-box;display:table-row-group}.g-row{font-family:Segoe UI Semibold;width:100%;height:30px;line-height:30px;display:flex;flex-wrap:nowrap;flex-direction:row;position:relative}.g-row>li{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 5px;box-sizing:border-box;position:relative;color:var(--cell-color);max-height:100%}.g-row>li:not(.freez){height:100%}.g-row>li>.more{position:absolute;left:0;top:0;cursor:pointer;height:30px;width:20px}.g-row>li>.more:before{content:"...";position:absolute;text-align:center;line-height:20px;width:100%;height:100%;font-size:150%;font-weight:700;display:none}.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{display:flex;justify-content:center;align-items:center;cursor:pointer}.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{position:absolute!important;z-index:1;top:0;height:calc(100% + -0px)}.newGrid-total-row .freez{max-height:30px}.newGrid-container>div:nth-child(odd)>ul,.g-row>li.freez{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>div:nth-child(2n) .freez,.newGrid-container>div:nth-child(2n)>ul,.newGrid-container .sub-grid>div>ul:nth-child(2n){background-color:var(--even-row-bg)}.newGrid-container.even-column>div>ul>li:nth-child(2n){background-color:var(--tp-rgb-11)}.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{border-bottom:1px solid var(--cell-border)}.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-weight:400;font-size:13px}.newGrid-container .gutter.exist:after{content:" ";width:6px;height:6px;border-width:2px 0 0 2px;border-color:var(--tp-rgb-1);border-style:solid;transform:rotate(-45deg);position:absolute;top:11px;left:12px;transition:all ease-in .2s}.newGrid-container .open .gutter.exist:after{transform:rotate(-135deg)}.newGrid-total-row{height:30px;width:100%}.newGrid-total-row>ul{height:30px;line-height:30px;width:100%;display:flex}.g-total-row-cell{text-overflow:ellipsis;white-space:nowrap;position:relative;font-size:13px;font-weight:400;box-sizing:border-box;text-align:center;padding:0 3px;display:block;cursor:default}.g-total-row-cell>.drop-down{width:120px;height:150px;border:1px solid;position:absolute;bottom:-1px;background-color:var(--tp-rgb-9);border-color:var(--tp-rgb-6)}.g-total-row-cell>.drop-down>div{width:100%;height:30px;line-height:30px;padding:0 10px}.newGrid-paging-row{height:30px;width:auto;border-top:1px solid var(--tp-rgb-4);padding:5px 20px}.newGrid-paging-row>div{width:auto;display:flex}.newGrid-paging-row span{margin:7px 5px;line-height:29px}.g-paging-previous-page.disabled{cursor:default}.g-paging-previous-page,.g-paging-next-page{width:30px;height:100%;min-height:32px;border-radius:2px}.g-paging-previous-page:after,.g-paging-next-page:after{content:" ";width:12px;height:12px;border-width:1px 1px 0 0;border-color:var(--tp-rgb-1);border-style:solid;transform:rotate(45deg);position:absolute;top:10px;left:3px}.g-paging-next-page:after{transform:rotate(-135deg);left:10px}.g-paging-input{width:60px;text-align:center;direction:ltr;border:1px solid var(--tp-rgb-12);box-shadow:var(--tp-bo-sh);background-color:var(--tp-rgb-input);height:23px;line-height:23px;color:var(--tp-rgb-1);margin:3px 5px}.g-paging-divider{flex:auto}.sub-grid{border:1px solid var(--tp-rgb-7);margin:5px;display:inline-block;border-radius:4px}.sub-grid ul{height:30px;display:flex;border-bottom:1px solid var(--tp-rgb-4)}.sub-grid ul>li{line-height:var(--header-height);display:flex;justify-content:center;position:relative;box-sizing:border-box;border-left:1px solid var(--tp-rgb-4);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sub-grid ul.header{background-color:var(--header-bg)}.sub-grid>div{display:inline-block;max-height:300px;overflow:auto;margin-bottom:-6px}.grid-context-menu{position:absolute;z-index:30;width:200px}.grid-context-menu>.multi-menu>div{width:180px;max-height:250px;overflow-y:auto}.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{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:130px;display:inline-block;height:24px;line-height:14px}.g-row .tp-icon,tr td .tp-icon{font-size:12px}.g-row svg{fill:var(--cell-color)}.hiddenRow{opacity:.4;font-style:italic}.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{border:1px solid #ccc;border-radius:100%;padding:1px 7px;height:15px;line-height:15px;color:#ccc;background-color:snow;margin:auto 4px;display:inline-block;height:-webkit-fill-available;cursor:pointer}.info-help-icon:hover{background-color:#ecefff;transition:.3s ease}.help-info-tooltip-container{position:fixed;z-index:10}.help-info-tooltip{border:1px solid #000;padding:6px 8px;background-color:#f5f5bf;color:#7f7f7f}#Notification_Container,.noti-bottom-left #Notification_Container{inset:auto auto 40px 16px}.noti-bottom-right #Notification_Container{inset:auto 42px 40px auto}.noti-top-left #Notification_Container{inset:40px auto auto 16px}.noti-top-right #Notification_Container{inset:40px 42px auto auto}.noti-top-center #Notification_Container{top:40px;right:calc(50% - 100px);bottom:auto;left:auto}.noti-bottom-center #Notification_Container{bottom:40px;right:calc(50% - 100px);top:auto;left:auto}.noti-center-center #Notification_Container{top:calc(50% - 100px);right:calc(50% - 100px);bottom:auto;left:auto}.noti-top-center .closeallnotifications,.noti-top-left .closeallnotifications,.noti-top-right .closeallnotifications{top:-20px;position:absolute}#Notification_Container{position:fixed;z-index:999;max-width:350px;line-height:20px}#Notification_Container .container>div{border-radius:2px;color:#fff;margin:5px 0 0;padding:10px 35px 10px 22px;min-width:200px;position:relative;line-height:23px;border-width:1px;border-style:solid;box-shadow:0 2px 5px #00000080;text-align:right}#Notification_Container .header{position:absolute;right:0;top:0;height:100%;width:27px;background:#0808081c}#Notification_Container .header:before{position:absolute;right:0;top:calc(50% - 9px);right:4px;font:normal normal normal 17px/1}#Notification_Container .box{width:18px;text-align:center;height:100%;top:0;position:absolute;left:0;border-right:1px solid #0808081c}#Notification_Container .close{cursor:pointer;width:18px;text-align:center;background-color:#fff0}#Notification_Container .text{text-align:justify;display:block;padding:0 5px}#Notification_Container .close:hover{background:#0808081c}#Notification_Container .close:before{position:absolute;left:2px;top:calc(50% - 8px)}#Notification_Container .error{background:#e61414;border-color:#bd1010}#Notification_Container .error .header:before{content:"";color:#ec7070}#Notification_Container .info{background:#47a9f8;border-color:#1e98fb}#Notification_Container .info .header:before{content:"";color:#90ceff}#Notification_Container .success{background:#2aaba0f0;border-color:#0c9d8f}#Notification_Container .success .header:before{content:"";color:#48c1b7}#Notification_Container .warning{background:#fff1c0f0;border-color:#facf1c;color:#5a5a5a!important}#Notification_Container .warning .header{border-color:#b19243;background:#fbe38b}#Notification_Container .warning .header:before{content:"";color:#b59d49}#Notification_Container .warning .close{border-color:#f1de9c;color:#c19600}#Notification_Container .closeallnotifications>span{margin:1px}.closeallnotifications{color:#000;white-space:nowrap;height:20px;border-radius:5px;text-align:center;margin:3px auto 5px;cursor:pointer;right:calc(50% - 60px);width:120px}.closeallnotifications>span{height:20px;line-height:20px;padding:0 5px;line-height:18px;width:40%;min-width:90px}.switch-container{line-height:19px;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding-left:30px}.switch-container-new{padding:5px 7px;border:var(--tp-3d-bu-bo);border-radius:5px;margin:0 2px}.switch{position:relative;display:inline-block;width:30px;height:17px}.switch input{opacity:0;width:0;height:0}.switchslider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}.switchslider:before{position:absolute;content:"";height:10px;width:10px;right:2px;bottom:4px;background-color:#fff;-webkit-transition:.4s;transition:.4s}@media(max-width:899px){.switch{width:25px;height:15px}.switchslider:before{height:8px;width:8px;right:0;bottom:4px}}input:checked+.switchslider{background-color:#2196f3}input:focus+.switchslider{box-shadow:0 0 1px #2196f3}input:checked+.switchslider:before{-webkit-transform:translateX(16px);-ms-transform:translateX(16px);transform:translate(-16px)}.switchslider.round{border-radius:34px}.switchslider.round:before{border-radius:50%}.form-group{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:1rem}.form-group label{min-width:150px;font-weight:400}.form-group input,select,textarea{flex:1;max-width:400px;background-color:#fff;color:#000;border-radius:5px;padding:7px 25px 7px 0;border:1px solid #b9b9b9;width:100%;font-size:14px;font-weight:500}.form-group input.MuiInputBase-input{border:none}@media(max-width:600px){.form-group label{min-width:100%;margin-bottom:5px}}app-bottomLogin>.bottom{width:100%;height:40px;color:#5c5c5c;background-color:var(--tp-rgb-body);align-items:stretch;justify-content:space-around;box-shadow:0 2px 5px #00000029,0 2px 10px #0000001f;position:fixed;bottom:0}.darkblue app-bottomLogin>.bottom{color:#acacac}app-bottomCopyright>.bottom{width:calc(100% - 40px);left:0;height:40px;color:#b7b7b7;background-color:var(--tp-rgb-body);align-items:stretch;justify-content:space-around;box-shadow:0 2px 5px #00000029,0 2px 10px #0000001f;position:fixed;bottom:0;z-index:1;border-top-left-radius:3px;border-top-right-radius:3px}.colorful app-bottomCopyright>.bottom{color:#111843}app-bottomCopyright>.bottom>.copyright,app-bottomLogin>.bottom>.copyright{text-align:center;margin-top:10px;font-size:12px}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{padding-top:5px;bottom:23px;width:100%;left:0;z-index:0}.darkblue app-bottomCopyright>.bottom{background-color:#00041c}app-bottomCopyright>.bottom>.divider,app-bottomLogin>.bottom>.divider{display:none}app-bottomCopyright>.bottom>.copyright{text-align:center;margin-top:0}app-bottomCopyright>.bottom>.copyright>.reserved,app-bottomLogin>.bottom>.copyright>.reserved{display:none}app-bottomCopyright>.bottom>.copyright>.version{top:6px;position:absolute;left:0;font-size:10px!important}}app-bottom>.bottom{width:100%;height:43px;line-height:30px;display:flex;align-items:stretch;justify-content:space-around;position:fixed;bottom:0;z-index:10}@keyframes b{0%{opacity:0}to{opacity:1}}app-bottomReport>.bottom{animation:b .5s normal;width:100%;height:40px;line-height:30px;display:flex;align-items:stretch;justify-content:space-around;position:absolute;bottom:40px;left:0;border-top-left-radius:8px;border-top-right-radius:8px;z-index:10;border-bottom:1px solid darkgray}.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{display:flex;fill:var(--fill)}@media screen and (min-width:501px){app-bottom{display:none}app-bottomReport{display:none}}app-header>.header{width:100%;height:40px;line-height:40px;display:flex;color:#fff;background:linear-gradient(30deg,#2866b7 55%,#315286 75%);align-items:stretch;justify-content:space-between;box-shadow:0 2px 5px #00000029,0 2px 10px #0000001f;position:absolute}app-header>.header>section{display:flex;fill:var(--fill)}app-header>.header>section>.icons{width:39px;box-sizing:border-box;padding:1px 10px}app-header>.header>section>.icons.disabled{cursor:no-drop;fill:#ccc;color:#ccc}app-header>.header>section>.lightre{border-style:solid;border-width:0 1px;border-color:var(--gb-border)}app-header>.header>section>.logo{padding:5px 10px;font-size:18px;border-right:0}app-header>.header>section>.clock{font-size:15px;width:80px;text-align:center}app-header>.header>section>.profile{padding:0 10px;display:flex;font-size:13px}app-header>.header>section>.profile>div:first-child{margin:2px 0 0 5px;line-height:35px}app-header>.header>section>.profile>div:nth-child(2){width:30px;height:30px;line-height:30px;border-radius:50%;margin:5px;color:#fff;text-align:center;font-size:1.2em}app-header>.header .button{cursor:pointer}app-header>.header .button:hover:not(.active){background-color:var(--gb-hover)}app-header>.header .button.active{background-color:var(--gb-active);fill:var(--fill-accent);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{display:flex;margin:0 5px;box-sizing:border-box;line-height:normal}app-header .balance>div{width:12px;height:12px;border-radius:50%;margin-top:2px}app-header .short-title{display:none}app-header .signout{display:flex;justify-content:space-between;padding:0 10px;cursor:pointer;color:inherit}@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 .profile-name{display:none}app-header .logo .logo-img{display:none}app-header .logo .logo-img-mini{display:block}}customer-balance .header-dropdown-container{position:relative}customer-balance .header-dropdown-container>.lable{padding:0 10px;display:flex;height:40px}customer-balance .header-dropdown-container>.content{min-width:280px;top:40px;right:0;display:none;border-top:0;border-left:0;overflow:hidden!important;max-height:unset!important}customer-balance .header-dropdown-container>.content .change{min-width:50px;text-align:right}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{min-width:105px;display:inline-block}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{width:100%;max-height:calc(100% - 90px);overflow-y:auto;margin-bottom:0}header-messages .message-body>li{padding:0 10px 5px;border-bottom:1px solid var(--tp-rgb-4);cursor:pointer;overflow:auto}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{width:100%;max-height:calc(100% - 90px);overflow-y:auto;border-bottom:1px solid var(--tp-rgb-4);margin-bottom:0}header-notifications .message-body>li{padding:0 10px 5px;border-bottom:1px solid var(--tp-rgb-4);cursor:pointer}header-notifications .message-body>li:hover{background-color:#eff6fc}header-notifications .time{color:#666}header-profile .profile-info{display:flex}header-profile .profile-image{width:50px;height:50px;line-height:50px;border-radius:50%;color:#fff;text-align:center;font-size:2em}header-profile .username{margin:3px 10px;font-size:15px;line-height:18px}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{width:50px;height:50px;border-radius:50%;margin:15px;box-sizing:border-box;position:relative;cursor:pointer}header-setting .theme>a.active:after{content:"";width:57px;height:57px;position:absolute;top:-5px;left:-5px;border:1px solid;border-radius:50%}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 .tp-icon,header-widgets .slider .widgets .shift-chart{font-size:24px}header-widgets .widget-body .widgets{color:#666;text-align:center;display:inline-block}header-widgets .widget-body .widgets>.widget{width:88px;height:88px;margin:0 5px 5px 0;cursor:move;box-sizing:border-box;padding:10px 9px;float:right}header-widgets .widget-body .widgets>.widget:hover *{color:var(--d3-box-color-hover)}header-widgets .widget-body .widgets>.widget>div:first-child{height:35px;font-size:2em;color:var(--d3-box-fill)}header-widgets .widget-body .widgets>.widget>div:last-child{font-size:12px;line-height:17px}header-widgets .widget-body .templates{display:flex;justify-content:space-between;margin-bottom:20px;cursor:pointer;line-height:50px}header-widgets .widget-body .templates>div{width:50px;height:50px;box-sizing:border-box;margin:0 5px 5px 0;text-align:center;line-height:50px;font-size:30px;color:var(--d3-box-fill)}market-index .header-dropdown-container{position:relative}market-index .header-dropdown-container>.lable{overflow:hidden;height:40px}market-index .header-dropdown-container>.content{top:40px;left:-125px;display:none;border-top:0;border-left:0;z-index:1}market-index .header-dropdown-container>.content .change{min-width:120px;text-align:right;font-weight:400}market-index .header-dropdown-container>.content .change1{min-width:90px;text-align:right;font-weight:400}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{width:300px;left:-120px}market-index .header-dropdown-container>.content1{width:300px;left:-150px}market-index .header-dropdown-container>.content .change,market-index .header-dropdown-container>.content .change1{min-width:70px;font-size:9px!important}}app-sidenav .sidenav{width:40px;height:100%;background-color:var(--container);display:flex;flex-direction:column;justify-content:space-between;margin-right:-1px;color:var(--container-color);box-shadow:0 2px 5px #00000029,0 2px 10px #0000001f;position:relative;min-height:570px}app-sidenav .sidenav a{color:var(--container-color);height:37px;line-height:37px}app-sidenav section tooltip,app-sidenav section tip-cont{width:100%}app-sidenav section svg{fill:var(--container-color)}app-sidenav section>a,app-sidenav section tooltip{padding-top:0}app-sidenav section>a svg,app-sidenav section tooltip svg{padding-top:7px}app-sidenav section .page-index{display:block;width:100%;font-size:14px!important;color:#0078d7}app-sidenav section .page-index.locked{color:var(--container-color)}app-sidenav section>*{width:100%;height:40px;text-align:center;cursor:pointer;display:flex;justify-content:center;box-sizing:border-box;line-height:35px;color:var(--container-color)}app-sidenav section>*:hover,app-sidenav section>*.active,app-sidenav section>* .menuitem.active{background-color:var(--container-hover);color:var(--caontainer-hover-color)!important}app-sidenav section>*:hover svg,app-sidenav section>*.active svg,app-sidenav section>* .menuitem.active 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{padding:0!important;margin-top:3px}sidenav-menu .menu{max-height:40px;overflow:hidden;transition:max-height ease-in-out .3s;border-bottom:1px solid var(--tp-rgb-4)}sidenav-menu .menu.active{max-height:900px}sidenav-menu .menu .submenu{max-height:40px;overflow:hidden;transition:max-height ease-in-out .3s}sidenav-menu .menu .submenu.active{max-height:900px}daily-slider .container{width:100%;height:20px;position:relative}daily-slider .main-bar{width:100%;height:6px;background-color:var(--main-bar);margin-top:30px;display:flex;align-items:stretch;direction:rtl;position:relative;cursor:pointer}daily-slider .main-bar:before{content:"";width:100%;height:15px;position:absolute;top:-7px}daily-slider .main-bar>div{width:50%}daily-slider .right,daily-slider .left{height:6px;pointer-events:none}daily-slider .right{float:left;background-color:green}daily-slider .left{float:right;background-color:red}daily-slider .offset{background-color:var(--main-bar)}daily-slider .range-slider{width:10px;height:10px;background-color:var(--slider);border-radius:50%;position:absolute;top:-4px;box-shadow:#0003 0 2px 3px;border:1px solid #eaeaea;display:flex;justify-content:center;pointer-events:none;color:#fff}daily-slider .tooltip{position:absolute;padding:3px 5px;top:-28px;pointer-events:none;font-size:13px}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 .select-slider,daily-slider .hover{display:none}grid-row-contextmenu .container{width:175px}tp-input .input-container{width:100%;height:30px;border:1px solid #ddd;box-sizing:border-box;padding:0 5px}tp-input .input-container>input{width:100%;height:24px;font-family:Tahoma;border:none;background-color:none}input-number .input-container>input{direction:ltr}new-input label{line-height:31px}new-input label>.input-box{background-color:var(--container);height:28px;padding:0 5px;display:flex;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{border:none;background:none;height:100%;width:100%;resize:both;padding:5px 0;box-sizing:border-box;font-family:inherit}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{color:transparent!important;caret-color:var(--tp-rgb-1);z-index:1}new-input label.phone-number .plaseholder{position:absolute;left:5px;top:-1px;direction:ltr;color:inherit}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{width:5px;height:5px;border-width:0 1px 1px 0;border-style:solid;border-color:var(--tp-rgb-1);position:absolute;top:11px;left:6px;transform:rotate(45deg)}new-input .tp-co-re{font-size:11px}new-input .datepicker{z-index:1}switch-box label:first-child{height:20px;display:inline-block}switch-box .container{display:flex;height:17px;line-height:17px}switch-box .container>label{margin:0 5px}switch-box .switch-box{width:40px;height:18px;border-radius:9px;z-index:2;margin-bottom:2px;position:relative}switch-box .switch-box input{visibility:hidden}switch-box .switch-box .handel{display:block;width:8px;height:8px;background-color:var(--tp-rgb-2);position:absolute;top:5px;transition:right ease-in .2s;border-radius:5px;cursor:pointer}switch-box .switch-box .border{width:100%;height:100%;position:absolute;top:0;right:0;border-radius:9px}switch-box .switch-box .border>.background{display:block;width:95%;height:90%;position:absolute;top:1px;right:1px;border-radius:9px;cursor:pointer;transition:background-color ease-in .2s}switch-box-tab .btn-group{position:relative;display:inline-block;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){height:calc(100% - 45px);display:grid;grid-template-columns:60% 1px 40%;grid-template-rows:100%}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{padding-top:35px;box-sizing:border-box}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{width:20px;height:20px;line-height:20px;text-align:center}select-symbols .folders>div:first-child:hover{cursor:pointer;background-color:#eee}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{display:grid;grid-template-columns:50% 50%;border:1px solid var(--tp-rgb-4);border-width:1px 0 1px 0;margin-top:-1px}send-order .header>div{height:30px;line-height:28px;cursor:pointer;text-align:center;font-size:15px}send-order .header>div:first-child.active{background-color:var(--green-light)}send-order .header>div:first-child.active .button{border-color:#3bb3e4;background-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{border:1px solid #ff4a68;background-color:#ff4a68;color:#fff}send-order .header>div>:nth-child(2){position:relative;height:24px;margin-top:3px}send-order .header>div>:nth-child(2)>span{font-size:20px}send-order .header>div>:nth-child(2)>.button{padding:0 7px;line-height:14px;height:17px;border-radius:1px;display:inline-block;margin:0 5px;border:1px solid #b5b7b9;position:absolute;bottom:2px}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-top:10px;margin-right:10px}send-order .footer>div{padding-left:30px;width:100%}send-order .footer>div:first-child{color:#adaeb0;line-height:19px;font-size:11px}send-order .footer>div:last-child{display:flex;direction:ltr}send-order .footer>div:last-child a{height:30px}stock-details .container{width:100%}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%;width:50%;padding:0 5px}stock-details table tr>td:first-child{padding-left:7px}stock-details table tr>td>span:last-child{float:left;direction:ltr}stock-details table.summary .hide-in-summary{display:none}stock-details table.summary .show-in-summary{display:inline-block}stock-details table .hide-in-summary{display:inline-block}stock-details table .show-in-summary{display:none}stock-details .navigator{width:100%;display:flex;justify-content:center}stock-details .navigator>div{border:1px solid;width:7px;height:7px;border-radius:50%;margin:3px;cursor:pointer}stock-details .navigator>div.active{background-color:var(--tp-rgb-2)}stock-queue table{width:100%;table-layout:fixed}stock-queue tr{height:25px;text-align:center;cursor:pointer}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{width:15px;display:inline-block;text-align:center}stock-queue thead{cursor:default}stock-queue thead td{border-bottom:1px solid var(--tp-rgb-3);height:30px}symbol-index>div{display:inline-block;direction:rtl;white-space:nowrap;text-align-last:justify;border-style:solid;border-width:0 1px 0 0;border-color:var(--gb-border)}symbol-index>div>span.val{font-size:130%}symbol-index>div>span.percent{font-size:97%;padding:1px 3px 2px;border-radius:2px;margin-top:3px;color:#fff}symbol-search .container{width:100%;height:100%;display:flex;align-items:center}symbol-search .tp-icon,symbol-search .shift-chart{width:27px;height:30px;line-height:32px;text-align:center;border-style:solid;border-color:var(--tp-rgb-4);border-width:0}symbol-search .tp-symbol-Status{margin:0 5px;display:flex}symbol-search angucomplete{width:100%;min-width:150px;padding:0 0 0 5px}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{border:none;background:none;font-size:13px;width:100%;line-height:26px}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{content:"";width:9px;height:9px;border-radius:50%;position:absolute;top:12px;right:10px}widget-action-menu-common .multi-menu:hover>div{visibility:visible;overflow:visible}widget-action-menu-common .controls{display:flex;height:35px;width:100%;align-items:stretch;border-top:1px solid var(--dropdown-border);margin-top:5px;margin-bottom:-5px;fill:var(--tp-rgb-2)}widget-action-menu-common .controls>div{width:33.33%;border-left:1px solid var(--dropdown-border);display:flex;align-items:center;justify-content:center;cursor:pointer}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{font-size:12px;line-height:15px;margin-top:25px}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{display:block;border-right:1px solid #eee;height:calc(100% - 40px);width:calc(100% - 250px);box-sizing:border-box;margin-right:20px}money-payment button-switcher{margin-bottom:10px}money-payment [tp-select-box],money-payment [tp-input-box]{width:250px}money-receipt-form new-input{height:57px;display:block;width:250px;margin-bottom:10px}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{display:block;border-right:1px solid #eee;height:calc(100% - 40px);width:calc(100% - 250px);box-sizing:border-box;margin-right:20px}money-receipt button-switcher{margin-bottom:10px}money-receipt [tp-select-box],money-receipt [tp-input-box]{width:250px}realtime-portfolio-form .admintextmessage{font-size:12px;line-height:15px;margin-top:25px}stock-full-detail .slider{width:520px;transition:all ease-in-out .3s}stock-full-detail .slider.right{right:-520px}stock-full-detail .title{font-size:16px;margin-bottom:10px}stock-fundamental-info .slider{width:500px;transition:all ease-in-out .3s}stock-fundamental-info .slider.right{right:-500px}stock-fundamental-info .title{font-size:23px;margin-bottom:20px}trades-archive .slider{width:600px;transition:all ease-in-out .3s}trades-archive .slider.right{right:-600px}trades-archive .title{font-size:20px;margin-bottom:20px}category-list .container{width:200px;height:30px;line-height:30px;border:1px solid var(--tp-rgb-4)}category-list .container>div{width:100%;height:100%;display:flex;box-sizing:border-box;padding:0 10px;position:relative}category-list .container>div.title-box{cursor:pointer}category-list .arrow{width:5px;height:5px;transform:rotate(45deg);border-width:0 1px 1px 0;border-style:solid;border-color:var(--tp-rgb-2);position:absolute;top:11px;left:10px}category-list .search-box input{border:none;background-color:#fff0;width:100%;line-height:28px}watch-list .header{display:flex;align-items:center;height:30px}watch-list .watchlist-header{border-bottom:1px solid var(--tp-rgb-4)}watch-list symbol-search{position:inherit!important;display:inline-block}watch-list .tp-add-group{padding:0 10px;height:30px;line-height:30px}watch-list category-list .container{border-right:0}.colorful .SymbolState1,.light .SymbolState1,.darkblue .SymbolState1{color:#2cc42c}.colorful .SymbolState1:after,.light .SymbolState1:after,.darkblue .SymbolState1:after{background-color:#2cc42c}.colorful .SymbolState3,.light .SymbolState3,.darkblue .SymbolState3,.colorful .SymbolState4,.light .SymbolState4,.darkblue .SymbolState4{color:#f7af3e}.colorful .SymbolState3:after,.light .SymbolState3:after,.darkblue .SymbolState3:after,.colorful .SymbolState4:after,.light .SymbolState4:after,.darkblue .SymbolState4:after{background-color:#f7af3e}.colorful .SymbolState2,.light .SymbolState2,.darkblue .SymbolState2,.colorful .SymbolState5,.light .SymbolState5,.darkblue .SymbolState5,.colorful .SymbolState6,.light .SymbolState6,.darkblue .SymbolState6,.colorful .SymbolState7,.light .SymbolState7,.darkblue .SymbolState7,.colorful .SymbolState8,.light .SymbolState8,.darkblue .SymbolState8{color:#b73b3b}.colorful .SymbolState2:after,.light .SymbolState2:after,.darkblue .SymbolState2:after,.colorful .SymbolState5:after,.light .SymbolState5:after,.darkblue .SymbolState5:after,.colorful .SymbolState6:after,.light .SymbolState6:after,.darkblue .SymbolState6:after,.colorful .SymbolState7:after,.light .SymbolState7:after,.darkblue .SymbolState7:after,.colorful .SymbolState8:after,.light .SymbolState8:after,.darkblue .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,.light .push-negative,.colorful td.sellSide,.light td.sellSide{background:#ffd0c7!important;color:#000}.colorful .push-positive,.light .push-positive,.colorful td.buySide,.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:#0f0}.colorful .tp-green-l,.light .tp-green-l{border-color:#0f0!important}.colorful .tp-green-l.tp-co,.light .tp-green-l.tp-co{color:#0f0}.colorful .tp-green-l tp-icons svg,.light .tp-green-l tp-icons svg{fill:#0f0}.colorful .tp-green-l tp-icons line,.light .tp-green-l tp-icons line,.colorful .tp-green-l tp-icons polyline,.light .tp-green-l tp-icons polyline{stroke:#0f0}.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(to bottom,#000 -46%,#0000001a 20%);text-shadow:-1px -1px 2px #000;border:2px solid #131313!important}.colorful .tp-sh-r,.light .tp-sh-r{box-shadow:1px 0 #0000001a}.colorful .tp-sh-l,.light .tp-sh-l{box-shadow:-1px 0 #0000001a}.colorful .tp-sh-b,.light .tp-sh-b{box-shadow:0 1px #0003}.colorful .tp-sh-t,.light .tp-sh-t{box-shadow:0 -1px #0003}.colorful .tp-sh-rl,.light .tp-sh-rl{box-shadow:1px 0 #0000001a,-1px 0 #0000001a}.colorful .tp-sh-trl,.light .tp-sh-trl{box-shadow:0 -1px #0003,1px 0 #0000001a,-1px 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,.light .tp-bg-4,.colorful .tp-bg-5,.light .tp-bg-5,.colorful .tp-bg-6,.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,.light .tp-bg-4.active,.colorful .tp-bu-4.active,.light .tp-bu-4.active{background-color:#c7e0f4!important}.colorful .tp-bo-2,.light .tp-bo-2,.colorful .tp-bo-3,.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,.light .tp-row:hover,.colorful .tp-row:hover>li:nth-child(2),.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:-webkit-linear-gradient(white,#f0f0f0);background:-o-linear-gradient(white,#f0f0f0);background:-moz-linear-gradient(white,#f0f0f0);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:hover,.darkblue .tp-search:focus{background:#000;color:#fff}.darkblue .highlight{font-weight:700;font-size:120%}.darkblue .tp-gr{background:linear-gradient(to bottom,#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:hover,.darkblue .tp-search:focus{background:#000}.OrdersStatus .newGrid-header>ul,.WatchList .newGrid-header>ul,.Portfolios .newGrid-header>ul,.MoneyPayment .newGrid-header>ul,.MoneyReceipt .newGrid-header>ul,.TradesArchive .newGrid-header>ul,.CompaniesGrouped .newGrid-header>ul{border-top:0}.colorful,.light{--date-picker-picker-items:#333333}.picker-items,.picker>table td.pickerFoot a,.picker>table td.pickerHead a,.picker>table td>.weekday{display:block;color:var(--date-picker-picker-items)}.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{width:30px;height:30px;line-height:30px}.picker{width:220px;padding:10px;position:fixed!important}.picker>table{border-collapse:collapse;border-spacing:0;width:100%}.picker>table td{padding:0;text-align:center}.picker>table td.pickerFoot a{padding:0 5px}.picker>table td.pickerHead a{padding:0 5px}.picker>table td.pickerHead a.tp-icon,.picker>table td.pickerHead a.shift-chart{color:#666}.picker>table td>.weekday{text-decoration:none}.picker>table td>.weekday.today{color:#fff;background-color:#0078d7;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{float:left}.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{padding:5px 10px;display:block;text-decoration:none;color:#333}.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;outline:1px dashed #ccc;margin:1px;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:hover,.light .lm_splitter:hover,.colorful .lm_splitter.lm_dragging,.light .lm_splitter.lm_dragging{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{font-family:Arial,sans-serif;font-size:12px;color:#555858;background:#fafafa;margin-right:2px;padding-bottom:4px;border:1px solid #ccc;border-bottom:none}.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:hover,.light .lm_tab:hover,.colorful .lm_tab.lm_active,.light .lm_tab.lm_active{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{position:relative;background-position:center center;background-repeat:no-repeat;opacity:.4;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:center center;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:hover,.darkblue .lm_splitter.lm_dragging{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{font-family:Arial,sans-serif;font-size:12px;color:#999;background:#111;box-shadow:2px -2px 2px #0000004d;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:hover,.darkblue .lm_tab.lm_active{background:#222;color:#ddd}.darkblue .lm_header .lm_controls .lm_tabdropdown:before{color:#fff}.darkblue .lm_controls>li{position:relative;background-position:center center;background-repeat:no-repeat;opacity:.4;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:center center;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:hover,.darkblue .lm_tab.lm_active{background:#181b2a;color:#ccc}.darkblue .lm_splitter:hover{background-color:#060d38}.darkblue .lm_splitter.lm_dragging{background:#060d38;opacity:1}.colorful .lm_goldenlayout,.light .lm_goldenlayout,.darkblue .lm_goldenlayout{background:none}.colorful .lm_content,.light .lm_content,.darkblue .lm_content{border:none;position:relative;overflow:visible}.colorful .lm_dragProxy>.lm_content,.light .lm_dragProxy>.lm_content,.darkblue .lm_dragProxy>.lm_content{overflow:hidden}.colorful .lm_controls,.light .lm_controls,.darkblue .lm_controls{margin:8px 0 0;left:35px;position:relative}.colorful .lm_controls li,.light .lm_controls li,.darkblue .lm_controls li{display:none}.colorful .lm_controls li.lm_tabdropdown,.light .lm_controls li.lm_tabdropdown,.darkblue .lm_controls li.lm_tabdropdown{display:block}.colorful .lm_header .lm_tabs,.light .lm_header .lm_tabs,.darkblue .lm_header .lm_tabs{height:100%;line-height:34px;box-sizing:border-box;padding:0;font-family:inherit;position:relative}.colorful .lm_header .lm_tab,.light .lm_header .lm_tab,.darkblue .lm_header .lm_tab{background:none;box-shadow:none;margin:0;border:0;border-left:var(--header-tab-border);padding:0 15px;display:flex;height:100%}.colorful .lm_splitter.lm_vertical .lm_drag_handle,.light .lm_splitter.lm_vertical .lm_drag_handle,.darkblue .lm_splitter.lm_vertical .lm_drag_handle{top:0;height:10px}.colorful .lm_splitter.lm_horizontal .lm_drag_handle,.light .lm_splitter.lm_horizontal .lm_drag_handle,.darkblue .lm_splitter.lm_horizontal .lm_drag_handle{width:10px;left:0}.colorful .lm_content,.light .lm_content,.darkblue .lm_content{background-color:var(--tp-rgb-widget-body)}.colorful .lm_header,.light .lm_header,.darkblue .lm_header{background-color:var(--tp-rgb-11);font-size:12px!important;display:flex;border:1px solid var(--tp-rgb-4);border-width:0 0 1px 0}.colorful .lm_tab,.light .lm_tab,.darkblue .lm_tab{height:calc(100% - 2px);font-family:inherit!important;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;-o-user-select:none}.colorful .lm_tab.lm_active,.light .lm_tab.lm_active,.darkblue .lm_tab.lm_active{background:linear-gradient(30deg,#2866b7 55%,#315286 75%);color:#fff}.colorful .lm_tab.lm_active .active,.light .lm_tab.lm_active .active,.darkblue .lm_tab.lm_active .active{color:var(--tp-rgb-tab-active-color);background-color:var(--tp-rgb-header-bg);box-shadow:var(--tp-rgb-tab-active-shadow)}.colorful .lm_tab:hover>.lm_close_tab,.light .lm_tab:hover>.lm_close_tab,.darkblue .lm_tab:hover>.lm_close_tab{opacity:.4}.colorful .lm_tab>.lm_close_tab,.light .lm_tab>.lm_close_tab,.darkblue .lm_tab>.lm_close_tab{left:3px;right:auto;top:12px;opacity:0;width:11px;height:11px;background-position:center center;background-repeat:no-repeat}.colorful .lm_tab>.lm_close_tab:hover,.light .lm_tab>.lm_close_tab:hover,.darkblue .lm_tab>.lm_close_tab:hover{opacity:1}.colorful .lm_extendTab,.light .lm_extendTab,.darkblue .lm_extendTab{background-color:transparent!important;padding:0!important}.colorful .lm_extendTab>span,.light .lm_extendTab>span,.darkblue .lm_extendTab>span{display:flex!important;flex-wrap:nowrap}.colorful .lm_extendTab>span>div,.light .lm_extendTab>span>div,.darkblue .lm_extendTab>span>div{height:35px;line-height:35px;padding:0 15px;border-left:var(--header-tab-border)}.colorful .lm_extendTab .lm_title div:last-child,.light .lm_extendTab .lm_title div:last-child,.darkblue .lm_extendTab .lm_title div:last-child{border-left:none}.colorful .lm_tabdropdown_list .lm_tab,.light .lm_tabdropdown_list .lm_tab,.darkblue .lm_tabdropdown_list .lm_tab{float:none}.colorful .lm_tabdropdown_list .lm_extendTab>span,.light .lm_tabdropdown_list .lm_extendTab>span,.darkblue .lm_tabdropdown_list .lm_extendTab>span{display:block!important}.colorful .lm_tabdropdown_list .lm_tab:not(.lm_extendTab),.light .lm_tabdropdown_list .lm_tab:not(.lm_extendTab),.darkblue .lm_tabdropdown_list .lm_tab:not(.lm_extendTab),.colorful .lm_tabdropdown_list .lm_extendTab>span>div,.light .lm_tabdropdown_list .lm_extendTab>span>div,.darkblue .lm_tabdropdown_list .lm_extendTab>span>div{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:black;--container:white;--container-color:#2d2d2d;--caontainer-hover-color:#0078d7;--container-border:#dadada;--header-tab-border:1px solid #dadada;--dropdown-container:white;--d3-box-border:none;--d3-box-shadow:none;--d3-box-radious:0;--d3-box-fill:#0078d7;--d3-box-color:#666666;--d3-box-background:#f8f8f8;--d3-box-color-hover:white;--d3-box-background-hover:#0078d7;--d3-inshape-border:#c8c8c8;--d3-inshape-shadow:none;--d3-inshape-background:none;--box-shadow:rgba(160, 160, 160, .5);--dropdown-border:#c8c8c8;--dropdown-color:#333333;--dropdown-item-hover:#eff6fc;--dropdown-item-active:#c7e0f4;--tp-rgb-0:black;--tp-rgb-1:#333333;--tp-rgb-2:#7a7a7a;--tp-rgb-3:#9e9e9e;--tp-rgb-4:#cccccc;--tp-rgb-5:#dddddd;--tp-rgb-6:#d0d0d0;--tp-rgb-7:#dadada;--tp-rgb-h-b:#a7b6d2;--tp-rgb-9:white;--tp-rgb-10:#eaeaea;--tp-rgb-11:#f6f6f6;--tp-rgb-12:white;--tp-rgb-g1:#2F6100;--tp-rgb-g2:#0f9956;--tp-rgb-r1:#AD1C00;--tp-rgb-header-bg:#cccccc;--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:white;--tp-rgb-input2:#eeeeee;--tp-popup-sh:0 15px 30px 10px rgba(0, 0, 0, .7);--tp-3d-bu:whitesmoke, #f1f1f1;--tp-3d-bu-bo:1px solid gainsboro;--tp-3d-bu-co:#444444;--tp-3d-bu-h:#f8f8f8, #e1e1e1;--tp-3d-bu-bo-h:1px solid #c6c6c6;--tp-3d-bu-a:#eeeeee, #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:rgba(0, 0, 0, .3);--tp-rgb-body:#e9e9e9;--tp-rgb-body2:white;--tp-rgb-widget-body:white;--tp-bo-sh:inset 0 0 2px #9c9c9c;--tp-sw-bo:1px solid #0078d7;--tp-wi-sh:0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);--tp-rgb-tab-active-shadow:none;--tp-rgb-header:#0072c6;--tp-rgb-header-hover:#0065af;--tp-rgb-header-active:#005797;--tp-rgb-push-r:rgba(238, 17, 17, .3);--tp-rgb-push-g:rgba(0, 153, 51, .3);--cell-color:#222222;--header-bg:#6b92d7;--grid-footer-bg:#eeeeee;--header-sort-bg:#4f7fd4;--header-co:white;--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:black;--header-bg-sub:#557dc3;--best-buy:rgba(197, 197, 245, .5);--best-buy-dark:rgba(197, 197, 245, .6);--best-sell:rgba(255, 188, 188, .5);--best-sell-dark:rgba(255, 188, 188, .6);--even-row-bg:#ecf4ff;--container-hover:#dedede;--green-light:#9ee0d0;--red-light:#ffdbe1;--tp-tooltip-bg:#4d4d4d;--tp-warning-bg:#f5f5bf;--tp-color-rev:white;--tp-placeholder-disable:#cccccc}.colorful .header{--fill:white;--fill-accent:#0078d7;--gb:#0078d7;--gb-light:#2b88d8;--gb-border:#579cd2;--gb-active:var(--container)}.colorful .slider{--color:#333333}.colorful .link{color:#0078d7}.colorful .link:hover{color:#004578}.colorful .sidenav{--active:#0078d7}.colorful daily-slider{--main-bar:#eeeeee;--slider:#6b92d7}.darkblue{color:var(--tp-rgb-1);--h1:white;--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:rgba(0, 0, 0, .3);--dropdown-border:#403d73;--dropdown-color:white ff;--dropdown-item-hover:#42466f;--dropdown-item-active:#42466f;--tp-rgb-0:white;--tp-rgb-1:#cccccc;--tp-rgb-2:#9190b5;--tp-rgb-3:#4f4d71;--tp-rgb-4:#39375a;--tp-rgb-5:#333333;--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:black;--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 rgba(0, 0, 0, .7);--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:#ee1111, #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:rgba(0, 0, 0, .6);--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:white;--tp-rgb-widget-body:#2a2d42;--tp-bo-sh:inset 0 0 3px black, 0 1px 1px 0 rgba(255, 255, 255, .2);--tp-sw-bo:1px solid #5d5d5d;--tp-rgb-header:#2d2d30;--tp-rgb-header-hover:#242424;--tp-rgb-header-active:#1b1b1b;--tp-rgb-push-r:rgba(238, 17, 17, .3);--tp-rgb-push-g:rgba(0, 153, 51, .3);--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:#888888;--header-bg-sub:#0c101f;--best-buy:rgba(59, 179, 228, .15);--best-buy-dark:rgba(59, 179, 228, .2);--best-sell:rgba(255, 74, 104, .15);--best-sell-dark:rgba(255, 74, 104, .2);--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:white;--tp-placeholder-disable:#454b6b}.darkblue app-header>.header{box-shadow:none;background:#161c3e}.darkblue .header{--fill:white;--fill-accent:white;--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 .newGrid-container>div:nth-child(odd)>ul,.darkblue .g-row>li.freez{background-color:var(--odd-row-bg)}.darkblue .newGrid-container>div:nth-child(2n)>ul,.darkblue .g-row>li.freez{background-color:var(--even-row-bg)}.darkblue ::-webkit-scrollbar{height:9px;width:8px;background:#fff0}.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);position:fixed;left:-350px;width:280px;box-shadow:30px 0 30px -30px #00000080;height:100vh;top:40px;bottom:30px;box-sizing:border-box;z-index:100;opacity:0;transition:all ease-in-out .2s;color:var(--color);line-height:30px;cursor:default;font-size:12px;border-right:1px solid var(--tp-rgb-4)}.slider.extended{width:calc(100% - 100px)}.slider.rtl{right:-320px;left:auto;box-shadow:-30px 0 30px -30px #0003}.slider.rtl.open{left:auto;right:40px;height:calc(100% - 41px);color:var(--tp-rgb-1);background-color:var(--tp-rgb-9);border-width:0 0 0 1px;border-style:solid;border-color:var(--tp-rgb-4);box-shadow:-20px 0 20px 5px #00000052}.slider.rtl>.header{flex-direction:row}.slider.open{left:0;opacity:1}.slider>div:not(.header){width:100%;height:calc(100% - 85px);overflow-y:auto;box-sizing:border-box}.slider>div:not(.header)>.close{cursor:pointer}.slider>.header{width:100%;height:45px;display:flex;justify-content:space-between;flex-direction:row-reverse;padding:10px 20px 0 10px;box-sizing:border-box;border-bottom:1px solid var(--tp-rgb-4)}.slider>.header>span{font-size:19px}.slider>.header>.tp-icon,.slider>.header>.shift-chart{cursor:pointer}.slider extend-slider{width:10px;height:10px}.slider extend-slider:after{content:"";width:5px;height:5px;border-width:0 0 1px 1px;border-style:solid;border-color:#333;transform:rotate(45deg);position:absolute;left:10px}.d3-shape,header-widgets .widget-body .widgets>.widget,header-widgets .widget-body .templates>div{border:var(--d3-box-border);box-shadow:var(--d3-box-shadow);border-radius:var(--d3-box-radious);color:var(--d3-box-color);background-color:var(--d3-box-background)}.d3-shape:hover,header-widgets .widget-body .widgets>.widget:hover,header-widgets .widget-body .templates>div:hover{color:var(--d3-box-color-hover);background-color:var(--d3-box-background-hover)}.d3-inshape,new-input label>.input-box,new-input label>.input-symbol-search{border-width:1px;border-style:solid;border-color:var(--d3-inshape-border);box-shadow:var(--d3-inshape-shadow);background-color:var(--d3-inshape-background)}.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){border:none;background-color:#fff0;color:inherit;width:100%;font:inherit;padding:0 5px;box-sizing:border-box;height:32px;line-height:32px;margin-top:-1px;position:absolute;left:0}.popup-backdrop{position:fixed;inset:0;background-color:#a6a6a64d;z-index:10000;display:flex;justify-content:center;align-items:center}.popup-backdrop>div{position:relative}.popup-backdrop .tp-close{width:48px;height:32px;line-height:32px;position:absolute;left:0;top:0;cursor:pointer;text-align:center}.popup-backdrop .tp-close:hover{background-color:var(--dropdown-item-hover)}.popup-box,.picker,customer-balance .header-dropdown-container>.content,market-index .header-dropdown-container>.content,grid-row-contextmenu .container{background-color:var(--dropdown-container);border:1px solid var(--dropdown-border);color:var(--dropdown-color);box-shadow:0 3px 3px var(--box-shadow);position:absolute;z-index:1000;padding:5px 0;max-height:300px;overflow-y:auto}.flat-buttom{width:100%;height:30px;line-height:30px;cursor:pointer;box-sizing:border-box}.flat-buttom:hover{background-color:var(--dropdown-item-hover)}.flat-button{display:flex;justify-content:center;align-items:center;cursor:pointer;padding:0 10px;box-sizing:border-box}.flat-button:hover{background-color:var(--tp-rgb-7)}.tp-etc{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.popup-box.dropdown,customer-balance .header-dropdown-container>.content.dropdown,market-index .header-dropdown-container>.content.dropdown,grid-row-contextmenu .container.dropdown,.popup-box.monthYearPicker,.popup-box.dropdown .multi-menu>div{overflow:auto;max-height:400px}.dropdown,.monthYearPicker,.dropdown .multi-menu>div{background-color:var(--dropdown-container);border:1px solid var(--dropdown-border);color:var(--dropdown-color);box-shadow:0 3px 3px var(--box-shadow);padding:5px 0}.dropdown .multi-menu,.monthYearPicker .multi-menu,.dropdown .multi-menu>div .multi-menu{position:relative}.dropdown .multi-menu:before,.monthYearPicker .multi-menu:before,.dropdown .multi-menu>div .multi-menu:before{content:"";width:4px;height:4px;border-width:0 0 1px 1px;border-style:solid;border-color:#4c4c4c;transform:rotate(45deg);position:absolute;left:15px;top:13px}.dropdown .multi-menu>div,.monthYearPicker .multi-menu>div,.dropdown .multi-menu>div .multi-menu>div{visibility:hidden;transition:visibility step-end .5s;max-width:200px;position:absolute;right:200px;top:-80px;left:auto}.dropdown .multi-menu:hover>div,.monthYearPicker .multi-menu:hover>div,.dropdown .multi-menu>div .multi-menu:hover>div{visibility:visible}.dropdown .multi-menu.open-right>div,.monthYearPicker .multi-menu.open-right>div,.dropdown .multi-menu>div .multi-menu.open-right>div{left:200px;right:auto}.menu-item,.dropdown>div,.dropdown .multi-menu,.dropdown .multi-menu>div>div{width:200px;height:30px;line-height:30px;display:flex;justify-content:space-between;align-items:center;padding:0 10px;box-sizing:border-box;cursor:pointer}.menu-item:hover,.dropdown>div:hover,.dropdown .multi-menu:hover,.dropdown .multi-menu>div>div:hover{background-color:var(--dropdown-item-hover)!important}.menu-item.spliter,.dropdown>div.spliter,.dropdown .multi-menu.spliter,.dropdown .multi-menu>div>div.spliter{cursor:auto;height:1px;background-color:var(--dropdown-border);margin:5px 0}.menu-item.active,.dropdown>div.active,.dropdown .multi-menu.active,.dropdown .multi-menu>div>div.active{background-color:var(--dropdown-item-active)}.menu-item>div[tp-switch],.dropdown>div>div[tp-switch],.dropdown .multi-menu>div[tp-switch],.dropdown .multi-menu>div>div>div[tp-switch]{margin-top:6px}.menu-item.hide,.dropdown>div.hide,.dropdown .multi-menu.hide,.dropdown .multi-menu>div>div.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>symbol-search,.overflowed widget>div.widgetcontainer>symbol-search{position:relative;top:auto;right:0!important}.overflowed symbol-search{width:100%;border-bottom:1px solid var(--tp-rgb-4)}widget>div{width:100%;height:100%}widget>symbol-search,widget>div.widgetcontainer>symbol-search{height:40px;display:inline-block;top:-39px;position:absolute;z-index:25;width:auto;background:none!important;box-shadow:none}widget>symbol-search .tp-symbol-Status:after,widget>div.widgetcontainer>symbol-search .tp-symbol-Status:after{margin-top:13px}widget .tp-widget-body{height:calc(100% - 40px)}.lm_column .tp-widget-body{height:100%}.xSmall .companyText,.xSmall .symbol-state,.xSmall .markettype,.small .companyText,.small .markettype{display:none}.complete-order-panel.larg .tp-widget-body>div>div.send-order{border-width:0 1px;border-style:solid;border-color:var(--tp-rgb-4)}.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{position:absolute;top:-38px;z-index:10;left:3px;display:flex;fill:var(--tp-rgb-2)}widget-action-menu>.dropdown,widget-action-menu>.monthYearPicker,widget-action-menu>.dropdown .multi-menu>div{position:absolute;z-index:1;top:36px;left:0}widget-action-menu>.icon{height:37px;cursor:pointer;padding:0 6px;box-sizing:border-box;line-height:37px}widget-action-menu>.icon:hover{background-color:var(--tp-rgb-7)}[dir=ltr] widget-action-menu{right:3px;left:auto}[dir=ltr] widget-action-menu>.dropdown,[dir=ltr] widget-action-menu>.monthYearPicker,[dir=ltr] widget-action-menu>.dropdown .multi-menu>div{right:0;left:auto}[dir=ltr] .dropdown .multi-menu:before,[dir=ltr] .monthYearPicker .multi-menu:before,[dir=ltr] .dropdown .multi-menu>div .multi-menu:before{right:15px;left:auto;transform:rotate(-135deg)}[dir=ltr] .dropdown .multi-menu>div,[dir=ltr] .monthYearPicker .multi-menu>div,[dir=ltr] .dropdown .multi-menu>div .multi-menu>div{right:200px;left:auto}[dir=ltr] symbol-search .tp-icon,[dir=ltr] symbol-search .shift-chart{border-width:0 0 0 1px}[dir=ltr] .switch-box .handel{right:27px}[dir=ltr] .switch-box input:checked~.handel{right:5px;background-color:#fff}[dir=rtl] .switch-box input:checked~.handel{right:27px;background-color:#fff}[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{width:100%;height:100%;position:absolute;overflow:auto;left:0}.tp-widget-toolbar{display:flex;flex-wrap:wrap;height:40px;line-height:40px;background-color:var(--tp-rgb-11);padding:0;align-items:center}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{width:200px;max-height:300px}.watch-list-category-box>.items{width:100%;max-height:260px;overflow-y:auto;padding:5px 0}.watch-list-category-box>.items>div.active{background-color:var(--dropdown-item-active)}.watch-list-category-box>.items>div>div{height:30px;line-height:30px;padding:0 7px 0 0;box-sizing:border-box;display:flex}.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]{line-height:25px;width:100%;border-width:1px;border-style:solid;padding:0 5px;box-sizing:border-box;background:#fff0;border-color:var(--tp-rgb-7)}.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{visibility:hidden;width:22px;height:30px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:13px;margin:0 2px}.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{width:100%;height:29px;border-top:1px solid var(--dropdown-border)}.watch-list-category-box>.add-new>form{display:flex;position:relative}.watch-list-category-box>.add-new>form>input[type=text]{width:calc(100% - 35px);background:none;color:var(--tp-rgb-2);border:none;font-family:inherit;line-height:32px;padding:0 10px;box-sizing:border-box}.watch-list-category-box>.add-new>form>button{width:34px;height:34px;border:none;background:none;border-right:1px solid var(--tp-rgb-7);cursor:pointer;font-size:.9em}.watch-list-category-box>.add-new>form>button:hover{background-color:var(--tp-rgb-9)}.admintextmessage{text-align:justify}.colorful,.light{--button-color:#444444;--button-border-color:rgba(0, 0, 0, .1);--button-background-image:-webkit-linear-gradient(top, whitesmoke, #f1f1f1);--button-box-shadow:none;--button-active-box-shadow:inset 0 1px 2px rgba(0, 0, 0, .1);--button-active-border-color:#cccccc;--button-active-background-image:-webkit-linear-gradient(top, #eeeeee, #e0e0e0);--button-hover-border-color:#c6c6c6;--button-hover-box-shadow:0 1px 1px rgba(0, 0, 0, .1);--button-hover-background-image:-webkit-linear-gradient(top, #f8f8f8, #f1f1f1)}button-switcher{display:flex;height:30px;line-height:30px;align-items:stretch}button-switcher>button{width:86px;cursor:pointer;border-width:1px;border-style:solid;padding:0 15px;margin-right:-1px;font-family:inherit;color:var(--button-color);border-color:var(--button-border-color);background-image:var(--button-background-image);box-shadow:var(--button-box-shadow)}button-switcher>button[single]{width:auto}button-switcher>button:hover{border-color:var(--button-hover-border-color);box-shadow:var(--button-hover-box-shadow);background-image:var(--button-hover-background-image);z-index:1}button-switcher>button.active{background-image:var(--button-active-background-image);box-shadow:var(--button-active-box-shadow);border-color:var(--button-active-border-color);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{position:absolute;background-color:var(--tp-rgb-widget-body);inset:0;display:flex;align-items:center;justify-content:center}.widget-backdrop>.tp-icon,.widget-backdrop>.shift-chart{font-size:8em;text-align:center}.widget-backdrop>.tp-icon>div,.widget-backdrop>.shift-chart>div{font-size:12px;font-family:tahoma}.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:white;--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:black;--chart-shift-chart-background-color:white}.extend-menu,.mb-chart-area2 .top-menu,.mb-chart-area2 .left-menu{background-color:var(--chart-background-color)}.extend-menu>.container,.mb-chart-area2 .top-menu>.container,.mb-chart-area2 .left-menu>.container{display:flex;flex-wrap:wrap}.extend-menu>.container.close,.mb-chart-area2 .top-menu>.container.close,.mb-chart-area2 .left-menu>.container.close{display:none}.extend-menu>.container>.tool,.mb-chart-area2 .top-menu>.container>.tool,.mb-chart-area2 .left-menu>.container>.tool{color:#758696;fill:#758696}.extend-menu>.container>.tool.open>.dropdown,.extend-menu>.container>.tool.open>.monthYearPicker,.extend-menu>.container>.tool.open>.dropdown .multi-menu>div,.mb-chart-area2 .top-menu>.container>.tool.open>.dropdown,.mb-chart-area2 .left-menu>.container>.tool.open>.dropdown{display:block}.extend-menu>.container>.tool.desable,.mb-chart-area2 .top-menu>.container>.tool.desable,.mb-chart-area2 .left-menu>.container>.tool.desable{color:#d5d5d5}.extend-menu>.container>.tool.active,.mb-chart-area2 .top-menu>.container>.tool.active,.mb-chart-area2 .left-menu>.container>.tool.active{background-color:var(--container-hover);color:#1592e6;fill:#1592e6}.extend-menu>.container>.tool>.dropdown,.extend-menu>.container>.tool>.monthYearPicker,.extend-menu>.container>.tool>.dropdown .multi-menu>div,.mb-chart-area2 .top-menu>.container>.tool>.dropdown,.mb-chart-area2 .left-menu>.container>.tool>.dropdown{position:absolute;display:none;direction:rtl;color:#758696;fill:#758696;z-index:1000;min-width:230px}.extend-menu>.container>.tool>.dropdown>div,.extend-menu>.container>.tool>.monthYearPicker>div,.extend-menu>.container>.tool>.dropdown .multi-menu>div>div,.mb-chart-area2 .top-menu>.container>.tool>.dropdown>div,.mb-chart-area2 .left-menu>.container>.tool>.dropdown>div{justify-content:flex-start;width:auto}.extend-menu>.container>.tool>.dropdown>div>:first-child,.extend-menu>.container>.tool>.monthYearPicker>div>:first-child,.extend-menu>.container>.tool>.dropdown .multi-menu>div>div>:first-child,.mb-chart-area2 .top-menu>.container>.tool>.dropdown>div>:first-child,.mb-chart-area2 .left-menu>.container>.tool>.dropdown>div>:first-child{width:25px;text-align:center;margin-left:15px}.extend-menu>.container>.tool>.dropdown>div>:first-child>svg,.extend-menu>.container>.tool>.monthYearPicker>div>:first-child>svg,.extend-menu>.container>.tool>.dropdown .multi-menu>div>div>:first-child>svg,.mb-chart-area2 .top-menu>.container>.tool>.dropdown>div>:first-child>svg,.mb-chart-area2 .left-menu>.container>.tool>.dropdown>div>:first-child>svg{margin-top:9px}.extend-menu>.container>.tool>.arrow,.mb-chart-area2 .top-menu>.container>.tool>.arrow,.mb-chart-area2 .left-menu>.container>.tool>.arrow{position:relative}.extend-menu>.container>.tool>.arrow:before,.mb-chart-area2 .top-menu>.container>.tool>.arrow:before,.mb-chart-area2 .left-menu>.container>.tool>.arrow:before{content:"";border-style:solid;border-color:#4a4a4a;transform:rotate(45deg);position:absolute;transition:all ease-in-out .2s}.extend-menu>.menu-pin,.mb-chart-area2 .top-menu>.menu-pin,.mb-chart-area2 .left-menu>.menu-pin{font-weight:700}.extend-menu>.menu-pin:before,.mb-chart-area2 .top-menu>.menu-pin:before,.mb-chart-area2 .left-menu>.menu-pin:before{content:"..."}.extend-menu>.menu-pin:hover,.mb-chart-area2 .top-menu>.menu-pin:hover,.mb-chart-area2 .left-menu>.menu-pin:hover{cursor:pointer;background-color:#3bb3e4;color:#fff}.extend-left-tool-arrow>.arrow,.mb-chart-area2 .left-menu>.container>.tool:hover>.arrow,.mb-chart-area2 .left-menu>.container>.tool.open>.arrow{margin-left:-15px}.mb-chart-area2{width:100%;height:100%;display:grid;grid-template-columns:max-content auto;grid-template-rows:max-content auto 22px;direction:ltr}.mb-chart-area2>div{box-sizing:border-box}.mb-chart-area2>div:nth-child(2){grid-row-start:1;grid-row-end:4}.mb-chart-area2 .top-menu{border-bottom:1px solid var(--tp-rgb-7)}.mb-chart-area2 .top-menu>.container{width:100%;box-sizing:border-box;padding:0 5px}.mb-chart-area2 .top-menu>.container>.tool{height:30px;line-height:30px;box-sizing:border-box;background-color:var(--tp-rgb-9);border-width:1px;border-style:solid;border-color:var(--chart-top-menu-tool-border-color);float:left;margin:5px 5px 0 0;cursor:pointer}.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{transform:rotate(-135deg);top:12.5px}.mb-chart-area2 .top-menu>.container>.tool>.title{padding:0 10px;float:left}.mb-chart-area2 .top-menu>.container>.tool>.dropdown,.mb-chart-area2 .top-menu>.container>.tool>.monthYearPicker,.mb-chart-area2 .top-menu>.container>.tool>.dropdown .multi-menu>div{margin-top:28px;z-index:100;min-width:80px;margin-left:-1px}.mb-chart-area2 .top-menu>.container>.tool>.arrow{width:20px;height:100%;border-width:1px;border-style:solid;border-color:var(--chart-top-menu-tool-border-color);float:right;margin-right:-1px;margin-top:-1px}.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{content:"";width:0;height:0;border-width:3px;border-top-color:#fff0;border-left-color:#fff0;top:9.5px;left:5.5px}.mb-chart-area2 .top-menu>.menu-pin{width:30px;height:7px;line-height:1px;margin:0 auto;text-align:center}.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);width:52px;height:100%;float:left;flex-direction:column}.mb-chart-area2 .left-menu>.container>.tool{width:52px;height:38px;display:flex;overflow:hidden}.mb-chart-area2 .left-menu>.container>.tool.open>.arrow:before{transform:rotate(-135deg);left:5.5px}.mb-chart-area2 .left-menu>.container>.tool>.dropdown,.mb-chart-area2 .left-menu>.container>.tool>.monthYearPicker,.mb-chart-area2 .left-menu>.container>.tool>.dropdown .multi-menu>div{left:52px}.mb-chart-area2 .left-menu>.container>.tool>.title{flex:0 0 52px;padding:4px 10px;box-sizing:border-box}.mb-chart-area2 .left-menu>.container>.tool>.arrow{width:15px;height:100%;transition:all ease-in-out .2s}.mb-chart-area2 .left-menu>.container>.tool>.arrow:before{width:5px;height:5px;border-width:1px 1px 0 0;top:15px;left:2.5px}.mb-chart-area2 .left-menu>.container>.tool:not([multi-tool])>div{margin:5px auto}.mb-chart-area2 .left-menu>.menu-pin{width:5px;height:30px;float:right;position:inherit;top:calc(50% - 15px)}.mb-chart-area2 .left-menu>.menu-pin:before{transform:rotate(90deg);position:absolute;right:-6.5px;top:8px}.mb-chart-area2 .footer{background-color:var(--chart-menu-footer-background-color);display:flex;justify-content:space-between}.mb-chart-area2 .footer>div{display:flex;flex-direction:row-reverse;align-items:center}.mb-chart-area2 .footer>div>div{margin:0 0 1px;padding:0 13px;height:22px;line-height:22px;color:#8b8c8e;box-sizing:border-box;cursor:pointer;position:relative}.mb-chart-area2 .footer>div>div:hover{color:var(--chart-menu-footer-item-hover-color)}.mb-chart-area2 .footer>div>div:after{content:" ";display:block;position:absolute;top:4px;left:-1px;width:0;height:14px;border-left:1px solid;border-color:#b5b7b9}.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>.monthYearPicker,.mb-chart-area2 .footer>div>div.setting.open>.dropdown .multi-menu>div{display:block}.mb-chart-area2 .footer>div>div.setting>.dropdown,.mb-chart-area2 .footer>div>div.setting>.monthYearPicker,.mb-chart-area2 .footer>div>div.setting>.dropdown .multi-menu>div{display:none;bottom:22px;position:absolute;right:1px;direction:rtl;z-index:100}.shift-chart{width:28px;height:28px!important;border:1px solid #555;background-color:var(--chart-shift-chart-background-color);opacity:.3;position:absolute;z-index:10;bottom:35px;border-radius:50%;text-align:center;line-height:28px!important;font-size:20px!important}.shift-chart:hover{opacity:1;cursor:pointer}.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{height:28px;background:-moz-linear-gradient(top,#dbecf6 0%,#b7dbee 100%);background:-webkit-linear-gradient(top,#dbecf6 0%,#b7dbee 100%);border-width:1px 0;border-style:solid;border-top-color:#b5d9ed;display:flex;justify-content:space-between;border-bottom-color:#fff;padding:5px 10px;box-sizing:border-box}.widget-separator>section{display:flex}.widget-separator>section>div{cursor:pointer}.widget-separator>section>.tab{background-color:#9abbe7;border-bottom-color:#fff;color:#fff;border-width:1px;border-style:solid;border-color:#fff;height:20px;line-height:19px;border-radius:4px 4px 0 0;padding:0 25px;margin:0 5px}.widget-separator>section>.tab.active{background-color:#6b92d7;border-bottom-color:#6b92d7}.widget-separator>section .icon{width:15px;height:15px;margin:0 2.5px;background-color:#eee;position:relative}.widget-separator>section .icon.expand:after,.widget-separator>section .icon.increaseHeight:after,.widget-separator>section .icon.decreaseHeight:after{content:"";position:absolute;width:5px;height:5px;border-width:0 1px 1px 0;border-style:solid;border-color:#555;transform:rotate(45deg);top:4px;left:5px}.widget-separator>section .icon.decreaseHeight:after{transform:rotate(-135deg);top:7px}.widget-separator>section .icon.expand:after{border-width:1px;transform:rotate(0);left:4px}.widget-separator>section .send-order{padding:0 5px;border:1px solid;line-height:18px;height:20px;box-sizing:border-box;font-size:11px;background:-moz-linear-gradient(top,#e2e4e4 1%,#c8c7c7 100%);background:-webkit-linear-gradient(top,#e2e4e4 1%,#c8c7c7 100%);margin-top:-2px}.widget-separator>section .symbol-title{font-weight:700;margin-right:10px}.widget-separator>section .connection-status{width:15px;height:15px;border-radius:50%}.widget-separator2{display:flex;padding:0 10px;height:28px;box-sizing:border-box}.widget-separator2>.tab{background:#ebebeb;border-color:#bbb;border-style:solid solid none;border-width:1px 1px medium;padding:4px 13px;margin:0 2px;cursor:pointer}.widget-separator2>.tab.active{background-color:#fff}.send-order-panel{display:flex}.send-order-panel>*{width:33.33%}.send-order-panel .last-traded-price{display:flex;width:100%;justify-content:space-between;background-color:#e1e1e1;height:26px;line-height:26px;box-sizing:border-box;padding:0 10px}.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;padding:0;border-width:1px 0}.order-status-panel .newGrid-header>ul>li{background-color:gray}widget-header{width:100%;height:2px;display:inline-block;position:absolute;top:-36px;z-index:20}widget-header .link-group-sign{width:100%;height:2px;display:none}widget-header .action-bar{display:flex;float:left;background:var(--tp-rgb-11)}widget-header .action-bar>div{width:35px;height:35px;line-height:35px;text-align:center}widget-header .action-bar>div:hover{cursor:pointer;background-color:var(--tp-rgb-7)}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 .MuiCollapse-root,.darkblue .MuiButtonBase-root.MuiAccordionSummary-root,.darkblue .MuiBox-root .MuiGrid-root .MuiGrid-root .MuiPaper-root{color:#a9a9a9!important;background-color:#141828;border-radius:10px}.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.MuiBox-root,.darkblue .Mui-TableHeadCell-Content-Wrapper.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 .MuiBox-root .MuiButtonBase-root .MuiSvgIcon-root,.darkblue .MuiAccordionSummary-content .MuiButtonBase-root .MuiSvgIcon-root,.darkblue .MuiAccordionSummary-expandIconWrapper .MuiSvgIcon-root,.darkblue .MuiToolbar-root .MuiBox-root .MuiBox-root .MuiTablePagination-root,.darkblue .MuiTableRow-root .MuiTableCell-root .MuiButtonBase-root .MuiSvgIcon-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 .MuiToolbar-root,.darkblue .MuiTableCell-root,.darkblue .MuiTableContainer-root .MuiTable-root .MuiTableBody-root,.darkblue .MuiAccordionDetails-root .MuiBox-root,.darkblue .MuiAccordionDetails-root .MuiBox-root .MuiTabs-root,.darkblue .MuiTable-root .MuiTableHead-root .MuiTableRow-root .MuiTableCell-root,.darkblue .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root,.darkblue .MuiList-root.MuiList-padding.MuiMenu-list{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{-moz-font-feature-settings:"ss02";-webkit-font-feature-settings:"ss02";font-feature-settings:"ss02"}.ss03{-moz-font-feature-settings:"ss03";-webkit-font-feature-settings:"ss03";font-feature-settings:"ss03"}input:-webkit-autofill,input:-webkit-autofill:focus{transition:background-color 600000s 0s,color 600000s 0s}input[data-autocompleted]{background-color:transparent!important}::-webkit-scrollbar{height:12px;width:12px;background:#000}::-webkit-scrollbar-thumb{background:#393812;-webkit-border-radius:1ex;-webkit-box-shadow:0px 1px 2px rgba(0,0,0,.75)}::-webkit-scrollbar-corner{background:#000}.app-version{width:100%;height:18px;text-align:center;margin-top:30px;font-size:14px}.profilecenter{text-align:center;text-align:-moz-center;text-align:-webkit-center}.datepickerBirthDate{display:inline-block!important;height:35px;border-radius:40px;border:1px solid #e9e9e9;font-size:14px;width:100%!important}.darkblue .datepickerBirthDate{border:1px solid #323337}.datepicker{display:inline-block!important;height:35px;border-radius:40px;border:1px solid #e9e9e9;font-size:14px}.datepicker:hover,datepickerBirthDate:hover{border:1px solid rgb(152,182,233)!important}.datepicker:active,.datepickerBirthDate:active{border:2px solid rgb(152,182,233)!important}.date-input-with-dialog-empty{display:none!important}.date-input-with-dialog-calendar{top:7px!important;width:2.2em!important;max-height:2em!important;color:#0e6c5b!important;position:relative;right:15px}.MuiAccordionSummary-expandIconWrapper.Mui-expanded{margin:0 0 0 30px;border-radius:50%}.MuiAccordionSummary-expandIconWrapper.Mui-expanded :hover{background-color:#61acf356;border-radius:50%}.MuiAccordionSummary-expandIconWrapper{margin:0 0 0 30px;border-radius:50%}.MuiAccordionSummary-expandIconWrapper :hover{background-color:#afafaf30;border-radius:50%}.MuiTypography-root .MuiFormControlLabel-label{font-size:13px}.muirtl-darbsa-MuiTypography-root{font-family:unset!important}.MuiSvgIcon-root.MuiSvgIcon-fontSizeMedium{font-size:22px}.BG-in{background-color:#fff;top:0;bottom:0;align-items:center;justify-content:center}.align-items-end{align-items:flex-end!important}@media(min-width:991.98px){.security-rules{padding:0 2rem 2rem;line-height:1.8}}.security-rules{text-align:center;padding:0 1rem .5rem;background-color:#ffffff4d}.date-input{padding-right:0}.MuiTableCell-root.MuiTableCell-body.MuiTableCell-sizeMedium.muirtl-12jdod7-MuiTableCell-root,.MuiTypography-root.MuiTypography-body.muirtl-16mmv1b-MuiTypography-root,.MuiTableCell-root.MuiTableCell-body.MuiTableCell-sizeMedium.muirtl-qea5q9-MuiTableCell-root{height:70px;font-size:14px!important;line-height:4}.MuiTableCell-root.MuiTableCell-body.muirtl-g0rq6g-MuiTableCell-root,.MuiButtonBase-root.MuiButton-root.MuiButton-text.muirtl-3vs74e-MuiButtonBase-root-MuiButton-root,.MuiButtonBase-root.MuiButton-root.MuiButton-text.muirtl-xu7l5f-MuiButtonBase-root-MuiButton-root{font-size:14px;line-height:1}.MuiTypography-root.MuiTypography-body1.muirtl-ahj2mt-MuiTypography-root{font-size:14px}.anim1s{animation-name:intro;animation-duration:1s;animation-iteration-count:1;animation-timing-function:ease-in-out;animation-fill-mode:forwards}.flashingMazanehUp{animation:flashingMazaneh-style 2s linear infinite;animation-iteration-count:3;background:#90ee90!important}.flashingMazanehDown{animation:flashingMazaneh-style 2s linear infinite;animation-iteration-count:3;background:#ff9292!important}.darkblue .flashingMazanehUp span,.darkblue .flashingMazanehDown 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:rgb(161,0,0)(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{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{border-color:#d3d3d3;border-style:solid;border-width:1px;border-radius:5px;padding:10px;margin-bottom:10px;margin-left:5px;cursor:pointer;background-color:#f0f8ff}.ascending{transform:rotate(-30deg);color:green}.descending{transform:rotate(150deg);color:red}.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-days,.darkblue .JDatePicker .JC-Buttons button{background-color:#161c38}.buttonMazeneh{display:inline-block;position:relative;margin:1em;padding:.67em;border:2px solid #FFF;overflow:hidden;text-decoration:none;font-size:2em;outline:none;color:#fff}.buttonMazeneh span{-webkit-transition:.6s;-moz-transition:.6s;-o-transition:.6s;transition:.6s;-webkit-transition-delay:.2s;-moz-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}.buttonMazeneh:before,.buttonMazeneh:after{content:"";position:absolute;top:.67em;left:0;width:100%;text-align:center;opacity:0;-webkit-transition:.4s,opacity .6s;-moz-transition:.4s,opacity .6s;-o-transition:.4s,opacity .6s;transition:.4s,opacity .6s}.buttonMazeneh:before{content:attr(data-hover);-webkit-transform:translate(-150%,0);-moz-transform:translate(-150%,0);-ms-transform:translate(-150%,0);-o-transform:translate(-150%,0);transform:translate(-150%)}.buttonMazeneh:after{content:attr(data-active);-webkit-transform:translate(150%,0);-moz-transform:translate(150%,0);-ms-transform:translate(150%,0);-o-transform:translate(150%,0);transform:translate(150%)}.buttonMazeneh:hover span,.buttonMazeneh:active span{opacity:0;-webkit-transform:scale(.1);-moz-transform:scale(.1);-ms-transform:scale(.1);-o-transform:scale(.1);transform:scale(.1)}.buttonMazeneh:hover:before,.buttonMazeneh:active:after{opacity:1;-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0);-webkit-transition-delay:.1s;-moz-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s}.buttonMazeneh:active:before{-webkit-transform:translate(-150%,0);-moz-transform:translate(-150%,0);-ms-transform:translate(-150%,0);-o-transform:translate(-150%,0);transform:translate(-150%);-webkit-transition-delay:0s;-moz-transition-delay:0s;-o-transition-delay:0s;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,.volumeIconForm,.searchIconForm{color:#707070;border:1px solid #bfbcbc;position:absolute;top:10px;cursor:pointer!important;border-radius:2px;height:20px!important;width:20px!important;transform:scale(1);transition:transform .3s ease-in-out;z-index:1000}.darkblue .closeIconForm,.darkblue .refreshIconForm,.darkblue .volumeIconForm,.darkblue .searchIconForm{color:silver}.closeIconForm.chat,.refreshIconForm.chat,.volumeIconForm.chat,.searchIconForm.chat{color:#fff;transform:scale(1);transition:transform .3s ease-in-out}.closeIconForm:hover,.volumeIconForm:hover,.refreshIconForm:hover,.searchIconForm:hover{transform:scale(1.2);transition:transform .3s ease-in-out}.closeIconForm:active,.volumeIconForm:active,.refreshIconForm:active,.searchIconForm:active{color:#000;background-color:#f0efef;border:1px solid black}.closeIconForm{left:10px}.refreshIconForm{left:40px}.volumeIconForm{left:70px}.searchIconForm{left:100px}@media(min-width:470px){.switchContainerMemory{top:10px;height:22px!important;left:70px!important;position:absolute!important;border:1px solid rgb(0,130,177);padding:2px 3px 0;border-radius:5px;cursor:pointer;text-decoration:none!important;font-size:11px!important}.switchContainerMemoryShow{top:10px;height:22px!important;left:210px!important;position:absolute!important;border:1px solid rgb(0,130,177);padding:2px 3px 0;border-radius:5px;cursor:pointer;text-decoration:none!important;font-size:11px!important}}@media(max-width:470px){.switchContainerMemory{position:absolute;top:2px!important;left:70px!important;border:1px solid rgb(0,130,177);border-radius:5px;padding:0 3px;cursor:pointer;text-decoration:none!important;font-size:10px!important}.switchContainerMemoryShow{position:absolute;top:20px!important;left:75px!important;border:1px solid rgb(0,130,177);border-radius:5px;padding:0 3px;cursor:pointer;text-decoration:none!important;font-size:10px!important}}.actionOrderIcon{transform:scale(1);transition:transform .3s ease-in-out;-webkit-box-shadow:1px 1px 5px rgba(0,0,0,.75)}.actionOrderIcon:hover{transform:scale(1.2);transition:transform .3s ease-in-out}.myCardStyle{width:100%}.popup{position:absolute;top:50px;z-index:10000}.popWrap{position:relative;border:1px solid pink;padding:1px;display:inline-block}.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 rgba(25,118,210,.5);color:#1976d2}.colorful .buttonCancel:hover{border-width:2px}.darkblue .buttonCancel{border:1px solid rgba(100,138,175,.5);color:#769cc3}.darkblue .buttonCancel:hover{border-width:2px}.colorful .buttonDelete{border:1px solid rgba(25,118,210,.5);color:#ab0000}.colorful .buttonDelete:hover{border-width:2px}.darkblue .buttonDelete{border:1px solid rgba(248,98,98,.5);color:#e68f8f}.darkblue .buttonDelete:hover{border:1px solid rgba(248,98,98,.5);border-width:2px}.MuiTableCell-root.MuiTableCell-body.MuiTableCell-alignRight.MuiTableCell-sizeMedium{text-align:right!important}.content{margin-left:auto;margin-right:auto;padding:15px}.bg-aqua,.callout.callout-info,.alert-info,.label-info,.modal-info .modal-body{background-color:#00c0ef!important}.bg-green,.callout.callout-success,.alert-success,.label-success,.modal-success .modal-body{background-color:#00a65a!important}.bg-yellow,.callout.callout-warning,.alert-warning,.label-warning,.modal-warning .modal-body{background-color:#f39d12!important}.bg-red,.callout.callout-danger,.alert-danger,.alert-error,.label-danger,.modal-danger .modal-body{background-color:#dd4b39!important}.bg-redLight{background-color:#ffb5ab83!important;color:#575757!important}.bg-yellowLight{background-color:#ffd4908e!important;color:#575757!important}.bg-aquaLight{background-color:#81e6ff98!important;color:#575757!important}.bg-greenLight{background-color:#a5ffd6a7!important;color:#575757!important}.bg-red,.bg-yellow,.bg-aqua,.bg-blue,.bg-light-blue,.bg-green,.bg-navy,.bg-teal,.bg-olive,.bg-lime,.bg-orange,.bg-fuchsia,.bg-purple,.bg-maroon,.bg-black,.bg-red-active,.bg-yellow-active,.bg-aqua-active,.bg-blue-active,.bg-light-blue-active,.bg-green-active,.bg-navy-active,.bg-teal-active,.bg-olive-active,.bg-lime-active,.bg-orange-active,.bg-fuchsia-active,.bg-purple-active,.bg-maroon-active,.bg-black-active,.callout.callout-danger,.callout.callout-warning,.callout.callout-info,.callout.callout-success,.alert-success,.alert-danger,.alert-error,.alert-warning,.alert-info,.label-danger,.label-info,.label-warning,.label-primary,.label-success,.modal-primary .modal-body,.modal-primary .modal-header,.modal-primary .modal-footer,.modal-warning .modal-body,.modal-warning .modal-header,.modal-warning .modal-footer,.modal-info .modal-body,.modal-info .modal-header,.modal-info .modal-footer,.modal-success .modal-body,.modal-success .modal-header,.modal-success .modal-footer,.modal-danger .modal-body,.modal-danger .modal-header,.modal-danger .modal-footer{color:#fff!important}.small-box{position:relative;display:block;margin-bottom:20px;box-shadow:#0000001a 0 1px 1px;border-radius:2px}.small-box>.inner{padding:10px}.small-box h3{font-size:38px;font-weight:700;margin:0 0 10px;white-space:nowrap;padding:0}.small-box h3,.small-box p{z-index:5}.small-box p{font-size:15px}.small-box .icon{position:absolute;top:60px;left:10px;z-index:0;font-size:90px;color:#00000026;transition:.3s linear}.small-box .icon1{position:absolute;top:30px;left:10px;z-index:0;font-size:90px;color:#00000026;transition:.3s linear}.ion .ion-bag:before{display:inline-block;font-family:Ionicons;font-style:normal;font-weight:400;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;font-variant:normal}.small-box>.small-box-footer{position:relative;text-align:center;color:#fffc;display:block;z-index:10;padding:3px 0;background:#0000001a;text-decoration:none}.small-box>.small-box-footer:hover{color:#fff;background:#0000004d}.small-box .icon .ion,.small-box .icon1 .ion{transition:all .3s linear;position:absolute;top:20px;left:0;z-index:0;font-size:90px;color:#00000026}.small-box .icon .ion:hover,.small-box .icon1 .ion:hover{transition:all .3s linear;font-size:95px;top:18px;left:-2px}sup{top:-.2em}sub,sup{position:relative;font-size:75%;line-height:0}.label,sub,sup{vertical-align:baseline}@media screen and (min-width:300px){.porfto-box,.boxDialg{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;padding:10px 30px;border-radius:10px;cursor:pointer;display:inline-block;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;font-size:1.1rem;cursor:pointer}.text-underlinePhoto:hover{color:#500a6f;font-size:1.3rem;text-decoration:underline}.colorful .titleColor,.light .titleColor,.darkblue .titleColor{background:linear-gradient(30deg,#2866b7 55%,#315286 75%);color:#fff;padding:10px 20px;right:0;position:absolute;top:0;font-size:1.2rem}.rmdp-input{width:120px}.Mui-selected{background-color:#1976d266!important}.messageAll{width:100%;box-shadow:0 5px 10px #00000080;padding:3px 10px;margin-bottom:7px;-moz-animation:messageAnim 1s ease-in;-webkit-animation:messageAnim 1s ease-in;-ms-animation:messageAnim 1s ease-in;-o-animation:messageAnim 1s ease-in;animation:messageAnim 1s ease-in}@-webkit-keyframes messageAnim{0%{opacity:0}to{opacity:1}}@-moz-keyframes messageAnim{0%{opacity:0}to{opacity:1}}@-ms-keyframes messageAnim{0%{opacity:0}to{opacity:1}}@-o-keyframes messageAnim{0%{opacity:0}to{opacity:1}}@keyframes messageAnim{0%{opacity:0}to{opacity:1}}.darkblue .MuiGrid-root .MuiPaper-root .MuiBox-root{background-color:#23273c}.darkblue .MuiTablePagination-root .MuiBox-root .MuiFormLabel-root.uiInputLabel-root,.darkblue .MuiButtonBase-root.MuiMenuItem-root,.darkblue .MuiInputBase-root.MuiInput-root .MuiSelect-select{color:darkgray important}.darkblue .MuiSvgIcon-root{color:#a9a9a9}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(0,0,50%);transform:translateZ(50%)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(0,0,50%);transform:translateZ(50%)}to{opacity:1;-webkit-transform:none;transform:none}}.collapse{display:none}.btn{display:inline-block;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.btn.btn-simple{box-shadow:none}.btn.btn-simple,.btn.btn-simple:hover{background-color:#fff0;color:#999}.widget-icon{transition:all .2s ease!important;border-radius:50%;width:50px;height:50px;box-shadow:0 1px 6px #0003,0 1px 10px #00000026;margin:0 auto}.widget-icon img{border-radius:50%;width:100%;height: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{position:absolute;left:2px;bottom:2px}#box-chat{overflow:hidden;border-radius:8px;box-shadow:#00000040 0 0 15px;margin:15px;position:fixed;z-index:10;background-color:#c1d7cb;height:calc(100% - 100px)}#box-chat .right .dc-img{right:0}#box-chat .left .dc-text{background:0 0}#box-chat .left .dc-text,#box-chat .box-header,.cssload-loader div,.avatar span,.dc-text:before,.pressmic,.right .amazingaudioplayer-progress-played,.qa_btn{background:#4148fc}.load-older,.emojz div{color:#4148fc}#box-chat .avatar img,.reply-op{border-color:#4148fc}#box-chat .form-group #message{min-height:30px;max-height:50px;overflow-y:auto!important;line-height:20px;background-color:#fff!important;border-radius:8px;border:1px solid #4148fc;padding:10px 10px 0 65px}#box-chat .box-header{box-shadow:0 1px 4px #0003;z-index:5;position:fixed;top:0;display:block;left:0;right:0;height:35px}#box-chat .box-body{padding:0 12px 0 7px;font-size:13px;overflow-y:auto}#box-chat .box-body.adminList{margin-bottom:0;position:fixed;inset:60px 0 0;height:100%}#box-chat .box-body.adminChat{margin-bottom:0;position:fixed;left:0;right:0;top:55px;height:calc(100% - 120px)}#box-chat .title-name{font-weight:500;font-size:14px;position:absolute;top:35px;right:110px;color:#f5f5f5;opacity:.9}#box-chat .inputSearchAll{font-size:15px;position:absolute;top:10px;left:10px;width:65%;height:35px;color:#000;background-color:#efefef;border:1px solid lightblue;text-align:right;border-radius:20px;padding-right:50px;display:inline-block}#box-chat .inputSearchAll::placeholder{color:gray}#box-chat .inputSearchAllSeacrh{position:absolute;top:15px;right:80px;width:30px;height:30px;display:inline-block;color:gray}@media(max-width:410px){#box-chat .inputSearchAll{font-size:13px;position:absolute;top:13px;left:10px;width:60%;height:30px;padding-right:40px}#box-chat .inputSearchAllSeacrh{top:18px;right:70px;width:25px;height:25px}}@media(max-width:300px){#box-chat .inputSearchAll{font-size:13px;position:absolute;top:10px;left:10px;width:60%;height:30px;padding-right:40px}#box-chat .inputSearchAllSeacrh{top:15px;right:55px;width:25px;height:25px}}#box-chat .inputSearch{font-size:13px;position:absolute;top:10px;left:95px;width:45%;color:#000;background-color:#fff;border:0;text-align:right;border-radius:3px;-moz-animation:showHide .5s ease-in;-webkit-animation:showHide .5s ease-in;-ms-animation:showHide .5s ease-in;-o-animation:showHide .5s ease-in;animation:showHide .5s ease-in}@media(max-width:400px){#box-chat .title-name.admin{font-size:12px;top:34px}.box-header.adminchat{height:30px}}#box-chat .back-chat{display:inline-block;position:relative;top:5px;right:0;color:#f5f5f5;opacity:1;font-size:25px;cursor:pointer;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{opacity:.8;font-size:12px;position:absolute;top:47px;right:87px;color:#f5f5f5}#box-chat .box-body,#box-chat .chatboxi .box-chat-content{background:#f3f3f3 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAIAAAAiOjnJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3QUQwNjJEMDQ0RURFNzExOThEMkI1QjgyMDc1N0NFMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozQTM2OTg2RTdEODYxMUVBQjhCRkRDQkYxOUFERUIzQiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozQTM2OTg2RDdEODYxMUVBQjhCRkRDQkYxOUFERUIzQiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjcxNDQyMUNCQ0E3NUVBMTFCOTM4QjBBRUZFRERFMjc1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjdBRDA2MkQwNDRFREU3MTE5OEQyQjVCODIwNzU3Q0UzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+kVyR5wAABttJREFUeNrsnX1vokwURysoKFjsi26y+/2/m9m4rJWKIgg8vzhJ80S3FdvZLtRz/jAWJll3OLn3zgAzvefn55tz1HX969evMAy32+3j4+MNwDl6TcRar9dyK03T6XTa7/fpNbAg1n6/N+Gq1+uNx2O6DOyIFcfxaDQy4Upu0WVgQazNZlMUhT5VWnmeR3+BBbGqqlosFkEQ6MtkMqGzwI5YT09PKtUVrmazGUkQ7Ii12+2klHwaHqCn4CKcPx6t63q1Wqmo0hesAmsRyxzUSFBJ0HVdugksiKVhYBzHqtmlVBiG9BHYEctMh5qJKzoI7IiV5/nv37/1hbs3YD8VCqVCegfsTzcAIBYg1oUsl8vJZOI4DpcKsWwyn89lldxinrZbdCASPDw8ZFmm0FVVFRcMsazhed79/f1gMFgsFjKMa9YJOjNTdXt76/t+mqbb7Zaqi4hF6EKsTlHXNRePVGiHPM+VCqXUbDYjFSKWHZ6fn2VVFEWj0YjLhlgEqiulGxOkBCrEsgy3dBALALEAsQCxwD77/T7Lst6Bo1Oe57X28XHEajvb7TbPcw1fjm426E/XdVu7/g+vS7QdCaRYFUXR0fEkSdq87gHD+G4Lh1hwXSAWINa1pjzEgs+rpVpeYzHd0HbW6/XpWyRSqixL3/dbe28esdqOWfHg6KBRbTgcMkEK1wViAWIBYgFiIRYgFiAWIBYAYgFiAWIBIBYgFiAWAGIBYgFiASAWIBYgFgBiAWIBYgEgFiAWIBYAYgFiAWIBIBYgFiAWAGKdI8/zzWajz6qqHMfxPC8IAn0iAWK9k/1+n6apPsMwlEmu65ZlafbX7Pf7OtjadfEQq70URRHHcRRFEuj0rNxKkuTx8XEwGGADYl3AarUyWe+1BiY/TiYTbLDIF1+OW8YoA75hldBZtVFLbECspiga/TEDHqE2aokNiHVBxPJ9/2wztSFiIdYFmJmF873gOBonYgNiNf7vOc7ptg5/9M91XWxArKZoPLjb7c42UxtmShHrAjTiS9P0bDO1eXvkCIh1HLH6/f7bbpn5dyIWYl1GGIZJkrzmlpl5bzIlARdxdfcKfd83Y0DuFSKWHXi6AbEAsQAQCxALEAsAsQCxALEAEAsQCxALALEAsQCxABALEAsQCwCxALEAsQAQCxALEAsQC7EAseBi4jiu6zoIguFw2GSpMMSCRuj6pmkqt3q93ujA57z8jVhfn6qqsizbbDZFUejPwWDwCQEMsa6IPM+3Bz4hgCHWtQcws96O9QCGWNeLxJJeLwFM+TGKIsQCO8gquWWWuZ9Op4gFrQaxALEAsQCxEAsQCxALEKstVFVldhjs9XpcG8SyRpIkUmq73d7e3o5GIy4PYlmgLMvFYvH9+/eiKNI01af0arKNJSDWWyyXS2n0sq1NlmVmA5woitiSBLHeSZ7ncRz/+PHj6LhKrqenpyAIFL0+8wFI+CJiySrFqtfqKv3I9XqtBuPxmLoesZqSHbi/v397wCi3VNer2WAw4Mq1nH+fXOq6ltxndwxUHhwOhzeHB9O4bESs86hCVzRq8oiZii3P85iGIGKdxyS4JvsxK1cWRYFVRKxG6F9XMa4RX8PqnmktIlaj6so8EasvZ9Ol/MMqItZlqVB6KWiNx+PXms3n8+l0StmOWJdRlqV+hplKOK2idEoNJpMJVwux3oNq8yRJHMf5fy2lkPbz589v374x7Y5YH0KjP/0kc9NQuc887/BGlgTEugBVXWbWVF9msxm3cRDLZl2vwaCCFnNXiAWAWIBYgFgAiAWIBYgFgFiAWIBYgFiIBYgFiAWIBYBYgFiAWACIBYgFFjDb3WRZ9vDw0JXfzCugreZlg64gCMqy7NAvR6z2higpZXZ7m0wmeZ7v93vEgnfysgmqfLq7u3tZYq6qqm69sotYrUDemBAle0yIOnqVsnNiUbz/e9YHwjCUUq8tfPKy+AARC5oiXVRUpWmqxPeaWIpY3VpsB7FakDUOS8/5vr9arcy2CadLCmhI2K1UyBIubcHzvOl0qtA1n89Vb51GLNd1iVjwztAVRdFwODwNXUQs+CuhS38y3QCWQ5eq+86tO8d0Q6sxuyuYAaPCGGKBTfI83+12TRYtRyz46tkcseDvirXZbJTLNazt9/vBAXoHPiqWRh+qE5XFXdc1q65rYMLS6vAhscwGzEfbBS6XS8/ziFvwPhyTBE9HHDpiNroBeKdYpq46OqEj3XpkEVonluqqU4d0pFt3PaF1YqmQWq/XRyeabKcL0HRUaDIgo0KwI9bNYbNJVeuyysxjEa7AjlgAiAWIBYgFgFiAWIBYAIgFiAWIBYBYgFiAWAAf5D8BBgD2fAgnXTfzOQAAAABJRU5ErkJggg==)}#box-chat .box-body.adminLayout{background:#f3f3f3 url(/assets/bgchat-admin-shbhykZ4.png);margin-top:5px}.box-chat-content .right>.dc-text{background:#fff;color:#444}#box-chat .fix-content{height:45px;position:absolute;bottom:10px;left:15px}.clclose i{font-size:14px;margin:3px}.clclose:hover{background:#0000001a;border-radius:50%}#box-chat .focustype{background:#fff;box-shadow:0 0 40px #96a5be66}#box-chat .box-footer{position:fixed;bottom:0;width:100%;background-color:#c1d7cb;border-top:1px solid darkgray;min-height:60px}#box-chat #chatbox{min-height:calc(100vh - 215px);padding-top:15px;position:relative;overflow-x:hidden}#box-chat .dc-img{right:0}.box-chat-content{position:relative;width:100%;margin:0;box-shadow:0 1px 4px #00000024;color:#000000de}.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{position:relative;overflow-x:hidden;padding:0;height:calc(100vh - 160px);background:#f3f3f3}#box-send{background:#fff}#btn-close-chat div,.unread-num{border-radius:50%;color:#fff;text-align:center}#btn-close-chat{position:absolute;z-index:20005;width:25px;height:25px;top:20px;left:10px;color:#fff}#btn-close-chat div{background:#0000001a;cursor:pointer;width:28px;height:28px;padding-top:5px;float:left}#btn-close-chat div:hover{background:#0000004d}.chatButton{position:absolute;z-index:1;background:linear-gradient(180deg,#2866b7 10%,#315286);border-radius:35px;box-shadow:2px 2px 4px #00000080;bottom:50px;right:50px}.chatButton:hover{background-color:#304aca}@media(max-width:500px){.chatButton{bottom:45px;right:5px;width:40px;height:40px}.widget-icon{width:40px;height:40px}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.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{padding:5px 3px;line-height:27px;display:inline-block;text-align:center;vertical-align:middle;font-size:24px;-webkit-transition:all .2s ease!important;-moz-transition:all .2s ease!important;-ms-transition:all .2s ease!important;-o-transition:all .2s ease!important;transition:all .2s ease!important}#emoji span:hover{transition-delay:0ms;-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}#emoji{-webkit-box-shadow:0 -5px 20px rgb(0 0 0 / .13);-moz-box-shadow:0 -5px 20px 0 rgb(0 0 0 / .13);box-shadow:0 -5px 20px #00000021;border-bottom:1px solid #dcdcdc;-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;position:absolute;z-index:5;bottom:60px;right:0;background:#fff}.box-footer .input-group .input-group-btn{padding:0}.fix-content{float:left;margin:3px 5px}.box-footer .btn-simple{padding-left:-5px;margin:0}.box-footer .btn-simple.send{position:absolute;top:5px;right:0}.box-footer .btn-simple i{font-size:22px}.box-footer .form-group{margin-top:5px;padding:0 10px;float:left;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{opacity:.6;color:#555}.fix-content .btn-file:hover i,.fix-content i:hover{opacity:1}.dragandrophandler{border:0}.dragandrophandlerbg{position:fixed;right:0;top:40%;width:100%;text-align:center;font-size:14px;color:#333;display:none;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;right:50px;top:3px;width:24px;line-height:26px;height:24px}.file span{font-size:12px}.dc-img{width:36px!important;height:36px!important;bottom:5px}.right .dc-text{max-width:calc(100% - 83px);margin-right:50px}}@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{right:50px;top:4px;width:22px;line-height:24px;height:22px}.file span{font-size:12px}.dc-img{width:36px!important;height:36px!important;bottom:5px}.right .dc-text{max-width:calc(100% - 83px);margin-right:50px}}@media(max-width:300px){#box-chat{width:250px;right:0;bottom:30px;font-size:12px!important}}@media(min-width:301px){#box-chat{width:300px;right:0;bottom:30px}}@media(min-width:411px){#box-chat{width:380px;right:0;bottom:30px}}@media(min-width:501px){#box-chat{width:380px;right:50px;bottom:0}}@-webkit-keyframes showHide{0%{width:0%}40%{width:45%}}@-moz-keyframes showHide{0%{width:0%}40%{width:45%}}@-ms-keyframes showHide{0%{width:0%}40%{width:45%}}@-o-keyframes showHide{0%{width:0%}40%{width:45%}}@keyframes showHide{0%{width:0%}40%{width:45%}}.editIconForm{color:#fff;border:1px solid #3390ec;background-color:#3390ec;border-radius:30px;position:relative;bottom:0;right:80px;height:55px!important;width:55px!important;box-shadow:1px 1px 5px #00000080;z-index:100}.editIconForm:hover{background-color:#3390ec;transform:scale(1.1);transition:transform .3s ease-in-out}#messagePictureSend{margin-right:40px;min-height:30px;max-height:50px;overflow-y:auto!important;line-height:20px;font-size:16px!important}#messagePictureSend ::placeholder{font-size:16px}@media(min-width:500px){.boxDialog{width:400px}.imageFile{position:absolute!important;right:80px;font-size:14px;height:20px}.imageSize{position:absolute!important;right:80px;font-size:12px;height:20px}}@media(max-width:499px){.boxDialog{width:300px}.imageFile{position:absolute!important;right:80px;font-size:14px;height:20px}.imageSize{position:absolute!important;right:80px;font-size:12px;height:20px}}@media(max-width:400px){.boxDialog{width:300px}.imageFile{position:absolute!important;right:80px;font-size:14px;height:20px}.imageSize{position:absolute!important;right:80px;font-size:12px;height:20px}}@media(max-width:350px){.boxDialog{width:250px}.imageFile{position:absolute!important;right:80px;font-size:12px;height:20px}}@media(max-width:310px){.boxDialog{width:240px}.imageFile{position:absolute!important;right:80px;font-size:12px;height:20px}}.searchList .inputSearchAll{font-size:12px;position:relative;top:5px;color:#000;background-color:#f6f6f6;border:1px solid lightblue;text-align:center;border-radius:5px}.searchList .inputSearchAll::placeholder{color:#a9a9a9;text-align:right}
