@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);.sync-component{background-color:#fa636d;width:16px;height:16px;color:#fff;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;font-size:10px;border-radius:16px;position:relative}.sync-component.disabled:before{content:"";position:absolute;width:12px;height:1px;background-color:#fff;top:7px;left:2px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.sync-component:after{content:"";position:absolute;width:73px;height:10px;left:0;top:14px}.sync-component i:before{position:absolute;top:4px;left:-4px}.technical-template{width:100%;height:100%}.technical-template .no-template{margin-top:10px;margin-bottom:10px;height:235px}.technical-template .list-template{width:50%;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-20px;border-right:1px solid #555;-webkit-align-self:start;align-self:start;max-height:230px;overflow-y:auto;margin-top:15px;padding-right:20px}.technical-template .list-template .template-item{width:39%;margin-left:20px;cursor:pointer;margin-bottom:8px}.technical-template .list-template .template-item .template-name{text-align:center;font-weight:600;margin-top:3px}.technical-template .current-template{margin-top:8px;width:50%}.technical-template .current-template .current-template-wrapper{padding:8px 20px}.technical-template .current-template .name{font-size:16px;font-weight:600;margin-top:8px;text-transform:uppercase}.technical-template .current-template .description{margin-top:4px;font-weight:300;font-size:12px;word-break:break-all}.technical-template .current-template .btn-wrapper{margin-top:12px}.technical-template .current-template .delete-btn{margin-left:4px;background-color:#eb505a}.technical-template .search-filter{width:100px}.technical-template .search-filter button{cursor:pointer}.nav-line-link-left .nav-link:after{left:0!important}.pop-confirm .pop-confirm-content{position:fixed;white-space:nowrap}.pop-confirm .pop-confirm-content-inner{background-color:#555;padding:5px 12px 10px;border-radius:4px;position:relative}.pop-confirm .pop-confirm-content-inner:after{content:"";position:absolute;width:0;height:0;border-color:#555 transparent transparent;border-style:solid;border-width:6px 4px 0;bottom:-5px;left:calc(50% - 3px)}.pop-confirm .pop-confirm-content-inner .btn{padding:2px 6px;font-size:10px}.loading-spinner{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;position:absolute;top:0;left:0;z-index:11;width:100%;height:100%;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.loading-spinner img{width:40px}.guest-popup-wrapper{z-index:999;position:fixed;width:100%;height:100%;top:0;left:0;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;background-color:rgba(16,16,16,.5)}.guest-popup-wrapper .guest-popup-content{position:relative}.guest-popup-wrapper .icon-close{position:absolute;cursor:pointer;right:5px;top:5px;z-index:2;font-size:10px}.Medium .guest-component .title{font-size:18px}.Medium .guest-component .contact,.Medium .guest-component .has-account,.Medium .guest-component .hotline,.Medium .guest-component .message,.Medium .guest-component .sign-in,.Medium .guest-component .sign-up{font-size:13px}.Small .guest-component .title{font-size:16px}.Small .guest-component .contact,.Small .guest-component .has-account,.Small .guest-component .hotline,.Small .guest-component .message,.Small .guest-component .sign-in,.Small .guest-component .sign-up{font-size:12px}.light-mode .guest-component{background-color:#e8eaed}.light-mode .guest-component .sign-in{border-color:#1f2023;color:#1f2023}.guest-component{width:392px;padding:22px;background-color:#273040;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;border-radius:4px;position:relative}.guest-component i.icon-close{right:0;top:0;position:absolute;font-size:14px;cursor:pointer}.guest-component .icon{position:relative;background-color:#ff771a;border-radius:32px;font-size:26px;font-weight:700;text-align:center;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.guest-component .icon .text{position:absolute;color:#fff}.guest-component .icon .left-circle{width:18px;height:36px;border-bottom-left-radius:36px;border-top-left-radius:36px;background-color:#ff771a}.guest-component .icon .right-circle{width:18px;height:36px;background-color:#ff4a05;border-bottom-right-radius:36px;border-top-right-radius:36px}.guest-component .title{font-size:20px;margin-top:10px;text-transform:uppercase;font-weight:700}.guest-component .message{margin-top:20px}.guest-component .contact,.guest-component .hotline,.guest-component .message{font-size:14px}.guest-component .separator{margin-top:20px;width:200px;height:1px;background-color:#626262}.guest-component .gp-group-button{margin-top:10px;margin-bottom:10px}.guest-component .has-account{margin-bottom:10px;text-align:center}.guest-component button{border:0;width:90px;padding-top:4px;padding-bottom:4px;font-size:14px}.guest-component .sign-up{padding-top:5px;padding-bottom:5px;background-color:#2d84a8;color:#fff}.guest-component .sign-in{margin-left:12px;background-color:transparent;border:1px solid #fff;color:#fff}.tooltip-wrap{position:relative}.tooltip-wrap .tooltip-content{min-width:120px;max-width:310px;position:absolute;z-index:10;word-wrap:break-word}.tooltip-wrap .tooltip-content:after{content:"";position:absolute}.tooltip-wrap .tooltip-content .tooltip-message{background:#43484f;border-radius:3px;color:#fff;font-size:10px;line-height:1.4;padding:.75em;text-align:center;white-space:nowrap}.tooltip-wrap .tooltip-top{bottom:100%;padding-bottom:9px}.tooltip-wrap .tooltip-top,.tooltip-wrap .tooltip-top:after{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tooltip-wrap .tooltip-top:after{border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #43484f;bottom:0}.tooltip-wrap .tooltip-bottom{top:100%;padding-top:9px}.tooltip-wrap .tooltip-bottom,.tooltip-wrap .tooltip-bottom:after{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tooltip-wrap .tooltip-bottom:after{border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #43484f;top:0}.tooltip-wrap .tooltip-left{right:100%;padding-right:5px}.tooltip-wrap .tooltip-left,.tooltip-wrap .tooltip-left:after{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.tooltip-wrap .tooltip-left:after{border-left:5px solid #43484f;border-top:5px solid transparent;border-bottom:5px solid transparent;right:0}.tooltip-wrap .tooltip-right{left:100%;padding-left:5px}.tooltip-wrap .tooltip-right,.tooltip-wrap .tooltip-right:after{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.tooltip-wrap .tooltip-right:after{border-right:5px solid #43484f!important;border-top:5px solid transparent!important;border-bottom:5px solid transparent!important;left:0}.tooltip-light-wrap{position:relative}.tooltip-light-wrap .tooltip-content{min-width:120px;max-width:300px;position:absolute;z-index:10;word-wrap:break-word}.tooltip-light-wrap .tooltip-content:after{content:"";position:absolute}.tooltip-light-wrap .tooltip-content .tooltip-message{background:#fff;border-radius:3px;color:#43484f;font-size:10px;line-height:1.4;padding:.75em;text-align:center;white-space:nowrap}.tooltip-light-wrap .tooltip-top{bottom:100%;left:50%;padding-bottom:9px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tooltip-light-wrap .tooltip-top:after{border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #fff;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tooltip-light-wrap .tooltip-bottom{top:100%;left:50%;padding-top:9px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tooltip-light-wrap .tooltip-bottom:after{border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #fff;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tooltip-light-wrap .tooltip-left{top:50%;right:100%;padding-right:5px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.tooltip-light-wrap .tooltip-left:after{border-left:5px solid #fff;border-top:5px solid transparent;border-bottom:5px solid transparent;top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.tooltip-light-wrap .tooltip-right{top:50%;left:100%;padding-left:5px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.tooltip-light-wrap .tooltip-right:after{border-right:5px solid #fff!important;border-top:5px solid transparent!important;border-bottom:5px solid transparent!important;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.score-box{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:54px;border-radius:5px;border:1px solid hsla(0,0%,100%,.3);margin-right:16px;padding:0 8px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:space-around;justify-content:space-around;white-space:nowrap}.score-box .score-box-tooltip-wrapper{height:20px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;margin-top:8px}.score-box .score-box-tooltip-wrapper .score-line{width:100%;height:1px;background-image:linear-gradient(90deg,#eb505a,#f5d0c5 22%,#f88634 40%,#facc5c 59%,#00de8b 77%,#5f99ff);position:relative}.score-box .score-box-tooltip-wrapper .score-line .score-dot{position:absolute;width:3px;height:3px;border-radius:50%;background-color:#fff;top:-1px}.score-box .score-box-tooltip-wrapper .score-line .score-dot:before{position:absolute;top:-14px;left:-1px}.score-box .score-box-tooltip-wrapper .score-line .F-dot{left:4px;background-color:#eb505a}.score-box .score-box-tooltip-wrapper .score-line .F-dot:before{content:"F"}.score-box .score-box-tooltip-wrapper .score-line .E-dot{left:34px;background-color:#f5d0c5}.score-box .score-box-tooltip-wrapper .score-line .E-dot:before{content:"E"}.score-box .score-box-tooltip-wrapper .score-line .D-dot{left:68px;background-color:#f88634}.score-box .score-box-tooltip-wrapper .score-line .D-dot:before{content:"D"}.score-box .score-box-tooltip-wrapper .score-line .C-dot{right:68px;background-color:#facc5c}.score-box .score-box-tooltip-wrapper .score-line .C-dot:before{content:"C"}.score-box .score-box-tooltip-wrapper .score-line .B-dot{right:34px;background-color:#00de8b}.score-box .score-box-tooltip-wrapper .score-line .B-dot:before{content:"B"}.score-box .score-box-tooltip-wrapper .score-line .A-dot{right:4px;background-color:#5f99ff}.score-box .score-box-tooltip-wrapper .score-line .A-dot:before{content:"A"}.score-box .bg-box-a{background-color:#5f99ff}.score-box .bg-box-b{background-color:#00de8b}.score-box .bg-box-c{background-color:#facc5c}.score-box .bg-box-d{background-color:#f88634}.score-box .bg-box-e{background-color:#f5d0c5}.score-box .bg-box-f{background-color:#eb505a}.score-box .fw-bold{font-weight:700!important}.score-box .bfs-14{font-size:14px!important}.score-box .bfs-12{font-size:12px!important}.score-box .bfs-10{font-size:10px!important}.score-box .bfs-6{font-size:6px!important}.score-box .mr-10{margin-right:10px}.score-box .mb-10{margin-bottom:10px}.score-box__line{-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between}.score-box__line,.score-box__line .box{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.score-box__line .box{width:16px;height:16px;border-radius:1px;text-transform:uppercase;line-height:12px;font-weight:700;-webkit-justify-content:center;justify-content:center;font-size:12px;margin-right:4px}.score-box .icon-info{opacity:.6}.light-mode .score-box{border-color:rgba(85,85,85,.3)}.light-mode .icon-info{opacity:.3}.Large .bfs-12{font-size:14px!important}.Large .score-box .tooltip-message div.d-flex div{font-size:12px!important}.Small .bfs-12{font-size:11px!important}.group-button{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;margin-right:16px}.group-button div{font-weight:600}.light-mode .group-button{color:#fff}.securities-firms-wrapper{width:100%;height:100%;background-color:rgba(31,35,41,.75);position:absolute;top:0;left:0;z-index:999999999999999;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.securities-firms-wrapper,.securities-firms-wrapper .securities-firms{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.securities-firms-wrapper .securities-firms{transition:all .8s;background-color:#273040;width:490px;height:auto}.securities-firms-wrapper .securities-firms .title{padding:12px 12px 32px;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center}.securities-firms-wrapper .securities-firms .title .text{font-size:20px;font-weight:600;-webkit-flex:1 1;flex:1 1;margin-left:12px}.securities-firms-wrapper .securities-firms .title .close-button{display:-webkit-flex;display:flex}.securities-firms-wrapper .securities-firms .title .close-button a{cursor:pointer}.securities-firms-wrapper .securities-firms .container{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;padding:0 40px}.securities-firms-wrapper .securities-firms .container .logo-row{margin-bottom:40px}.securities-firms-wrapper .securities-firms .container .logo-row .logo{border-radius:6px;cursor:pointer}.securities-firms-wrapper .securities-firms .container .logo-row .logo-dnse{width:168px;height:51px;background:#fff;border-radius:6px;box-shadow:0 2px 4px 0 rgba(16,16,16,.4);padding:4px 25px;cursor:pointer}.light-mode .securities-firms-wrapper .securities-firms{background-color:#fff}.light-mode .securities-firms-wrapper .securities-firms .title .close-button{color:#1f2023}.Large .search-filter-wrapper .organization-search-box .ticker{font-size:21px;text-overflow:ellipsis;white-space:nowrap}.Large .search-filter-wrapper .organization-search-box .small-info-ticker{font-size:13px}.Small .search-filter-wrapper .organization-search-box .ticker{font-size:16px;text-overflow:ellipsis;white-space:nowrap}.Small .search-filter-wrapper .organization-search-box .small-info-ticker{font-size:10px;margin-bottom:2px}.search-filter-wrapper .search-filter{height:30px;width:100%;border-bottom:1px solid rgba(85,85,85,.3)}.search-filter-wrapper.fixed-position{width:346px}.search-filter-wrapper .organization-search-box{margin-right:10px;outline:0;border:0}.search-filter-wrapper .organization-search-box .ticker{font-size:18px;padding-left:1px;font-weight:700}.search-filter-wrapper .organization-search-box .ticker:focus{outline:none}.search-filter-wrapper .organization-search-box .small-info-ticker{font-size:11px;-webkit-align-items:flex-end;align-items:flex-end;margin-bottom:3px;margin-left:5px;color:#969696}.search-filter-wrapper .organization-search-box .company-name{max-width:70px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-right:2px}.search-filter-wrapper .organization-search-box .company-name.no-exchange{max-width:110px}.blink-me{-webkit-animation:blinker 1s linear;animation:blinker 1s linear}.size-tracker-content{position:absolute;width:100%;height:100%;left:0}.label-left-wrap{position:absolute;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:top left;transform-origin:top left;opacity:.5}.label-right-wrap{position:absolute;-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:top right;transform-origin:top right;opacity:.5;right:0}.index2-time-range-wrapper{padding:0 35px 0 5px}.index2-time-range-wrapper .bar-header{height:22px;background-color:unset;text-align:center;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.index2-time-range-wrapper .bar-header-item{width:50px;font-size:10px;color:#707c80}.index2-time-range-wrapper .bar-header-item>span:hover{cursor:pointer;background-color:#24262e;border-radius:10px;padding:3px 6px;color:#fafafa;font-weight:700}.index2-time-range-wrapper .bar-header-text{background-color:#24262e;border-radius:10px;padding:3px 6px;color:#fafafa;font-weight:700;opacity:1}.index2-time-range-wrapper .text-align-left{text-align:left}.index2-time-range-wrapper .text-align-right{text-align:right}.index2-time-range-wrapper .text-align-center{text-align:center}.light-mode .index2-time-range-wrapper .bar-header{color:#fff;height:25px;background-color:#2b457d;text-align:center;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.light-mode .consensus-analysis-wrapper .recommendation{background-color:#fff;border-color:rgba(85,85,85,.3)}.light-mode .consensus-analysis-wrapper .recommendation .chart_wrap_ownership{background-color:#fff;border:0}.light-mode .consensus-analysis-wrapper .target-price{background-color:#fff;border-color:rgba(85,85,85,.3)}.light-mode .consensus-analysis-wrapper .target-price .title{border-color:rgba(85,85,85,.5)}.light-mode .consensus-analysis-wrapper .target-price .item-text{color:#1f2023}.light-mode .consensus-analysis-wrapper .consensus-history{background-color:#fff;border-color:rgba(85,85,85,.3)}.consensus-analysis-wrapper .consensus-history-title{font-weight:600}.consensus-analysis-wrapper .loading{opacity:.5;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.consensus-analysis-wrapper .right-column{-webkit-flex:1 1;flex:1 1}.consensus-analysis-wrapper .target-price-history{min-height:225px;-webkit-flex:0.45 1;flex:0.45 1}.consensus-analysis-wrapper .recommendation-history{min-height:275px;margin-left:20px;margin-right:7px;-webkit-flex:0.55 1;flex:0.55 1}.consensus-analysis-wrapper .consensus-history{border:1px solid #555;border-radius:4px;padding:8px 12px;margin-bottom:20px;position:relative;background-color:#1e242e}.consensus-analysis-wrapper .consensus-history-title{margin-left:12px}.consensus-analysis-wrapper .consensus-history .stacked-chart-legends{margin-top:15px;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.consensus-analysis-wrapper .consensus-history .stacked-chart-legends .circle{width:10px;height:10px;border-radius:5px;margin-right:6px}.consensus-analysis-wrapper .consensus-history .stacked-chart-legends .line{width:20px;height:2px;margin-right:6px}.consensus-analysis-wrapper .consensus-history .stacked-chart-legends .legend-item{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;margin-right:12px;white-space:nowrap}.consensus-analysis-wrapper .consensus-history .stacked-chart-legends .legend-item:last-child{margin-right:0}.consensus-analysis-wrapper .consensus-history .stacked-y-axis{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;justify-content:space-between;margin-right:8px}.consensus-analysis-wrapper .consensus-history .chart-content{margin-left:8px}.consensus-analysis-wrapper .consensus-history .bars-wrapper{position:relative}.consensus-analysis-wrapper .consensus-history .bars-wrapper:after{position:absolute;content:"";width:100%;height:1px;background-color:#969696;bottom:8px;left:-1px}.consensus-analysis-wrapper .consensus-history .bars{display:-webkit-flex;display:flex;margin:10px 4px;position:relative}.consensus-analysis-wrapper .consensus-history .bars .size-tracker-content{display:-webkit-flex;display:flex;margin-left:-1px}.consensus-analysis-wrapper .consensus-history .bars .bar{height:100%;margin-right:1px;position:relative}.consensus-analysis-wrapper .consensus-history .bars .bar .recommendation-date{text-transform:uppercase}.consensus-analysis-wrapper .consensus-history .bars .bar .recommendation-item{max-width:80px}.consensus-analysis-wrapper .consensus-history .bars .bar .recommendation-tooltip{white-space:nowrap;position:fixed;padding:3px 10px;background-color:#fff;color:#333;border-radius:4px;z-index:2}.consensus-analysis-wrapper .consensus-history .bars .bar .recommendation-tooltip .recommendation-tooltip-content{position:relative}.consensus-analysis-wrapper .consensus-history .bars .bar .recommendation-tooltip .recommendation-tooltip-content:after{content:"";position:absolute;left:calc(50% - 4px);bottom:-7px;width:0;height:0;border-color:#fff transparent transparent;border-style:solid;border-width:6px 4px 0}.consensus-analysis-wrapper .consensus-history .bars .bar:hover .consensus-tooltip{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}.consensus-analysis-wrapper .consensus-history .bars .bar .bar-item{transition:height .2s ease-in-out;display:-webkit-flex;display:flex}.consensus-analysis-wrapper .consensus-history .bars .text{position:absolute;text-align:right;left:2px;bottom:-20px;font-size:10px;white-space:nowrap}.consensus-analysis-wrapper .recommendation{padding:8px 12px;margin-right:20px;border:1px solid #555;border-radius:4px;width:210px;min-height:217px;background-color:#1e242e}.consensus-analysis-wrapper .recommendation .text-bold{font-weight:600}.consensus-analysis-wrapper .recommendation .chart_wrap_ownership{border:0}.consensus-analysis-wrapper .recommendation .chart_wrap_ownership .title_tooltip{margin-left:0;margin-top:0;margin-bottom:12px}.consensus-analysis-wrapper .recommendation .chart_wrap_ownership .div-wrap-legend{width:70px}.consensus-analysis-wrapper .recommendation .chart_wrap_ownership .wrap-box-inside{-webkit-flex-direction:column;flex-direction:column;margin:0}.consensus-analysis-wrapper .recommendation .chart_wrap_ownership .donut-chart-legend-wrapper{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.consensus-analysis-wrapper .recommendation .lastest-recommendation{font-size:12px;margin-left:4px;margin-right:4px;font-weight:300}.consensus-analysis-wrapper .recommendation .notice{font-size:8px;font-weight:300;opacity:.5;margin-left:4px;margin-right:4px;font-style:italic}.consensus-analysis-wrapper .target-price{border:1px solid #555;margin:20px 20px 20px 0;border-radius:4px;min-width:190px;min-height:109px;padding:8px 10px;background-color:#1e242e}.consensus-analysis-wrapper .target-price .title{padding-bottom:8px;border-bottom:1px solid #555;font-size:12px}.consensus-analysis-wrapper .target-price .content{margin-top:10px}.consensus-analysis-wrapper .target-price .item-text{font-size:12px;color:#fff}.consensus-analysis-wrapper .target-price .item-value{margin-left:10px;font-size:12px}.consensus-analysis-wrapper .target-price .item-value.down{color:#e74242}.consensus-analysis-wrapper .target-price .item-value.up{color:#009d5b}.consensus-analysis-wrapper .target-price .item-change{font-weight:300;margin-left:8px}.div-wrap-tooltip{display:none;position:absolute;z-index:10;background-color:#fff;border-radius:5px}.hidden{display:none}.ownership .color-wrapper{height:10px;width:10px;border-radius:50%;margin-right:4px;position:absolute;top:4px;left:5px}.ownership .tooltip-custom{border-radius:50%;color:#000;padding:0 5px 0 18px;position:relative}.ownership .chart,.ownership .tooltip-custom{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.ownership .chart{margin-top:5px}.ownership .chart_wrap_ownership{background-color:#1e242e;border:1px solid #555;border-radius:4px;width:100%;position:relative}.ownership .title_tooltip{font-weight:700;font-size:12px;font-weight:600;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:-.1px;color:var(--white);margin-top:10px;margin-left:15px}.ownership .wrap-box-inside{margin:5px 20px 10px}.ownership .div-wrap-legend{margin-left:10px;margin-bottom:5px}.ownership .legend-title{margin-left:5px;font-size:10px;font-weight:400;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:-.1px;color:var(--white)}.light-mode .lock-component-wrapper,.light-mode .lock-component-wrapper .guest-component{background-color:#e8eaed}.lock-component-wrapper{height:100%;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.lock-component-wrapper,.lock-component-wrapper .guest-component{background-color:#1f242d}.notifications-wrapper{margin-right:16px}.notifications-wrapper .box{padding:4px;border-radius:1px;text-transform:uppercase;font-size:12px;line-height:12px;font-weight:700;display:inline-block;margin-bottom:4px;background-color:#eb505a}.notifications-wrapper .notice-content{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;font-size:12px;white-space:nowrap}.notifications-wrapper .notice-content .important-content{color:#eb505a;font-weight:700}.light-mode .notifications-wrapper .box{color:#fff}.light-mode .count-down-wrapper{background:hsla(0,0%,100%,.95)}.count-down-wrapper{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;bottom:1px;left:1px;top:1px;right:1px;background:rgba(31,35,41,.95);z-index:10}.count-down-wrapper .title{font-size:16px;margin-top:8px;margin-bottom:13px;font-weight:300}.count-down-wrapper img{width:34px;height:40px}.digit{position:relative;float:left;width:80px;height:80px;background-color:#555;border-radius:5px;text-align:center;font-weight:700;font-size:60px}.digit .line{position:absolute;top:50%;height:1px;width:100%;background-color:rgba(0,0,0,.5)}.digit:before{left:1.5px}.digit:after,.digit:before{content:"";width:6px;height:1px;-webkit-transform:rotate(90deg);transform:rotate(90deg);top:50%;background-color:#969696;position:absolute;z-index:3}.digit:after{right:1.5px}.base{display:block;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#fff}.base,.flap{position:absolute}.flap{display:none;width:100%;height:50%;background-color:#555;left:0;top:0;border-radius:5px 5px 0 0;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.flap:before{content:attr(data-content);position:absolute;left:50%}.flap.front:before,.flap.under:before{top:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.flap.back{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.flap.back:before{top:100%;-webkit-transform:translate(-50%,-50%) rotate(180deg);transform:translate(-50%,-50%) rotate(180deg)}.flap.over{z-index:2}.flap.under{z-index:1}.flap.front{-webkit-animation:flip-down-front .4s ease-in both;animation:flip-down-front .4s ease-in both}.flap.back{-webkit-animation:flip-down-back .4s ease-in both;animation:flip-down-back .4s ease-in both}.flap.under{-webkit-animation:fade-under .4s ease-in both;animation:fade-under .4s ease-in both}@-webkit-keyframes flip-down-front{0%{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);background-color:#555;color:#fff}to{-webkit-transform:rotateX(-180deg);transform:rotateX(-180deg);background-color:#2f2f2f;color:#d9d9d9}}@keyframes flip-down-front{0%{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);background-color:#555;color:#fff}to{-webkit-transform:rotateX(-180deg);transform:rotateX(-180deg);background-color:#2f2f2f;color:#d9d9d9}}@-webkit-keyframes flip-down-back{0%{-webkit-transform:rotateY(180deg) rotateX(0deg);transform:rotateY(180deg) rotateX(0deg);background-color:#2f2f2f;color:#d9d9d9}to{-webkit-transform:rotateY(180deg) rotateX(180deg);transform:rotateY(180deg) rotateX(180deg);background-color:#555;color:#fff}}@keyframes flip-down-back{0%{-webkit-transform:rotateY(180deg) rotateX(0deg);transform:rotateY(180deg) rotateX(0deg);background-color:#2f2f2f;color:#d9d9d9}to{-webkit-transform:rotateY(180deg) rotateX(180deg);transform:rotateY(180deg) rotateX(180deg);background-color:#555;color:#fff}}@-webkit-keyframes fade-under{0%{background-color:#2f2f2f;color:#d9d9d9}to{background-color:#555;color:#fff}}@keyframes fade-under{0%{background-color:#2f2f2f;color:#d9d9d9}to{background-color:#555;color:#fff}}.clock .min-wrapper{margin-right:10px}.clock .min-wrapper,.clock .seconds-wrapper{font-size:15px;font-weight:700;text-align:center;text-transform:uppercase}.clock .min-wrapper .text,.clock .seconds-wrapper .text{margin-bottom:4px}.th-tooltip-content{position:absolute;z-index:10;white-space:nowrap}.th-tooltip-content .tooltip-content-inner{position:relative;padding:2px 8px;background-color:#43484f;border-radius:2px;color:#fff;font-size:10px}.th-tooltip-content .tooltip-content-inner .triangle{content:"";width:0;height:0;border-color:#43484f transparent transparent;border-style:solid;border-width:6px 4px 0;position:absolute;left:6px;bottom:-3px}.th-tooltip-content .tooltip-content-inner.right .triangle{right:6px;left:unset}.th-tooltip-content .tooltip-content-inner.center .triangle{right:calc(50% - 3px);left:unset}.portal-tooltip .portal-tooltip-inner{padding:4px 12px}table>thead th{padding:0}.custom-table>tbody>tr>td,.custom-table>tbody>tr>th{padding-left:10px!important;padding-right:10px!important;overflow:inherit!important}.table-header{background-color:#273040;text-align:center;border-bottom:1px solid #3e434a}.custom-table{z-index:10;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-table th{min-width:55px}.custom-table tbody,.custom-table tr{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-table tr.highlight .hover-item,.custom-table tr.highlight td,.custom-table tr.hover .hover-item,.custom-table tr.hover td{background-color:#2d84a8!important}.custom-table tr:hover .star-wrapper{opacity:1}.custom-table .dragover{opacity:.1}.custom-table .no-data{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;padding:5px;font-weight:400}.table-sticky-head thead{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.table-sticky-head thead th{position:-webkit-sticky!important;position:sticky!important;top:0;z-index:3;background-color:#273040}.table-sticky-first-column thead th:first-child{left:0;z-index:4}.table-sticky-first-column tbody tr:nth-child(2n) td:first-child{background-color:#1f2329}.table-sticky-first-column tbody tr.hover td{background-color:#2d84a8!important}.table-sticky-first-column tbody tr.hover .cell-hover-icon{display:-webkit-flex;display:flex}.table-sticky-first-column tbody tr td:first-child{position:-webkit-sticky!important;position:sticky!important;left:0;z-index:2;background-color:#232931}.table-loading{position:absolute;width:100%;height:30px;background-color:rgba(0,0,0,.3);left:0;background:url(/static/media/loading.cf395687.svg) no-repeat 50%;background-size:15px}.table-loading:before{content:"";width:100%;height:100%;position:absolute;opacity:.8;top:0;left:0;background:#1f2329;background:-webkit-gradient(left top,left bottom,color-stop(0,#1f2329),color-stop(100%,#232931));background:linear-gradient(180deg,#1f2329 0,#232931);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f2329",endColorstr="#232931",GradientType=0)}.sort-status{position:absolute;right:1px;top:7px}.sort-status .sort-up{width:0;height:0;border-color:transparent transparent #fff;border-style:solid;border-width:0 4px 4px}.sort-status .sort-up.table-sort-active{border-color:transparent transparent #1d97ef!important}.sort-status .sort-down{margin-top:2px;width:0;height:0;border-color:#fff transparent transparent;border-style:solid;border-width:4px 4px 0}.sort-status .sort-down.table-sort-active{border-color:#1d97ef transparent transparent!important}.table-loading-blur{opacity:.5;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.light-mode .table-header{background-color:#2b457d;color:#fff;border-bottom:1px solid hsla(0,0%,100%,.5)}.light-mode .table-sticky-head thead th{background-color:#273040}.light-mode .custom-table tr.highlight .hover-item,.light-mode .custom-table tr.highlight td,.light-mode .custom-table tr.hover .hover-item,.light-mode .custom-table tr.hover td{background-color:#c3d7f8!important}.light-mode .table-sticky-first-column tbody tr:nth-child(2n) td:first-child{background-color:#1f2329}.light-mode .table-sticky-first-column tbody tr.highlight td,.light-mode .table-sticky-first-column tbody tr.highlight td:first-child,.light-mode .table-sticky-first-column tbody tr:hover td,.light-mode .table-sticky-first-column tbody tr:hover td:first-child,.light-mode .table-sticky-first-column tbody tr:nth-child(2n):hover td,.light-mode .table-sticky-first-column tbody tr:nth-child(2n):hover td:first-child{background-color:#c3d7f8!important}.light-mode .table-sticky-first-column tbody tr td:first-child{background-color:#232931}.light-mode .table-loading{background-color:rgba(0,0,0,.3);background:url(/static/media/loading.cf395687.svg) no-repeat 50%}.light-mode .table-loading:before{background:#1f2329;background:-webkit-gradient(left top,left bottom,color-stop(0,#1f2329),color-stop(100%,#232931));background:linear-gradient(180deg,#1f2329 0,#232931);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f2329",endColorstr="#232931",GradientType=0)}.light-mode .sort-status .sort-up{border-color:transparent transparent #fff}.light-mode .sort-status .sort-up.active{border-color:transparent transparent #1d97ef}.light-mode .sort-status .sort-down{border-color:#fff transparent transparent}.light-mode .sort-status .sort-down.active{border-color:#1d97ef transparent transparent}.Medium .tab-timer__link i.icon-padlock{font-size:9px}.Small .tab-timer__link i.icon-padlock{font-size:8px}.tab-timer{line-height:20px}.tab-timer__link{border:1px solid #222236}.tab-timer__link i.icon-padlock{font-size:10px;margin-left:3px}.tab-timer__link.active{font-weight:600}.tab-timer .tooltip-content{top:-38px}.tab-timer .tooltip-content:after{bottom:10px}.tab-timer .tooltip-content .tooltip-message{padding-top:5px;padding-bottom:5px}.Large .tab-timer__padding{padding:0 10px!important}.prospect-layout{width:100%;float:left;min-width:1024px}.prospect-layout .summary-layout{width:300px;float:left}.prospect-layout .prospect-wrapper{width:calc(100% - 320px);float:right}.prospect-layout .prospect-content{width:100%;float:left;display:-webkit-flex;display:flex;overflow:hidden}.prospect-layout .prospect-flex{width:100%;float:left;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-flex-wrap:wrap;flex-wrap:wrap}.prospect-layout .prospect-item-width-sm{width:100%}.prospect-layout .prospect-item-width-md{width:calc(50% - 3px)}.prospect-layout .prospect-item-width-lg{width:calc(25% - 5px)}.prospect-layout .prospect-item{margin-bottom:6px;height:128px;background:rgba(0,0,0,.1);border-radius:2px;cursor:pointer}.prospect-layout .prospect-item__icon{margin-top:11px;text-align:center}.prospect-layout .prospect-item__icon img{width:72px}.prospect-layout .prospect-item__title{width:100%;float:left;padding:0 10px;height:30px;line-height:30px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.prospect-layout .prospect-item__title span{font-size:12px;font-weight:600;text-transform:uppercase;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal}.prospect-layout .prospect-item__title .time-range{font-size:9px}.prospect-layout .prospect-item__content{width:100%;-webkit-flex:1 1;flex:1 1;float:left;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.prospect-layout .prospect-item__up{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;-webkit-flex-direction:row;flex-direction:row;text-transform:uppercase}.prospect-layout .prospect-item__up h3{font-size:20px;font-weight:700;margin:0 5px 0 0}.prospect-layout .prospect-item__up span{color:#fff}.prospect-layout .prospect-item__row{width:100%;padding:3px 8px;text-align:left}.prospect-layout .prospect-item__row span.label{text-transform:uppercase;margin-right:5px;color:#232931}.prospect-layout .prospect-item__row strong{color:#232931;margin-right:5px}.prospect-layout .prospect-item__row span{font-size:11px;color:#e74242}.prospect-layout .prospect-item-hover{display:none;width:100%;height:100%}.prospect-layout .prospect-item-hover .prospect-item__content{background:hsla(0,0%,100%,.7);-webkit-flex:1 1;flex:1 1}.prospect-layout .prospect-item-hover .prospect-item__content .index-change{font-size:9px}.prospect-layout .prospect-item-hover .prospect-item__content .text-increase{color:#31bd65}.prospect-layout .prospect-item-hover .prospect-item__content .text-decrease{color:#e74242}.prospect-layout .show{display:block}.prospect-layout .hide{display:none}.prospect-layout .prospect-item:hover .prospect-item-hover{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.prospect-layout .prospect-item:hover .prospect-no-hover{display:none;width:100%}.prospect-layout .fix-size-1000{min-width:1000px!important}.prospect-layout .flip-container{-webkit-perspective:1000px;perspective:1000px}.prospect-layout .flip-container.hover .flipper,.prospect-layout .flip-container:hover .flipper{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.prospect-layout .back,.prospect-layout .flip-container,.prospect-layout .front{height:160px}.prospect-layout .flipper{width:100%;transition:.6s;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;position:relative}.prospect-layout .back,.prospect-layout .front{-webkit-backface-visibility:hidden;backface-visibility:hidden;width:100%;position:absolute;top:0;left:0}.prospect-layout .front{z-index:2;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.prospect-layout .back,.prospect-layout .flip-container.flip .flipper,.prospect-layout .flip-container.hover .flipper,.prospect-layout .flip-container:hover .flipper{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.prospect-layout .vertical.flip-container{position:relative}.prospect-layout .vertical .back{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.prospect-layout .vertical.flip-container .flipper{-webkit-transform-origin:100% 80px;transform-origin:100% 80px}.prospect-layout .vertical.flip-container:hover .flipper{-webkit-transform:rotateX(-180deg);transform:rotateX(-180deg)}.prospect-layout .newtral-icon{width:50px;height:3px;border-radius:3px;background:#fff;display:inline-block}.light-mode .prospect-layout .prospect-item__title{color:#fff}.portal-tooltip-content{z-index:999;background-color:#43484f;color:#fff;padding:4px 10px;border-radius:3px;position:fixed}.portal-tooltip-content-inner{position:relative;white-space:nowrap}.portal-tooltip-content-inner:after{position:absolute;content:"";bottom:-7px;left:15px;width:0;height:0;border-color:#43484f transparent transparent;border-style:solid;border-width:6px 4px 0}.chart-footer-swap .half-circle-left-item{display:inline-block;height:10px;width:5px;border-bottom-left-radius:10px;border-top-left-radius:10px;vertical-align:middle}.chart-footer-swap .half-circle-right-item{display:inline-block;height:10px;width:5px;border-bottom-right-radius:10px;border-top-right-radius:10px;vertical-align:middle}.chart-footer-swap .circle-item{border-radius:50%}.chart-footer-swap .circle-item,.chart-footer-swap .square-item{display:inline-block;width:10px;height:10px;vertical-align:middle}.chart-footer-swap .half-square-left-item,.chart-footer-swap .half-square-right-item{display:inline-block;height:10px;width:5px;vertical-align:middle}.chart-footer-swap .label{display:inline-block;margin:0 15px 0 5px;font-size:12px}.chart-footer-swap .line-item{display:inline-block;width:20px;height:2px;vertical-align:middle}.index-valuation-wrapper{container-type:inline-size;container-name:valuation-container;padding:0;margin-bottom:6px;min-width:600px}.index-valuation-wrapper .valuation-chart{background-color:#1e242e;padding-bottom:10px}.index-valuation-wrapper .locked-calendar{cursor:pointer}.index-valuation-wrapper .locked-calendar>div{pointer-events:none}.index-valuation-wrapper .btn-cus-nomal .icon-padlock{font-size:10px;margin-left:3px}.index-valuation-wrapper .locked-export{cursor:pointer}.index-valuation-wrapper .locked-export a{pointer-events:none}.index-valuation-wrapper .btn-groupcus-line .icon-padlock{font-size:8px}.index-valuation-wrapper .line-select{position:absolute;top:-30px;left:-8px;display:-webkit-flex;display:flex}.index-valuation-wrapper .line-select .checkbox:first-child{margin-left:0}.index-valuation-wrapper .line-select .checkbox label{padding-left:20px!important}.index-valuation-wrapper .tooltip-wrap .tooltip-top{bottom:calc(100% + 4px);left:calc(50% + 16px)}.index-valuation-wrapper .tooltip-wrap .tooltip-top:after{bottom:5px}.index-valuation-wrapper .check-list-inline .list-check .checkbox input[type=checkbox]+label:before{left:2px}.Large .valuation-filter .btn-cus-nomal i.icon-padlock{font-size:9px!important}.Small .valuation-filter .btn-cus-nomal i.icon-padlock{font-size:8px!important}@container valuation-container (max-width: 768px){.index-valuation-wrapper .valuation-filter{-webkit-flex-wrap:wrap;flex-wrap:wrap}.index-valuation-wrapper .valuation-filter .tabs-right-top{width:100%!important;margin-left:0!important;margin-top:10px;-webkit-justify-content:flex-start!important;justify-content:flex-start!important}}.Calendar-left .Calendar-container{left:0}.Calendar-middle .Calendar-container{left:-200px}.Calendar-right .Calendar-container{right:0}.scrollCalendar .Calendar-container{width:100%;min-width:400px!important;overflow-x:scroll;overflow-y:hidden}.Calendar-container{position:absolute;min-width:416px;min-height:256px;top:28px;background-color:#1c222b;z-index:9999;border-radius:4px;border:.5px solid #243041;box-shadow:-1px 0 25px -5px rgba(0,0,0,.75);padding:1px}.Calendar-wraper{position:relative!important;background-color:#1c222b;height:36px;padding-bottom:12px;padding-top:0;border-radius:5px 5px 0 0;display:-webkit-flex;display:flex;top:12px!important}.Calendar-wraper .CalendarMonthGrid__horizontal{left:16px!important}.Calendar-wraper .DayPicker_weekHeaders__horizontal{margin-left:16px!important}.Calendar-wraper .DayPickerKeyboardShortcuts_show__bottomRight{display:none}.Calendar-wraper .CalendarMonth{background:#273040;margin-right:7px;height:188px!important;border-radius:5px;margin-left:5px;margin-top:2px}.Calendar-wraper .CalendarMonthGrid{background:#1f2329}.Calendar-wraper .DayPicker_transitionContainer{border-radius:0;width:412px!important;height:195px!important}.Calendar-wraper .CalendarMonth_table tr td{color:#fff!important;background:transparent;border:1px solid #243041;border-right:none;border-left:none}.Calendar-wraper .CalendarMonth_table tr td.CalendarDay__selected_span{background-color:#24262e!important}.Calendar-wraper .CalendarMonth_table tr td.CalendarDay__selected{background-color:#2d84a8!important}.Calendar-wraper .CalendarMonth_table tr td.CalendarDay__selected_start{background:url(/static/media/calendar-r.f78032dc.svg) 0 no-repeat;position:relative;background-size:102% 100%;border-radius:22px 0 0 22px;background-color:transparent!important;border:none}.Calendar-wraper .CalendarMonth_table tr td.CalendarDay__selected_start:hover{background:url(/static/media/calendar-r.f78032dc.svg) 0 no-repeat!important}.Calendar-wraper .CalendarMonth_table tr td.CalendarDay__selected_end{background:url(/static/media/calendar-l.2bfa000b.svg) 100% no-repeat;position:relative;background-size:102% 100%;border-radius:0 22px 22px 0;background-color:transparent!important;border:none}.Calendar-wraper .CalendarMonth_table tr td.CalendarDay__selected_end:hover{background:url(/static/media/calendar-l.2bfa000b.svg) 100% no-repeat!important}.Calendar-wraper .CalendarMonth_table tr td.CalendarDay__lastDayOfWeek_3{border-radius:0 22px 22px 0}.Calendar-wraper .CalendarMonth_table tr td.CalendarDay__firstDayOfWeek{border-radius:22px 0 0 22px}.Calendar-wraper .CalendarMonth_table tr td.CalendarDay__selected_span:hover{background:url(/static/media/calendar-h.02e1f05f.svg) 50% no-repeat!important;border:none;border-top:2px solid #243041!important;border-bottom:2px solid #243041!important;color:#fff!important}.Calendar-wraper .CalendarMonth_table tr td.CalendarDay__default{border-top:2px solid #243041;border-bottom:2px solid #243041;height:22px!important;width:22px!important}.Calendar-wraper .CalendarMonth_table tr td.CalendarDay__default:hover{background:url(/static/media/calendar-h2.d55a74ea.svg) 50% no-repeat;border:none;border-top:2px solid #243041!important;border-bottom:2px solid #243041!important}.Calendar-wraper .CalendarMonth_table tr .CalendarDay__selected_start.CalendarDay__selected_end{background:url(/static/media/calendar-h2.d55a74ea.svg) 50% no-repeat}.Calendar-wraper .DayPicker_weekHeader_ul{font-size:12px!important}.Calendar-wraper .DayPicker_weekHeader_li{width:22px!important}.Calendar-wraper .DayPicker_weekHeader{top:33px!important;padding:0 17px!important}.Calendar-wraper .CalendarDay{border:none;background:transparent;font-size:10px!important}.Calendar-wraper .DayPickerNavigation_button__default{border:none;background-color:transparent;color:#fff}.Calendar-wraper .DayPickerNavigation_button__default:focus,.Calendar-wraper .DayPickerNavigation_button__default:hover{outline:none}.Calendar-wraper .CalendarMonth_caption{color:#fff;padding-top:10px!important;padding-bottom:23px!important}.Calendar-wraper .DayPickerNavigation_button__horizontalDefault{top:5px!important}.Calendar-wraper .DateRangePicker_picker{background-color:#1c222b!important;border-radius:0 0 5px 5px;top:37px!important;left:0!important}.Calendar-wraper .DayPicker{background:#1c222b!important}.Calendar-wraper .DateInput_fang{display:none}.Calendar-wraper .CalendarMonth_table tbody tr:hover{background-color:#273040!important}.Calendar-wraper .DateRangePickerInput{border:none!important;background-color:transparent;display:-webkit-inline-flex!important;display:inline-flex!important;padding:0 0 0 8px!important}.Calendar-wraper .DateRangePickerInput .DateRangePickerInput_arrow,.Calendar-wraper .DateRangePickerInput .DateRangePickerInput_calendarIcon{color:#fff;padding:2px 0;font-size:12px;min-width:34px;text-align:left}.Calendar-wraper .DateRangePickerInput .DateRangePickerInput_arrow{text-align:center;margin-top:3px}.Calendar-wraper .DateRangePickerInput .DateInput{border:none!important;position:relative;min-width:110px;width:110px!important;background-color:transparent;font-size:12px!important}.Calendar-wraper .DateRangePickerInput .DateInput:after{content:"";background:url(/static/media/calendar-search.bb54ecd2.svg) 0 no-repeat!important;position:absolute;right:10px;top:6px;z-index:9;width:11px;height:11px}.Calendar-wraper .DateRangePickerInput .DateInput .DateInput_input{background:#292f3f;border:none;height:24px;border-radius:16px;font-size:12px;color:#fff;padding:0 24px 0 9px;font-weight:600}.Calendar-wraper .DateRangePickerInput .DateInput .DateInput_input_vaild{border:1px solid #eb505a}.Calendar-wraper .CalendarMonth_caption{text-transform:uppercase;font-size:12px}.Calendar-wraper .btn-apply-cus{background-color:#2d84a8;color:#fff;border-radius:16px;padding:0 12px;margin-top:0;height:24px;min-width:60px;text-transform:uppercase;border:none;cursor:pointer;right:18px;position:absolute}.Calendar-wraper .DayPicker__withBorder{box-shadow:none;border-radius:0;width:413px!important}.Calendar-wraper .DayPicker__withBorder>div:first-child{width:100%;display:-webkit-flex;display:flex}.Calendar-wraper .DayPicker_weekHeaders__horizontal>.DayPicker_weekHeader:nth-child(2){left:194px!important}.Calendar-wraper .disable{background-color:#ccc!important;color:#666!important}.Calendar-wraper .wanning-field-wrap{position:fixed;z-index:2;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:auto;max-width:150px;background:#fff;color:#000;font-weight:400;padding:5px;border:1px solid rgba(0,0,0,.24);border-radius:5px;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.Calendar-wraper .wanning-field-wrap .span{padding-left:5px}.Calendar-wraper .wanning-field-wrap img{width:15px;height:15px}.Calendar-wraper .wanning-field-wrap .point-wanning:before{content:"";position:absolute;bottom:13px;border-right:4px solid transparent;border-left:4px solid transparent;border-bottom:15px solid #fff;-webkit-transform:rotate(-40deg);transform:rotate(-40deg);margin-left:10px}.light-mode .Calendar-container{background-color:#fff;border:none;box-shadow:-1px 0 25px -5px rgba(0,0,0,.75)}.light-mode .Calendar-wraper{background-color:#fff}.light-mode .Calendar-wraper .CalendarMonth{background:#f1f3f4}.light-mode .Calendar-wraper .CalendarMonthGrid{background:#fff}.light-mode .Calendar-wraper .CalendarMonth_table{background:#f1f3f4}.light-mode .Calendar-wraper .CalendarMonth_table tr td{color:#1f2023!important;border-top:none;border-bottom:none}.light-mode .Calendar-wraper .CalendarMonth_table tr td.CalendarDay__selected,.light-mode .Calendar-wraper .CalendarMonth_table tr td.CalendarDay__selected_span{background-color:#8eb3ee!important;color:#fff!important}.light-mode .Calendar-wraper .CalendarMonth_table tr td.CalendarDay__selected_start{background:url(/static/media/calendar-r-l.9bebce4c.svg) 0 no-repeat;background-color:transparent!important}.light-mode .Calendar-wraper .CalendarMonth_table tr td.CalendarDay__selected_start:hover{background:url(/static/media/calendar-r-l.9bebce4c.svg) 0 no-repeat!important}.light-mode .Calendar-wraper .CalendarMonth_table tr td.CalendarDay__selected_end{background:url(/static/media/calendar-l-l.59e8ba2d.svg) 100% no-repeat;background-color:transparent!important}.light-mode .Calendar-wraper .CalendarMonth_table tr td.CalendarDay__selected_end:hover{background:url(/static/media/calendar-l-l.59e8ba2d.svg) 100% no-repeat!important}.light-mode .Calendar-wraper .CalendarMonth_table tr td.CalendarDay__selected_span:hover{background:url(/static/media/calendar-h-l.e348a465.svg) 50% no-repeat!important;border-top:2px solid #f1f3f4!important;border-bottom:2px solid #f1f3f4!important;color:#fff!important}.light-mode .Calendar-wraper .CalendarMonth_table tr td.CalendarDay__default{border-top:2px solid #f1f3f4;border-bottom:2px solid #f1f3f4}.light-mode .Calendar-wraper .CalendarMonth_table tr td.CalendarDay__default:hover{background:url(/static/media/calendar-h2-l.b9514258.svg) 50% no-repeat;color:#fff!important;border-top:2px solid #f1f3f4!important;border-bottom:2px solid #f1f3f4!important}.light-mode .Calendar-wraper .CalendarMonth_table tr .CalendarDay__selected_start.CalendarDay__selected_end{background:url(/static/media/calendar-h2-l.b9514258.svg) 50% no-repeat}.light-mode .Calendar-wraper .CalendarDay{background:transparent}.light-mode .Calendar-wraper .DayPickerNavigation_button__default{background-color:transparent;color:#fff}.light-mode .Calendar-wraper .CalendarMonth_caption{color:#1f2023}.light-mode .Calendar-wraper .DateRangePicker_picker{background-color:#fff!important}.light-mode .Calendar-wraper .DayPicker{background:#fff!important}.light-mode .Calendar-wraper .CalendarMonth_table tbody tr:hover{background-color:#f1f3f4!important}.light-mode .Calendar-wraper .DateRangePickerInput{background-color:transparent}.light-mode .Calendar-wraper .DateRangePickerInput .DateRangePickerInput_arrow,.light-mode .Calendar-wraper .DateRangePickerInput .DateRangePickerInput_calendarIcon{color:#1f2023}.light-mode .Calendar-wraper .DateRangePickerInput .DateInput .DateInput_input{background:#f1f3f4;color:#1f2023}.light-mode .Calendar-wraper .DateRangePickerInput .DateInput:after{background:url(/static/media/calendar-search-l.bb54ecd2.svg) 50% no-repeat!important}.light-mode .Calendar-wraper .btn-apply-cus{background-color:#2d84a8;color:#fff}.light-mode .apply-calendar{background:#f1f3f4!important;color:#2b457f!important;font-weight:600}.light-mode .disable{background-color:#ccc!important;color:#666!important}.Medium .bu-sd-chart .y-axis-title{font-size:11px}.Small .bu-sd-chart .y-axis-title{font-size:10px}.bu-sd-chart{position:relative;background-color:#1e242e;border-radius:4px;border:1px solid rgba(85,85,85,.2);display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;height:auto;padding:10px 25px 40px 12px;width:100%;min-height:100px;-webkit-align-self:baseline;align-self:baseline}.bu-sd-chart .y-axis-title{font-size:12px;opacity:.4;position:absolute;text-align:center;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);top:calc(50% - 10px)}.bu-sd-chart .title-chart{text-transform:uppercase}.bu-sd-chart .legends{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;margin-top:8px}.bu-sd-chart .legends .item{margin-left:35px;position:relative;font-size:12px}.bu-sd-chart .legends .item.bu:before{background-color:#37a77d}.bu-sd-chart .legends .item.sd:before{background-color:#e84855}.bu-sd-chart .legends .item.price:before{background-color:#359ee4}.bu-sd-chart .legends .item:before{content:"";width:10px;height:1px;position:absolute;left:-15px;background-color:#fff;top:9px}.bu-sd-chart .legends .item:first-child{margin-left:0}.liquidity{container-type:inline-size;container-name:liquidity-container}.liquidity .drop-cus:after{color:#47c3ff!important}.liquidity .bu-sd-chart{border:0;background-color:transparent}.liquidity .item-infor{-webkit-justify-content:center;justify-content:center;-webkit-flex-direction:column;flex-direction:column;font-size:10px}.liquidity .item-infor,.liquidity .item-infor--first-row,.liquidity .item-infor--second-row{display:-webkit-flex;display:flex}.liquidity .item-infor--first-row .item,.liquidity .item-infor--second-row .item{display:-webkit-flex;display:flex;margin-right:4px}.liquidity .item-infor--first-row .item .main-text,.liquidity .item-infor--second-row .item .main-text{color:grey}.liquidity .item-infor--first-row .item .sub-text,.liquidity .item-infor--second-row .item .sub-text{margin-left:2px}@container liquidity-container (max-width: 768px){.liquidity .w-100.d-flex{-webkit-flex-wrap:wrap;flex-wrap:wrap}.liquidity .w-100.d-flex>div:last-child{width:100%;margin-top:0;margin-left:0!important}}.market-anomaly .chart-view-wrap .chart_wrap{background-color:#1e242e;border:1px solid rgba(85,85,85,.2);border-radius:4px;margin:12px 50px;width:100%}.market-anomaly .chart-view-wrap .chart_wrap_table{background-color:#1e242e;margin:12px 25px;width:100%}.market-anomaly .chart-view-wrap .chart_wrap__title{margin:10px;font-weight:600;font-size:12px}.market-anomaly .chart-view-wrap .chart_item{float:left}.market-anomaly .chart-view-wrap .fade_opacity{opacity:.5}.market-anomaly .chart-view-wrap .barchart_info{text-align:center;margin-top:5px}.market-anomaly .chart-view-wrap .barchart_info__line{display:inline-block;height:1px;background-color:#fff;width:60px;margin:6px;border-radius:2px}.market-anomaly .chart-view-wrap .barchart_info__title{margin-top:12px}.market-anomaly .chart-view-wrap .barchart_title{font-size:12px;font-weight:700}.market-anomaly .chart-view-wrap .chart_title{margin:8px}.light-mode .market-anomaly .barchart_info__line{background-color:#1f2023}.light-mode .technical-wrapper .text-left .bg-grey{background-color:#f1f3f4!important}.light-mode .line-drop .dropdown-toggle:after{color:#2c73e8!important;right:0;position:absolute}.light-mode .dropdown-active.dropdown-toggle:after{color:#fff!important}.btn-anomaly{width:100px}.fidt-analysis-wrapper .message,.stockInsight-wrapper .message{width:320px;background-color:#202227;color:#fff;border-radius:6px;padding:5px 0;right:5px;position:absolute;z-index:1000;text-align:left}.fidt-analysis-wrapper .message-wrapper,.stockInsight-wrapper .message-wrapper{position:relative;display:inline-block}.fidt-analysis-wrapper .icon-close,.stockInsight-wrapper .icon-close{position:absolute;cursor:pointer;right:5px;top:5px;z-index:2;font-size:10px}.fidt-analysis-wrapper .disclaimerMessage,.stockInsight-wrapper .disclaimerMessage{text-decoration:underline}.fidt-analysis-wrapper iframe,.stockInsight-wrapper iframe{border:none}.stockInsight-wrapper{height:100%}.stockInsight-wrapper .title{font-size:40px;color:#ff8c00;text-align:center;text-transform:uppercase}.stockInsight-wrapper .by-fidt{font-size:28px;color:#fff;text-transform:none;font-style:italic}.transition{transition:all 1s ease 0s}.bg-s-color-red{background-color:#cd656b}.bg-s-color-blue{background-color:#41b088}.custom-blink{color:#fff}.sector-indepth-wrapper .btn.drop-cus{min-width:125px;padding-left:0;text-align:left}.sector-indepth-wrapper .icbLevel-drop .drop-mecus{width:125px!important;min-width:125px!important}.sector-indepth-wrapper .setting-column-drop .drop-mecus{width:160px!important;min-width:160px!important}.sector-indepth-wrapper .left-info-widget__title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sector-indepth-wrapper .export-button .btn-cus-nomal{padding:0 3.5px!important}.sector-indepth-wrapper .export-button .btn-cus-nomal .icon-printer-tool{margin-right:0!important}.proportion-wrapper{padding:0;margin-bottom:6px;min-width:600px}.proportion-wrapper .proportion-chart{background-color:#1e242e;padding-bottom:10px}.proportion-wrapper .locked-calendar{cursor:pointer}.proportion-wrapper .locked-calendar>div{pointer-events:none}.proportion-wrapper .btn-cus-nomal .icon-padlock{font-size:10px;margin-left:3px}.proportion-wrapper .locked-export{cursor:pointer}.proportion-wrapper .locked-export a{pointer-events:none}.proportion-wrapper .btn-groupcus-line .icon-padlock{font-size:8px}.proportion-wrapper .tooltip-wrap .tooltip-top{bottom:calc(100% + 4px);left:calc(50% + 16px)}.proportion-wrapper .tooltip-wrap .tooltip-top:after{bottom:5px}.proportion-wrapper .check-list-inline .list-check .checkbox input[type=checkbox]+label:before{left:2px}.Large .proportion-filter .btn-cus-nomal i.icon-padlock{font-size:9px!important}.Small .proportion-filter .btn-cus-nomal i.icon-padlock{font-size:8px!important}.proportion-table-wrap .custom-table>tbody>tr>td>div,.proportion-table-wrap .custom-table>tbody>tr>th{padding-left:8px!important;padding-right:9px!important;overflow:inherit!important}.proportion-table-wrap .border-table tbody tr td{padding:0!important}.light-mode .sectorIndepth-performance-wrapper .bu-sd-chart{background-color:#fff!important}.light-mode .sectorIndepth-performance-wrapper .stat-chart .chart-tooltip-content{background-color:#626262;color:#fff}.light-mode .sectorIndepth-performance-wrapper .stat-chart .chart-tooltip:before{border-color:transparent #626262 transparent transparent}.light-mode .sectorIndepth-performance-wrapper .stat-chart{background-color:#fff}.sectorIndepth-performance-wrapper{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;overflow-x:auto;-webkit-justify-content:space-between;justify-content:space-between}.sectorIndepth-performance-wrapper .flex-wrap-init{-webkit-flex-wrap:initial;flex-wrap:nowrap}.sectorIndepth-performance-wrapper .tab-timer{margin-bottom:0!important}.sectorIndepth-performance-wrapper .ts-top-navigation{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}.sectorIndepth-performance-wrapper .ts-top-navigation--left{display:-webkit-flex;display:flex}.sectorIndepth-performance-wrapper .ts-top-navigation--left .ticker-name{font-size:18px;font-weight:700;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#fff;border-bottom:2px solid #555;padding-bottom:6px;min-width:135px}.sectorIndepth-performance-wrapper .ts-top-navigation--left .item-first{font-size:28px;font-weight:700;display:-webkit-flex;display:flex}.sectorIndepth-performance-wrapper .ts-top-navigation--left .item-first strong{float:right}.sectorIndepth-performance-wrapper .ts-top-navigation--left .item-first>span{font-size:12px;font-weight:600;display:inline-block;margin-top:10px;line-height:12px;width:26px}.sectorIndepth-performance-wrapper .ts-top-navigation--left .item-first>span>small{float:right;display:block;font-size:12px;width:100%}.sectorIndepth-performance-wrapper .ts-top-navigation--left .item-first>span>small:first-child{font-weight:600}.sectorIndepth-performance-wrapper .ts-top-navigation--left .item-first>span>small:last-child{font-size:8px}.sectorIndepth-performance-wrapper .ts-top-navigation--left .group-button{text-transform:uppercase;padding:6px;color:#fff}.sectorIndepth-performance-wrapper .ts-top-navigation--left .group-button div{font-weight:600;width:50px;height:20px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;padding:2px 20px;border-radius:5px;cursor:pointer}.sectorIndepth-performance-wrapper .ts-top-navigation--left .group-button--sell{background-color:#e74242}.sectorIndepth-performance-wrapper .ts-top-navigation--left .group-button--buy{background-color:#1d97ef}.sectorIndepth-performance-wrapper .ts-top-navigation--left .item-infor{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-flex-direction:column;flex-direction:column;font-size:10px}.sectorIndepth-performance-wrapper .ts-top-navigation--left .item-infor--first-row,.sectorIndepth-performance-wrapper .ts-top-navigation--left .item-infor--second-row{display:-webkit-flex;display:flex}.sectorIndepth-performance-wrapper .ts-top-navigation--left .item-infor--first-row .item,.sectorIndepth-performance-wrapper .ts-top-navigation--left .item-infor--second-row .item{display:-webkit-flex;display:flex;margin-right:4px}.sectorIndepth-performance-wrapper .ts-top-navigation--left .item-infor--first-row .item .main-text,.sectorIndepth-performance-wrapper .ts-top-navigation--left .item-infor--second-row .item .main-text{color:grey}.sectorIndepth-performance-wrapper .ts-top-navigation--left .item-infor--first-row .item .sub-text,.sectorIndepth-performance-wrapper .ts-top-navigation--left .item-infor--second-row .item .sub-text{margin-left:2px}.sectorIndepth-performance-wrapper .ts-top-navigation--right{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.sectorIndepth-performance-wrapper .stat-chart{position:relative;background-color:#1e242e;border-radius:4px;border:1px solid rgba(85,85,85,.2);display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;height:auto;padding:10px 10px 33px 12px;width:100%;min-height:100px;-webkit-align-self:baseline;align-self:baseline}.sectorIndepth-performance-wrapper .stat-chart .chart-tooltip-content{font-size:11px;width:auto;display:inline-block;background-color:#fff;color:#1f2023;padding:5px 10px;border-radius:9px;position:relative}.sectorIndepth-performance-wrapper .stat-chart .chart-tooltip{display:none;position:fixed;transition:all .1s linear;z-index:9999}.sectorIndepth-performance-wrapper .stat-chart .chart-tooltip:before{position:absolute;content:"";top:calc(50% - 5px);left:-4px;width:0;height:0;border-color:transparent #fff transparent transparent;border-style:solid;border-width:5px 5px 5px 0}.sectorIndepth-performance-wrapper .stat-chart #horizontal-chart .chart-axis{margin-top:10px;opacity:.8;font-size:10px;font-weight:100;stroke:none}.sectorIndepth-performance-wrapper .stat-chart #horizontal-chart .chart-axis line,.sectorIndepth-performance-wrapper .stat-chart #horizontal-chart .chart-axis path{stroke:rgba(85,85,85,.3)}.sectorIndepth-performance-wrapper .stat-chart #horizontal-chart .chart-axis-x text{-webkit-transform:translateY(5px);transform:translateY(5px)}.sectorIndepth-performance-wrapper .stat-chart #horizontal-chart .chart-axis-y text{-webkit-transform:translateX(-5px) translateY(-2px);transform:translateX(-5px) translateY(-2px)}.sectorIndepth-performance-wrapper .stat-chart #horizontal-chart .chart{position:absolute}.sectorIndepth-performance-wrapper .stat-chart .legend .green{height:3px;width:6px;background-color:#37a77d}.sectorIndepth-performance-wrapper .stat-chart .legend .red{height:3px;width:6px;background-color:#db5b66}.sectorIndepth-performance-wrapper .ts-body{display:-webkit-flex;display:flex}.sectorIndepth-performance-wrapper .ts-body .ts-chart{position:relative;min-width:50%;background-color:#1e242e;border-radius:4px;border:1px solid rgba(85,85,85,.2);display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.sectorIndepth-performance-wrapper .ts-body .ts-chart .chart-title{font-size:12px;font-weight:600;padding:0 12px}.sectorIndepth-performance-wrapper .ts-body .ts-chart .chart-legend{display:-webkit-flex;display:flex;-webkit-align-content:center;align-content:center;-webkit-justify-content:center;justify-content:center;padding:8px 12px}.sectorIndepth-performance-wrapper .ts-body .ts-chart .chart-legend__item{margin-right:12px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.sectorIndepth-performance-wrapper .ts-body .ts-chart .chart-legend__item .title{font-size:10px}.sectorIndepth-performance-wrapper .ts-body .ts-chart .chart-legend__item .square{width:10px;height:10px;border-radius:1px;margin-right:4px}.sectorIndepth-performance-wrapper .ts-body .ts-chart .chart-legend__item .square--red{background-color:#e84855}.sectorIndepth-performance-wrapper .ts-body .ts-chart .chart-legend__item .square--green{background-color:#37a77d}.sectorIndepth-performance-wrapper .ts-body .ts-chart .chart-legend__item .square--blue{background-color:#359ee4}.sectorIndepth-performance-wrapper .ts-body .ts-table{width:50%;min-height:500px;-webkit-flex:1 1;flex:1 1}.sectorIndepth-performance-wrapper .border-table tbody tr td:first-child{font-weight:400}.sectorIndepth-performance-wrapper .responsive-wrapper.flex-column .ts-chart{max-height:400px}.sectorIndepth-performance-chart div.chart-2{position:absolute!important;top:18px}.sector-indepth-wrapper .drop-sort .dropdown-menu.drop-th{width:120px!important;overflow:hidden!important;font-size:10px;padding-left:0}.sector-indepth-wrapper .drop-sort .dropdown-menu.drop-th a{padding-left:6px;padding-right:6px}.responsive-wrapper{-webkit-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden}.fmi-wrapper{padding:0;margin-bottom:6px;min-width:600px}.fmi-wrapper .tabs-right-top{display:-webkit-flex;display:flex}.fmi-wrapper .list-filter{width:inherit!important}.fmi-wrapper .fmi-chart{border:1px solid rgba(85,85,85,.2);background-color:#1e242d;border-radius:10px;padding:10px}.fmi-wrapper .locked-calendar{cursor:pointer}.fmi-wrapper .locked-calendar>div{pointer-events:none}.fmi-wrapper .btn-cus-nomal .icon-padlock{font-size:10px;margin-left:3px}.fmi-wrapper .locked-export{cursor:pointer}.fmi-wrapper .locked-export a{pointer-events:none}.fmi-wrapper .btn-groupcus-line .icon-padlock{font-size:8px}.fmi-wrapper .tooltip-wrap .tooltip-top{bottom:calc(100% + 4px);left:calc(50% + 16px)}.fmi-wrapper .tooltip-wrap .tooltip-top:after{bottom:5px}.fmi-wrapper .check-list-inline .list-check .checkbox input[type=checkbox]+label:before{left:2px}.Large .fmi-filter .btn-cus-nomal i.icon-padlock{font-size:9px!important}.Small .fmi-filter .btn-cus-nomal i.icon-padlock{font-size:8px!important}.sector-investor-wrapper .dropdown-menu.drop-mecus{width:120px}.sector-investor-wrapper .fa-body-content{border:1.3px solid #424955;border-radius:4px}.sector-investor-wrapper .fa-top-content{min-width:450px}.sector-investor-wrapper .custom-tabs{margin-bottom:0!important}.sector-investor-wrapper .footer-note{margin-top:10px;opacity:.5;font-size:11px;font-style:italic}.search-box-with-data{margin-bottom:5px}.sector-in-depth-index-wrap .custom-table>tbody>tr>td,.sector-in-depth-index-wrap .custom-table>tbody>tr>th{padding-left:1px!important;padding-right:2px!important;overflow:inherit!important}.sector-in-depth-index-wrap .custom-table>tbody>tr>td>div.non-blink{padding-left:9px;padding-right:8px}.sector-in-depth-index-wrap .search-box-with-data{margin-bottom:10px}.time-range-wrapper{display:-webkit-flex;display:flex}.time-range-wrapper .close-button{margin-left:6px;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;cursor:pointer}.time-range-wrapper .close-button .icon-cancel1{color:#969696;opacity:.8;cursor:pointer}.Large .search-filter-wrapper .industry-search-box .industry{font-size:14px;line-height:24px}.Small .search-filter-wrapper .industry-search-box .industry{font-size:11px;line-height:24px}.Medium .search-filter-wrapper .industry-search-box .industry{font-size:12px;line-height:24px}.search-filter-wrapper{white-space:nowrap}.search-filter-wrapper .search-filter-industry{height:24px;width:100%;border-bottom:1px solid rgba(85,85,85,.3)}.search-filter-wrapper .show{display:block!important}.search-filter-wrapper .hover{background-color:#2d84a8}.search-filter-wrapper.fixed-position{width:250px}.search-filter-wrapper .industry-search-box{height:100%;outline:0;border:0}.search-filter-wrapper .industry-search-box .industry{font-size:11px;padding-left:1px;font-weight:400;line-height:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-filter-wrapper .industry-search-box .industry:focus{outline:none}.search-filter-wrapper .industry-search-box .icon-caret{font-size:11px}.search-filter-wrapper .industry-search-box .company-name{max-width:70px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-right:2px}.search-filter-wrapper .industry-search-box .company-name.no-exchange{max-width:110px}.popup-wrap{display:none}.popup-wrap .popup{z-index:99999;color:#fff;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.popup-wrap .popup,.popup-wrap .popup:after{position:absolute;top:0;left:0;width:100%;height:100%}.popup-wrap .popup:after{content:"";background-color:rgba(0,0,0,.4)}.popup-wrap .show{display:block!important;z-index:99999}.popup-wrap .popup-content{background-color:#43484f;border:1px solid rgba(85,85,85,.3);padding:10px;min-width:266px;border-radius:4px;z-index:1}.popup-wrap .popup-header{font-size:14px;font-weight:700}.popup-wrap .popup-header .icon-warning{color:#ff0}.popup-wrap .popup-header .icon-help{opacity:.6}.popup-wrap .form-group{margin-top:10px;position:relative}.popup-wrap .form-group .btn-cancel-search{position:absolute;top:7px;right:4px;background:transparent;border:0}.light-mode .popup-wrap .popup{color:#1f2023}.light-mode .popup-wrap .popup:after{background-color:hsla(0,0%,100%,.4)}.light-mode .popup-wrap .popup-content{background-color:#fff;border:0 solid rgba(85,85,85,.3);box-shadow:0 2px 5px 0 rgba(0,0,0,.25)}.organize-column-wrap .text-no-data{color:#fff}.organize-column-wrap .search-input{padding:3px 25px 3px 10px!important}.light-mode .organize-column-wrap .text-no-data{color:#1f2023}.Large .add-to-watchlist{font-size:14px}.Small .add-to-watchlist{font-size:11px}.add-to-watchlist{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;position:relative}.add-to-watchlist .icon-caret-right,.add-to-watchlist .icon-view-table{font-size:12px}.add-to-watchlist .list-watchlist{position:fixed;width:120px;left:150px;top:0;background-color:#273040;box-shadow:0 2px 4px 0 rgba(16,16,16,.5)}.add-to-watchlist .add-btn{padding:2px 7px;border-radius:5px;background-color:#4fc41a;font-size:12px}.add-to-watchlist .add-btn.done{background-color:grey}.light-mode .list-watchlist{background-color:#fff;color:#1f2329}.cell-hover-icon{display:none;cursor:pointer;position:absolute;right:0}.cell-hover-icon .circle{display:inline-block;width:12px;height:12px;border-radius:10px;margin-right:4px}.triangle-up{width:0;height:0;margin-top:-2px;border-color:transparent transparent #fff;border-style:solid;border-width:0 3px 6px}.watchlist-popup{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;min-width:150px;height:auto;border-radius:2px;position:fixed;z-index:9999;top:0;left:0;background-color:#273040;box-shadow:0 2px 4px 0 rgba(16,16,16,.5)}.watchlist-popup__header{border-bottom:1px solid hsla(0,0%,58.8%,.2);text-transform:uppercase;padding:6px}.watchlist-popup__header div{display:-webkit-flex;display:flex;width:50px;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;font-weight:600;padding:2px 12px;border-radius:5px;cursor:pointer}.watchlist-popup__header--sell{background-color:#e74242}.watchlist-popup__header--buy{background-color:#1d97ef}.watchlist-popup__body--item{white-space:nowrap;cursor:pointer;padding:5px 6px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.watchlist-popup__body--item.disabled{color:grey}.watchlist-popup__body--item:hover{background-color:#1d97ef}.watchlist-popup__body--item i{margin-right:4px}.light-mode .watchlist-popup{background-color:#fff}.light-mode .watchlist-popup__header--sell{color:#fff}.light-mode .watchlist-popup__header--buy{color:#fff;background-color:#2c73e8}.light-mode .watchlist-popup__body--item:hover{background-color:#1d97ef;color:#fff}.MySortableMultiGrid__Row.hover-row .cell-hover-icon{display:-webkit-flex;display:flex}.day-ranger{width:100%;float:left;position:relative;border:.5px solid #969696;font-size:9px;margin:1px 0}.day-ranger .value1{float:left;text-align:left;font-size:10px;position:relative}.day-ranger .value1:after{content:"";width:100%;height:18px;float:left;background-color:#e74242;border-right:1px solid #232931}.day-ranger .value1 .text-inline{position:absolute;top:1px;left:2px;bottom:0;z-index:1;color:#fff}.day-ranger .value2{float:right;text-align:right;font-size:10px;position:relative}.day-ranger .value2:after{content:"";width:100%;height:18px;float:left;background-color:#2f936f;border-left:1px solid #232931}.day-ranger .value2 .text-inline{position:absolute;right:2px;top:1px;bottom:0;z-index:1}.day-ranger .value3{width:1px;height:18px;background-color:#e68837;position:absolute;bottom:0;z-index:2}.tooltip-trigger{text-decoration:underline}.tooltip-bubble{position:absolute;z-index:10}.tooltip-day-range{position:absolute;background-color:#fff;border-radius:3px;padding:2px 6px;height:auto;bottom:-2;left:5px;z-index:3}.tooltip-day-range:after{border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #fff;bottom:-3px;content:"";position:absolute;right:46%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tooltip-message-dayrange{background:#fff;color:rgba(0,0,0,.7);font-size:10px;line-height:12px;text-align:left}.custom-popup{z-index:9999}.custom-popup .popup-button{width:50px;height:20px;border-radius:5px;font-size:12px;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.custom-popup .popup-button__buy{background-color:#1d97ef}.custom-popup .popup-button__sell{background-color:#eb505a}.custom-popup .popup-divide{height:2px;background-color:#969696}.custom-popup .popup-header{display:-webkit-flex;display:flex;padding:6px;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.custom-popup .popup-body{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;padding:8px 6px}.custom-popup .popup-body__item{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;margin-bottom:2px}.custom-popup .popup-body__item p{margin:0 0 0 4px}.wl-item-end-yRange{width:100%;height:100%;background:#2974c1;position:relative}.wl-item-end-yRange .range-line{width:1px;height:100%;background-color:#facc5c;position:absolute;bottom:0;z-index:1;left:30%}.wl-item-end-yRange .wl-infor-yRange{padding:0 4px;font-size:9px;color:#fff!important}.covered-warrant-wrap .custom-table>tbody>tr>td,.covered-warrant-wrap .custom-table>tbody>tr>th{padding-left:1px!important;padding-right:2px!important;overflow:inherit!important}.covered-warrant-wrap .list-check label{text-transform:uppercase}.locked-div{cursor:pointer}.locked-div *{pointer-events:none}.Calendar-wraper{position:absolute;z-index:999;right:0;top:20px}.calendar-btnsug{position:relative!important}.Calendar-wraper .DateRangePickerInput{padding:0 129px 0 30px}.date-range-title{-webkit-align-items:center;align-items:center}.date-range-title--sub-text{font-size:12px;color:#fff}.date-range-title--main-text{font-size:12px;color:#47c3ff;margin:0 6px;white-space:nowrap;font-weight:600}.light-mode .date-range-title .date-range-title--sub-text{color:#1f2023}.light-mode .calendar-btnsug i{color:#2b457d}.light-mode .watchlist-wrapper .search-filter-wrapper{margin-right:10px;background-color:#fff;padding:0;border-radius:3px;border:1px solid #e8eaed;color:#2b457d}.light-mode .watchlist-wrapper .search-filter-wrapper .search-filter-industry{height:25px;border:none}.light-mode .watchlist-wrapper .search-filter-wrapper .drop-search a span{color:#2b457d;opacity:1!important}.light-mode .watchlist-wrapper .search-filter-wrapper .drop-search a:hover span{color:#fff}.light-mode .watchlist-wrapper .search-filter-wrapper.search-box-active{background-color:#2b457d;border:1px solid #e8eaed;color:#fff}.locked-dropdown{cursor:pointer}.locked-dropdown>div{pointer-events:none}.watchlist-wrapper .search-filter-wrapper{margin-right:10px;background-color:#1b3242;padding:0;border-radius:3px}.watchlist-wrapper .search-filter-wrapper .search-filter-industry{height:25px;border:none}.watchlist-wrapper .search-filter-wrapper .drop-search a span{color:#fff;opacity:1!important}.watchlist-wrapper .search-filter-wrapper.search-box-active{background-color:#2d84a8}.watchlist-wrapper .export-watchList .btn-cus-nomal{padding:0 3.5px!important}.watchlist-wrapper .export-watchList .btn-cus-nomal .icon-printer-tool{margin-right:0!important}.expand-title-wrap:hover .share-sns{visibility:visible}.expand-title-wrap .SocialMediaShareButton--facebook{display:inline-block;cursor:pointer}.expand-title-wrap .email-share i{font-size:10px}.expand-title-wrap .skype-share,.expand-title-wrap .SocialMediaShareButton--facebook,.expand-title-wrap .zalo-share-button{cursor:pointer}div.share-sns{position:absolute;right:0;top:2px;white-space:nowrap;display:-webkit-flex;display:flex;-webkit-align-items:flex-end;align-items:flex-end;-webkit-justify-content:flex-end;justify-content:flex-end}div.share-sns.d-none{display:none}div.share-sns div{display:inline}div.share-sns .SocialMediaShareButton i:hover{color:#3b5998!important}div.share-sns .zalo-share-button i:hover{color:#0573ff!important}div.share-sns .skype-share i:hover{color:#0078ca!important}div.share-sns .email-share i:hover{color:#d93025!important}.hidden-div{width:100%;height:40px;background-color:red}.watchlist-performance-wrap .custom-table>tbody>tr>td,.watchlist-performance-wrap .custom-table>tbody>tr>th{padding-left:1px!important;padding-right:2px!important;overflow:inherit!important}.odd-row{background-color:transparent}.even-row{background-color:#232931}.odd-row .even-row{opacity:1!important;visibility:unset!important}.even-row.hover-row,.odd-row.hover-row{background-color:#2d84a8}.header-column{text-transform:none}.no-rows{position:absolute;top:0;bottom:0;left:0;right:0;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;font-size:1em;color:#bdbdbd}::-webkit-scrollbar{opacity:0}::-webkit-scrollbar:horizontal,::-webkit-scrollbar:horizontal:hover{height:8px!important}::-webkit-scrollbar:vertical,::-webkit-scrollbar:vertical:hover{width:8px!important}::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:hover{background:#a3a3a3!important}.table-cell{padding:0 8px 0 9px;text-align:right}.table-cell,.table-header-cell{white-space:nowrap;text-overflow:ellipsis;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.table-header-cell{font-size:12px;background-color:#273040}body.Small .table-cell{font-size:11px}body.Medium .table-cell{font-size:12px}body.Large .table-cell{font-size:14px}.table-cell:after{content:"";width:1px;height:calc(100% - 4px);position:absolute;bottom:2px;right:0;background-color:#555;opacity:.3}.light-mode .even-row{background-color:#f1f3f4}.light-mode .odd-row{background-color:#fff}.light-mode .table-header-cell{background-color:#2b457d;color:#fff}.light-mode ::-webkit-scrollbar-thumb,.light-mode ::-webkit-scrollbar-thumb:hover{background:#e8eaed!important}.light-mode .even-row.hover-row,.light-mode .odd-row.hover-row{background-color:#c3d7f8}.watchlist-summary-wrap .custom-table>tbody>tr>td,.watchlist-summary-wrap .custom-table>tbody>tr>th{padding-left:1px!important;padding-right:2px!important;overflow:inherit!important}.watchlist-summary-wrap .px-10{padding-left:10px;padding-right:10px}.dropdown-item.trend-active{background-color:#2d84a8}.light-mode .dropdown-item.trend-active{background-color:#2c73e8;color:#fff!important}.Table{width:100%;margin-top:15px}.headerRow{border-bottom:2px solid #1f2329;background-color:#273040}.oddRow{background-color:#232931}.evenRow:hover,.oddRow:hover{background-color:#2d84a8}.headerColumn{text-transform:none}.noRows{position:absolute;top:0;bottom:0;left:0;right:0;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;font-size:1em;color:#bdbdbd}.top-mover-content .custom-table>tbody>tr>td,.top-mover-content .custom-table>tbody>tr>th{padding-left:1px!important;padding-right:2px!important;overflow:inherit!important}.top-mover-content .top-mover-sector-name{text-align:left;padding-left:10px;padding-right:10px}.top-mover-footer{margin-top:40px!important}.chart-data-wraper{overflow:auto;-webkit-flex-direction:column;flex-direction:column;display:-webkit-flex;display:flex}.bullish{color:#2ebd85}.bearish{color:#f5465c}.neutral{color:#ebb50d}.top-breakout-cw .apply-btn,.top-breakout .apply-btn{transition:color 0s}.date-top-breakout-cw .line-drop{margin:-5px 5px 0}.foreign-wrapper .chart-wrap{border:1px solid #555;padding:10px 10px 0;margin-bottom:10px;width:100%}.statistic-investor-wrapper .fa-body-content{border:1.3px solid #424955;border-radius:4px}.statistic-investor-wrapper .fa-top-content{min-width:450px}.statistic-investor-wrapper .custom-tabs{margin-bottom:0!important}.statistic-investor-wrapper .snapShot\.chartNonBank\.chartDupont\.title .chart-legend-wraper,.statistic-investor-wrapper .snapShot\.chartNonBank\.chartOperating\.title .chart-legend-wraper,.statistic-investor-wrapper .snapShot\.chartNonBank\.chartOperatingCashFlow\.title .chart-legend-wraper,.statistic-investor-wrapper .snapShot\.chartNonBank\.chartProfit\.title .chart-legend-wraper,.statistic-investor-wrapper .snapShot\.chartNonBank\.chartRevenue\.title .chart-legend-wraper{padding-top:3px}.light-mode{container-type:inline-size;container-name:money-flow-container}.light-mode .money-flow-wrapper .list-filter .line-drop .btn-group .drop-cus{color:#1f2023}.Large .updated-date{font-size:13px}.Large .buy-sell-tree-map-wrapper .footer-note{font-size:12px}.Small .updated-date{font-size:11px}.Small .buy-sell-tree-map-wrapper .footer-note{font-size:10px}.buy-sell-tree-map-ticker-info{font-size:9px;background-color:#fff;border-radius:4px;color:#1c222b;position:fixed;z-index:10;white-space:nowrap}.buy-sell-tree-map-ticker-info .ticker-info-wrapper{padding:2px 6px;font-size:10px;font-weight:600}.buy-sell-tree-map-ticker-info .ticker-info-wrapper .matched,.buy-sell-tree-map-ticker-info .ticker-info-wrapper .text-bold{font-weight:600}.buy-sell-tree-map-ticker-info .name{font-size:14px;font-weight:700}.buy-sell-tree-map-ticker-info .triangle-top-left{position:absolute;width:0;height:0;border-color:transparent #fff transparent transparent;border-style:solid;border-width:0 10px 10px 0;left:-6px;top:0}.buy-sell-tree-map-ticker-info .triangle-top-right{top:0;right:-6px}.buy-sell-tree-map-ticker-info .triangle-bottom-left,.buy-sell-tree-map-ticker-info .triangle-top-right{width:0;height:0;border-color:#fff transparent transparent;border-style:solid;border-width:10px 10px 0 0;position:absolute}.buy-sell-tree-map-ticker-info .triangle-bottom-left{left:0;bottom:-6px}.buy-sell-tree-map-ticker-info .triangle-bottom-right{position:absolute;width:0;height:0;border-color:transparent #fff transparent transparent;border-style:solid;border-width:0 10px 10px 0;right:0;bottom:-7px}.buy-sell-tree-map-ticker-info .ceil-text-color{color:#e549ff}.buy-sell-tree-map-ticker-info .increase-text-color{color:#31bd65}.buy-sell-tree-map-ticker-info .ref-text-color{color:#e68837}.buy-sell-tree-map-ticker-info .reduced-text-color{color:#e74242}.buy-sell-tree-map-ticker-info .floor-text-color{color:#00bfbe}.buy-sell-tree-map-wrapper .list-filter .item-filter,.buy-sell-tree-map-wrapper .list-filter .item-filter .btn-group,.buy-sell-tree-map-wrapper .list-filter .item-filter .drop-mecus{width:140px}.buy-sell-tree-map-wrapper .footer-note{margin-top:5px;opacity:.5;font-size:11px;font-style:italic}.money-flow-wrapper{height:100%}.money-flow-wrapper .left-info-widget__metas{min-width:140px}.money-flow-wrapper .money-flow-search-box .company-name{max-width:120px}.money-flow-wrapper .tooltip-content{z-index:9999;top:calc(50% - 3px)!important}.money-flow-wrapper .tooltip-message{padding:5px 15px!important}.money-flow-wrapper .contribution-type .tooltip-content{max-width:400px!important;z-index:9999;top:calc(50% + 5px)!important}.money-flow-wrapper .contribution-type .tooltip-message{padding:5px 15px!important}.money-flow-wrapper .updated-date{margin-bottom:10px;font-weight:400;font-style:italic}.money-flow-wrapper .sticky{z-index:7}.money-flow-wrapper .money-flow-chart{background-color:#1e242e;border-radius:10px;border:1px solid rgba(85,85,85,.4)}.money-flow-wrapper .buy-sell-tree-map .tree-map-wrapper{-webkit-flex:1 1;flex:1 1;min-height:200px}.money-flow-wrapper .buy-sell-tree-map .ceil-text-color{color:#e549ff}.money-flow-wrapper .buy-sell-tree-map .increase-text-color{color:#31bd65}.money-flow-wrapper .buy-sell-tree-map .ref-text-color{color:#e68837}.money-flow-wrapper .buy-sell-tree-map .reduced-text-color{color:#e74242}.money-flow-wrapper .buy-sell-tree-map .floor-text-color{color:#00bfbe}.money-flow-wrapper .bg-blur{opacity:.5;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.money-flow-wrapper .text-footer{margin-top:6px;margin-bottom:12px;font-size:10px}body.light-mode .money-flow-tree-map .node{color:#fff}.money-flow-tree-map{min-width:95px}.money-flow-tree-map .node{position:absolute;background-color:#fff;transition:width .1s linear;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;font-weight:700}.money-flow-tree-map .node.blur{opacity:.5}.money-flow-tree-map .node.ref-price-bg{background-color:#e68837!important}.money-flow-tree-map .node.increase-price-bg{background-color:#31bd65!important}.money-flow-tree-map .node.reduced-price-bg{background-color:#e74242!important}.money-flow-tree-map .node.ceil-price-bg{background-color:#e549ff!important}.money-flow-tree-map .node.floor-price-bg{background-color:#00bfbe!important}.money-flow-tree-map .node .ticker{text-align:center;cursor:default}.money-flow-tree-map .node .ticker .price-change{font-size:.75em}.money-flow-tree-map .no-data{margin-top:10px;text-align:center}.money-flow-tree-map .title{background-color:#1d435d;color:#fff;text-transform:uppercase;font-size:11px;height:20px;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.light-mode .money-flow-tree-map .title{background-color:#2b457d}@container money-flow-container (max-width: 768px){.money-flow-wrapper .list-filter .filter-chart{width:100%;margin-top:8px}.money-flow-wrapper .fa-body-content .d-flex.flex-wrap .ml-auto{margin-left:0!important;margin-top:10px}}.watchlist-date{margin-bottom:5px}.watchlist-date .disable{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important;cursor:no-drop!important}.watchlist-date .bg-disable{background-color:grey!important;pointer-events:none}.watchlist-date .parent{display:-webkit-flex;display:flex;position:relative}.watchlist-date .btn.div-calendar.bg-b-color-3.calendar-btnsug{font-size:10px}.watchlist-date .text-label{margin-top:7px}.watchlist-date .icon-calendar{margin-left:-3px;margin-right:7px;line-height:24px}.watchlist-date .icon-caret{margin-left:7px}.search-add .show{display:block!important}.search-add .hover{background-color:#2d84a8}.corporate .check-list-inline .list-check .checkbox{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.corporate .radio-button{margin-right:10px;margin-top:-7px}.corporate .tooltip-content{position:absolute;z-index:10;word-wrap:break-word;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.corporate .tooltip-content:after{content:"";border-left:5px solid transparent;border-right:5px solid transparent;-webkit-transform:translate(-50%,-80%);transform:translate(-50%,-80%);left:50%;bottom:0;border-top:5px solid #43484f}.corporate .tooltip-content .tooltip-message{padding:5px 10px}.corporate .list-filter{width:105px}.corporate .top-nav{margin-left:10px;margin-right:10px}.corporate .check-list-inline{margin-left:10px}.corporate .check-list-inline .list-check .tooltip-wrap .checkbox label div{margin-left:-5px}.corporate .checkbox{margin-left:-5px;margin-top:2px}.corporate .filter-time-range{float:"left";height:20px}.corporate .table-corporate{float:"left"}.corporate .popup-calendar{width:40px;height:20px;margin-left:5px}.corporate .div-calendar{border-radius:9px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.corporate .active{background-color:#00c694}.corporate .text-div{margin-top:10px;margin-bottom:10px;font-size:12px;font-weight:600}.corporate .text-carlendar-filter{font-size:12px}.corporate .filterEvent{margin-left:20px}.corporate .item-filter{width:100px}.corporate .calendar-wraper{position:absolute;z-index:999;top:20px}.market-calendar-layout .market-calendar-content{width:100%;float:left;display:-webkit-flex;display:flex}.market-calendar-wrapper .bg-s-color-4{background-color:#f88634}.table-economy .group-list-date{border-left:2px solid #47c3ff;padding-left:10px;height:20px;font-weight:600;margin:5px 0 5px -9px}.economy-wrapper .border-table tbody tr td{padding-top:4px;padding-bottom:4px}.economy .list-filter{width:105px}.economy .top-nav{margin-left:10px;margin-right:10px}.economy .check-list-inline{margin-left:10px}.economy .checkbox{margin-left:-5px;margin-top:2px}.economy .text-div{margin-top:15px;margin-bottom:10px;font-size:12px;font-weight:700}.economy .text-left{margin-left:-8px}.economy .filterEvent{margin-left:20px}.economy .item-filter{width:100px}.tooltip-watchlist{position:relative}.tooltip-trigger{display:inline-block;text-decoration:none;width:151px;height:29px}.tooltip-bubble{min-width:120px;max-width:210px;position:relative;z-index:100}.tooltip-bubble:after{content:"";position:absolute;width:0;height:0;border-color:transparent #43484f transparent transparent;border-style:solid;border-width:6px 6px 6px 0;top:calc(50% - 6px);left:-5px}.tooltip-top{bottom:100%;padding-bottom:9px}.tooltip-top,.tooltip-top:after{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tooltip-top:after{border-left:9px solid transparent;border-right:9px solid transparent;border-top:9px solid #fff;bottom:0}.tooltip-bottom{top:100%;padding-top:9px}.tooltip-bottom,.tooltip-bottom:after{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tooltip-bottom:after{border-left:9px solid transparent;border-right:9px solid transparent;border-bottom:9px solid #fff;top:0}.tooltip-left{right:100%;padding-right:9px}.tooltip-left,.tooltip-left:after{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.tooltip-left:after{border-left:9px solid #fff;border-top:9px solid transparent;border-bottom:9px solid transparent;right:0}.tooltip-right{left:100%;padding-left:9px}.tooltip-right,.tooltip-right:after{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.tooltip-right:after{border-right:9px solid #fff;border-top:9px solid transparent;border-bottom:9px solid transparent;left:0}.tooltip-message{background:#fff;border-radius:3px;color:#009dff;font-size:.75rem;line-height:1.4;padding:.75em;text-align:left}.Small .list-ticker{font-size:10px}.Large .list-ticker{font-size:13px}.light-mode .treemap .ticker-treemap{background-color:#fff}.light-mode .treemap .triangle-wrapper{border-top-color:#fff}.light-mode .treemap .list-ticker{box-shadow:0 2px 4px 0 rgba(16,16,16,.5);overflow:hidden}.light-mode .treemap .list-ticker .list-group-item{background-color:#fff;border:0;border-top:1px solid rgba(85,85,85,.1);color:#1f2023}.light-mode .treemap .list-ticker .list-group-item:first-child{border-top-color:#fff}.light-mode .treemap .list-ticker .list-group-item.top-ten-title{border-top:0;background-color:#2c73e8}.light-mode .treemap .list-ticker .list-group-item .rate.increase-text-color{color:#009d5b!important}.light-mode .treemap .list-ticker .list-group-item .rate.reduced-text-color{color:#e94235!important}.light-mode .treemap .list-ticker .list-group-item.active{border-top:0;color:#fff}.light-mode .treemap .list-ticker .list-group-item.active .rate{color:#fff!important}.light-mode .treemap .list-ticker .table{margin-bottom:0;background-color:#fff;color:#1f2023}.light-mode .treemap .list-ticker .table thead th{border-bottom-width:1px}.treemap{position:relative}.treemap .blink{-webkit-animation:blinker .5s linear;animation:blinker .5s linear}@-webkit-keyframes blinker{50%{opacity:.2}}@keyframes blinker{50%{opacity:.2}}.treemap-blur{opacity:.5;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;overflow:hidden}.treemap .sector-hover{box-sizing:content-box;border:2px solid #fdfbde}.treemap .sector-hover .sector-title{background-color:#fdfbde;color:#1f2023}.treemap .sector-hover .ticker-treemap{background-color:#fdfbde}.treemap .sector-hover .triangle-wrapper{border-top-color:#fdfbde}.treemap .sector-hover .triangle{border-top-color:#fdfbde!important}.treemap .node{position:absolute;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;color:#fff;cursor:pointer;transition:width .2s linear,color .2s linear}.treemap .node .ticker-rate{font-size:.5em}.treemap .sector-name{word-break:break-all;font-weight:700}.treemap .sector-name .rate{font-size:.75em}.treemap .normal-bg{background-color:transparent}.treemap .ceil-price-bg{background-color:#e549ff!important}.treemap .increase-price-bg{background-color:#31bd65!important}.treemap .ref-price-bg{background-color:#e68837!important}.treemap .reduced-price-bg{background-color:#e74242!important}.treemap .floor-price-bg{background-color:#00bfbe!important}.treemap .increase-sector-title-bg{background-color:#31bd65}.treemap .reduced-sector-title-bg{background-color:#e74242}.treemap .ref-sector-title-bg{background-color:#f3b662}.treemap .increase-border-top-color{border-top-color:#31bd65!important}.treemap .reduced-border-top-color{border-top-color:#e74242!important}.treemap .ref-border-top-color{border-top-color:#f3b662!important}.treemap .ceil-text-color{color:#e549ff!important}.treemap .increase-text-color{color:#31bd65!important}.treemap .ref-text-color{color:#e68837!important}.treemap .reduced-text-color{color:#e74242!important}.treemap .floor-text-color{color:#00bfbe!important}.treemap .ticker-treemap{background-color:#1f2329}.treemap .ticker-treemap .ticker{font-weight:700}.treemap .sector-wrapper{height:100%;width:100%;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.treemap .sector-title{font-size:10px;text-transform:uppercase;position:relative;z-index:2}.treemap .sector-title .text{padding:3px;font-weight:700;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.treemap .arrow-down{position:absolute;left:10px;bottom:-7px}.treemap .triangle-wrapper{border-width:7px 6px 0;position:relative}.treemap .triangle,.treemap .triangle-wrapper{width:0;height:0;border-color:#1f2329 transparent transparent;border-style:solid}.treemap .triangle{border-width:5px 4px 0;position:absolute;border-radius:2px;top:-7px;left:-4px}.treemap .list-ticker{min-width:177px;color:#1f2329;overflow:hidden;transition:height .2s ease-in-out;position:fixed;z-index:10000;box-shadow:0 2px 4px 0 rgba(16,16,16,.5)}.treemap .list-ticker .list-group-item{-webkit-align-items:center;align-items:center;padding:3px 12px;-webkit-justify-content:center;justify-content:center;font-size:12px;background-color:#232931;transition:background-color .2s ease-in-out;color:#fff;border:1px solid rgba(85,85,85,.25)}.treemap .list-ticker .list-group-item:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.treemap .list-ticker .list-group-item:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.treemap .list-ticker .list-group-item.top-ten-title{font-weight:700;color:#fff;background-color:#2d84a8;padding:3px 8px;border-color:#2d84a8}.treemap .list-ticker .list-group-item .item-wrapper{display:-webkit-flex;display:flex}.treemap .list-ticker .list-group-item .ticker{width:50px;overflow:hidden;text-overflow:ellipsis}.treemap .list-ticker .list-group-item .name{display:none;font-size:8px;margin-top:2px}.treemap .list-ticker .list-group-item .rate{width:40px}.treemap .list-ticker .list-group-item .rate.increase-text-color{color:#31bd65!important}.treemap .list-ticker .list-group-item .rate.reduced-text-color{color:#eb505a!important}.treemap .list-ticker .list-group-item.active{border-left:0;border-right:0}.treemap .list-ticker .list-group-item.active .name{display:block}.treemap .list-ticker .list-group-item.active .rate{color:#fff!important}.treemap .list-ticker .table{background-color:#232931;color:#fff;margin-bottom:0}.treemap .list-ticker .table thead tr{border-bottom:1px solid rgba(85,85,85,.3)}.treemap .list-ticker .table thead th{padding:1px 8px;height:24px;font-weight:400;border-bottom:0}.treemap .list-ticker .table tbody tr{border-bottom:1px solid rgba(85,85,85,.3)}.treemap .list-ticker .table tbody tr.active .table-value{color:#fff!important}.treemap .list-ticker .table tbody td{border-top:0;padding:0;height:24px;vertical-align:middle}.treemap .list-ticker .table tbody td:last-child .table-value{border-right:0}.treemap .list-ticker .table tbody .table-value{border-right:1px solid rgba(85,85,85,.3);min-width:47px;padding-left:8px;padding-right:8px}.treemap .list-ticker .table tbody .text-bold{font-weight:600}.treemap .list-ticker .performance-chart-wrapper,.treemap .list-ticker .rate,.treemap .list-ticker .value{margin-left:10px}.treemap .list-ticker .ticker{font-weight:700}.treemap .list-ticker .value{width:35px;text-align:right;font-weight:600}.treemap .list-ticker .performance-chart-wrapper{width:40px;height:12px}.heat-map-wrapper .unit-title-note{margin-bottom:2px}.heat-map-wrapper .heat-map-no-data{font-weight:600}.heat-map-wrapper .heat-map-tree-map{overflow:hidden;min-width:450px}.light-mode .ts-wrapper .bu-sd-chart{background-color:#fff!important}.light-mode .ts-wrapper .stat-chart .chart-tooltip-content{background-color:#626262;color:#fff}.light-mode .ts-wrapper .stat-chart .chart-tooltip:before{border-color:transparent #626262 transparent transparent}.light-mode #horizontal-chart .chart-axis{stroke:#1f2023!important}.light-mode .ts-wrapper .stat-chart{background-color:#fff}.ts-wrapper{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;overflow-x:auto;-webkit-justify-content:space-between;justify-content:space-between}.ts-wrapper .flex-wrap-init{-webkit-flex-wrap:initial;flex-wrap:nowrap}.ts-wrapper .tab-timer{margin-bottom:0!important}.ts-wrapper .ts-top-navigation{-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}.ts-wrapper .ts-top-navigation,.ts-wrapper .ts-top-navigation--left{display:-webkit-flex;display:flex}.ts-wrapper .ts-top-navigation--left .ticker-name{font-size:18px;font-weight:700;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#fff;border-bottom:2px solid #555;padding-bottom:6px;min-width:135px}.ts-wrapper .ts-top-navigation--left .item-first{font-size:28px;font-weight:700;display:-webkit-flex;display:flex}.ts-wrapper .ts-top-navigation--left .item-first strong{float:right}.ts-wrapper .ts-top-navigation--left .item-first>span{font-size:12px;font-weight:600;display:inline-block;margin-top:10px;line-height:12px;width:26px}.ts-wrapper .ts-top-navigation--left .item-first>span>small{float:right;display:block;font-size:12px;width:100%}.ts-wrapper .ts-top-navigation--left .item-first>span>small:first-child{font-weight:600}.ts-wrapper .ts-top-navigation--left .item-first>span>small:last-child{font-size:8px}.ts-wrapper .ts-top-navigation--left .group-button{text-transform:uppercase;padding:6px;color:#fff}.ts-wrapper .ts-top-navigation--left .group-button div{font-weight:600;width:50px;height:20px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;padding:2px 20px;border-radius:5px;cursor:pointer}.ts-wrapper .ts-top-navigation--left .group-button--sell{background-color:#e74242}.ts-wrapper .ts-top-navigation--left .group-button--buy{background-color:#1d97ef}.ts-wrapper .ts-top-navigation--left .item-infor{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-flex-direction:column;flex-direction:column;font-size:10px}.ts-wrapper .ts-top-navigation--left .item-infor--first-row,.ts-wrapper .ts-top-navigation--left .item-infor--second-row{display:-webkit-flex;display:flex}.ts-wrapper .ts-top-navigation--left .item-infor--first-row .item,.ts-wrapper .ts-top-navigation--left .item-infor--second-row .item{display:-webkit-flex;display:flex;margin-right:4px}.ts-wrapper .ts-top-navigation--left .item-infor--first-row .item .main-text,.ts-wrapper .ts-top-navigation--left .item-infor--second-row .item .main-text{color:grey}.ts-wrapper .ts-top-navigation--left .item-infor--first-row .item .sub-text,.ts-wrapper .ts-top-navigation--left .item-infor--second-row .item .sub-text{margin-left:2px}.ts-wrapper .ts-top-navigation--right{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.ts-wrapper .stat-chart{position:relative;background-color:#1e242e;border-radius:4px;border:1px solid rgba(85,85,85,.2);display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;height:auto;padding:10px 10px 33px 12px;width:100%;min-height:100px;-webkit-align-self:baseline;align-self:baseline}.ts-wrapper .stat-chart .chart-tooltip-content{font-size:11px;width:auto;display:inline-block;background-color:#fff;color:#1f2023;padding:5px 10px;border-radius:9px;position:relative}.ts-wrapper .stat-chart .chart-tooltip{display:none;position:fixed;transition:all .1s linear;z-index:9999}.ts-wrapper .stat-chart .chart-tooltip:before{position:absolute;content:"";top:calc(50% - 5px);left:-4px;width:0;height:0;border-color:transparent #fff transparent transparent;border-style:solid;border-width:5px 5px 5px 0}.ts-wrapper .stat-chart #horizontal-chart .chart-axis{margin-top:10px;opacity:.8;font-size:10px;font-weight:100;stroke:none}.ts-wrapper .stat-chart #horizontal-chart .chart-axis line,.ts-wrapper .stat-chart #horizontal-chart .chart-axis path{stroke:rgba(85,85,85,.3)}.ts-wrapper .stat-chart #horizontal-chart .chart-axis-x text{-webkit-transform:translateY(5px);transform:translateY(5px)}.ts-wrapper .stat-chart #horizontal-chart .chart-axis-y text{-webkit-transform:translateX(-5px) translateY(-2px);transform:translateX(-5px) translateY(-2px)}.ts-wrapper .stat-chart #horizontal-chart .chart{position:absolute}.ts-wrapper .stat-chart .legend .green{height:3px;width:6px;background-color:#37a77d}.ts-wrapper .stat-chart .legend .red{height:3px;width:6px;background-color:#db5b66}.ts-wrapper .ts-body,.ts-wrapper .ts-body .ts-chart{display:-webkit-flex;display:flex}.ts-wrapper .ts-body .ts-chart{position:relative;min-width:50%;background-color:#1e242e;border-radius:4px;border:1px solid rgba(85,85,85,.2);-webkit-flex-direction:column;flex-direction:column}.ts-wrapper .ts-body .ts-chart .chart-title{font-size:12px;font-weight:600;padding:0 12px}.ts-wrapper .ts-body .ts-chart .chart-legend{display:-webkit-flex;display:flex;-webkit-align-content:center;align-content:center;-webkit-justify-content:center;justify-content:center;padding:8px 12px}.ts-wrapper .ts-body .ts-chart .chart-legend__item{margin-right:12px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.ts-wrapper .ts-body .ts-chart .chart-legend__item .title{font-size:10px}.ts-wrapper .ts-body .ts-chart .chart-legend__item .square{width:10px;height:10px;border-radius:1px;margin-right:4px}.ts-wrapper .ts-body .ts-chart .chart-legend__item .square--red{background-color:#e84855}.ts-wrapper .ts-body .ts-chart .chart-legend__item .square--green{background-color:#37a77d}.ts-wrapper .ts-body .ts-chart .chart-legend__item .square--blue{background-color:#359ee4}.ts-wrapper .ts-body .ts-table{width:50%;min-height:50vh;-webkit-flex:1 1;flex:1 1}.ts-wrapper .border-table tbody tr td:first-child{font-weight:400}.ts-wrapper .responsive-wrapper.flex-column .ts-chart{max-height:400px}.summary-info-wrapper-price{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;height:40px}.summary-info-wrapper-price .left-container,.summary-info-wrapper-price .right-container{display:-webkit-flex;display:flex;-webkit-align-content:center;align-content:center;-webkit-justify-content:center;justify-content:center}.summary-info-wrapper-price .left-container{margin-right:8px}.summary-info-wrapper-price .left-container .main-price{font-size:28px;font-weight:700;margin-right:2px;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.summary-info-wrapper-price .left-container .sub-price{height:15px;font-size:12px;font-weight:600;white-space:nowrap}.summary-info-wrapper-price .left-container .currency{display:-webkit-flex;display:flex;-webkit-align-self:flex-end;align-self:flex-end;font-size:8px;font-weight:300}.summary-info-wrapper-price .right-container .sub-price{height:15px;font-size:12px;font-weight:600;white-space:nowrap}.summary-info-wrapper-price .right-container .percent{font-size:8px;font-weight:300;white-space:nowrap}.summary-info-wrapper-price .right-container .percent i{-webkit-align-items:center;align-items:center}.item-infor,.summary-info-wrapper-price .right-container .percent i{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}.item-infor{-webkit-flex-direction:column;flex-direction:column;font-size:10px}.item-infor--first-row,.item-infor--second-row{display:-webkit-flex;display:flex}.item-infor--first-row .item,.item-infor--second-row .item{display:-webkit-flex;display:flex;margin-right:4px}.item-infor--first-row .item .main-text,.item-infor--second-row .item .main-text{color:grey}.item-infor--first-row .item .sub-text,.item-infor--second-row .item .sub-text{margin-left:2px}.price-data-date-custom-price-data .price-data-date .parent .wide-to .narrow-to,.price-data-date-custom-price-data .price-data-date .parent .wide .narrow{border-bottom:1px solid #1d435d;padding-top:4px;padding-right:10px;font-weight:600}.btn-groupcus-line i.locked-function{font-size:8px;margin-left:2px}.price-data-lock-calendar{cursor:pointer}.price-data-lock-calendar .time-range-wrapper{pointer-events:none}.pd-price-data-wrapper{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.pd-price-data-wrapper .pd-top-navigation{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}.pd-price-data-wrapper .pd-top-navigation--left{display:-webkit-flex;display:flex}.pd-price-data-wrapper .pd-top-navigation--left .ticker-name{font-size:18px;font-weight:700;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#fff;border-bottom:2px solid #555;padding-bottom:6px;min-width:135px}.pd-price-data-wrapper .pd-top-navigation--left .group-button{text-transform:uppercase;padding:6px;color:#fff}.pd-price-data-wrapper .pd-top-navigation--left .group-button div{width:50px;height:20px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;padding:2px 20px;border-radius:5px;cursor:pointer}.pd-price-data-wrapper .pd-top-navigation--left .group-button--sell{background-color:#e74242}.pd-price-data-wrapper .pd-top-navigation--left .group-button--buy{background-color:#1d97ef}.pd-price-data-wrapper .pd-top-navigation--left .item-infor{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-flex-direction:column;flex-direction:column;font-size:10px}.pd-price-data-wrapper .pd-top-navigation--left .item-infor--first-row,.pd-price-data-wrapper .pd-top-navigation--left .item-infor--second-row{display:-webkit-flex;display:flex}.pd-price-data-wrapper .pd-top-navigation--left .item-infor--first-row .item,.pd-price-data-wrapper .pd-top-navigation--left .item-infor--second-row .item{display:-webkit-flex;display:flex;margin-right:4px}.pd-price-data-wrapper .pd-top-navigation--left .item-infor--first-row .item .main-text,.pd-price-data-wrapper .pd-top-navigation--left .item-infor--second-row .item .main-text{color:grey}.pd-price-data-wrapper .pd-top-navigation--left .item-infor--first-row .item .sub-text,.pd-price-data-wrapper .pd-top-navigation--left .item-infor--second-row .item .sub-text{margin-left:2px}.pd-price-data-wrapper .pd-top-navigation--right{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.pd-price-data-wrapper .pd-body{margin-top:12px}.pd-price-data-wrapper .border-table tbody tr td:first-child{font-weight:400}.Medium .switch-tab-wrapper .level-item i.icon-padlock{font-size:9px}.Small .switch-tab-wrapper .level-item i.icon-padlock{font-size:8px}.switch-tab-wrapper{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-align-self:flex-start;align-self:flex-start;-webkit-justify-content:center;justify-content:center;margin-bottom:16px}.switch-tab-wrapper i{margin-left:4px;margin-bottom:4px;color:grey}.switch-tab-wrapper .level-item{white-space:nowrap;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;cursor:pointer}.switch-tab-wrapper .level-item__title{font-size:12px;color:#fff;font-weight:600}.switch-tab-wrapper .level-item__title--grey{color:grey}.switch-tab-wrapper .level-item__title i.icon-padlock{font-size:10px}.switch-tab-wrapper .level-item__underline{width:20px;height:2px}.switch-tab-wrapper .level-item__underline--selected{background-color:#47c3ff}.light-mode .switch-tab-wrapper .level-item__title{color:#1f2023}.box-content-wrapper{font-size:10px;position:relative}.box-content-wrapper .box-footer,.box-content-wrapper .box-header{text-transform:uppercase;background-color:#273040;white-space:nowrap}.box-content-wrapper .box-header{display:-webkit-flex;display:flex}.box-content-wrapper .box-header--left,.box-content-wrapper .box-header--right{width:50%}.box-content-wrapper .box-footer,.box-content-wrapper .box-header--left,.box-content-wrapper .box-header--right{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;padding:8px}.box-content-wrapper .box-footer .item{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.box-content-wrapper .box-footer .item .main-text{font-weight:400;margin-bottom:4px}.box-content-wrapper .box-footer .item .sub-text{font-size:12px;font-weight:600}.box-content-wrapper .overlay{position:absolute;bottom:0;left:0;width:100%;height:67%;background:rgba(31,35,41,.95);display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.box-content-wrapper .overlay .title{font-size:12px;font-weight:300;margin-bottom:6px}.box-content-wrapper .overlay .title i{opacity:.6}.box-content-wrapper .overlay .upgrade-btn{cursor:pointer;display:-webkit-flex;display:flex;color:#1f2023;font-weight:600;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;width:80px;height:24px;border-radius:12px;background-color:rgba(250,204,92,.75);text-transform:uppercase}.light-mode .box-content-wrapper .box-footer,.light-mode .box-content-wrapper .box-header{background-color:#2b457d;color:#fff}.light-mode .box-content-wrapper .overlay{background:hsla(0,0%,100%,.95);color:#1f2023}.row-wrapper .bar-text{white-space:nowrap;font-weight:600}.row-wrapper .box-column{display:-webkit-flex;display:flex}.row-wrapper .box-column--left{padding:.5px .5px .5px 8px}.row-wrapper .box-column--right{padding:.5px 8px .5px .5px}.row-wrapper .box-column--left,.row-wrapper .box-column--right{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;width:50%;position:relative}.row-wrapper .box-column--left .main-text,.row-wrapper .box-column--left .sub-text,.row-wrapper .box-column--right .main-text,.row-wrapper .box-column--right .sub-text{height:100%;padding:8px 0;transition:all .5s ease-out}.row-wrapper .box-column--left .main-text,.row-wrapper .box-column--right .main-text{font-size:12px}.row-wrapper .box-column--left .absolute-text-left,.row-wrapper .box-column--right .absolute-text-left{position:absolute;left:10px;font-weight:600}.row-wrapper .box-column--left .absolute-text-right,.row-wrapper .box-column--right .absolute-text-right{position:absolute;right:10px;font-weight:600}.infor-board-wrapper{padding:40px 0 0;font-size:12px;font-weight:400;position:relative;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;grid-column-gap:4px;-webkit-column-gap:4px;column-gap:4px}.infor-board-wrapper .heading{font-size:14px;padding:8px 0;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;background-color:#000;color:#fff;font-weight:400}.infor-board-wrapper .bottom-content,.infor-board-wrapper .top-content{width:80%;-webkit-justify-content:space-between;justify-content:space-between;padding:8px 0 8px 8px}.infor-board-wrapper .bottom-content .column-wrapper,.infor-board-wrapper .top-content .column-wrapper{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;justify-content:flex-start}.infor-board-wrapper .bottom-content .column-wrapper .item,.infor-board-wrapper .top-content .column-wrapper .item{margin-bottom:8px}.infor-board-wrapper .bottom-content .column-wrapper .item .main-text,.infor-board-wrapper .top-content .column-wrapper .item .main-text{margin-bottom:2px;white-space:nowrap}.infor-board-wrapper .bottom-content .column-wrapper .item .sub-text,.infor-board-wrapper .top-content .column-wrapper .item .sub-text{font-weight:600}.price-depth-wrapper{-webkit-flex-direction:column;flex-direction:column;height:100%}.price-depth-wrapper,.price-depth-wrapper .pd-top-navigation{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.price-depth-wrapper .pd-top-navigation{-webkit-align-items:center;align-items:center}.price-depth-wrapper .pd-top-navigation--left{display:-webkit-flex;display:flex}.price-depth-wrapper .pd-top-navigation--left .ticker-name{font-size:18px;font-weight:700;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#fff;border-bottom:2px solid #555;padding-bottom:6px;min-width:135px}.price-depth-wrapper .pd-top-navigation--right{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.price-depth-wrapper .pd-body,.price-depth-wrapper .pd-body .left-content{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.price-depth-wrapper .pd-body .left-content,.price-depth-wrapper .pd-body .right-content{width:100%}.group-button{text-transform:uppercase;padding:6px;color:#fff}.group-button div{width:50px;height:20px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;padding:2px 20px;border-radius:5px;cursor:pointer}.group-button--sell{background-color:#e74242}.group-button--buy{background-color:#1d97ef}.technical-wrapper{position:relative}.technical-wrapper .search-filter-wrapper{width:115px;padding-right:10px}.technical-wrapper .custom-table>tbody>tr>td,.technical-wrapper .custom-table>tbody>tr>th{padding:0!important;overflow:inherit!important}.technical-wrapper .custom-table>tbody>tr>td>div>.group-sticker{padding:10px!important}.technical-wrapper .bg-blue{background-color:#1f2329!important}.technical-wrapper .bg-gray{background-color:#232931!important}.light-mode .technical-wrapper .bg-blue{background-color:#fff!important}.tab-timer{float:left;background:#17181b;border-radius:20px;height:20px;line-height:17px;display:inline-block}.tab-timer__item-two{background:transparent;width:90px;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.tab-timer__item-two .item-tab{height:20px;display:inline-block;font-size:11px;color:hsla(0,0%,82.4%,.5);text-transform:uppercase;width:70px;text-align:center}.tab-timer__item-two .item-tab.active{position:relative;color:#fff;font-weight:600}.tab-timer__item-two .item-tab.active:after{content:"";width:40px;height:2px;background-color:#fff;position:absolute;bottom:-1px;left:calc(50% - 20px)}.tab-timer__link{height:20px;line-height:20px;display:inline-block;font-size:11px;color:#fff;padding:0 15px;border-radius:20px;text-transform:uppercase}.tab-timer__link.active{background:#2d84a8;color:#fff}.light-mode .tab-timer{background:#f1f3f4}.light-mode .tab-timer__link{color:#2b457d}.light-mode .tab-timer__link.active{background:#2c73e8;color:#fff;font-weight:600}.light-mode .tab-timer__item-two .item-tab{color:rgba(82,82,82,.5)}.light-mode .tab-timer__item-two .item-tab.active{color:#1f2023}.light-mode .tab-timer__item-two .item-tab.active:after{background-color:#1f2023}.Large .deceptive-wrapper .total-bu-sd{font-size:14px}.Small .deceptive-wrapper .total-bu-sd{font-size:11px}.deceptive-wrapper .custom-table>tbody>tr>td,.deceptive-wrapper .custom-table>tbody>tr>th{padding-left:1px!important;padding-right:2px!important;overflow:inherit!important}.deceptive-wrapper .tab-timer__link{text-transform:none}.deceptive-wrapper .light-text{font-size:12px;font-weight:100;color:grey}.deceptive-wrapper .bold-text{font-size:12px;font-weight:600}.deceptive-wrapper .item-tab{text-transform:none}.deceptive-wrapper .no-data-text{font-weight:400;padding-top:5px;background:none;height:30px}.deceptive-wrapper .left-label{font-weight:600}.deceptive-wrapper .fa-circle{font-size:20px}.deceptive-wrapper .search-filter{width:120px;margin-right:17px}.deceptive-wrapper .total-bu-sd .label{font-weight:700}.deceptive-wrapper .total-bu-sd .bu{color:#009d5b}.deceptive-wrapper .total-bu-sd .sd{color:#cc3b37}.technical-wrapper .drop-mecus{width:346px}.technical-wrapper .drop-mecus a{display:-webkit-flex;display:flex;opacity:.6}.technical-wrapper .drop-mecus a:hover{opacity:1}.technical-wrapper .drop-mecus a.hover{background-color:#2d84a8;opacity:1}.price-volume .icon-infor-name-of-feature{color:grey;padding-left:3px;font-size:8px}.price-volume .name-of-feature{padding:10px 0;margin-bottom:0}.price-volume .item-filter .drop-cus,.price-volume .item-filter .drop-mecus{min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content}.price-volume .text-blink{padding-left:0!important;padding-right:0!important}.list-text-display{white-space:nowrap}.technical-charting .header-overlay{height:43px;width:100%;top:0;left:18%}.technical-charting .overlay{background-color:transparent;position:absolute;z-index:1}.technical-charting .sidebar-overlay{height:100%;width:55px;top:0;left:0}.technical-charting .right-overlay{height:100%;width:55px;top:0;right:0}.technical-charting .bottom-overlay{height:30px;width:100%;bottom:0}.technical-charting .save-template-popup,.technical-charting .share-popup,.technical-charting .template-popup{position:absolute;width:100%;height:100%;top:0;left:0;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.technical-charting .current-template-wrapper .template-image img{height:176px;object-fit:cover}.technical-charting .list-template .template-image img{height:76px;object-fit:cover}.technical-charting .Light .col-form-label,.technical-charting .Light .share-button i,.technical-charting .Light .template-name{color:#333}.technical-charting .Light .nav-item .nav-link{color:#333!important}.technical-charting .share-popup.Light .content{background-color:#fff}.technical-charting .share-popup.Light .content .share-wrapper{border:1px solid #1f2329;border-top:0;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.technical-charting .share-popup.Light .content .title{color:#fff}.technical-charting .share-popup .content{width:320px;min-height:213px;background-color:#1f2329;border-radius:4px}.technical-charting .share-popup .content .blur{opacity:.6;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.technical-charting .share-popup .content .title{padding:18px 20px;text-transform:uppercase;background:#2c73e8;border-top-left-radius:4px;border-top-right-radius:4px}.technical-charting .share-popup .content .share-wrapper{padding:30px 20px 20px}.technical-charting .share-popup .content .share-wrapper .share-link{display:-webkit-flex;display:flex}.technical-charting .share-popup .content .share-wrapper .share-link .btn{border-color:#3694e9;color:#3694e9;background-color:#1f2329;border-radius:0 2px 2px 0;cursor:pointer}.technical-charting .share-popup .content .share-wrapper .share-link input{font-size:14px;border-radius:2px 0 0 2px}.technical-charting .share-popup .content .share-wrapper .share-button{margin-top:30px}.technical-charting .share-popup .content .share-wrapper .share-button .skype-share,.technical-charting .share-popup .content .share-wrapper .share-button .SocialMediaShareButton,.technical-charting .share-popup .content .share-wrapper .share-button .zalo-share-button{display:inline-block}.technical-charting .share-popup .content .share-wrapper .share-button .skype-share,.technical-charting .share-popup .content .share-wrapper .share-button .zalo-share-button{margin-left:4px}.technical-charting .share-popup .content .share-wrapper .share-button i{cursor:pointer;font-size:40px;margin-left:10px}.technical-charting .share-popup .content .share-wrapper .share-button i:hover{color:#3694e9}.technical-charting .share-popup .content .share-wrapper .share-button i:first-child{margin-left:0}.technical-charting .template-popup .content{width:40%;min-width:542px;min-height:370px;background-color:#1f2329;padding:12px 20px;border-radius:3px;border:1px solid}.technical-charting .template-popup .content.Light{background-color:#fff;border:1px solid #555}.technical-charting .save-template-popup .content{width:400px;background-color:#1f2329;border-radius:3px}.technical-charting .save-template-popup .content.Light{background-color:#fff;height:265px;border:1px solid #969696}.technical-charting .save-template-popup .content.Light .title{color:#fff}.technical-charting .save-template-popup .content.Light input,.technical-charting .save-template-popup .content.Light textarea{background-color:#fff;color:#232931}.technical-charting .save-template-popup .content .title{padding:8px 20px;text-transform:uppercase;background:#2c73e8;margin-bottom:20px}.technical-charting .save-template-popup .content .form-group{padding-left:20px;padding-right:20px}.technical-charting .save-template-popup .content input,.technical-charting .save-template-popup .content textarea{border:1px solid rgba(29,67,93,.5);color:#fff;background-color:#1f2329}.technical-charting .save-template-popup .content input.is-invalid,.technical-charting .save-template-popup .content textarea.is-invalid{border-color:#b6434a!important}.technical-charting .save-template-popup .content textarea{resize:none}.technical-charting .save-template-popup .content .btn-save{margin-left:10px}.technical-charting .theme-dark .wrap-3tiHesTk- div{background-color:red}.ows-wrapper{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;padding:8px 20px}.ows-wrapper .wrap-top-content{-webkit-justify-content:space-between;justify-content:space-between}.ows-wrapper .wrap-top-content,.ows-wrapper .wrap-top-content .ows-top-content{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.ows-wrapper .wrap-top-content .ows-top-content{-webkit-flex-direction:row;flex-direction:row}.ows-wrapper .ows-body-content{margin-top:8px;display:-webkit-flex;display:flex}.ows-wrapper .ows-body-content .right-content{width:80%}.ows-wrapper .ows-body-content .right-content .top-tab-content{width:100%;height:25px;display:-webkit-flex;display:flex}.ows-wrapper .ows-body-content .right-content .top-tab-content .ows-tab-content{width:200px;background-color:#1d435d;border-radius:20px;margin-right:5px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;text-transform:uppercase;font-size:11px}.ows-wrapper .ows-body-content .right-content .top-tab-content .ows-tab-content.hover{cursor:pointer}.ows-wrapper .ows-body-content .right-content .top-tab-content .ows-tab-content-active{background-color:#2d84a8}.ows-wrapper .ows-body-content .right-content .top-tab-content .ows-tab-content-active.hover{cursor:pointer}.ows-wrapper .ows-body-content .right-content .ownership-position{white-space:nowrap}.ows-wrapper .ows-body-content .right-content .body-tab-content{margin-top:15px}.ows-wrapper .ows-body-content .company-name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.light-mode .ows-wrapper .ows-body-content .right-content .top-tab-content .ows-tab-content{background-color:#f1f3f4;color:#2b457d;font-weight:600}.light-mode .ows-wrapper .ows-body-content .right-content .top-tab-content .ows-tab-content-active{background-color:#2c73e8;color:#fff}.Small .tooltip-header-bod-ownship{font-size:9px!important}.Large .tooltip-header-bod-ownship{font-size:12px!important}.light-mode .tooltip-bubble-ownship{border:1px solid rgba(85,85,85,.3);background-color:#fff}.light-mode .tooltip-bubble-ownship table tr td{border-color:rgba(85,85,85,.3)}.tooltip-bubble-ownship{font-style:normal;position:absolute;z-index:10;border-radius:5px;border:1px solid rgba(85,85,85,.2);background-color:#273040;min-width:250px;max-width:550px;width:550px}.tooltip-bubble-ownship .lock-component-wrapper .guest-lock-component{margin-top:0}.tooltip-bubble-ownship .tooltip-title-ownship{padding-left:10px;height:20px;border-bottom:1px solid rgba(85,85,85,.2);font-weight:700}.tooltip-bubble-ownship .tooltip-header-ownship{padding-left:5px;padding-top:2px;height:20px;border-bottom:1px solid rgba(85,85,85,.2);display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;font-size:10px}.tooltip-bubble-ownship .tooltip-header-ownship .align-left{text-align:left;padding-left:5px}.tooltip-bubble-ownship .tooltip-header-ownship .align-left:last-child{text-align:left;padding-left:5px;border-right:0}.tooltip-bubble-ownship .tooltip-header-ownship .align-right{text-align:right;padding-right:5px}.tooltip-bubble-ownship .tooltip-header-bod-ownship{padding-right:5px;padding-left:5px;padding-top:2px;height:35px;border-bottom:1px solid rgba(85,85,85,.2);display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;font-size:10px}.tooltip-bubble-ownship .tooltip-header-bod-ownship .align-left{text-align:left;margin-left:5px}.tooltip-bubble-ownship .tooltip-header-bod-ownship .align-right{text-align:right;margin-right:5px}.tooltip-bubble-ownship .tooltip-body-ownship{padding-left:5px;padding-top:2px;height:20px;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row}.tooltip-bubble-ownship .tooltip-body-ownship .children-div-body-align-right{text-align:right;padding-right:5px;border-right:1px solid rgba(85,85,85,.2)}.tooltip-bubble-ownship .tooltip-body-ownship .children-div-body-align-left{text-align:left;padding-left:5px;border-right:1px solid rgba(85,85,85,.2)}.tooltip-bubble-ownship .tooltip-body-ownship .children-div-body-align-left:last-child{border-right:0}.tooltip-bubble-ownship .tooltip-body-ownship-no-data{height:20px;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.fa-wrapper{overflow:hidden;width:100%;height:100%}.fa-wrapper .fa-content{height:100%;-webkit-flex-direction:column;flex-direction:column}.fa-wrapper .fa-content,.fa-wrapper .fa-top-content{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.fa-wrapper .fa-top-content{-webkit-align-items:center;align-items:center;min-width:400px}.fa-wrapper .fa-body-content{margin-top:8px}.fa-switch-tab-wrapper .level-item__title--grey{opacity:.5}.circle-dot{height:100%;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.circle-dot .circle{line-height:200px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;text-align:center;color:#fff;font-size:16px;text-transform:uppercase;font-weight:700;margin:0 auto}.circle-dot .circle-good{background-color:#4bde8a}.circle-dot .circle-excellent{background-color:#5f99ff}.circle-dot .circle-neutral{background-color:#f8bc06}.circle-dot .circle-be-alert{background-color:#ff8200}.circle-dot .circle-watch-out{background-color:#eb505a}.fa-checkup-wrapper .fa-checkup-item{display:-webkit-flex;display:flex}.fa-checkup-wrapper .fa-checkup-item-icon{margin-top:2px;margin-right:10px;width:14px;height:14px}.fa-checkup-wrapper .fa-checkup-item-icon img{width:14px}.fa-checkup-wrapper .fa-checkup-item-title{font-size:12px;font-weight:400;color:var(--white);margin-bottom:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;max-width:230px}.fa-checkup-wrapper .fa-checkup-item-content{font-size:9px;font-weight:400;font-style:italic;color:#facc5c;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.fa-checkup-wrapper .footer-table-fa-checkup{display:-webkit-flex;display:flex;-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.fa-checkup-wrapper .footer-table-fa-checkup .circle-dot{margin-right:30px}.fa-checkup-wrapper .footer-table-fa-checkup .circle-dot .circle{height:10px;width:10px;line-height:200px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;text-align:center;color:#fff;font-size:16px;text-transform:uppercase;font-weight:700;margin-right:5px;margin-top:3px}.fa-checkup-wrapper .footer-table-fa-checkup .circle-dot .circle-good{background-color:#4bde8a}.fa-checkup-wrapper .footer-table-fa-checkup .circle-dot .circle-excellent{background-color:#5f99ff}.fa-checkup-wrapper .footer-table-fa-checkup .circle-dot .circle-neutral{background-color:#f8bc06}.fa-checkup-wrapper .footer-table-fa-checkup .circle-dot .circle-be-alert{background-color:#ff8200}.fa-checkup-wrapper .footer-table-fa-checkup .circle-dot .circle-watch-out{background-color:#eb505a}.fa-checkup-wrapper .text-no-data{color:#fff;font-size:12px;text-transform:none;margin-left:10px}.fa-checkup-wrapper .fa-checkup-dropdown-search-box{margin:0 auto;padding-left:20px}.fa-checkup-wrapper .fa-checkup-dropdown-search-box .small-text{margin-left:-21px}.fa-checkup-wrapper .fa-checkup-dropdown-search-box .dropdown-toggle{cursor:pointer}.fa-checkup-wrapper .fa-checkup-dropdown-search-box .drop-sort .dropdown-menu.drop-th{width:200px!important}.fa-checkup-wrapper .fa-checkup-dropdown-search-box .search-box{position:relative;padding-bottom:5px}.fa-checkup-wrapper .fa-checkup-dropdown-search-box .search-box .search-input{border:0;border-radius:10px;background:#1e242e;color:#fff;width:110px;margin:5px 10px;height:25px;padding:3px 22px 3px 10px!important;font-size:12px;font-weight:600}.fa-checkup-wrapper .fa-checkup-dropdown-search-box .search-box .icon-search{margin-left:-60px}.fa-checkup-wrapper .fa-checkup-dropdown-search-box .search-box .btn-done{width:48px;height:20px;border-radius:10px;background-color:#2d84a8}.fa-checkup-wrapper .fa-checkup-dropdown-search-box .search-box .btn-done .btn-text-done{width:28px;height:14px;font-size:10px;font-weight:400;cursor:pointer}.fa-checkup-wrapper .fa-checkup-dropdown-search-box .text-item-title{font-size:12px;color:#fff}.fa-checkup-wrapper .fa-checkup-dropdown-search-box .text-item-content{font-size:10px;color:#969696;text-transform:none}.light-mode .fa-checkup-wrapper .fa-checkup-item-title,.light-mode .fa-checkup-wrapper .text-no-data{color:#1f2023}.light-mode .fa-checkup-wrapper .fa-checkup-dropdown-search-box .search-box .search-input{color:inherit}.light-mode .fa-checkup-wrapper .fa-checkup-dropdown-search-box .text-item-title{color:#1f2023}.ZMF-score-wrapper{height:100%;width:100%}.fa-bar-chart-wrapper{position:relative;background-color:#1e242e;border-radius:4px;border:.5px solid #555;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;padding:12px;height:-webkit-max-content;height:-moz-max-content;height:max-content}.fa-bar-chart-wrapper .chart-title{font-size:16px;font-weight:600;margin-bottom:8px}.fa-bar-chart-wrapper .chart-content{-webkit-align-items:center;align-items:center}.fa-bar-chart-wrapper .chart-content,.fa-bar-chart-wrapper .chart-legend{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}.fa-bar-chart-wrapper .chart-legend{-webkit-align-content:center;align-content:center;margin-top:8px}.fa-bar-chart-wrapper .chart-legend__item{margin-right:12px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.fa-bar-chart-wrapper .chart-legend__item .title{font-size:10px;font-weight:600}.fa-bar-chart-wrapper .chart-legend__item .square{width:10px;height:10px;border-radius:1px;margin-right:4px}.fa-bar-chart-wrapper .chart-legend__item .square--red{background-color:#e84855}.fa-bar-chart-wrapper .chart-legend__item .square--green{background-color:#37a77d}.fa-bar-chart-wrapper .chart-legend__item .square--blue{background-color:#359ee4}.fa-bar-chart-wrapper .chart-legend__item .square--yellow{background-color:#facc5c}.cast-chart{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.mix-chart{background-color:#1e242e;overflow:hidden;border-radius:4px;border:1px solid rgba(85,85,85,.3)}.mix-chart .square-barChart-text,.mix-chart .square-stack-chart{position:relative;line-height:1.8}.mix-chart .square-barChart-text:after,.mix-chart .square-stack-chart:after{float:left;margin-right:5px;margin-top:2px;width:9px;content:"  ";color:transparent;height:9px;border-radius:1px}.mix-chart .mix-chart-title{padding:12px 0 0 20px;text-transform:uppercase;font-weight:600;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;font-size:12px}.mix-chart .chart-legend-wraper{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;justify-content:center;padding:14px 5px}.mix-chart .chart-legend-wraper .str-legend-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mix-chart .chart-legend-wraper .img-legend-CIRCLEMARKERLINE,.mix-chart .chart-legend-wraper .img-legend-SQUAREMARKERLINE,.mix-chart .chart-legend-wraper .img-legend-TRIANGLEMARKERLINE{width:24px;height:18px;-webkit-mask-size:100%,auto,contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;mask-size:100%,auto,contain;mask-position:center;mask-repeat:no-repeat}.mix-chart .chart-legend-wraper .img-legend-CIRCLEMARKERLINE{-webkit-mask-image:url(/static/media/circlemarkerline.67aed85b.svg);mask-image:url(/static/media/circlemarkerline.67aed85b.svg)}.mix-chart .chart-legend-wraper .img-legend-TRIANGLEMARKERLINE{-webkit-mask-image:url(/static/media/trianglemarkerline.aa8b1d37.svg);mask-image:url(/static/media/trianglemarkerline.aa8b1d37.svg)}.mix-chart .chart-legend-wraper .img-legend-SQUAREMARKERLINE{-webkit-mask-image:url(/static/media/squareline.f7c3b14a.svg);mask-image:url(/static/media/squareline.f7c3b14a.svg)}.mix-chart .chart-legend-wraper .legend-item{display:-webkit-flex;display:flex;padding:3px}.mix-chart .chart-legend-wraper .legend-item span{color:#fff;font-size:10px;font-weight:400;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;display:-webkit-flex;display:flex;-webkit-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-align-items:center;align-items:center}.mix-chart .chart-legend-wraper .legend-item .span-cirle,.mix-chart .chart-legend-wraper .legend-item .span-line,.mix-chart .chart-legend-wraper .legend-item .span-square,.mix-chart .chart-legend-wraper .legend-item .span-triangle{position:relative}.mix-chart .chart-legend-wraper .legend-item .span-cirle:before,.mix-chart .chart-legend-wraper .legend-item .span-square:before,.mix-chart .chart-legend-wraper .legend-item .span-triangle:before{content:" ";top:6.8px;left:2px;position:absolute;width:20px}.mix-chart .chart-legend-wraper .legend-item .span-cirle:after,.mix-chart .chart-legend-wraper .legend-item .span-line:after,.mix-chart .chart-legend-wraper .legend-item .span-square:after,.mix-chart .chart-legend-wraper .legend-item .span-triangle:after{float:left;content:" ";margin-right:11px;margin-left:10px}.mix-chart .chart-legend-wraper .legend-item .span-triangle:after{border-left:3px solid transparent;border-right:3px solid transparent}.mix-chart .chart-legend-wraper .legend-item .span-cirle:after,.mix-chart .chart-legend-wraper .legend-item .span-square:after{width:5px;height:5px}.mix-chart .chart-legend-wraper .legend-item .span-line:after{width:20px}.mix-chart .chart-legend-wraper .legend-item .span-cirle:after{border-radius:100%}.mix-chart .under-title{height:23px;font-family:SourceSansPro;font-size:6px;font-weight:400;font-style:italic;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#d2d2d2;padding-left:20px;padding-top:3px}.mix-chart .y-axis-label{position:absolute;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;white-space:nowrap;height:100%;width:10px;font-size:10px;color:hsla(0,0%,100%,.5)}.mix-chart .y-axis-label-left{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);margin-left:10px}.mix-chart .y-axis-label-right{-webkit-transform:rotate(90deg);transform:rotate(90deg);right:0;margin-right:10px}.light-mode .mix-chart{background-color:#fff}.light-mode .mix-chart .legend-item span,.light-mode .mix-chart .mix-chart-title{color:#1f2023!important}.dividend-analysis-wrapper .da-top-content{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.dividend-analysis-wrapper .isRed{background-color:#e84855;color:#fff}.dividend-analysis-wrapper .isBlue{background-color:#1d97ef}.dividend-analysis-wrapper .tooltip-cell-table .tooltip-top{bottom:calc(100% - 15px)!important;margin-left:-19px!important}.dividend-analysis-wrapper .tooltip-cell-table .tooltip-top:after{border-top:5px solid #43484f!important;bottom:5px!important}.dividend-analysis-wrapper .tooltip-cell-table .tooltip-content .tooltip-message{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:18px;padding:0 10px}.dividend-analysis-wrapper .tooltip-cell-table .tooltip-content .tooltip-message span{font-size:8px;color:#fff}.dividend-analysis-wrapper .tooltip-month{position:relative;z-index:20}.dividend-analysis-wrapper .tooltip-month:hover .tooltip-content,.dividend-analysis-wrapper .tooltip-month:hover:after{display:block}.dividend-analysis-wrapper .tooltip-month .tooltip-content{display:none;position:absolute;background-color:#43484f;font-size:10px;padding:0 4px;border-radius:3px;top:-20px;left:15px;text-align:center}.dividend-analysis-wrapper .tooltip-month .tooltip-content.multiple-line{left:-10px}.dividend-analysis-wrapper .tooltip-month:after{display:none;top:-2px;left:calc(50% - 4px);content:"";position:absolute;width:0;height:0;border-color:#43484f transparent transparent;border-style:solid;border-width:4px 4px 0}.light-mode .dividend-analysis-wrapper .isBlue,.light-mode .dividend-analysis-wrapper .isRed{color:#fff!important}.light-mode .balance-sheet-wrapper .custom-table tbody tr:first-child{background-color:#fff!important}.Medium .financial-statement-wrapper .footer-note{font-size:11px}.Small .financial-statement-wrapper .footer-note{font-size:10px}.financial-statement-wrapper .footer-note{margin-top:5px;margin-bottom:5px;font-weight:300;font-style:italic;color:#fff;opacity:.8;font-size:12px}.financial-statement-wrapper .tab-timer__link{width:80px;text-align:center;padding:0!important}.financial-statement-wrapper .expand-all{width:11px;margin-right:3px}.financial-statement-wrapper .financial-statement-table{min-height:400px}.financial-statement-wrapper .custom-tabs{margin-bottom:8px!important}.financial-statement-wrapper .mix-chart-title{padding:12px}.financial-statement-wrapper .chart-legend-wraper{padding:10px}.financial-statement-wrapper .income-statement-chart{width:100%;margin-bottom:20px}.financial-statement-wrapper .fs-blur{opacity:.5;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;overflow:hidden}.financial-statement-wrapper .balance-sheet-wrapper .custom-table tbody tr:first-child.hover td{background-color:transparent!important}.financial-statement-wrapper .balance-sheet-wrapper .custom-table tbody tr:first-child td:first-child{padding-left:0!important;padding-right:0!important}.financial-statement-wrapper .expand-status-icon{width:11px}.financial-statement-wrapper .child-row{opacity:.5}.financial-statement-wrapper .child-row-3{margin-left:60px;opacity:.5}.financial-statement-wrapper .list-color{font-weight:400}.financial-statement-wrapper .list-color .circle{width:8px;height:8px;border-radius:4px;margin-right:6px}.financial-statement-wrapper .list-color .color-item{height:24px;padding-left:10px;background-color:#232931;text-transform:capitalize}.financial-statement-wrapper .list-color .color-item:nth-child(2n - 1){background-color:#1f2329}.financial-statement-wrapper .light .list-color .color-item{background-color:#f1f3f4}.financial-statement-wrapper .light .list-color .color-item:nth-child(2n - 1){background-color:#fff}.financial-statement-wrapper .current-asset{background-color:#e5efc1}.financial-statement-wrapper .tangible-asset{background-color:#a2d5ab}.financial-statement-wrapper .intangible-asset{background-color:#3baea9}.financial-statement-wrapper .other-asset{background-color:#358bbc}.financial-statement-wrapper .current-liabilities{background-color:#f8b195}.financial-statement-wrapper .long-term-liabilities{background-color:#f27280}.financial-statement-wrapper .shareholder-equity{background-color:#b76880}.financial-statement-wrapper .minority-interest{background-color:#6c5c7c}.financial-statement-wrapper .stack-chart .column{width:24px}.financial-statement-wrapper .fs-table-row{margin-left:15px;position:relative;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;height:20px;font-weight:400;text-transform:capitalize}.financial-statement-wrapper .fs-table-row.level-2{margin-left:30px;opacity:.5;font-style:italic}.financial-statement-wrapper .fs-table-row.level-3{margin-left:45px;opacity:.5;font-style:italic}.financial-statement-wrapper .fs-table-row.level-4{margin-left:60px;opacity:.5;font-style:italic}.financial-statement-wrapper .fs-table-row .expand-status-icon{position:absolute;left:-14px;top:4px}.financial-statement-wrapper .chart-tooltip{z-index:20}.financial-statement-wrapper .chart-tooltip .triangle{width:0;height:0;border-color:#fff transparent transparent;border-style:solid;border-width:4px 2px 0;position:absolute;bottom:-4px;right:calc(50% - 2px)}.financial-statement-wrapper .chart-tooltip .triangle-top-right{width:0;height:0;border-color:transparent #fff transparent transparent;border-style:solid;border-width:0 6px 6px 0;position:absolute;bottom:-4px;right:0}.financial-statement-wrapper .chart-tooltip .tooltip-wrapper{font-size:10px;background-color:#fff;border-radius:3px;color:#232931;padding:4px 6px;position:relative;font-weight:600;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.financial-statement-wrapper .chart-tooltip .tooltip-wrapper .circle{width:8px;height:8px;border-radius:8px;margin-right:2px}.financial-statement-wrapper .border-bottom{margin-top:1px;margin-left:1px;border-color:#555}.financial-statement-wrapper .mini-area-chart-wrapper,.financial-statement-wrapper .mini-bar-chart-wrapper{margin-top:-1px}.financial-statement-wrapper .mini-area-chart-wrapper .react-stockchart,.financial-statement-wrapper .mini-bar-chart-wrapper .react-stockchart{margin:0 auto;position:relative}.financial-statement-wrapper .mini-area-chart-wrapper .bottom-line,.financial-statement-wrapper .mini-bar-chart-wrapper .bottom-line{content:"";position:absolute;height:1px;background-color:#555;width:30px;left:calc(50% - 15px);bottom:5px}.financial-statement-wrapper .mini-area-chart-wrapper .top-line,.financial-statement-wrapper .mini-bar-chart-wrapper .top-line{content:"";position:absolute;height:1px;background-color:#555;width:30px;left:calc(50% - 15px);top:3px}.financial-statement-wrapper .no-data-mini-bar-chart{width:30px;height:10px;display:-webkit-flex;display:flex;position:relative;-webkit-align-items:flex-end;align-items:flex-end;margin:-1px auto 0}.financial-statement-wrapper .no-data-mini-bar-chart.light .bar{background-color:#2c73e8}.financial-statement-wrapper .no-data-mini-bar-chart .bar{background-color:#acf0f2;margin-left:1px;height:1px;width:5px}.financial-statement-wrapper .no-data-mini-bar-chart:after{content:"";position:absolute;height:1px;width:100%;bottom:-2px;left:0;background-color:#555}.financial-statement-wrapper .export-btn .btn-cus-nomal{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding-left:8px;padding-right:8px}.financial-statement-wrapper .export-btn .btn-cus-nomal i{margin-right:4px}.snapshot-wrapper .fa-body-content{border:1.3px solid #424955;border-radius:4px}.snapshot-wrapper .small-head .group-button{padding-right:0;margin-right:0}.snapshot-wrapper .small-head .notifications-wrapper{display:-webkit-flex;display:flex}.snapshot-wrapper .small-head .notifications-wrapper .box{white-space:nowrap;margin-right:5px}.snapshot-wrapper .fa-top-content{min-width:450px}.snapshot-wrapper .headerAndFooterPdf{width:1856px;position:absolute;top:-65555px}.snapshot-wrapper .headerAndFooterPdf #Footer,.snapshot-wrapper .headerAndFooterPdf #headerPDF{width:100%;position:absolute}.snapshot-wrapper .headerAndFooterPdf #Footer{bottom:0;padding:40px 40px 0}.snapshot-wrapper .headerAndFooterPdf #Footer .Note{padding:70px 0 100px;border-bottom:1px solid #0069a6;font-size:24px}.snapshot-wrapper .headerAndFooterPdf #Footer .Footer-text{width:100%}.snapshot-wrapper .headerAndFooterPdf #Footer .Footer-text span{padding:24px 0;color:#0069a6;font-size:24px}.snapshot-wrapper .headerAndFooterPdf #headerPDF{height:160px;background-color:#0069a6;top:0}.snapshot-wrapper .headerAndFooterPdf #headerPDF .headerPDF-logo{width:440px;display:inline-block;padding:0 20px;float:left!important}.snapshot-wrapper .headerAndFooterPdf #headerPDF .headerPDF-logo .brand{margin:36px 10px 25px 0}.snapshot-wrapper .headerAndFooterPdf #headerPDF .headerPDF-logo .brand a i{color:#fff;font-size:87px}.snapshot-wrapper .headerAndFooterPdf #headerPDF .headerPDF-logo:after,.snapshot-wrapper .headerAndFooterPdf #headerPDF .headerPDF-logo:before{content:"/";font-size:183px;position:absolute;color:#fff;top:-74px}.snapshot-wrapper .headerAndFooterPdf #headerPDF .headerPDF-logo:after{left:440px}.snapshot-wrapper .headerAndFooterPdf #headerPDF .headerPDF-logo:before{left:464px}.snapshot-wrapper .headerAndFooterPdf #headerPDF .headerPDF-title{margin:43px 10px 17px 200px}.snapshot-wrapper .headerAndFooterPdf #headerPDF .headerPDF-title span{font-size:57px;font-weight:700;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal}.snapshot-wrapper .boder-r{border-right:1px solid #facc5c}.snapshot-wrapper .snapShot-table{padding:16px;min-height:230px}.snapshot-wrapper .snapShot-table .snapShotTable-Chart{min-width:400px;-webkit-flex:4 1;flex:4 1}.snapshot-wrapper .snapShot-table .snapShotTable-Infor{display:-webkit-flex;display:flex;padding:0 0 0 6px;min-width:350px;-webkit-flex:1 1;flex:1 1}.snapshot-wrapper .snapShot-table .snapShotTable-Infor .snapShotTable-col{width:50%;padding:0 0 0 15px}.snapshot-wrapper .snapShot-table .snapShotTable-Infor .snapShotTable-col .snapShotTable-row{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;line-height:1.6rem;white-space:nowrap}.snapshot-wrapper .snapShot-table .snapShotTable-Infor .snapShotTable-col .snapShotTable-row span{opacity:.55}.snapshot-wrapper .snapShot-table .snapShotTable-Infor .snapShotTable-col .snapShotTable-row .snapShotTable-item-end span{font-weight:600;opacity:1;color:#fff}.snapshot-wrapper .snapShot-table .snapShotTable-Infor .snapShotTable-col .snapShotTable-row .snapShotTable-item-end-yRange{width:100px;background:#2974c1;position:relative}.snapshot-wrapper .snapShot-table .snapShotTable-Infor .snapShotTable-col .snapShotTable-row .snapShotTable-item-end-yRange .range-line{width:1px;height:100%;background-color:#facc5c;position:absolute;bottom:0;z-index:10;left:30%}.snapshot-wrapper .snapShot-table .snapShotTable-Infor .snapShotTable-col .snapShotTable-row .snapShotTable-item-end-yRange .snapShot-infor-yRange{padding:0 4px;font-size:9px;color:#fff!important}.snapshot-wrapper .snapShot-chart{padding:16px;border-top:1.3px solid #424955}.snapshot-wrapper .snapShot-chart .cast-chart .responsive-wrapper{overflow-y:hidden!important}.snapshot-wrapper .snapShot-chart .snapShot-FinancialPer{height:26px}.snapshot-wrapper .snapShot-chart .snapShot-FinancialPer .snapShot-FinancialPer-tab{float:right}.snapshot-wrapper .snapShot\.chartNonBank\.chartDupont\.title .chart-legend-wraper,.snapshot-wrapper .snapShot\.chartNonBank\.chartOperating\.title .chart-legend-wraper,.snapshot-wrapper .snapShot\.chartNonBank\.chartOperatingCashFlow\.title .chart-legend-wraper,.snapshot-wrapper .snapShot\.chartNonBank\.chartProfit\.title .chart-legend-wraper,.snapshot-wrapper .snapShot\.chartNonBank\.chartRevenue\.title .chart-legend-wraper{padding-top:3px}.light-mode .snapshot-wrapper .snapShotTable-item-end span{color:inherit!important}.snapShot\.chartNonBank\.chartLiquidityRatio\.title .str-legend-name{width:70px}.Small .not-come-out .title{font-size:14px}.Small .not-come-out .message{font-size:12px}.Large .not-come-out .title{font-size:16px}.Large .not-come-out .message{font-size:14px}.not-come-out{width:100%;height:100%;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;-webkit-flex-direction:column;flex-direction:column}.not-come-out .title{font-size:15px;font-weight:700}.not-come-out .title i{color:#ff0}.not-come-out .message{font-size:13px}.contributor-wrapper .contributor{display:-webkit-flex;display:flex;height:100px;min-width:280px;width:15%;margin-bottom:16px;padding:0 20px}.contributor-wrapper .contributor .avatar .avatar-img{width:100px;height:100px;border-radius:50%;max-width:unset;cursor:pointer;background-color:#3a3c3f}.contributor-wrapper .contributor .info{margin-left:10px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;justify-content:space-between;padding:4px;color:#fff}.contributor-wrapper .contributor .info .main-title{cursor:pointer;white-space:nowrap;font-weight:600;font-size:12}.contributor-wrapper .contributor .info .sub-title{white-space:nowrap;font-weight:300;opacity:.5;font-size:10}.contributor-wrapper .contributor .info .following{cursor:pointer;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;font-size:8px;font-weight:600;text-transform:uppercase;width:60px;height:16px;border-radius:8px;border:.5px solid #fff}.contributor-wrapper .contributor .info .active{color:#000;background-color:#ffc859;border:none}.light-mode .contributor-wrapper .contributor .info{color:#1f2023}.light-mode .contributor-wrapper .contributor .following{border-color:#1f2023}.news-short-content{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1}.expand-title-wrap{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center}.expand-title-wrap .content-expand{display:none}.expand-title-wrap .show{display:block}.expand-title-wrap a{color:#fff}.expand-title-wrap a:visited{color:grey}.light-mode .expand-title-wrap a{color:#1f2023}.light-mode .expand-title-wrap a:visited{color:grey}.light-mode td[colspan="5"] p.group-list-date{border-left:0}.light-mode .group-action-ticker .item-btn .dropdown .text-custom-color{color:#1f2023!important}.light-mode .group-action-ticker .item-btn .dropdown .dropdown-menu{box-shadow:0 2px 4px 0 rgba(0,0,0,.5);background-color:#fff!important;border:none!important}.contributor-info-wrapper{display:-webkit-flex;display:flex}.contributor-info-wrapper .sf-wrapper .star-wrapper{cursor:pointer;width:15px;height:15px;margin:5px;border-radius:3px;line-height:15px;display:inline-block;text-align:center;font-size:10px}.contributor-info-wrapper .sf-wrapper .active{background-color:#ffc859;color:#1f2329}.contributor-info-wrapper .sf-wrapper .non-active{background:none;border:1px solid #ccc;color:#fff}.contributor-info-wrapper .sf-wrapper .selected{opacity:1}.contributor-info-wrapper .sf-wrapper .non-selected{opacity:.25}.contributor-info-wrapper .left-content{width:30%;min-width:300px;max-width:300px}.contributor-info-wrapper .right-content{width:70%}.contributor-info-wrapper .fs-12{font-size:12px}.contributor-info-wrapper .fs-8,.contributor-info-wrapper .fs-10{font-size:10px}.contributor-info-wrapper .text-bold{font-weight:600}.contributor-info-wrapper .cl-white{color:#fff}.contributor-info-wrapper .cl-grey{color:#969696}.contributor-info-wrapper .contributor-contact{margin-top:16px}.contributor-info-wrapper .contributor-contact,.contributor-info-wrapper .contributor-contact .list-contact{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.contributor-info-wrapper .contributor-contact .list-contact a{color:#fff;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.contributor-info-wrapper .contributor-contact .list-contact i{margin-right:4px}.contributor-info-wrapper .contributor-summary{display:-webkit-flex;display:flex;text-align:justify;padding-right:20px;margin-bottom:16px}.contributor-info-wrapper .contributor-info{display:-webkit-flex;display:flex;height:100px;width:100%;margin:16px 0}.contributor-info-wrapper .contributor-info .avatar .avatar-img{width:100px;height:100px;border-radius:50%;max-width:unset;cursor:pointer;background-color:#3a3c3f}.contributor-info-wrapper .contributor-info .info{margin-left:24px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;justify-content:space-between;padding:4px}.contributor-info-wrapper .contributor-info .info .main-title{white-space:nowrap;font-weight:600;color:#fff;font-size:12}.contributor-info-wrapper .contributor-info .info .sub-title{white-space:nowrap;font-weight:300;color:#fff;opacity:.5;font-size:10}.contributor-info-wrapper .contributor-info .info .following{cursor:pointer;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;color:#fff;font-size:8px;font-weight:600;text-transform:uppercase;width:60px;height:16px;border-radius:8px;border:.5px solid #fff}.contributor-info-wrapper .contributor-info .info .active{color:#000;background-color:#ffc859;border:none}.contributor-info-wrapper .work-info{height:100%;border-left:2px solid #969696;padding-left:8px}.contributor-info-wrapper .work-info .work{margin-top:16px}.contributor-info-wrapper .work-info .work .title{font-size:16px;font-weight:700}.contributor-info-wrapper .work-info .work .date{font-family:SourceSansPro;font-size:8px;font-weight:300}.contributor-info-wrapper .timeline{padding:20px;border:none}.contributor-info-wrapper .timeline:after{display:none}.contributor-info-wrapper ul.timeline{list-style-type:none;position:relative;margin-left:0;padding:20px 0;height:100%}.contributor-info-wrapper ul.timeline:before{content:" ";background:hsla(0,0%,100%,.3);display:inline-block;position:absolute;left:9px;width:1px;height:calc(100% + 5px);z-index:400}.contributor-info-wrapper ul.timeline>li{margin:10px 0;padding-left:26px;position:relative;cursor:pointer}.contributor-info-wrapper ul.timeline>li.active:before{background:#fff;border-color:#fff;width:8px;height:8px;left:6px;top:6px}.contributor-info-wrapper ul.timeline>li.isGray{color:#969696}.contributor-info-wrapper ul.timeline>li:before{content:" ";background:#1f2329;display:inline-block;position:absolute;border-radius:50%;border:1px solid #969696;left:7px;top:7px;width:6px;height:6px;z-index:400}.light-mode .contributor-info-wrapper ul.timeline>li.active:before{background:#1f2023;border-color:#1f2023}.light-mode .contributor-info-wrapper ul.timeline>li:before{background:#fff;border:1px solid #969696}.light-mode .contributor-info-wrapper .contributor-info .info .main-title,.light-mode .contributor-info-wrapper .contributor-info .info .sub-title{color:#1f2023!important}.light-mode .contributor-info-wrapper .contributor-info .following{border-color:#1f2023!important;color:#1f2023!important}.Medium .fa-switch-tab-wrapper i.icon-padlock{font-size:9px}.Small .fa-switch-tab-wrapper i.icon-padlock{font-size:8px}.fa-switch-tab-wrapper{display:-webkit-flex;display:flex;-webkit-align-self:flex-start;align-self:flex-start;margin-bottom:10px}.fa-switch-tab-wrapper i.icon-padlock{font-size:10px}.fa-switch-tab-wrapper i{margin-left:4px;margin-bottom:4px;color:grey}.fa-switch-tab-wrapper .level-item{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;cursor:pointer}.fa-switch-tab-wrapper .level-item__title{font-size:12px;color:#fff;font-weight:600;white-space:nowrap}.fa-switch-tab-wrapper .level-item__title--grey{color:grey}.fa-switch-tab-wrapper .level-item__underline{width:25px;height:2px}.fa-switch-tab-wrapper .level-item__underline--selected{background-color:#47c3ff}.light-mode .fa-switch-tab-wrapper .level-item__title{color:#1f2023}.na-search-box-wrapper{width:100px;min-width:100px;position:relative}.na-search-box-wrapper input{width:100%;border:0;height:23px;border-radius:10px;padding:0 25px 0 10px;background:#2a2d34;color:#fff;overflow:visible}.na-search-box-wrapper button{position:absolute;background:transparent;border:0;width:20px;height:23px;top:2px;right:10px;color:#fff}.na-search-box-wrapper [type=search]{outline-offset:-2px;-webkit-appearance:none}.na-trust-filter-wrapper{color:#1f2329}.na-trust-filter-wrapper .checkbox{margin-right:15px}.na-trust-filter-wrapper .checkbox label:before{top:1px;color:#1f2329}.na-trust-filter-wrapper .checkbox .label-text{color:#1f2329;font-weight:600}.na-top-content-wrapper{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.na-top-content-wrapper .na-search-box-wrapper{display:inline-block;float:left}.na-top-content-wrapper .na-trust-filter-wrapper{float:left}.na-top-content-wrapper .info-content{height:20px;margin:10px 0;font-size:12px;font-weight:600;white-space:nowrap}.na-top-content-wrapper .info-content .main-text{color:#fff}.na-top-content-wrapper .info-content .sub-text{margin:0 4px;color:#47c3ff}.na-top-content-wrapper .label-text{font-size:10px;width:40px;height:16px;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;border-radius:5px}.light-mode .na-top-content-wrapper .info-content .main-text{color:#1f2023}.na-wrapper-wrapper{height:100%;width:100%}.popup-container{position:relative}.popup-box{position:absolute;width:calc(50vw - 40px);height:auto;z-index:1000;padding:16px 12px;left:20px;top:50px}.popup-box .icon-close{position:absolute;cursor:pointer;right:5px;top:5px;z-index:2;font-size:10px}.header-popup{text-align:center;margin-bottom:16px;text-transform:uppercase}.content-popup{position:relative;width:100%;margin:0 auto;height:auto;border-radius:4px;padding:12px;overflow:auto}.content-popup .news-detail-title{color:#ce9b51;font-weight:700!important}.content-popup .news-detail-public-date{font-weight:400;opacity:.5}.summary-info-wrapper{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;height:40px}.summary-info-wrapper .left-container,.summary-info-wrapper .right-container{display:-webkit-flex;display:flex;-webkit-align-content:center;align-content:center;-webkit-justify-content:center;justify-content:center}.summary-info-wrapper .left-container{margin-right:8px}.summary-info-wrapper .left-container .main-price{-webkit-flex:1 1;flex:1 1;font-size:29px;font-weight:700;margin-right:2px}.summary-info-wrapper .left-container .sub-price{height:15px;font-size:12px;font-weight:600;white-space:nowrap}.summary-info-wrapper .left-container .currency{display:-webkit-flex;display:flex;-webkit-align-self:flex-end;align-self:flex-end;font-size:8px;font-weight:300}.summary-info-wrapper .right-container .sub-price{height:15px;font-size:12px;font-weight:600;white-space:nowrap}.summary-info-wrapper .right-container .percent{font-size:8px;font-weight:300;white-space:nowrap}.valuation-tool-calculate-screen{margin-bottom:20px;height:100%}.valuation-tool-calculate-screen .right-method{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;white-space:nowrap;min-width:400px}.valuation-tool-calculate-screen .right-method .first-div-right{margin-bottom:15px}.valuation-tool-calculate-screen .right-method .first-div-right .tooltip-content{position:absolute;z-index:10;word-wrap:break-word;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.valuation-tool-calculate-screen .right-method .first-div-right .tooltip-content:after{content:"";-webkit-transform:translateY(-5px);transform:translateY(-5px)}.valuation-tool-calculate-screen .right-method .first-div-right .tooltip-content .tooltip-message{padding:5px 10px}.valuation-tool-calculate-screen .right-method .first-div-right .title-method{font-weight:600}.valuation-tool-calculate-screen .right-method .first-div-right .recommended-box{padding:0 10px;height:10px;background-color:#facc5c;color:#1f2329;display:inline-table;text-align:center;-webkit-justify-content:center;justify-content:center;border-radius:3px;font-weight:700}.valuation-tool-calculate-screen .right-method .after-div-right{margin-bottom:10px;display:-webkit-flex;display:flex;width:auto;height:25px;margin-top:0!important}.valuation-tool-calculate-screen .right-method .after-div-right input{height:20px}.valuation-tool-calculate-screen .right-method .after-div-right .line-drop{margin-left:5px;margin-right:5px;border-bottom:1px solid rgba(85,85,85,.3)!important;border-top:1px solid transparent!important;-webkit-transform:translateY(-5px);transform:translateY(-5px)}.valuation-tool-calculate-screen .right-method .after-div-right .line-drop .item-filter .btn-group{width:50px}.valuation-tool-calculate-screen .right-method .after-div-right .line-drop .item-filter .drop-cus{text-align:left;padding:0 10px;width:100%;background:transparent!important;color:#fff;border-radius:0!important}.valuation-tool-calculate-screen .right-method .after-div-right .line-drop .item-filter .drop-cus:after{color:#fff!important}.valuation-tool-calculate-screen .right-method .after-div-right .margin-icon{margin-top:3px;margin-right:3px;cursor:pointer}.valuation-tool-calculate-screen .left-group{display:-webkit-flex;display:flex}.valuation-tool-calculate-screen .left-group .middle-button{-webkit-justify-content:center;justify-content:center;margin-left:10px;margin-right:16px}.valuation-tool-calculate-screen .left-group .left-result,.valuation-tool-calculate-screen .left-group .middle-button{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.valuation-tool-calculate-screen .left-group .left-result .error-info{color:#eb505a;margin-top:25px;margin-bottom:3px;height:17.27px}.valuation-tool-calculate-screen .left-group .left-result .wrap-result{height:90px;width:350px;border:1px solid rgba(85,85,85,.3);border-radius:5px;padding-top:15px;padding-left:15px;padding-bottom:15px}.valuation-tool-calculate-screen .left-group .left-result .wrap-result .result-title{font-weight:600;font-size:15px}.valuation-tool-calculate-screen .left-group .left-result .wrap-result .line-under-title{background:#47c3ff;height:2px;width:30px}.valuation-tool-calculate-screen .left-group .left-result-langer-wrap{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center}.valuation-tool-calculate-screen .left-group .left-result-langer-wrap .error-info{color:#eb505a;margin-top:-15px;margin-bottom:3px;height:17.27px;white-space:nowrap}.valuation-tool-calculate-screen .left-group .left-result-langer-wrap .wrap-result-long{min-width:400px;margin-right:20px;height:120px;border:1px solid rgba(85,85,85,.3);border-radius:5px;padding:15px}.valuation-tool-calculate-screen .left-group .left-result-langer-wrap .wrap-result-long .result-title{font-weight:600;font-size:15px}.valuation-tool-calculate-screen .left-group .left-result-langer-wrap .wrap-result-long .line-under-title{background:#47c3ff;height:2px;width:30px}.input-method{width:100px;background:transparent;border:1px;border-radius:0;border-bottom:solid rgba(85,85,85,.3);border-width:1px;margin-left:6px;margin-right:5px;color:#faebd7;text-align:center;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;-webkit-transform:translateY(-3px);transform:translateY(-3px)}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.input-method:focus{outline:none;-webkit-text-emphasis-color:#fff;text-emphasis-color:#fff}.valuation-tool-button{background-color:#1d97ef;cursor:pointer;line-height:19px}.valuation-tool-button,.valuation-tool-button-de-active{color:#fff;height:20px;border-radius:5px;text-align:center;border:none;white-space:nowrap;padding:0 20px}.valuation-tool-button-de-active{background-color:grey;cursor:not-allowed}.valuation-tool-button:active{background-color:#0c4e7e;-webkit-transform:translateY(.5px);transform:translateY(.5px)}.wanning-field-wrap,.wrap-input-error{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.wanning-field-wrap{margin-top:25px;position:absolute;z-index:2;background:#fff;color:#000;font-weight:400;padding:5px;height:20px;border:1px solid rgba(0,0,0,.24);border-radius:5px}.wanning-field-wrap .span{padding-left:5px}.wanning-field-wrap img{width:15px;height:15px}.wanning-field-wrap:before{content:"";position:absolute;bottom:18px;border-right:8px solid transparent;border-left:8px solid transparent;border-bottom:7px solid #fff}.tooltip-ownship{position:relative}.popup-valuation-tool{min-width:400px}.popup-valuation-tool,.popup-valuation-tool-fcfe{position:absolute;z-index:10;border-radius:5px;border:1px solid rgba(85,85,85,.3);background-color:#273040}.popup-valuation-tool-fcfe{width:550px}.body-fcfe{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;margin-left:10px}.body-fcfe .chirdren-row{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;height:20px;margin-top:5px}.body-fcfe .chirdren-row .first-span{width:160px}.body-fcfe .chirdren-row .span-percen{margin-right:10px}.body-fcfe .input-method{width:80px;background:transparent;border:1px;border-radius:0;border-bottom:1px solid rgba(85,85,85,.3);margin-left:10px;margin-right:10px;color:#faebd7;text-align:center;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;-webkit-transform:translateY(-3px);transform:translateY(-3px)}.body-fcfe .input-method:focus{outline:none;-webkit-text-emphasis-color:#fff;text-emphasis-color:#fff}.body-fcfe .wanning-field-wrap,.body-fcfe .wrap-input-error{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.body-fcfe .wanning-field-wrap{margin-top:20px;position:absolute;z-index:2;background:#fff;color:#000;font-weight:400;padding:5px;height:15px;border:1px solid rgba(0,0,0,.24);border-radius:5px}.body-fcfe .wanning-field-wrap .span{padding-left:5px}.body-fcfe .wanning-field-wrap img{width:10px;height:10px}.body-fcfe .wanning-field-wrap:before{content:"";position:absolute;bottom:13px;border-right:5px solid transparent;border-left:5px solid transparent;border-bottom:5px solid #fff}.popup-title-valuation-tool{padding-left:10px;height:30px;border-bottom:1px solid rgba(85,85,85,.3);font-weight:700}.popup-header-valuation-tool{padding-right:5px;padding-left:5px;padding-top:2px;height:20px;border-bottom:1px solid rgba(85,85,85,.3);display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;font-size:10px}.wrap-checkbox-first-column{display:-webkit-flex;display:flex;-webkit-justify-content:left;justify-content:left;padding-left:5px;width:20%}.wrap-checkbox-first-column input,.wrap-checkbox-first-column label{cursor:pointer}.checkbox input[type=checkbox]+label{position:absolute;right:5px;left:5px;font-size:11px!important}.checkbox input[type=checkbox]+label:before{top:0}.column-align-right{text-align:right;padding-right:5px}.body-popup-valuation{padding-left:5px;height:20px;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;font-size:10px}.body-popup-valuation .wrap-checkbox-first-column-body{display:-webkit-flex;display:flex;-webkit-justify-content:left;justify-content:left;border-right:1px solid rgba(85,85,85,.3);height:20px}.body-popup-valuation .wrap-checkbox-first-column-body input{width:20%;position:inherit;margin-left:-19px;top:0;cursor:pointer}.body-popup-valuation .wrap-checkbox-first-column-body label{width:20%;position:inherit;overflow-y:inherit;cursor:pointer}.body-popup-valuation .children-div-body{border-right:1px solid rgba(85,85,85,.3);text-align:right;padding-right:8px;height:20px}.body-popup-valuation .children-div-body:last-child{border-right:0;height:20px}.footer-average-pe{clear:both;border-top:1px solid rgba(85,85,85,.3)}.popup-button-valuation-tool{background-color:#2d84a8;color:#fff;width:auto;height:20px;border-radius:10px;text-align:center;cursor:pointer;border:none}.wrap-box-icon-pen{position:relative;width:15px;height:15px;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;cursor:pointer}.underline-icon-pen{width:6px;height:12px;background:#1f2329;border-bottom:1px solid #fff;position:absolute;-webkit-transform:translateX(2px);transform:translateX(2px)}.wrap-pen-icon{width:6px;height:15px;background:#fff;border:1px solid #1f2329;position:absolute;border-radius:20px;z-index:1;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.wrap-pen-icon:before{content:"";position:absolute;bottom:-2px;border-top:3px solid #eee;border-right:2px solid transparent;border-left:2px solid transparent}.intestine-pen{width:2px;height:11px;background:#1f2329;border-radius:30px;position:absolute;z-index:2}.border-wrap-icon-pen{width:12px;height:12px;background:#1f2329;border:1px solid #fff;position:absolute}.position-top{-webkit-transform:translate(-1px,-9px);transform:translate(-1px,-9px)}.intestine-pen-position-top{width:2px;height:8px;background:#1f2329;border-radius:30px;position:absolute;z-index:2}.wrap-pen-icon-position-top{width:6px;height:14px;background:#fff;border:1px solid #1f2329;position:absolute;border-radius:20px;z-index:1;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.wrap-pen-icon-position-top:before{content:"";position:absolute;bottom:-2px;border-top:3px solid #eee;border-right:2px solid transparent;border-left:2px solid transparent}.valuation-wrapper{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;padding:8px 20px}.valuation-wrapper .valuation-top-content{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-flex-direction:row;flex-direction:row}.valuation-wrapper .valuation-body-content{margin-top:15px;display:-webkit-flex;display:flex}.popup-warning{width:100%;height:100%;top:0;left:0;right:0;bottom:0;margin:auto;background-color:rgba(0,0,0,.25)}.popup-warning,.popup_inner{position:absolute;z-index:999}.popup_inner{min-width:257px;top:32%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#43484f;border-radius:5px;padding:12px;box-shadow:0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:ease;transition-duration:.2s}.popup_inner .popup-button .btn-cancel,.popup_inner .popup-button .btn-delete{min-width:60px;height:20px;border-radius:9.5px;color:#fff!important;border:.3px solid #555}.popup_inner .popup-button .btn-delete{background-color:#2d84a8}.popup_inner .popup-button .btn-cancel{background-color:#eb505a}.popup_inner .popup_inner_title{font-size:15px;font-weight:700}.popup_inner .popup_inner_content{display:block}.popup_inner .warn,.popup_inner .warn:after,.popup_inner .warn:before{position:relative;padding:0;margin:0}.popup_inner .warn{font-size:17px;color:transparent}.popup_inner .warn.warning{display:inline-block;top:-1px;width:20px;height:20px;overflow:hidden;float:left;border:none;margin-right:5px;background-color:transparent;border-radius:1px}.popup_inner .warn.warning:before{content:"";display:block;top:-1.5px;left:0;position:absolute;border-color:transparent transparent #facc5c;border-style:solid;border-width:0 10px 20px}.popup_inner .warn.warning:after{display:block;position:absolute;top:-2.5px;left:0;width:100%;padding:0 1px;text-align:center;content:"!";font-size:18px;font-weight:bolder;color:#595850}.light-mode .popup-warning{background-color:hsla(0,0%,100%,.25)!important}.light-mode .popup_inner{background-color:#fff!important}.mini-area-chart-wrapper,.mini-bar-chart-wrapper{margin-top:-1px}.mini-area-chart-wrapper .react-stockchart,.mini-bar-chart-wrapper .react-stockchart{margin:0 auto;position:relative}.mini-area-chart-wrapper .bottom-line,.mini-bar-chart-wrapper .bottom-line{content:"";position:absolute;height:1px;background-color:#555;width:30px;left:10px;bottom:4px}.mini-area-chart-wrapper .top-line,.mini-bar-chart-wrapper .top-line{content:"";position:absolute;height:1px;background-color:#555;width:30px;left:10px;top:2px}.no-data-mini-bar-chart{width:30px;height:10px;display:-webkit-flex;display:flex;position:relative;-webkit-align-items:flex-end;align-items:flex-end;margin:-1px auto 0}.no-data-mini-bar-chart.light .bar{background-color:#2c73e8}.no-data-mini-bar-chart .bar{background-color:#acf0f2;margin-left:1px;height:1px;width:5px}.no-data-mini-bar-chart:after{content:"";position:absolute;height:1px;width:100%;bottom:-2px;left:0;background-color:#555}.tooltip-strategy{width:100%;height:100%;top:0;left:0}.tooltip-strategy .tooltip_content{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;height:100%}.tooltip-alert-system-hover{width:370px;height:239px;border-radius:4px}.tooltip-alert-system-hover .tooltip-header-alert{background:#1d435d}.tooltip-alert-system-hover .tooltip-header-alert .tooltip-header-alert-title{display:block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:11px;font-weight:600;-webkit-align-self:center;align-self:center;color:#fff!important}.tooltip-alert-system-hover .tooltip-body{height:calc(100% - 43px);display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}.tooltip-alert-system-hover .tooltip-body .alert-chart-image{width:100%;height:100%}.tooltip-ticker-hover{position:absolute;z-index:10;min-width:320px;border-radius:2px;box-shadow:0 2px 4px 0 rgba(16,16,16,.5);background-color:#1e242e}.tooltip-ticker-hover .bg-box-a{background-color:#5f99ff}.tooltip-ticker-hover .bg-box-b{background-color:#00de8b}.tooltip-ticker-hover .bg-box-c{background-color:#facc5c}.tooltip-ticker-hover .bg-box-d{background-color:#f88634}.tooltip-ticker-hover .bg-box-e{background-color:#f5d0c5}.tooltip-ticker-hover .bg-box-f{background-color:#eb505a}.tooltip-ticker-hover .tooltip-header{width:100%;height:43px;border-radius:1.5px;padding:8.1px}.tooltip-ticker-hover .tooltip-header .tooltip-header-row{display:-webkit-flex;display:flex;padding:0 0 2.5px}.tooltip-ticker-hover .tooltip-header .tooltip-header-row .tooltip-ticker-change,.tooltip-ticker-hover .tooltip-header .tooltip-header-row .tooltip-ticker-name-score{font-size:12px;font-weight:700;font-style:normal;font-stretch:normal;line-height:.83;letter-spacing:normal;padding-right:6px}.tooltip-ticker-hover .tooltip-header .tooltip-header-row .tooltip-ticker-name-score{color:#fff}.tooltip-ticker-hover .tooltip-header .tooltip-header-row .tooltip-header-score{background-color:#fff;width:10px;height:10px;color:#2170cb;text-align:center;line-height:10px;font-size:8px;font-weight:600;margin-right:4px}.tooltip-ticker-hover .tooltip-header .tooltip-header-row .tooltip-ticker-change{padding-right:6px;color:#1affa9}.tooltip-ticker-hover .tooltip-header .tooltip-header-row .tooltip-ticker-fullName{font-size:10px;font-weight:400;font-style:normal;font-stretch:normal;line-height:1.67;letter-spacing:normal;color:#fff}.tooltip-ticker-hover .tooltip-header .tooltip-header-row .line-chart{margin-right:7px;width:35px;height:13.4px}.tooltip-ticker-hover .tooltip-body{padding:8.1px}.tooltip-ticker-hover .tooltip-body .tooltip-body-row{display:-webkit-flex;display:flex;padding:0 0 2.5px;-webkit-align-items:baseline;align-items:baseline}.tooltip-ticker-hover .tooltip-body .tooltip-body-row .star-vote{margin:0 9px 0 3px;width:45px}.tooltip-ticker-hover .tooltip-body .tooltip-body-row .tooltip-body-label{margin-right:6px;white-space:nowrap}.tooltip-ticker-hover .tooltip-body .tooltip-body-row .tooltip-body-checked,.tooltip-ticker-hover .tooltip-body .tooltip-body-row .tooltip-body-remove{position:relative;padding-left:20px;width:100%;display:block;white-space:nowrap}.tooltip-ticker-hover .tooltip-body .tooltip-body-row .tooltip-body-checked span,.tooltip-ticker-hover .tooltip-body .tooltip-body-row .tooltip-body-remove span{font-size:10px}.tooltip-ticker-hover .tooltip-body .tooltip-body-row .tooltip-body-checked:after,.tooltip-ticker-hover .tooltip-body .tooltip-body-row .tooltip-body-remove:after{font-size:9px;color:#1e242e;width:13px;height:13px;line-height:13px;text-align:center;vertical-align:middle;border-radius:100%;position:absolute;font-weight:bolder;left:0;top:3px}.tooltip-ticker-hover .tooltip-body .tooltip-body-row .tooltip-body-checked:after{content:"\2714";background-color:#00de8b}.tooltip-ticker-hover .tooltip-body .tooltip-body-row .tooltip-body-remove:after{content:"\2716";background-color:#eb505a}.tooltip-ticker-hover .tooltip-body .tooltip-body-row .tooltip-body-value{margin-right:6px;font-size:12px;font-weight:700}.tooltip-ticker-hover .tooltip-body .tooltip-body-row .tooltip-body-unit{margin-right:6px;font-size:8px}.tooltip-ticker-hover .tooltip-body .tooltip-body-row .scoreValue{margin-right:12px}.tooltip-ticker-hover .tooltip-body .tooltip-body-row .scoreValue .scoreValue-span{padding:0 4px;margin-right:3px;width:6px;height:13px;color:#1e242e;font-size:10px;font-weight:700;text-align:center}.light-mode .tooltip-ticker-hover{background-color:#fff!important}.light-mode .tooltip-header-alert{background:#2b457d!important}.tooltip-ticker-hover .tooltip-header-alert{height:26px}.header-table{width:100%;padding:6px 0 7px 12px;border-radius:5px 5px 0 0}.light-mode .header-table-title{color:#fff!important}.mix .active{background-color:#2d84a8!important}.mix.dropdown-menu.dropdown-menu-left.drop-th.drop-mecus.show{position:absolute;max-height:150px;color:#fff}.dropdown-menu .dropdown-menu-left .drop-th .drop-mecus{position:absolute;will-change:transform;top:0;left:0;-webkit-transform:translate3d(-67px,16px,0);transform:translate3d(-67px,16px,0)}.toggle-switch-wrap{display:inline-block;font-size:2rem;width:25px;height:10px;background:hsla(0,0%,58.8%,.5);position:relative;border-radius:10px;cursor:pointer;transition:background-color .3s;margin:0}.toggle-switch-wrap.active{background:rgba(71,195,255,.5);border-color:#273040}.toggle-switch-wrap.active .toggle-button{right:-1px;background:#47c3ff}.toggle-switch-wrap .toggle-button{position:absolute;top:-2px;right:50%;height:13px;width:13px;background:#969696;border-radius:50%;transition:right .3s}.a-b-color{color:#5f99ff}.b-b-color{color:#00de8b}.c-b-color{color:#facc5c}.d-b-color{color:#f88634}.e-b-color{color:#f5d0c5}.f-b-color{color:#eb505a}.top-rate{position:relative;height:36px}.top-rate,.top-rate .top-rate-top{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}.top-rate .top-rate-top{border-radius:100%;text-align:center;color:#2d2d2d;z-index:2}.top-rate .top-rate-bottom,.top-rate .top-rate-top{width:20px;height:20px;position:absolute;top:3px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.top-rate .top-rate-bottom{background:transparent;z-index:1}.top-rate .top-rate-bottom:after,.top-rate .top-rate-bottom:before{position:absolute;top:15px;right:3px;width:0;height:0;border-style:solid;content:" "}.top-rate .top-rate-bottom:after{border-width:13px 14px 0 0}.top-rate .top-rate-bottom:before{border-width:13px 0 0 14px}.full-ticker-detail{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;height:100%;width:100%}.full-ticker-detail .rank-balance,.full-ticker-detail .rank-down,.full-ticker-detail .rank-up{width:0;height:0;border-right:6px solid transparent;border-left:6px solid transparent}.full-ticker-detail .rank-down{border-top:6px solid #eb505a}.full-ticker-detail .rank-up{border-bottom:6px solid #00de8b}.full-ticker-detail .rank-balance{border-color:#fff;border-style:solid;border-width:.5px 6px}.full-ticker-detail .full-ticker-detail-name,.full-ticker-detail .full-ticker-detail-name-exchange{font-size:10px;color:#d2d2d2}.full-ticker-detail .full-ticker-detail-name{max-width:calc(100% - 85px)}.text-overflow-eclipse{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}tr.hover .icon-bin-delete:before,tr.hover .icon-pencil-edit:before{opacity:1}.good-b-color{color:#00de8b}.average-b-color{color:#facc5c}.weak-b-color{color:#eb505a}.tốt-b-color{color:#00de8b}.bình-b-color{color:#facc5c}.kém-b-color{color:#eb505a}.light-mode .full-ticker-detail .full-ticker-detail-name,.light-mode .full-ticker-detail .full-ticker-detail-name-exchange{color:#969696}.st_ranking .top-rate{margin:0 auto}.st_ranking .btn-clicked{background-color:#2d84a8!important}.st_ranking .tooltip-strategy{padding-left:0}.st_ranking .list-filter .filter-industry{height:23px;margin-left:18px}.st_ranking .list-filter .filter-industry .drop-cus{background:transparent!important;border-bottom:1px solid #24262e!important;border-top:0!important;border-radius:0!important}.st_ranking .tab-content-st-ranking{height:calc(100% - 75px)!important}.st_ranking .search-filter-wrapper .search-filter-industry{border-bottom:none}.st_ranking .search-filter-wrapper .search-filter-industry .drop-search a span{opacity:1}.st_ranking .search-filter-wrapper .search-filter-industry .industry-search-box .industry{font-weight:600}.st_ranking .search-filter-wrapper .search-filter-industry .industry-search-box .icon-caret{color:#47c3ff;font-size:9px}.light-mode .st_ranking .btn-clicked{background-color:#2c73e8!important;color:#fff}.light-mode .st_ranking .list-filter .filter-industry .drop-cus{border:none!important;border-bottom:1px solid #24262e!important;border-radius:0!important}.light-mode .st_ranking .search-filter-wrapper .search-filter-industry{border-bottom:none}.light-mode .st_ranking .search-filter-wrapper .search-filter-industry .drop-search a span{opacity:1}.light-mode .st_ranking .search-filter-wrapper .search-filter-industry .industry-search-box .industry{font-weight:600}.light-mode .st_ranking .search-filter-wrapper .search-filter-industry .industry-search-box .icon-caret{color:#47c3ff;font-size:9px}.isRed{color:#eb505a}.responsive-wrapper-strategy{overflow-y:hidden!important;height:auto!important}.value-investment{display:-webkit-flex;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-align-items:stretch;align-items:stretch;position:relative}.value-investment .Rectangle{min-height:100%;border-radius:2px;background-color:#f5761d;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around;padding:0 10px}.value-investment .Rectangle .Vis{font-size:16px;font-weight:700;color:#fff}.value-investment .value-text{margin-left:10px;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;-webkit-align-self:flex-end;align-self:flex-end}.value-investment .value-text .Value-Investment-Str{font-size:12px;color:#d2d2d2}.value-investment .value-text .HIGH-RANKING-A-VAL{font-size:8px;font-weight:600}.value-investment .Rectangle-4{border-radius:1px;border:.6px solid hsla(0,0%,100%,.36);margin-left:10px}.value-investment .Rectangle-5{text-align:center;border-radius:1px 1px 0 0;background-color:#00de8b;padding:2px 4px}.value-investment .Rectangle-5 .RETURN{font-size:10px;line-height:10px;font-weight:600;color:#1f2329;display:block}.value-investment .Rectangle-6{display:-webkit-flex;display:flex;padding:3px 4px}.value-investment .Rectangle-6 .number{font-size:16px;line-height:13px;font-weight:700;text-align:right;color:#00de8b}.value-investment .Rectangle-6 .number-percent{font-size:10px;line-height:10px;color:#00de8b}.value-investment .Rectangle-Index{border-radius:1px;border:.6px solid hsla(0,0%,100%,.36);margin-left:10px}.value-investment .Rectangle-Index .Rectangle-5{text-align:center;border-radius:1px 1px 0 0;background-color:#f3ffe2;padding:2px 4px}.value-investment .Rectangle-Index .Rectangle-5 .RETURN{font-size:10px;line-height:10px;font-weight:600;color:#1f2329;display:block}.value-investment .Rectangle-Index .Rectangle-6{display:-webkit-flex;display:flex;padding:3px 4px}.value-investment .Rectangle-Index .Rectangle-6 .number{font-size:16px;line-height:13px;font-weight:700;text-align:right;color:#f3ffe2}.value-investment .Rectangle-Index .Rectangle-6 .number-percent{font-size:10px;line-height:10px;color:#f3ffe2}.value-investment .div .value-footer{font-size:10px;font-style:italic;color:#d2d2d2}.light-mode .value-investment .Rectangle-Index{border-radius:1px;border:.6px solid hsla(0,0%,100%,.36);margin-left:10px}.light-mode .value-investment .Rectangle-Index .Rectangle-5{text-align:center;border-radius:1px 1px 0 0;background-color:#f8bc06;padding:2px 4px}.light-mode .value-investment .Rectangle-Index .Rectangle-5 .RETURN{font-size:10px;line-height:10px;font-weight:600;color:#1f2329;display:block}.light-mode .value-investment .Rectangle-Index .Rectangle-6{display:-webkit-flex;display:flex;padding:3px 4px}.light-mode .value-investment .Rectangle-Index .Rectangle-6 .number{font-size:16px;line-height:13px;font-weight:700;text-align:right;color:#f8bc06}.light-mode .value-investment .Rectangle-Index .Rectangle-6 .number-percent{font-size:10px;line-height:10px;color:#f8bc06}.light-mode .value-investment .value-text{margin-left:10px;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;-webkit-align-self:flex-end;align-self:flex-end}.light-mode .value-investment .value-text .Value-Investment-Str{font-size:12px;color:#1f2023!important}.light-mode .value-investment .div .value-footer{font-size:10px;font-style:italic;color:#d2d2d2}.strCalculated{display:inline-block;padding-right:10px;font-size:8px;font-weight:400;font-style:italic;color:#d2d2d2}.strategy-text-no-wrap{white-space:nowrap}.fiinTradeStrategy .strCalculated{white-space:nowrap;margin-right:10px}.responsive-wrapper-growth,.responsive-wrapper-leaders,.responsive-wrapper-momentum,.responsive-wrapper-vmg{overflow-y:hidden!important;height:auto!important}.fs-ta-chart-wrapper .mix-chart .chart-legend-wraper .str-legend-name{width:100px}.wrap-strategy-info-strategy{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:flex-start;align-items:flex-start}.wrap-strategy-info-strategy .box-icon-strategy{height:30px;padding:0 10px;border-radius:5px;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.wrap-strategy-info-strategy .box-icon-strategy .label-strategy{font-size:16px;font-weight:700}.wrap-strategy-info-strategy .box-info-strategy{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;margin-left:7px;margin-top:3px}.wrap-strategy-info-strategy .box-info-strategy .text-top-line{font-size:12px;color:#d2d2d2}.wrap-strategy-info-strategy .box-info-strategy .text-bot-line{font-size:8px;color:#fff}.light-mode .wrap-strategy-info-strategy .text-bot-line,.light-mode .wrap-strategy-info-strategy .text-top-line{color:#1f2023}.body-strategy-ta .list-filter-ta-strategy{display:-webkit-flex;display:flex;-webkit-flex-shrink:0;flex-shrink:0}.body-strategy-ta .list-filter-ta-strategy .left-label-ta-strategy{display:inline-block;width:150px;min-width:150px;margin-top:5px}.body-strategy-ta .first-condition-style{color:#fff}.body-strategy-ta .mid-condition-style{color:grey}.body-strategy-ta .last-condition-style{font-weight:700}.body-strategy-ta .tab-timer__item-two{white-space:nowrap}.strategy-canslim .body-canslim-strategy .search-canslim{width:100px}.orderChoose-popup-wrapper .orderChoose-popup-content{padding:100px}.orderChoose-popup-wrapper .icon-close{position:absolute;cursor:pointer;right:5px;top:5px;z-index:2;font-size:10px}.long-lol{background-color:#273040}.Medium .orderChoose-component .title{font-size:18px}.Medium .orderChoose-component .contact,.Medium .orderChoose-component .has-account,.Medium .orderChoose-component .hotline,.Medium .orderChoose-component .message,.Medium .orderChoose-component .sign-in,.Medium .orderChoose-component .sign-up{font-size:13px}.Small .orderChoose-component .title{font-size:16px}.Small .orderChoose-component .contact,.Small .orderChoose-component .has-account,.Small .orderChoose-component .hotline,.Small .orderChoose-component .message,.Small .orderChoose-component .sign-in,.Small .orderChoose-component .sign-up{font-size:12px}.light-mode .orderChoose-component{background-color:#e8eaed}.light-mode .orderChoose-component .sign-in{border-color:#1f2023;color:#1f2023}.orderChoose-component{padding:12px 20px 32px;background-color:#273040;border-radius:8px;position:relative}.orderChoose-component .title-name{font-style:normal;font-weight:600;font-size:20px;line-height:25px;text-transform:uppercase}.orderChoose-component .content{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:flex-start;align-items:flex-start;padding:20px 16px;grid-gap:16px;gap:16px;width:440px;background:#242d3e;border-radius:8px;margin:32px 65px}.orderChoose-component .content li{font-family:Source Sans Pro;font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:#ddd}.orderChoose-component .content .btn-dnse{width:168px;height:50.4px;background:#fff;border-radius:6px;margin-right:32px;padding:0 25px}.orderChoose-component .content-image{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;margin-left:auto;margin-right:auto;margin-top:32px;padding:0 16px;grid-gap:14px;gap:14px;width:440px;height:186px}.orderChoose-component .content-image .image_item{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between}.orderChoose-component i.icon-close{right:0;top:0;position:absolute;font-size:14px;cursor:pointer}.orderChoose-component .icon{position:relative;background-color:#ff771a;border-radius:32px;font-size:26px;font-weight:700;text-align:center;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.orderChoose-component .icon .text{position:absolute;color:#fff}.orderChoose-component .icon .left-circle{width:18px;height:36px;border-bottom-left-radius:36px;border-top-left-radius:36px;background-color:#ff771a}.orderChoose-component .icon .right-circle{width:18px;height:36px;background-color:#ff4a05;border-bottom-right-radius:36px;border-top-right-radius:36px}.orderChoose-component .title{font-size:20px;margin-top:10px;text-transform:uppercase;font-weight:700}.orderChoose-component .message{margin-top:20px}.orderChoose-component .contact,.orderChoose-component .hotline,.orderChoose-component .message{font-size:14px}.orderChoose-component .separator{margin-top:20px;width:200px;height:1px;background-color:#626262}.orderChoose-component .gp-group-button{margin-top:10px;margin-bottom:10px}.orderChoose-component .has-account{margin-bottom:10px;text-align:center}.orderChoose-component button{border:0;font-size:14px}.orderChoose-component .sign-up{padding-top:5px;padding-bottom:5px;background-color:#2d84a8;color:#fff}.orderChoose-component .sign-in{margin-left:12px;background-color:transparent;border:1px solid #fff;color:#fff}.orderConditions-component{padding:20px 20px 32px;grid-gap:24px;gap:24px;width:460px;height:329px;left:234px;top:380px;background-color:#273040;border-radius:8px;text-align:center}.orderConditions-component .title-name{font-style:normal;font-weight:600;font-size:20px;line-height:25px;text-transform:uppercase;color:#efefef;margin:auto}.orderConditions-component .content{-webkit-flex-direction:column;flex-direction:column;padding:0;height:164px;margin:24px 0}.orderConditions-component .content,.orderConditions-component .content .content-text{display:-webkit-flex;display:flex;-webkit-align-items:flex-start;align-items:flex-start;width:420px}.orderConditions-component .content .content-text{-webkit-flex-direction:row;flex-direction:row;padding:16px;grid-gap:10px;gap:10px;height:auto;background:#f7f7f7;border-radius:4px}.orderConditions-component .content .content-text .text{font-style:normal;font-weight:400;font-size:16px;line-height:20px;color:#303037;text-align:start}.orderConditions-component .content .content-checkbox{margin-top:13px;height:18px;text-align:start}.orderConditions-component .content .content-checkbox .checkbox-text{display:-webkit-flex;display:flex;margin:auto 0;font-style:normal;font-weight:400;font-size:13px;line-height:18px;color:#ddd}.orderConditions-component .content .content-checkbox .checkbox-text:checked{background:#273040;border-radius:8px}.orderConditions-component .btn-sign-in{width:120px;height:40px;border-radius:4px;color:#fff;text-align:center;text-transform:uppercase;font-style:normal;font-weight:600;font-size:16px;line-height:20px;border-color:none}.orderConditions-component .disable{background:hsla(0,0%,69%,.3)}.orderConditions-component .lock{background:#2d84a8}.scroll-component{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;height:100%}.scroll-component .right-header{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.scroll-component .right-header .mlr-5{margin:0 5px}.scroll-component .right-header .boxed-user-manual{display:-webkit-flex;display:flex;background:#1d435d;text-transform:uppercase;padding:.2rem 1rem;border-radius:20px}.scroll-component .right-header .boxed-user-manual img{padding-right:7px}.scroll-component .right-header .boxed-user-manual a{font-weight:600;font-size:11px;line-height:14px;text-align:center;color:#fff;cursor:pointer}.scroll-component .right-header .dropdow-logout{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:center;align-items:center}.scroll-component .right-header .dropdow-logout .dropdown{display:inline-block;position:relative}.scroll-component .right-header .dropdow-logout .dd-button{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;border-radius:4px;padding:10px 40px 10px 5px;cursor:pointer;white-space:nowrap}.scroll-component .right-header .dropdow-logout .dd-button:after{content:"";position:absolute;top:50%;right:15px;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #f2f2f2}.scroll-component .right-header .dropdow-logout .dd-input{display:none}.scroll-component .right-header .dropdow-logout .dd-menu{position:absolute;top:100%;border-radius:4px;padding:0;background:#313b4e;list-style-type:none;width:167px;margin:2px 20px 0 -40px}.scroll-component .right-header .dropdow-logout .dd-menu li{font-style:normal;font-weight:400;font-size:16px;line-height:20px;letter-spacing:-.129231px;padding:10px 0;cursor:pointer;white-space:nowrap;margin:0 9px}.scroll-component .right-header .dropdow-logout .dd-menu li.divider{border-bottom:1px solid #39475c;width:90%;margin:auto}.scroll-component .right-header .dropdow-logout .dd-input+.dd-menu{display:none}.scroll-component .right-header .dropdow-logout .dd-input:checked+.dd-menu{display:block}.dnse-order-wrapper{min-width:900px}.dnse-order-wrapper .order2-wrapper{position:relative}.dnse-order-wrapper .sub-invest-account{font-size:16px}.dnse-order-wrapper .box-light{border:1px solid #39475c;border-radius:4px}.dnse-order-wrapper .box-light .box-title{font-size:20px;color:#fff}.dnse-order-wrapper .q-component .btn-cus-nomal{text-transform:none}.dnse-order-wrapper .trading-type .btn-cus-nomal{height:30px;font-size:14px;padding:6px 30px}.dnse-order-wrapper .order-input .btn-cus-nomal{text-transform:none}.dnse-order-wrapper .order-input .message-errors{white-space:normal;font-size:14px!important;color:#eb505a;width:200px}.dnse-order-wrapper .decrease{border-radius:2px 0 0 2px}.dnse-order-wrapper .decrease,.dnse-order-wrapper .increase{background:#3b3e46;border:0;height:30px;width:30px}.dnse-order-wrapper .icon-bi,.dnse-order-wrapper .icon-plus-s{color:#fff}.dnse-order-wrapper .price-input,.dnse-order-wrapper .volume-input{background:#2a2d34;border-radius:0;border:0;height:30px;color:#fff;padding-left:12px}.dnse-order-wrapper .price-input:focus-visible,.dnse-order-wrapper .volume-input:focus-visible{outline:none}.dnse-order-wrapper .buy-button{background:#1d97ef}.dnse-order-wrapper .buy-button,.dnse-order-wrapper .sell-button{width:120px;height:32px;left:708px;top:0;font-size:16px;color:#fff;border-radius:5px;padding:6px 16px;border:0;line-height:20px}.dnse-order-wrapper .sell-button{background:#c14550}.dnse-order-wrapper .buy-button.disable,.dnse-order-wrapper .sell-button.disable{background-color:hsla(0,0%,69%,.3);color:#fff}.dnse-order-wrapper .fill-input{margin-bottom:12px}.dnse-order-wrapper .line-drop .item-filter .btn-group .drop-cus{width:220px;text-align:left;padding-left:0;padding-right:10px;font-size:16px}.dnse-order-wrapper .order-book .line-drop .item-filter .btn-group .drop-cus{width:200px;text-align:left;padding-left:0;padding-right:0;font-size:16px;text-align:center}.dnse-order-wrapper .order-book .btn-reload{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;padding:3px 16px;width:73px;height:26px;background:#2d84a8;border-radius:5px}.dnse-order-wrapper .order-book .btn-reload .btn-title-w-600{font-style:normal;font-weight:600;font-size:16px;line-height:20px;text-align:center;color:#fff}.dnse-order-wrapper .cursor-pointer{cursor:pointer}.dnse-order-wrapper .drop-mecus{width:100%}.dnse-order-wrapper .dropdow-logout{width:30px;height:30px;background:#3b3e46;border-radius:0 2px 2px 0}.dnse-order-wrapper .dropdow-logout .dropdown{display:inline-block;position:relative}.dnse-order-wrapper .dropdow-logout .dd-button{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;border-radius:4px;padding:15px;cursor:pointer;white-space:nowrap}.dnse-order-wrapper .dropdow-logout .dd-button:after{content:"";position:absolute;top:50%;right:10px;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #1d97ef}.dnse-order-wrapper .dropdow-logout .dd-input{display:none}.dnse-order-wrapper .dropdow-logout .dd-menu{position:absolute;top:100%;border-radius:4px;padding:0;margin:0 20px 0 0;background:#313b4e;list-style-type:none;width:165px;right:-20px;z-index:4}.dnse-order-wrapper .dropdow-logout .dd-menu li{font-style:normal;font-weight:600;font-size:12px;line-height:15px;padding:8px 0;cursor:pointer;white-space:nowrap;margin:0 9px}.dnse-order-wrapper .dropdow-logout .dd-menu li .menu-item-text-weight-400{font-style:normal;font-weight:400;font-size:10px;line-height:13px;color:#c5cbce}.dnse-order-wrapper .dropdow-logout .dd-menu li .down-the-line{word-wrap:break-word;white-space:normal}.dnse-order-wrapper .dropdow-logout .dd-input+.dd-menu{display:none}.dnse-order-wrapper .dropdow-logout .dd-input:checked+.dd-menu{display:block}.dnse-order-wrapper .tooltip-wrap .tooltip-content{max-width:500px}.dnse-order-wrapper .tooltip-wrap .tooltip-content .tooltip-message{background:#313b4e}.dnse-order-wrapper .tooltip-wrap .tooltip-content.tooltip-order-total-debt{width:216px}.dnse-order-wrapper .tooltip-wrap .tooltip-content .tooltip-order-total-debt,.dnse-order-wrapper .tooltip-wrap .tooltip-content .tooltip-order-total-price{padding:12px;font-style:normal;font-weight:400;font-size:16px}.dnse-order-wrapper .tooltip-wrap .tooltip-content .tooltip-order-total-debt .title-white-relative,.dnse-order-wrapper .tooltip-wrap .tooltip-content .tooltip-order-total-price .title-white-relative{color:#fff}.dnse-order-wrapper .tooltip-wrap .tooltip-content .tooltip-order-total-debt .title-gray-relative,.dnse-order-wrapper .tooltip-wrap .tooltip-content .tooltip-order-total-price .title-gray-relative{color:#73809c}.Large .custom-search-filter-wrapper .organization-search-box .ticker{font-size:14px;text-overflow:ellipsis;white-space:nowrap}.Large .custom-search-filter-wrapper .organization-search-box .small-info-ticker{font-size:13px}.Small .custom-search-filter-wrapper .organization-search-box .ticker{font-size:16px;text-overflow:ellipsis;white-space:nowrap}.Small .custom-search-filter-wrapper .organization-search-box .small-info-ticker{font-size:10px;margin-bottom:2px}.custom-search-filter-wrapper{white-space:nowrap}.custom-search-filter-wrapper .search-filter{height:30px;width:100%;border-radius:10px;border:0;background:#2a2d34;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.custom-search-filter-wrapper .show{display:block!important}.custom-search-filter-wrapper .hover{background-color:#2d84a8}.custom-search-filter-wrapper.fixed-position{width:346px}.custom-search-filter-wrapper .organization-search-box{margin:auto 10px auto 12px;outline:0;border:0}.custom-search-filter-wrapper .organization-search-box .ticker{font-size:18px;padding-left:1px;font-weight:700}.custom-search-filter-wrapper .organization-search-box .ticker:focus{outline:none}.custom-search-filter-wrapper .organization-search-box .small-info-ticker{font-size:11px;-webkit-align-items:flex-end;align-items:flex-end;margin-bottom:1px;margin-left:5px;color:#969696}.custom-search-filter-wrapper .organization-search-box .company-name{max-width:70px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-right:2px}.custom-search-filter-wrapper .organization-search-box .company-name.no-exchange{max-width:110px}.search-box-with-data .left-info-widget__metas{min-width:115px}.ticker-price-ceiling,.ticker-price-floor,.ticker-price-ref,.ticker-volume{padding-top:6px}.ticker-price-ceiling .ceiling-value{color:#e26fff}.ticker-price-ref .ref-value{color:#facc5c}.ticker-price-floor .floor-value{color:#00ffef}.ticker-volume{margin-right:30px}.na-search-box-wrapper-order{width:100px;min-width:130px;position:relative}.na-search-box-wrapper-order input{width:100%;border:0;height:30px;border-radius:122px;padding:5px 8px 5px 12px;background:#2a2d34;color:#939393;overflow:visible}.na-search-box-wrapper-order button{position:absolute;background:transparent;border:0;width:20px;height:30px;top:2px;right:10px;color:#c5cbce}.na-search-box-wrapper-order [type=search]{outline-offset:-2px;-webkit-appearance:none}.light-mode input{background:#f1f3f4;color:#1f2023}.light-mode button{color:#1f2023}.check-box-custom .container{position:relative;padding-left:35px;font-style:normal;font-weight:600;font-size:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.check-box-custom .container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.check-box-custom .container input:checked~.checkmark{background-color:#1d97ef}.check-box-custom .container input:checked~.checkmark:after{display:block}.check-box-custom .container .checkmark:after{left:5px;top:0;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.check-box-custom .checkmark{position:absolute;top:0;left:0;height:15px;width:15px;margin-top:5px;background-color:#1f2329;border:1px solid #dddeee;border-radius:4px}.check-box-custom .checkmark:after{content:"";position:absolute;display:none}.tooltip{position:relative}.tooltip-message-order{position:fixed;z-index:10;background-color:#313b4e;padding:6px 20px;display:block;color:#fff;border-radius:5px}.tooltip-common-order{font-style:normal;position:absolute!important;z-index:10;border-radius:5px;background:#313b4e;min-width:250px;box-shadow:0 2px 4px 0 rgba(16,16,16,.5);padding:10px}.tooltip-common-order:after{content:"";position:absolute;top:50%;right:100%;margin-top:0;border:5px solid transparent;border-right-color:#313b4e}.tooltip-common-order .tooltip-content{font-size:16px;line-height:20px;font-weight:400}.tooltip-common-order .tooltip-content .title-name-tooltip{color:#c5cbce}.tooltip-common-order .tooltip-content .title-name-T{color:#73809c}.light-mode .tooltip-customer{background-color:#fff}.otp-popup-wrapper{z-index:20;position:absolute;width:100%;height:100%;top:0;left:0;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;background-color:rgba(16,16,16,.5)}.otp-popup-wrapper .otp-popup-content{position:relative}.otp-popup-wrapper .icon-close{position:absolute;cursor:pointer;right:5px;top:5px;z-index:2;font-size:10px}.otp-popup-component{width:612px;height:616px;padding:20px;background-color:#273040;border-radius:8px;position:relative}.otp-popup-component .title{font-size:20px}.otp-popup-component .sub-title,.otp-popup-component .title{font-style:normal;font-weight:600;line-height:25px;text-transform:uppercase;text-align:center}.otp-popup-component .sub-title{margin-top:8px;margin-bottom:24px;font-size:14px;padding:0 20px;color:#6b737e}.otp-popup-component .step{background-color:#6b737e;border-radius:20px;width:40px;height:40px;display:inline-block;position:relative;font-size:16px;color:#e1e1e1}.otp-popup-component .step-one:after,.otp-popup-component .step-two:before{content:"";width:6em;border-bottom:1px solid #6b737e;position:absolute;top:50%}.otp-popup-component .step-one:after{left:100%}.otp-popup-component .step-two:before{right:100%}.otp-popup-component .step.current-step{background-color:#1a76cf;color:#fff}.otp-popup-component .sub-title.current-step{color:#fff}.otp-popup-component .bridge{width:135px;border:0;border-top:1px solid #6b737e}.otp-popup-component .request-otp{color:#c5cbce;font-size:16px}.otp-popup-component .customer-phone{color:#c5cbce;font-size:32px}.otp-popup-component .label-otp{color:#fff;font-size:14px;font-weight:600;width:100%}.otp-popup-component .otp-input{height:32px;background:#fff;border:1px solid #e0e0e0;border-radius:4px;width:100%;text-indent:12px}.otp-popup-component i.icon-close{right:0;top:0;position:absolute;font-size:14px;cursor:pointer}.otp-popup-component .icon{position:relative;background-color:#ff771a;border-radius:32px;font-size:26px;font-weight:700;text-align:center;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.otp-popup-component .icon .text{position:absolute;color:#fff}.otp-popup-component .row-grey{background:#232931}.otp-popup-component .row-black{background:#1f2329}.otp-popup-component .color-blue-wg-600{font-weight:600;font-size:15px;color:#0ec5ff}.otp-popup-component .color-gray-wg-600{font-weight:600;font-size:15px;color:#c5cbce}.otp-popup-component .row-black,.otp-popup-component .row-grey{display:-webkit-flex;display:flex;color:#c5cbce;padding:10px;font-weight:600;font-size:16px;line-height:20px}.otp-popup-component .buy-btn,.otp-popup-component .sell-btn{border-radius:4px;padding:4px 12px}.otp-popup-component .buy-btn{background:#1d97ef}.otp-popup-component .sell-btn{background:#c14550}.otp-popup-component .cancel,.otp-popup-component .confirm{padding:6px 12px;border-radius:14px;color:#fff;border:0;outline:0;margin-top:24px;text-transform:uppercase}.otp-popup-component .confirm{background:#2d84a8;margin-right:12px}.otp-popup-component .cancel{background:#eb505a}.Medium .error-component .title{font-size:18px}.Small .error-component .title{font-size:16px}.error-popup-wrapper{z-index:30;position:absolute;width:100%;height:100%;top:0;left:0;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;background-color:rgba(16,16,16,.5)}.error-popup-wrapper .error-popup-content{position:relative}.error-popup-wrapper .icon-close{position:absolute;cursor:pointer;right:5px;top:5px;z-index:2;font-size:10px}.error-popup-wrapper .error-component{min-width:352px;height:169px;padding:20px;border-radius:8px;position:relative;background:#43484f}.error-popup-wrapper .error-component .header-component .title-erros{font-weight:600;font-size:20px;line-height:25px;color:#efefef}.error-popup-wrapper .error-component .body-component .content-errors{font-weight:400;font-size:16px;line-height:20px;text-align:center}.error-popup-wrapper .error-component .cursor-pointer{padding:0 5px;margin-bottom:5px}.error-popup-wrapper .error-component .message-erros{word-wrap:break-word;text-align:center;margin-bottom:10px;color:#ddd}.error-popup-wrapper .error-component .btn-accept{background:#2d84a8;color:#fff;border-radius:14px;width:95px;height:30px}.error-popup-wrapper .error-component .btn-accept .text-action{width:53px;height:16px;font-weight:600;font-size:16px;line-height:16px}.assets-component .text-content{font-weight:600;color:#fff}.assets-component .text-content,.portfolio-content .btn-title-w-400{font-style:normal;font-size:16px;line-height:20px;letter-spacing:-.129231px}.portfolio-content .btn-title-w-400{font-weight:400;color:#c5cbce}.portfolio-content .btn-title-w-600{font-style:normal;font-weight:600;font-size:16px;line-height:20px;text-align:center}.portfolio-content .btn-reload{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;padding:3px 16px;width:73px;height:26px;background:#2d84a8;border-radius:5px}.portfolio-content .btn-reload .btn-title-w-600{font-style:normal;font-weight:600;font-size:16px;line-height:20px;text-align:center;color:#fff}.portfolio-content .title-index-0{font-style:normal;font-weight:500;font-size:16px;line-height:19px}.portfolio-content .title-index-fw-300{font-style:normal;font-weight:300;font-size:12px;line-height:14px;text-transform:uppercase}.portfolio-content .btn-buy{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;padding:4px 16px;width:50px;height:28px;background:#1d97ef;border-radius:5px}.portfolio-content .btn-buy span{font-style:normal;font-weight:600;font-size:16px;line-height:20px;text-align:center;color:#fff}.portfolio-content .btn-sell{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;padding:4px 16px;width:50px;height:28px;background:#eb505a;border-radius:5px}.portfolio-content .btn-sell span{font-style:normal;font-weight:600;font-size:16px;line-height:20px;text-align:center;color:#fff}.light-mode .financial-ratio-wrapper .financial-ratio-table tr.group-id:hover{background-color:#c3d7f8!important}.light-mode .financial-ratio-wrapper .ratio-setting div{background-color:#2c73e8}.light-mode .financial-ratio-wrapper .tickers .ticker{background-color:#2b457d;color:#fff}.light-mode .ratio-setting-indicators .search input{background:#fff;color:#1f2023}.Medium .ratio-setting-indicators .clear-all,.Medium .ratio-setting-indicators .header,.Medium .ratio-setting-indicators .reset-default{font-size:12px}.Medium .ratio-setting-indicators .list .indicator-group label,.Medium .ratio-setting-indicators .list .indicator label{font-size:12px!important}.Medium .financial-ratio-wrapper .compare .label,.Medium .financial-ratio-wrapper .compare .ticker{font-size:11px}.Medium .financial-ratio-wrapper .compare .is-industry .checkbox label{font-size:12px!important}.Medium .financial-ratio-wrapper .footer-note,.Medium .financial-ratio-wrapper .industry-note{font-size:11px}.Medium .financial-ratio-wrapper .industry-note{margin-left:32px}.Medium .financial-ratio-wrapper .industry-note.yearly{margin-left:23px}.Large .ratio-setting-indicators .list .indicator-group label,.Large .ratio-setting-indicators .list .indicator label{font-size:13px!important}.Large .clear-all,.Large .header,.Large .reset-default{font-size:13px}.Small .ratio-setting-indicators .clear-all,.Small .ratio-setting-indicators .header,.Small .ratio-setting-indicators .reset-default{font-size:11px}.Small .financial-ratio-wrapper .compare .label,.Small .financial-ratio-wrapper .compare .ticker{font-size:10px}.Small .financial-ratio-wrapper .compare .is-industry .checkbox label{font-size:11px!important}.Small .financial-ratio-wrapper .footer-note,.Small .financial-ratio-wrapper .industry-note{font-size:10px}.Small .financial-ratio-wrapper .industry-note{margin-left:28px}.Small .financial-ratio-wrapper .industry-note.yearly{margin-left:23px}.light-mode .ratio-setting-indicators{background-color:#bfbfbf}.ratio-setting-indicators{width:200px;height:314px;background-color:#43484f;position:fixed;top:300px;left:200px;z-index:9;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;border-radius:4px}.ratio-setting-indicators .search{margin-top:7px;position:relative;padding-left:12px;padding-right:12px}.ratio-setting-indicators .search input{width:100%;background-color:#2a2d34;border:0;border-radius:9px;padding:3px 10px;color:#fff}.ratio-setting-indicators .search i{position:absolute;right:17px;top:7px;cursor:pointer}.ratio-setting-indicators .header{padding-top:2px;padding-bottom:2px;text-align:center;color:#fff;border-bottom:1px solid #1f2329}.ratio-setting-indicators .list{-webkit-flex:1 1;flex:1 1;margin-top:7px;padding-left:12px;padding-right:12px}.ratio-setting-indicators .list .indicator,.ratio-setting-indicators .list .indicator-group{padding-top:7px;padding-left:10px;border-bottom:1px solid #515459;height:30px}.ratio-setting-indicators .list .indicator-group{font-weight:700;padding-left:0}.ratio-setting-indicators .list .indicator-group .checkbox,.ratio-setting-indicators .list .indicator .checkbox{margin-left:-9px}.ratio-setting-indicators .list .indicator-group label,.ratio-setting-indicators .list .indicator label{white-space:nowrap;text-overflow:ellipsis}.ratio-setting-indicators .footer{margin-top:7px;padding-left:12px;padding-right:12px;padding-bottom:14px}.ratio-setting-indicators .footer .clear-all,.ratio-setting-indicators .footer .reset-default{cursor:pointer}.financial-ratio-wrapper .footer-note,.financial-ratio-wrapper .industry-note{font-weight:300;font-style:italic;color:#fff;opacity:.8;font-size:12px}.financial-ratio-wrapper .industry-note{margin-left:35px;line-height:11px}.financial-ratio-wrapper .industry-note.vi{margin-left:31px}.financial-ratio-wrapper .industry-note.yearly{margin-left:27px}.financial-ratio-wrapper .financial-ratio-table .sub-indicator{opacity:.5;font-style:italic}.financial-ratio-wrapper .financial-ratio-table .sub-indicator.text-negative{color:#eb505a;opacity:1}.financial-ratio-wrapper .financial-ratio-table tr.group-id:hover{background-color:#2d84a8!important}.financial-ratio-wrapper .compare{white-space:nowrap}.financial-ratio-wrapper .filter .tab-timer{-webkit-flex-wrap:nowrap;flex-wrap:nowrap}.financial-ratio-wrapper .item-filter{width:143px}.financial-ratio-wrapper .tickers{margin-left:-5px;max-width:300px;-webkit-flex-wrap:wrap;flex-wrap:wrap}.financial-ratio-wrapper .tickers .ticker{margin-left:5px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;background:#1d435d;border-radius:8px;padding:0 5px;margin-top:5px}.financial-ratio-wrapper .tickers .ticker i{font-size:8px;margin-left:3px;cursor:pointer}.financial-ratio-wrapper .nav-tabs{border-bottom:0;margin-top:0!important}.financial-ratio-wrapper .is-industry{margin-left:30px}.financial-ratio-wrapper .is-industry .checkbox{display:-webkit-flex;display:flex}.financial-ratio-wrapper .is-industry .checkbox label{padding-left:20px!important;font-size:14px!important}.financial-ratio-wrapper .expand{width:11px;margin-right:4px}.financial-ratio-wrapper .ratio-group-item{margin-left:12px;opacity:.5;font-style:italic;white-space:nowrap;max-width:200px;text-overflow:ellipsis;overflow:hidden}.financial-ratio-wrapper .ratio-item{white-space:nowrap;max-width:230px;text-overflow:ellipsis;overflow:hidden}.financial-ratio-wrapper .ratio-setting{padding-left:8px;padding-right:8px}.financial-ratio-wrapper .ratio-setting div{padding:1px 8px;background-color:#1d435d;border-radius:10px;cursor:pointer;-webkit-justify-content:space-around;justify-content:space-around;width:70px}.financial-ratio-wrapper .ratio-setting i{margin-left:4px}.financial-ratio-wrapper tr.group-id td:first-child{padding-left:30px!important}.financial-ratio-wrapper .size-tracker-content{display:-webkit-flex;display:flex;-webkit-flex:1 1;flex:1 1}.search-box-wrapper{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;margin-right:16px}@font-face{font-family:fiintrade;src:url(/static/media/fiintrade.c17eacf8.eot);src:url(/static/media/fiintrade.c17eacf8.eot#iefix) format("embedded-opentype"),url(/static/media/fiintrade.555dfffc.ttf) format("truetype"),url(/static/media/fiintrade.ff41ed5b.woff) format("woff"),url(/static/media/fiintrade.738f241f.svg#fiintrade) format("svg");font-weight:400;font-style:normal}i{font-family:fiintrade!important;speak:none;font-style:normal;font-weight:400;-webkit-font-feature-settings:normal;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-play-button:before{content:"\E970"}.icon-cancel1:before{content:"\E971"}.icon-pdf:before{content:"\E96D"}.icon-png:before{content:"\E96E"}.icon-warning:before{content:"\E96F"}.icon-down-arrow:before{content:"\E96B"}.icon-up-arrow:before{content:"\E96C"}.icon-coins:before{content:"\E96A"}.icon-capital-structure:before{content:"\E95E"}.icon-cfo-quality:before{content:"\E95F"}.icon-debt-pressure:before{content:"\E960"}.icon-edit:before{content:"\E961"}.icon-edit2:before{content:"\E962"}.icon-financial-planning:before{content:"\E963"}.icon-gross-profit-margin:before{content:"\E964"}.icon-operation-efficiency:before{content:"\E965"}.icon-profit-growth:before{content:"\E966"}.icon-rapid-equity-issuance:before{content:"\E967"}.icon-revenue-growth:before{content:"\E968"}.icon-roe:before{content:"\E969"}.icon-selected-box:before{content:"\E95D"}.icon-bell:before{content:"\E94E"}.icon-calenda:before{content:"\E94F"}.icon-camera1:before{content:"\E950"}.icon-chart:before{content:"\E951"}.icon-clock:before{content:"\E952"}.icon-date:before{content:"\E953"}.icon-inbox:before{content:"\E954"}.icon-list:before{content:"\E955"}.icon-log-out:before{content:"\E956"}.icon-money:before{content:"\E957"}.icon-moon:before{content:"\E958"}.icon-search1:before{content:"\E959"}.icon-sun:before{content:"\E95A"}.icon-trend:before{content:"\E95B"}.icon-user1:before{content:"\E95C"}.icon-ranking-in-tooltip:before{content:"\E910"}.icon-view-table:before{content:"\E94D"}.icon-info:before{content:"\E94A"}.icon-padlock:before{content:"\E94B"}.icon-printer-tool:before{content:"\E94C"}.icon-ascendant:before{content:"\E944"}.icon-descendant:before{content:"\E947"}.icon-unsorted:before{content:"\E948"}.icon-pop-out:before{content:"\E949"}.icon-fiintrade-logo:before{content:"\E946"}.icon-calendar-search:before{content:"\E945"}.icon-financial-analysis:before{content:"\E937"}.icon-market-calendar:before{content:"\E938"}.icon-market-in-depth:before{content:"\E939"}.icon-money-flow:before{content:"\E93A"}.icon-news-aggregator:before{content:"\E93B"}.icon-price-depth:before{content:"\E93C"}.icon-snapshot:before{content:"\E93D"}.icon-technical-chart:before{content:"\E93E"}.icon-time-and-sales:before{content:"\E93F"}.icon-watchlist:before{content:"\E940"}.icon-caret-left:before{content:"\E941"}.icon-caret-right:before{content:"\E942"}.icon-pause:before{content:"\E943"}.icon-facebook:before{content:"\E932"}.icon-gmail:before{content:"\E933"}.icon-share-chart:before{content:"\E934"}.icon-skype:before{content:"\E935"}.icon-zalo:before{content:"\E936"}.icon-star-fill:before{content:"\E930"}.icon-star-strock:before{content:"\E931"}.icon-chart-btn:before{content:"\E92E"}.icon-plus-s:before{content:"\E92F"}.icon-correct:before{content:"\E92C"}.icon-remove-symbol:before{content:"\E92D"}.icon-bin-delete:before{content:"\E92A"}.icon-pencil-edit:before{content:"\E92B"}.icon-cancel:before{content:"\E928"}.icon-reset:before{content:"\E929"}.icon-check-em:before{content:"\E926"}.icon-checked:before{content:"\E927"}.icon-plus-line:before{content:"\E925"}.icon-back:before{content:"\E923"}.icon-next:before{content:"\E924"}.icon-analytics:before{content:"\E91E"}.icon-camera:before{content:"\E91F"}.icon-cloud:before{content:"\E920"}.icon-dollar:before{content:"\E921"}.icon-folder:before{content:"\E922"}.icon-bi:before{content:"\E917"}.icon-caret-up:before{content:"\E918"}.icon-down:before{content:"\E919"}.icon-downbi:before{content:"\E91A"}.icon-graph:before{content:"\E91B"}.icon-up:before{content:"\E91C"}.icon-upbi:before{content:"\E91D"}.icon-dot:before{content:"\E900"}.icon-application:before{content:"\E901"}.icon-calendar:before{content:"\E902"}.icon-caret:before{content:"\E903"}.icon-close:before{content:"\E904"}.icon-excel:before{content:"\E905"}.icon-external:before{content:"\E906"}.icon-fullscreen:before{content:"\E907"}.icon-help:before{content:"\E908"}.icon-link:before{content:"\E913"}.icon-logout:before{content:"\E914"}.icon-more:before{content:"\E915"}.icon-notification:before{content:"\E916"}.icon-plus:before{content:"\E909"}.icon-refresh:before{content:"\E90A"}.icon-save:before{content:"\E90B"}.icon-search:before{content:"\E90C"}.icon-settings:before{content:"\E90D"}.icon-slide:before{content:"\E90E"}.icon-star:before{content:"\E90F"}.icon-tab:before{content:"\E911"}.icon-user:before{content:"\E912"}body.light-mode{color:#1f2023;background-color:#bdc1c5!important}body.light-mode div.sideleft-section ul li a{opacity:1!important}body.light-mode div.sideleft-section ul li a:hover{background-color:#2c73e8!important}body.light-mode div.sideleft-section ul li a:hover i{color:#fff!important}body.light-mode .fiidropdown a{color:#1f2023!important}body.light-mode .fiidropdown a .notifi-dot:before{color:#fff!important}body.light-mode .change-language a span{background-color:transparent!important}body.light-mode .group-list{color:#fff!important}body.light-mode .group-list .title-group{background-color:rgba(44,115,232,.25)!important;font-weight:600}body.light-mode .sideleft-section ul li a{opacity:.8!important}body.light-mode .sideleft-section ul li a:hover{color:#fff!important}body.light-mode .table-sticky-head thead th{background-color:#2b457d!important;color:#fff!important}body.light-mode .table-sticky-first-column tbody tr.hover,body.light-mode .table-sticky-first-column tbody tr.hover td:first-child{background-color:#c3d7f8!important}body.light-mode .table-sticky-first-column tbody tr td:first-child{background-color:#f1f3f4!important}body.light-mode .table-sticky-first-column tbody tr:nth-child(2n) td:first-child{background-color:#fff!important}body.light-mode div table.table-hover tbody tr:hover{background-color:#c3d7f8!important}body.light-mode .lm_header .lm_tab{color:#1f2023!important}body.light-mode .lm_goldenlayout{background:#e8eaed!important}body.light-mode .lm_content{background:#fff!important}body.light-mode .lm_row>.lm_item{background:#e8eaed!important}body.light-mode .lm_header .lm_tab{background:#fff!important}body.light-mode .lm_maximise,body.light-mode .lm_popout,body.light-mode .notifi-maque .item-content{color:#1f2023}body.light-mode .lm_popin{background-color:#1f2023}body.light-mode .lm_header .lm_tab{box-shadow:none!important;border-radius:2px}body.light-mode .lm_header .lm_tab:hover{box-shadow:none!important}body.light-mode .lm_header .lm_tab .lm_title{opacity:.6}body.light-mode .lm_header .lm_tab.lm_active .lm_title{opacity:1}body.light-mode .lm_header .lm_tab .lm_close_tab{background-image:none!important}body.light-mode .lm_header .lm_tab .lm_close_tab:before{content:"\E904";font-family:fiintrade;position:absolute;z-index:1;top:3px;left:0;font-size:8px}body.light-mode .day-ranger .text-inline{color:#fff}body.light-mode .btn-cus .icon-chart-btn,body.light-mode .btn-cus .icon-plus-s,body.light-mode .btn-cus .icon-settings{color:#2b457d}body.light-mode .footer-section .text-white-50{color:#1f2023!important}body.light-mode .footer-section .text-white{color:#1f2023!important;font-weight:600}body.light-mode .footer-section .bor-s-color-5.border{border-radius:20px!important}body.light-mode .list-filter .line-drop{border-bottom:1px solid rgba(44,115,232,.3)!important}body.light-mode .list-filter .line-drop .btn-group .drop-cus{border:none!important;font-weight:600}body.light-mode .list-filter .line-drop .btn-group .drop-cus:after{border-top:.3em solid #2c73e8}body.light-mode .btn-cus-nomal.active{color:#fff}body.light-mode .checkbox label .text-white{color:#1f2023!important}body.light-mode .search-filter-industry .drop-search a span,body.light-mode .search-filter .drop-search a span{opacity:1}body.light-mode .list-filter .item-filter .btn-group .drop-cus:focus:after{color:#fff}body.light-mode .btn.btn-cus-nomal.calendar-btnsug{color:#2b457d!important}body.light-mode .top-nav .tab-normal .tab-timer__item{background-color:#f1f3f4}body.light-mode .top-nav .tab-normal .tab-timer__item a.active{color:#fff}body.light-mode .bg-bor-sp{background-color:#f1f3f4}body.light-mode .fa-checkup-dropdown-search-box .search-box .icon-search{color:#1f2023;font-size:11px!important}body.light-mode .fa-chart-wrapper{border:1px solid rgba(85,85,85,.3)}body.light-mode .fa-switch-tab-wrapper .level-item__underline--selected,body.light-mode .price-depth-wrapper .level-item__underline--selected{background-color:#2c73e8}body.light-mode .value-investment .Rectangle{background-color:#009d5b!important}body.light-mode .value-investment .Rectangle-4{border:1px solid #009d5b}body.light-mode .value-investment .Rectangle-4 .Rectangle-5{background-color:#009d5b}body.light-mode .value-investment .Rectangle-4 .Rectangle-5 .RETURN{color:#fff}body.light-mode .value-investment .Rectangle-4 .Rectangle-6 .number,body.light-mode .value-investment .Rectangle-4 .Rectangle-6 .number-percent{color:#009d5b}body.light-mode .value-investment .Rectangle-Index{border:1px solid #f8bc06}body.light-mode .value-investment .Rectangle-Index .Rectangle-5 .RETURN{color:#fff}body.light-mode .btn.btn-anomaly,body.light-mode .btn.btn-cus-nomal{font-weight:600}body.light-mode .btn.div-calendar.bg-b-color-3.calendar-btnsug .icon-calendar,body.light-mode .btn.div-calendar.bg-b-color-3.calendar-btnsug .icon-caret{color:#1f2023}body.light-mode .filter-list-wacalendar .badge.text-center span{color:#fff!important}body.light-mode .filter-list-wacalendar .drop-cus:after{color:#2c73e8!important}body.light-mode .fiidropdown.change-language ul li{border-color:#e1e2e2}body.light-mode .lm_header .lm_controls .lm_close{background-image:none!important}body.light-mode .lm_header .lm_controls .lm_close:before{content:"\E904";font-family:fiintrade;position:absolute;z-index:1;top:3px;left:0;font-size:13px}body.light-mode .valuation-tool-calculate-screen .line-under-title{background:#2c73e8!important}body.light-mode .trade-des-ti h1{color:#2c73e8}body.light-mode .group-button--buy{background-color:#2c73e8!important}.list-filter .line-drop{border-bottom:1px solid rgba(44,115,232,.3)!important}.list-filter .line-drop .btn-group .drop-cus{border:none!important}body.Large .lm_header .lm_tab .lm_title{font-size:16px!important;margin-top:-2px}body.Large .unit-title-note{font-size:12px!important}body.Large .btn-groupcus-line .btn-cus-nomal{font-size:13px!important}body.Large .check-list-inline .list-check .checkbox input[type=checkbox]+label:before{top:4px}body.Large .check-list-inline .list-check .checkbox a.badge{font-size:12px!important}body.Large .text-from-to{font-size:14px!important}body.Large .proportion-filter .btn-cus-nomal,body.Large .valuation-filter .btn-cus-nomal{font-size:13px!important}body.Large .proportion-filter .btn-cus-nomal i,body.Large .valuation-filter .btn-cus-nomal i{font-size:11px!important}body.Large .search-filter-wrapper .search-filter input{font-size:13px!important}body.Large .search-filter-wrapper .search-filter input.input-search-custome{font-size:21px!important}body.Large .search-filter-wrapper .search-filter input.input-search-custome.search-box-small-text{font-size:13px!important}body.Large .edit-setting-personal .body-row-content .radio-alert-setting-personal,body.Large .edit-setting-personal .body-row-content .text-font-weight{font-size:14px!important}body.Large .edit-setting-personal .body-row-content .radio-alert-setting-personal label:before{font-size:11px!important}body.Large .edit-setting-personal .body-row-content .btn-remove-cancel,body.Large .edit-setting-personal .body-row-content .btn-remove-delete{font-size:13px!important}body.Large .group-button-wat button i{font-size:11px!important}body.Large .group-button .group-button--buy,body.Large .group-button .group-button--sell{font-size:14px!important}body.Large .valuation-tool-calculate-screen .first-div-right.wrap-result-long{font-size:14px!important;white-space:nowrap}body.Large .valuation-tool-calculate-screen .wrap-result-long{white-space:nowrap}body.Large .valuation-tool-calculate-screen .wrap-result-long .result-title{font-size:18px!important}body.Large .valuation-tool-calculate-screen .wrap-result-long .mt-10{font-size:14px!important}body.Large .valuation-tool-calculate-screen .after-div-right{font-size:14px!important;white-space:nowrap}body.Large .valuation-tool-calculate-screen .error-info,body.Large .valuation-tool-calculate-screen .valuation-tool-button,body.Large .valuation-tool-calculate-screen .valuation-tool-button-de-active{font-size:14px!important}body.Large .popup-button .btn{line-height:19px}body.Large .search-filter input{font-size:14px!important}body.Large .search-filter button i{font-size:12px!important}body.Large .money-flow-chart.stock-chart div.btn-cus-nomal span{font-size:13px!important}body.Large .market-anomaly .time-range-text{font-size:14px!important}body.Large .market-anomaly a.btn-anomaly{font-size:13px!important}body.Large .check-list-inline .list-check .title-check-list,body.Large .timeline:after{font-size:14px!important}body.Large .timeline .timeline-nav-next a,body.Large .timeline .timeline-nav-prev a{font-size:14px!important;margin-top:7px}body.Large .timeline .timeline-node .timeline-day .group-day{height:33px;margin-top:5px}body.Large .timeline .timeline-node .timeline-day .group-day .day{font-size:11px!important}body.Large .timeline .timeline-node .timeline-day .group-day .month{font-size:9px!important}body.Large .timeline .timeline-node .timeline-day .group-day .date{font-size:23px!important}body.Large .top-nav .filter-list-wacalendar .list-date .w-l-first .event-type{font-size:14px!important}body.Large .top-nav .filter-list-wacalendar .list-date .w-l-last .btn-cus-nomal{font-size:13px!important}body.Large .top-nav .corporate .text-div,body.Large .top-nav .custom-tabs .nav-item .nav-link,body.Large .top-nav .wide-to label,body.Large .top-nav .wide label{font-size:14px!important}body.Large .border-table thead th{font-size:12px}body.Large .border-table tbody tr td{font-size:14px!important}body.Large .left-info-widget__metas i{font-size:12px!important}body.Large .left-info-widget__metas .item-first{font-size:33px!important}body.Large .left-info-widget__metas .item-first>span{font-size:14px!important;margin-top:14px}body.Large .left-info-widget__metas .item-first>span:last-child{font-size:9px!important}body.Large .left-info-widget__metas .item-first>span>small{font-size:14px!important}body.Large .left-info-widget__metas .item-first>span>small:last-child{font-size:9px!important}body.Large .left-info-widget__metas .item-card-arrow div strong{font-size:14px!important}body.Large .left-info-widget__metas .item-card-arrow div small{font-size:8px!important}body.Large .left-info-widget__metas .alert-wrapper{font-size:14px!important}body.Large .left-info-widget__metas .alert-wrapper .alert-message .message-title .title{font-size:16px!important}body.Large .left-info-widget__metas .alert-wrapper .alert-message .message-title .time-tag{font-size:12px!important}body.Large .Calendar-wraper .DayPicker_weekHeader_ul{font-size:14px!important}body.Large .Calendar-wraper .CalendarDay{font-size:12px!important}body.Large .Calendar-wraper .btn-apply-cus,body.Large .Calendar-wraper .CalendarMonth_caption,body.Large .Calendar-wraper .DateRangePickerInput .DateInput,body.Large .Calendar-wraper .DateRangePickerInput .DateInput .DateInput_input,body.Large .Calendar-wraper .DateRangePickerInput .DateRangePickerInput_arrow,body.Large .Calendar-wraper .DateRangePickerInput_calendarIcon{font-size:14px!important}body.Large .pd-top-navigation--right-indica .btn-cus-nomal{font-size:13px!important}body.Large .deceptive-wrapper .custome-tabs-deceptive .mb-20 span,body.Large .deceptive-wrapper .list-filter .left-label,body.Large .deceptive-wrapper .list-filter .left-label-2,body.Large .deceptive-wrapper .list-filter .left-label-3,body.Large .deceptive-wrapper .list-filter span.mr-10,body.Large .deceptive-wrapper .list-text-display span,body.Large .ownership .title_tooltip{font-size:14px!important}body.Large a.btn.btn-cus-nomal.calendar-btnsug i.icon-calendar{font-size:11px!important}body.Large .empty-data-msg,body.Large .mix-chart .mix-chart-title{font-size:14px!important}body.Large .mix-chart .legend-item span{font-size:12px!important}body.Large .mix-chart .under-title{font-size:7px!important}body.Large .fa-chart-wrapper .chart-title,body.Large .fa-checkup-item-title,body.Large .form-control{font-size:14px!important}body.Large .form-control::-webkit-input-placeholder{font-size:14px!important}body.Large .form-control:-ms-input-placeholder{font-size:14px!important}body.Large .form-control::-ms-input-placeholder{font-size:14px!important}body.Large .form-control::placeholder{font-size:14px!important}body.Large .screener-wrapper .screener-checkbox{font-size:12px!important}body.Large .screener-wrapper .criteria-content .criteria-table .criteria-item .criteria-head,body.Large .screener-wrapper .criteria-content .criteria-table .criteria-item .criteria-row{font-size:14px!important}body.Large .screener-wrapper .criteria-content .criteria-table .criteria-item .criteria-row .slider-detail{font-size:12px!important}body.Large .screener-wrapper .my-screeners .screener-item-content .screener-name,body.Large .screener-wrapper .my-screeners .screener-item-content .text-input{font-size:13px!important}body.Large .screener-wrapper .my-screeners .screener-item-content .confirm-delete{font-size:14px!important}body.Large .screener-wrapper .my-screeners .detail-param{font-size:11px!important}body.Large .criteria-result .result-total,body.Large .fa-checkup-dropdown-search-box .scroll-column .text-no-data,body.Large .fa-checkup-dropdown-search-box .search-box .search-input{font-size:14px!important}body.Large .fa-checkup-dropdown-search-box .search-box .btn-done .btn-text-done{font-size:12px!important}body.Large .fa-checkup-dropdown-search-box .text-item-title{font-size:14px!important}body.Large .fa-checkup-dropdown-search-box .text-item-content{font-size:12px!important}body.Large .fa-switch-tab-wrapper .level-item__title,body.Large .price-depth-wrapper .overlay .title div,body.Large .switch-tab-wrapper .level-item .level-item__title{font-size:14px!important}body.Large .price-depth-wrapper .infor-board-wrapper,body.Large .price-depth-wrapper .overlay .upgrade-btn{font-size:12px!important}body.Large .na-top-content-wrapper .info-content{font-size:14px!important}body.Large .na-top-content-wrapper .label-text{font-size:12px!important}body.Large .na-top-content-wrapper .na-search-box-wrapper input{font-size:13px!important}body.Large .na-top-content-wrapper .na-search-box-wrapper button{top:2px!important}body.Large .na-top-content-wrapper .na-search-box-wrapper button i{font-size:12px!important}body.Large .na-top-content-wrapper .d-flex .btn.btn-cus-nomal.bg-b-color-3,body.Large .na-top-content-wrapper .na-search-box-wrapper .btn.btn-cus-nomal,body.Large .na-top-content-wrapper .text-span-na-trust{font-size:13px!important}body.Large .contributor-info-wrapper .fs-12{font-size:14px!important}body.Large .contributor-info-wrapper .fs-8,body.Large .contributor-info-wrapper .fs-10{font-size:12px!important}body.Large .value-investment .Rectangle .Vis{font-size:19px!important}body.Large .value-investment .value-text .Value-Investment-Str{font-size:14px!important}body.Large .value-investment .value-text .HIGH-RANKING-A-VAL{font-size:9px!important}body.Large .value-investment .Rectangle-5 .RETURN{font-size:12px!important}body.Large .value-investment .Rectangle-6 .number{font-size:19px!important}body.Large .value-investment .Rectangle-6 .number-percent,body.Large .value-investment .Rectangle-Index .Rectangle-5 .RETURN{font-size:12px!important}body.Large .value-investment .Rectangle-Index .Rectangle-6 .number{font-size:19px!important}body.Large .value-investment .div .value-footer,body.Large .value-investment .Rectangle-Index .Rectangle-6 .number-percent{font-size:12px!important}body.Large .summary-info-wrapper-price .left-container .main-price{font-size:33px!important}body.Large .summary-info-wrapper-price .left-container .sub-price{font-size:14px!important}body.Large .summary-info-wrapper-price .left-container .currency{font-size:9px!important}body.Large .summary-info-wrapper-price .right-container .sub-price{font-size:14px!important}body.Large .summary-info-wrapper-price .right-container .percent{font-size:9px!important}body.Large .summary-info-wrapper .left-container .main-price{font-size:33px!important}body.Large .summary-info-wrapper .left-container .sub-price{font-size:14px!important}body.Large .summary-info-wrapper .left-container .currency{font-size:9px!important}body.Large .summary-info-wrapper .right-container .sub-price{font-size:14px!important}body.Large .summary-info-wrapper .right-container .percent{font-size:9px!important}body.Large .snapShotTable-Infor .snapShotTable-row,body.Large .snapShotTable-Infor .snapShotTable-row .snapShotTable-item-end span{font-size:14px!important}body.Large .snapShotTable-Infor .snapShotTable-row .snapShotTable-item-end .snapShot-infor-yRange{font-size:11px!important}body.Large .snapshot-wrapper .snapShotTable-row{display:-webkit-flex!important;display:flex!important;-webkit-justify-content:space-between;justify-content:space-between}body.Large .snapShot-FinancialPer{font-size:14px!important}body.Large .top-tab-content .ows-tab-content{font-size:13px!important}body.Large .footer-table-fa-checkup .circle-dot span,body.Large .notifications-wrapper .box,body.Large .notifications-wrapper .notice-content{font-size:14px!important}body.Large .lm_maximised .lm_controls .lm_maximise:before{font-size:16px!important}body.Large .lm_controls .lm_title{font-size:16px}body.Large .wide .narrow .place-date{font-size:12px!important}body.Large .wide .narrow .place-date .icon-caret{font-size:8px!important}body.Large .wide-to .narrow-to .place-date{font-size:12px!important}body.Large .wide-to .narrow-to .place-date .icon-caret{font-size:8px!important}body.Large .tab-timer__link{font-size:14px!important}body.Large .dropdown.drop-sort .dropdown-toggle i{font-size:9px!important}body.Large .check-radio .checkbox__icon:before,body.Large .check-radio .icon--check-empty:before,body.Large .check-radio .icon--check:after,body.Large .check-radio input[type=checkbox]:checked~.checkbox__icon:after,body.Large .tradedata-wrapper .list-icon-tradedate .item-list-td p{font-size:12px!important}body.Large .tradedata-wrapper .btn-tradedata{font-size:13px!important}body.Large .tradedata-wrapper .trade-des-ti h1{font-size:36px!important}body.Large .tradedata-wrapper .trade-des-ti p{font-size:14px!important}body.Large .btn.btn-cus-nomal{font-size:13px!important}body.Large .strategy-canslim .strCalculated{font-size:9px!important}body.Large .box-icon-strategy .label-strategy{font-size:19px!important}body.Large .box-info-strategy{margin-top:-2px}body.Large .box-info-strategy .text-top-line{font-size:14px!important}body.Large .box-info-strategy .text-bot-line{font-size:9px!important}body.Large .body-strategy-ta .list-filter-ta-strategy .left-label-ta-strategy,body.Large .body-strategy-ta .mt-5,body.Large .check-box-font{font-size:14px!important}body.Large .checkbox label span{font-size:13px!important}body.Large .group-list .list li a{font-size:14px!important}body.Large .input-search-custome{font-size:21px!important}body.Large inpu{font-size:14px!important}body.Large .table-news .item-news .header-title .pin-news small{font-size:7px!important}body.Large .table-news .item-news .content-des{font-size:13px!important}body.Large .drop-sort .dropdown-menu.drop-th,body.Large .share-sns,body.Large .table-news .star-fill,body.Large .table-news .star-strock{font-size:12px!important}body.Large .share-sns a i{font-size:13px!important}body.Large .help-link a i{font-size:18px!important}body.Large .quick-ac-com ul li a span i{line-height:18px}body.Large .search-box-top .search-tool-box input{font-size:14px!important}body.Large .search-box-top .search-tool-box button{font-size:10px!important}body.Large .watchlist-popup .watchlist-popup__header--buy,body.Large .watchlist-popup .watchlist-popup__header--sell{font-size:14px!important;padding:2px 23px}body.Large .watchlist-popup .watchlist-popup__body--item span{font-size:14px!important}body.Large .btn-plus,body.Large .footer-status button{font-size:18px!important}body.Large .star-vote .star-out,body.Large .star-vote .star-real{font-size:11px!important}body.Large .left-info-widget__title{font-size:20px!important}body.Large .day-rager .value1,body.Large .day-rager .value2{font-size:11px!important}body.Large .index2-time-range-wrapper .bar-header-item{font-size:12px!important}body.Large .chart-footer-swap .label{font-size:14px!important}body.Large .digit{font-size:64px!important}body.Large .clock .min-wrapper,body.Large .clock .seconds-wrapper{font-size:18px!important}body.Large .count-down-wrapper .title{font-size:19px!important}body.Large .joyride-overwrite-css .intro-modal-wrapper .intro-modal .title .text{font-size:23px!important}body.Large .joyride-overwrite-css .intro-modal-wrapper .intro-modal .modal-container .welcome-text{font-size:16px!important}body.Large .joyride-overwrite-css .intro-modal-wrapper .intro-modal .modal-container .tutorial-group-button .tutorial-button{font-size:13px!important}body.Large .joyride-overwrite-css .tutorial-modal .title .text{font-size:23px!important}body.Large .joyride-overwrite-css .tutorial-modal .modal-container .welcome-text{font-size:16px!important}body.Large .joyride-overwrite-css .tutorial-modal .modal-container .tutorial-group-button .tutorial-button{font-size:13px!important}body.Large .full-ticker-detail .full-ticker-detail-name,body.Large .full-ticker-detail .full-ticker-detail-name-exchange{font-size:12px!important}body.Large .tooltip-alert-system-hover .tooltip-header-alert .tooltip-header-alert-title{font-size:13px!important}body.Large .tooltip-alert-system-hover .tooltip-header .tooltip-header-row .tooltip-ticker-change,body.Large .tooltip-alert-system-hover .tooltip-header .tooltip-header-row .tooltip-ticker-name-score{font-size:14px!important}body.Large .tooltip-alert-system-hover .tooltip-header .tooltip-header-row .tooltip-header-score{font-size:9px!important}body.Large .tooltip-alert-system-hover .tooltip-body .tooltip-body-row .tooltip-body-checked span,body.Large .tooltip-alert-system-hover .tooltip-body .tooltip-body-row .tooltip-body-remove span,body.Large .tooltip-alert-system-hover .tooltip-header .tooltip-header-row .tooltip-ticker-fullName{font-size:12px!important}body.Large .tooltip-alert-system-hover .tooltip-body .tooltip-body-row .tooltip-body-checked:after,body.Large .tooltip-alert-system-hover .tooltip-body .tooltip-body-row .tooltip-body-remove:after{font-size:11px!important}body.Large .tooltip-alert-system-hover .tooltip-body .tooltip-body-row .tooltip-body-value{font-size:14px!important}body.Large .tooltip-alert-system-hover .tooltip-body .tooltip-body-row .tooltip-body-unit{font-size:9px!important}body.Large .pop-confirm .btn,body.Large .tooltip-alert-system-hover .tooltip-body .tooltip-body-row .scoreValue .scoreValue-span{font-size:12px!important}body.Large .popup-wrap .popup-header{font-size:16px!important}body.Large .drop-search.drop-mecus.show .dropdown-item,body.Large .popup-wrap .popup-body,body.Large .score-box__line .d-flex div:nth-child(2){font-size:14px!important}body.Large .popup_inner .popup_inner_title{font-size:18px!important}body.Large .popup_inner .popup_inner_content{font-size:14px!important}body.Large .popup_inner .warn{font-size:20px!important}body.Large .popup_inner .warn.warning:after{font-size:21px!important}body.Large .popup_inner .popup-button button{font-size:14px!important;line-height:17px}body.Large .slider-detail .text-left label{font-size:13px!important}body.Large .securities-firms-wrapper .securities-firms .text{font-size:23px!important}body.Large .tab-timer__item-two .item-tab,body.Large .tab-timer__link{font-size:13px!important}body.Large .th-tooltip-content .tooltip-content-inner{font-size:12px!important}body.Large .toggle-switch-wrap{font-size:35px!important}body.Large .tooltip-wrap .tooltip-content .tooltip-message{font-size:11px!important}body.Large .tooltip-light-wrap .tooltip-content .tooltip-message{font-size:12px!important}body.Large .tooltip-light-wrap .tooltip-content .tooltip-message span{font-size:9px!important}body.Large div.dividend-analysis-wrapper .tooltip-light-wrap .tooltip-content .tooltip-message{font-size:12px!important}body.Large .btn,body.Large .consensus-history-title,body.Large .dropdown-menu,body.Large .left-column .target-price .title span{font-size:14px!important}body.Large .recommendation .legend-title.text-truncate{font-size:12px!important}body.Large .recommendation .lastest-recommendation{font-size:14px!important}body.Large .recommendation .notice{font-size:9px!important}body.Large .header-table .header-table-title,body.Large .target-price .content .item-text{font-size:14px!important}body.Large .strCalculated{font-size:9px!important}body.Large .popup-save-system-setting .title-tab-content{font-size:13px!important}body.Large .popup-save-system-setting .wrap-row-general .radio-custom,body.Large .popup-save-system-setting .wrap-row-general .title-span,body.Large .wrap-group-button .save{font-size:14px!important}body.Large .wrap-checkbox-first-column-body input{font-size:11px!important}body.Large .left-info-widget__metas .item-total-volume{font-size:12px!important}body.Large .list-filter.date-top-breakout .label-span.first,body.Large .list-filter.date-top-breakout .label-span.ml-5.mr-5,body.Large .price-volume .name-of-feature{font-size:14px!important}body.Large .score-box .align-items-baseline .fs-10 span,body.Large .score-box__line .tooltip-message div.d-flex div,body.Large .score-box__line .tooltip-message div.d-flex div:nth-child(2){font-size:12px!important}body.Large .score-dot:before{top:-16px!important;left:-3px!important}body.Large .valuation-tool-calculate-screen .right-method .first-div-right .title-method,body.Large .valuation-tool-calculate-screen .right-method .first-div-right span:nth-child(2){font-size:14px!important}body.Large .recommended-box{font-size:13px!important}body.Large .body-popup-valuation .children-div-body,body.Large .popup-header-valuation-tool .wrap-checkbox-first-column-body label,body.Large .popup-header-valuation-tool div{font-size:12px!important}body.Large .popup-valuation-tool{min-width:450px}body.Large .item-infor.mr-3.ml-3 div .item{font-size:12px!important}body.Large .header-popup,body.Large .setting-system-popup .radio-custom label,body.Large .setting-system-popup .wrap-row-general .title-span,body.Large .setting-system-popup .wrap-row-general span,body.Large .setting-system-popup .wrap-row-notification .title-span,body.Large .setting-system-popup .wrap-row-notification span,body.Large .setting-system-popup .wrap-row .title-span,body.Large .setting-system-popup .wrap-row a,body.Large .setting-system-popup .wrap-row span{font-size:14px!important}body.Large .portal-tooltip-content .portal-tooltip-content-inner{font-size:13px!important}body.Large .tooltip-bubble-ownship .tooltip-header-ownship div{font-size:12px!important}body.Large .tooltip-bubble-ownship .div-wrapper-tooltip-body,body.Large .tooltip-bubble-ownship .div-wrapper-tooltip-body .tooltip-body-ownship,body.Large .tooltip-bubble-ownship .div-wrapper-tooltip-body .tooltip-body-ownship .children-div-body-align-left,body.Large .tooltip-bubble-ownship .tooltip-title-ownship{font-size:14px!important}body.Large .tooltip-bubble-ownship .div-wrapper-tooltip-body .tooltip-body-ownship .children-div-body-align-left .abc-font-small{font-size:11px!important}body.Large .tooltip-bubble-ownship .div-wrapper-tooltip-body .tooltip-body-ownship .children-div-body-align-right{font-size:14px!important}body.Large .fa-checkup-item-body .fa-checkup-item-content{font-size:11px!important}body.Large .fa-checkup-th-search .checkbox .text-item-title{font-size:13px!important}body.Large .fa-checkup-th-search .text-item-content{font-size:11px!important}body.Large .top-nav .date-top-breakout span.label-span.last,body.Large .ts-wrapper .ts-body .ts-chart .chart-title,body.Large .wrap-popup-user-info .body-user-info,body.Large .wrap-popup-user-info .header-user-info{font-size:14px!important}body.Large .valuation-tool-calculate-screen .right-method{min-width:440px}body.Large .fa-checkup-item-content.text-truncate{font-size:11px!important}body.Large .contributor-wrapper .contributor .info{font-size:14px!important}body.Large .contributor-wrapper .contributor .info .following{font-size:9px!important}body.Large .tqooltip-content,body.Large.vi .tooltip-header-bod-ownship div{font-size:12px!important}body.Large .dnse-order-wrapper .sub-invest-account{font-size:16px!important}body.Small .lm_header .lm_tab .lm_title{font-size:13px!important}body.Small .unit-title-note{font-size:9px!important}body.Small .btn-groupcus-line .btn-cus-nomal,body.Small .proportion-filter .btn-cus-nomal,body.Small .valuation-filter .btn-cus-nomal{font-size:10px!important}body.Small .proportion-filter .btn-cus-nomal i,body.Small .valuation-filter .btn-cus-nomal i{font-size:11px!important}body.Small .search-filter-wrapper .search-filter input{font-size:10px!important}body.Small .search-filter-wrapper .search-filter input.input-search-custome{font-size:16px!important}body.Small .search-filter-wrapper .search-filter input.input-search-custome.search-box-small-text{font-size:10px!important}body.Small .edit-setting-personal .body-row-content .radio-alert-setting-personal,body.Small .edit-setting-personal .body-row-content .radio-alert-setting-personal label:before,body.Small .edit-setting-personal .body-row-content .text-font-weight{font-size:11px!important}body.Small .edit-setting-personal .body-row-content .btn-remove-cancel,body.Small .edit-setting-personal .body-row-content .btn-remove-delete{font-size:10px!important}body.Small .group-button-wat button i,body.Small .group-button .group-button--buy,body.Small .group-button .group-button--sell{font-size:11px!important}body.Small .valuation-tool-calculate-screen .first-div-right.wrap-result-long{font-size:11px!important;white-space:nowrap}body.Small .valuation-tool-calculate-screen .wrap-result-long{white-space:nowrap}body.Small .valuation-tool-calculate-screen .wrap-result-long .result-title{font-size:14px!important}body.Small .valuation-tool-calculate-screen .wrap-result-long .mt-10{font-size:11px!important}body.Small .valuation-tool-calculate-screen .after-div-right{font-size:11px!important;white-space:nowrap}body.Small .search-filter input,body.Small .valuation-tool-calculate-screen .error-info,body.Small .valuation-tool-calculate-screen .valuation-tool-button,body.Small .valuation-tool-calculate-screen .valuation-tool-button-de-active{font-size:11px!important}body.Small .search-filter button{top:1px}body.Small .search-filter button i{font-size:12px!important}body.Small .money-flow-chart.stock-chart div.btn-cus-nomal span{font-size:10px!important}body.Small .market-anomaly .time-range-text{font-size:11px!important}body.Small .market-anomaly a.btn-anomaly{font-size:10px!important}body.Small .check-list-inline .list-check .checkbox a.badge{font-size:9px!important}body.Small .check-list-inline .list-check .title-check-list,body.Small .text-from-to,body.Small .timeline .timeline-nav-next a,body.Small .timeline .timeline-nav-prev a,body.Small .timeline:after{font-size:11px!important}body.Small .timeline .timeline-node .timeline-day .group-day .day{font-size:8px!important}body.Small .timeline .timeline-node .timeline-day .group-day .month{font-size:7px!important}body.Small .timeline .timeline-node .timeline-day .group-day .date{font-size:18px!important}body.Small .top-nav .filter-list-wacalendar .list-date .w-l-first .event-type{font-size:11px!important}body.Small .top-nav .filter-list-wacalendar .list-date .w-l-last .btn-cus-nomal{font-size:10px!important}body.Small .top-nav .corporate .text-div,body.Small .top-nav .custom-tabs .nav-item .nav-link,body.Small .top-nav .wide-to label,body.Small .top-nav .wide label{font-size:11px!important}body.Small .border-table thead th{font-size:9px}body.Small .border-table tbody tr td{font-size:11px!important}body.Small .left-info-widget__metas i{font-size:9px!important;margin-top:3px}body.Small .left-info-widget__metas .item-first{font-size:26px!important}body.Small .left-info-widget__metas .item-first>span{font-size:11px!important}body.Small .left-info-widget__metas .item-first>span:last-child{font-size:7px!important}body.Small .left-info-widget__metas .item-first>span>small{font-size:11px!important}body.Small .left-info-widget__metas .item-first>span>small:last-child{font-size:7px!important;margin-top:-2px}body.Small .left-info-widget__metas .item-card-arrow div span i,body.Small .left-info-widget__metas .item-card-arrow div strong{font-size:11px!important}body.Small .left-info-widget__metas .item-card-arrow div small{font-size:6px!important}body.Small .left-info-widget__metas .alert-wrapper{font-size:11px!important}body.Small .left-info-widget__metas .alert-wrapper .alert-message .message-title .title{font-size:13px!important}body.Small .left-info-widget__metas .alert-wrapper .alert-message .message-title .time-tag{font-size:9px!important}body.Small .Calendar-wraper .DayPicker_weekHeader_ul{font-size:11px!important}body.Small .Calendar-wraper .CalendarDay{font-size:9px!important}body.Small .Calendar-wraper .btn-apply-cus,body.Small .Calendar-wraper .CalendarMonth_caption,body.Small .Calendar-wraper .DateRangePickerInput .DateInput,body.Small .Calendar-wraper .DateRangePickerInput .DateInput .DateInput_input,body.Small .Calendar-wraper .DateRangePickerInput .DateRangePickerInput_arrow,body.Small .Calendar-wraper .DateRangePickerInput_calendarIcon{font-size:11px!important}body.Small .pd-top-navigation--right-indica .btn-cus-nomal{font-size:10px!important}body.Small .btn.btn-cus-nomal.calendar-btnsug i.icon-calendar,body.Small .deceptive-wrapper .custome-tabs-deceptive .mb-20 span,body.Small .deceptive-wrapper .list-filter .left-label,body.Small .deceptive-wrapper .list-filter .left-label-2,body.Small .deceptive-wrapper .list-filter .left-label-3,body.Small .deceptive-wrapper .list-filter span.mr-10,body.Small .deceptive-wrapper .list-text-display span,body.Small .empty-data-msg,body.Small .mix-chart .mix-chart-title,body.Small .ownership .title_tooltip{font-size:11px!important}body.Small .mix-chart .legend-item span{font-size:9px!important}body.Small .mix-chart .under-title{font-size:5px!important}body.Small .criteria-result .result-total,body.Small .fa-chart-wrapper .chart-title,body.Small .fa-checkup-item-title,body.Small .form-control{font-size:11px!important}body.Small .form-control::-webkit-input-placeholder{font-size:11px!important}body.Small .form-control:-ms-input-placeholder{font-size:11px!important}body.Small .form-control::-ms-input-placeholder{font-size:11px!important}body.Small .form-control::placeholder{font-size:11px!important}body.Small .screener-wrapper .screener-checkbox{font-size:9px!important}body.Small .screener-wrapper .criteria-content .criteria-table .criteria-item .criteria-head,body.Small .screener-wrapper .criteria-content .criteria-table .criteria-item .criteria-row{font-size:11px!important}body.Small .screener-wrapper .criteria-content .criteria-table .criteria-item .criteria-row .slider-detail{font-size:9px!important}body.Small .screener-wrapper .my-screeners .screener-item-content .screener-name,body.Small .screener-wrapper .my-screeners .screener-item-content .text-input{font-size:10px!important}body.Small .screener-wrapper .my-screeners .screener-item-content .confirm-delete{font-size:11px!important}body.Small .screener-wrapper .my-screeners .detail-param{font-size:8px!important}body.Small .fa-checkup-dropdown-search-box .scroll-column .text-no-data,body.Small .fa-checkup-dropdown-search-box .search-box .search-input{font-size:11px!important}body.Small .fa-checkup-dropdown-search-box .search-box .btn-done .btn-text-done{font-size:9px!important}body.Small .fa-checkup-dropdown-search-box .text-item-title{font-size:11px!important}body.Small .fa-checkup-dropdown-search-box .text-item-content{font-size:9px!important}body.Small .fa-switch-tab-wrapper .level-item__title,body.Small .price-depth-wrapper .overlay .title div,body.Small .switch-tab-wrapper .level-item .level-item__title{font-size:11px!important}body.Small .price-depth-wrapper .infor-board-wrapper,body.Small .price-depth-wrapper .overlay .upgrade-btn{font-size:9px!important}body.Small .na-top-content-wrapper .info-content{font-size:11px!important}body.Small .na-top-content-wrapper .label-text{font-size:9px!important}body.Small .na-top-content-wrapper .na-search-box-wrapper input{font-size:10px!important}body.Small .na-top-content-wrapper .na-search-box-wrapper button{top:1px!important}body.Small .na-top-content-wrapper .na-search-box-wrapper button i{font-size:12px!important}body.Small .na-top-content-wrapper .d-flex .btn.btn-cus-nomal.bg-b-color-3,body.Small .na-top-content-wrapper .na-search-box-wrapper .btn.btn-cus-nomal,body.Small .na-top-content-wrapper .text-span-na-trust{font-size:10px!important}body.Small .contributor-info-wrapper .fs-12{font-size:11px!important}body.Small .contributor-info-wrapper .fs-8,body.Small .contributor-info-wrapper .fs-10{font-size:9px!important}body.Small .value-investment .Rectangle .Vis{font-size:15px!important}body.Small .value-investment .value-text .Value-Investment-Str{font-size:11px!important}body.Small .value-investment .value-text .HIGH-RANKING-A-VAL{font-size:7px!important}body.Small .value-investment .Rectangle-5 .RETURN{font-size:9px!important}body.Small .value-investment .Rectangle-6 .number{font-size:15px!important}body.Small .value-investment .Rectangle-6 .number-percent,body.Small .value-investment .Rectangle-Index .Rectangle-5 .RETURN{font-size:9px!important}body.Small .value-investment .Rectangle-Index .Rectangle-6 .number{font-size:15px!important}body.Small .value-investment .div .value-footer,body.Small .value-investment .Rectangle-Index .Rectangle-6 .number-percent{font-size:9px!important}body.Small .summary-info-wrapper-price .left-container .main-price{font-size:26px!important}body.Small .summary-info-wrapper-price .left-container .sub-price{font-size:11px!important}body.Small .summary-info-wrapper-price .left-container .currency{font-size:7px!important}body.Small .summary-info-wrapper-price .right-container .sub-price{font-size:11px!important}body.Small .summary-info-wrapper-price .right-container .percent{font-size:7px!important}body.Small .snapShotTable-Infor .snapShotTable-row,body.Small .snapShotTable-Infor .snapShotTable-row .snapShotTable-item-end span{font-size:11px!important}body.Small .snapShotTable-Infor .snapShotTable-row .snapShotTable-item-end .snapShot-infor-yRange{font-size:8px!important}body.Small .summary-info-wrapper .left-container .main-price{font-size:26px!important}body.Small .summary-info-wrapper .left-container .sub-price{font-size:11px!important}body.Small .summary-info-wrapper .left-container .currency{font-size:7px!important}body.Small .summary-info-wrapper .right-container .sub-price{font-size:11px!important}body.Small .summary-info-wrapper .right-container .percent{font-size:7px!important}body.Small .snapShot-FinancialPer{font-size:11px!important}body.Small .top-tab-content .ows-tab-content{font-size:10px!important}body.Small .footer-table-fa-checkup .circle-dot span,body.Small .notifications-wrapper .box,body.Small .notifications-wrapper .notice-content{font-size:11px!important}body.Small .lm_maximised .lm_controls .lm_maximise:before{font-size:13px!important}body.Small .lm_controls .lm_title{font-size:13px}body.Small .wide .narrow .place-date{font-size:9px!important}body.Small .wide .narrow .place-date .icon-caret{font-size:6px!important}body.Small .wide-to .narrow-to .place-date{font-size:9px!important}body.Small .wide-to .narrow-to .place-date .icon-caret{font-size:6px!important}body.Small .tab-timer__link{font-size:11px!important}body.Small .dropdown.drop-sort .dropdown-toggle i{font-size:7px!important}body.Small .check-radio .checkbox__icon:before,body.Small .check-radio .icon--check-empty:before,body.Small .check-radio .icon--check:after,body.Small .check-radio input[type=checkbox]:checked~.checkbox__icon:after,body.Small .tradedata-wrapper .list-icon-tradedate .item-list-td p{font-size:9px!important}body.Small .tradedata-wrapper .btn-tradedata{font-size:10px!important}body.Small .tradedata-wrapper .trade-des-ti h1{font-size:31px!important}body.Small .tradedata-wrapper .trade-des-ti p{font-size:11px!important}body.Small .btn.btn-cus-nomal{font-size:10px!important}body.Small .strategy-canslim .strCalculated{font-size:7px!important}body.Small .box-icon-strategy .label-strategy{font-size:15px!important}body.Small .box-info-strategy .text-top-line{font-size:11px!important}body.Small .box-info-strategy .text-bot-line{font-size:7px!important}body.Small .body-strategy-ta .list-filter-ta-strategy .left-label-ta-strategy,body.Small .body-strategy-ta .mt-5,body.Small .check-box-font{font-size:11px!important}body.Small .checkbox label span{font-size:10px!important}body.Small .cbeckbox label:before{font-size:12px!important}body.Small .group-list .list li a{font-size:11px!important}body.Small .input-search-custome{font-size:16px!important}body.Small inpu{font-size:11px!important}body.Small .table-news .item-news .header-title .pin-news small{font-size:5px!important}body.Small .table-news .item-news .content-des{font-size:10px!important}body.Small .drop-sort .dropdown-menu.drop-th,body.Small .share-sns,body.Small .table-news .star-fill,body.Small .table-news .star-strock{font-size:9px!important}body.Small .share-sns a i{font-size:10px!important}body.Small .help-link a i{font-size:14px!important}body.Small .quick-ac-com ul li a span i{line-height:20px}body.Small .search-box-top .search-tool-box input{font-size:11px!important}body.Small .search-box-top .search-tool-box button{font-size:10px!important}body.Small .watchlist-popup .watchlist-popup__body--item span,body.Small .watchlist-popup .watchlist-popup__header--buy,body.Small .watchlist-popup .watchlist-popup__header--sell{font-size:11px!important}body.Small .btn-plus,body.Small .footer-status button{font-size:14px!important}body.Small .star-vote .star-out,body.Small .star-vote .star-real{font-size:8px!important}body.Small .left-info-widget__title{font-size:16px!important}body.Small .left-info-widget__metas i{font-size:8px!important}body.Small .left-info-widget__metas .item-first{font-size:25px!important}body.Small .left-info-widget__metas .item-first>span,body.Small .left-info-widget__metas .item-first>span>small{font-size:10px!important}body.Small .left-info-widget__metas .item-first>span>small:last-child{font-size:6px!important}body.Small .left-info-widget__metas .item-second span,body.Small .left-info-widget__metas .item-second span small,body.Small .left-info-widget__metas .item-total-volume{font-size:8px!important}body.Small .left-info-widget__metas .item-card-arrow div span i{font-size:10px!important}body.Small .left-info-widget__metas .item-card-arrow div small{font-size:5px!important}body.Small .day-rager .value1,body.Small .day-rager .value2{font-size:8px!important}body.Small .index2-time-range-wrapper .bar-header-item{font-size:9px!important}body.Small .chart-footer-swap .label{font-size:11px!important}body.Small .digit{font-size:56px!important}body.Small .clock .min-wrapper,body.Small .clock .seconds-wrapper{font-size:14px!important}body.Small .count-down-wrapper .title{font-size:15px!important}body.Small .joyride-overwrite-css .intro-modal-wrapper .intro-modal .title .text{font-size:18px!important}body.Small .joyride-overwrite-css .intro-modal-wrapper .intro-modal .modal-container .welcome-text{font-size:13px!important}body.Small .joyride-overwrite-css .intro-modal-wrapper .intro-modal .modal-container .tutorial-group-button .tutorial-button{font-size:10px!important}body.Small .joyride-overwrite-css .tutorial-modal .title .text{font-size:18px!important}body.Small .joyride-overwrite-css .tutorial-modal .modal-container .welcome-text{font-size:13px!important}body.Small .joyride-overwrite-css .tutorial-modal .modal-container .tutorial-group-button .tutorial-button{font-size:10px!important}body.Small .full-ticker-detail .full-ticker-detail-name,body.Small .full-ticker-detail .full-ticker-detail-name-exchange{font-size:9px!important}body.Small .tooltip-alert-system-hover .tooltip-header-alert .tooltip-header-alert-title{font-size:10px!important}body.Small .tooltip-alert-system-hover .tooltip-header .tooltip-header-row .tooltip-ticker-change,body.Small .tooltip-alert-system-hover .tooltip-header .tooltip-header-row .tooltip-ticker-name-score{font-size:11px!important}body.Small .tooltip-alert-system-hover .tooltip-header .tooltip-header-row .tooltip-header-score{font-size:7px!important}body.Small .tooltip-alert-system-hover .tooltip-body .tooltip-body-row .tooltip-body-checked span,body.Small .tooltip-alert-system-hover .tooltip-body .tooltip-body-row .tooltip-body-remove span,body.Small .tooltip-alert-system-hover .tooltip-header .tooltip-header-row .tooltip-ticker-fullName{font-size:9px!important}body.Small .tooltip-alert-system-hover .tooltip-body .tooltip-body-row .tooltip-body-checked:after,body.Small .tooltip-alert-system-hover .tooltip-body .tooltip-body-row .tooltip-body-remove:after{font-size:8px!important}body.Small .tooltip-alert-system-hover .tooltip-body .tooltip-body-row .tooltip-body-value{font-size:11px!important}body.Small .tooltip-alert-system-hover .tooltip-body .tooltip-body-row .tooltip-body-unit{font-size:7px!important}body.Small .pop-confirm .btn,body.Small .tooltip-alert-system-hover .tooltip-body .tooltip-body-row .scoreValue .scoreValue-span{font-size:9px!important}body.Small .popup-wrap .popup-header{font-size:13px!important}body.Small .drop-search.drop-mecus.show .dropdown-item,body.Small .popup-wrap .popup-body,body.Small .score-box__line .d-flex div:nth-child(2){font-size:11px!important}body.Small .popup_inner .popup_inner_title{font-size:14px!important}body.Small .popup_inner .popup_inner_content{font-size:11px!important}body.Small .popup_inner .warn,body.Small .popup_inner .warn.warning:after{font-size:16px!important}body.Small .popup_inner .popup-button button{font-size:11px!important;line-height:18px}body.Small .slider-detail .text-left label{font-size:10px!important}body.Small .securities-firms-wrapper .securities-firms .text{font-size:18px!important}body.Small .tab-timer__item-two .item-tab,body.Small .tab-timer__link{font-size:10px!important}body.Small .th-tooltip-content .tooltip-content-inner{font-size:9px!important}body.Small .toggle-switch-wrap{font-size:29px!important}body.Small .tooltip-wrap .tooltip-content .tooltip-message{font-size:8px!important}body.Small .tooltip-light-wrap .tooltip-content .tooltip-message{font-size:9px!important}body.Small .tooltip-light-wrap .tooltip-content .tooltip-message span{font-size:7px!important}body.Small div.dividend-analysis-wrapper .tooltip-light-wrap .tooltip-content .tooltip-message{font-size:9px!important}body.Small .btn,body.Small .dropdown-menu{font-size:11px!important}body.Small .watchlist-date .btn.div-calendar.bg-b-color-3.calendar-btnsug{font-size:9px!important;line-height:20px}body.Small .consensus-history-title,body.Small .header-table .header-table-title,body.Small .left-column .target-price .title span{font-size:11px!important}body.Small .recommendation .legend-title.text-truncate{font-size:9px!important}body.Small .recommendation .lastest-recommendation{font-size:11px!important}body.Small .recommendation .notice{font-size:7px!important}body.Small .target-price .content .item-text{font-size:11px!important}body.Small .strCalculated{font-size:7px!important}body.Small .popup-save-system-setting .title-tab-content{font-size:10px!important}body.Small .popup-save-system-setting .wrap-row-general .radio-custom,body.Small .popup-save-system-setting .wrap-row-general .title-span,body.Small .wrap-checkbox-first-column-body input,body.Small .wrap-group-button .save{font-size:11px!important}body.Small .left-info-widget__metas .item-total-volume{font-size:9px!important}body.Small .list-filter.date-top-breakout .label-span.first,body.Small .list-filter.date-top-breakout .label-span.ml-5.mr-5,body.Small .price-volume .name-of-feature{font-size:11px!important}body.Small .score-box .align-items-baseline .fs-10 span,body.Small .score-box__line .tooltip-message div.d-flex div,body.Small .score-box__line .tooltip-message div.d-flex div:nth-child(2){font-size:9px!important}body.Small .recommended-box,body.Small .valuation-tool-calculate-screen .right-method .first-div-right .title-method,body.Small .valuation-tool-calculate-screen .right-method .first-div-right span:nth-child(2){font-size:11px!important}body.Small .body-popup-valuation .children-div-body,body.Small .item-infor.mr-3.ml-3 div .item,body.Small .popup-header-valuation-tool .wrap-checkbox-first-column-body label,body.Small .popup-header-valuation-tool div{font-size:9px!important}body.Small .header-popup,body.Small .setting-system-popup .radio-custom label,body.Small .setting-system-popup .wrap-row-general .title-span,body.Small .setting-system-popup .wrap-row-general span,body.Small .setting-system-popup .wrap-row-notification .title-span,body.Small .setting-system-popup .wrap-row-notification span,body.Small .setting-system-popup .wrap-row .title-span,body.Small .setting-system-popup .wrap-row a,body.Small .setting-system-popup .wrap-row span{font-size:11px!important}body.Small .portal-tooltip-content .portal-tooltip-content-inner{font-size:10px!important}body.Small .tooltip-bubble-ownship .tooltip-header-ownship div{font-size:9px!important}body.Small .tooltip-bubble-ownship .div-wrapper-tooltip-body,body.Small .tooltip-bubble-ownship .div-wrapper-tooltip-body .tooltip-body-ownship,body.Small .tooltip-bubble-ownship .div-wrapper-tooltip-body .tooltip-body-ownship .children-div-body-align-left,body.Small .tooltip-bubble-ownship .tooltip-title-ownship{font-size:11px!important}body.Small .tooltip-bubble-ownship .div-wrapper-tooltip-body .tooltip-body-ownship .children-div-body-align-left .abc-font-small{font-size:8px!important}body.Small .tooltip-bubble-ownship .div-wrapper-tooltip-body .tooltip-body-ownship .children-div-body-align-right{font-size:11px!important}body.Small .tooltip-bubble-ownship .fa-checkup-item-body .fa-checkup-item-content{font-size:8px!important}body.Small .fa-checkup-th-search .checkbox .text-item-title{font-size:10px!important}body.Small .fa-checkup-th-search .text-item-content{font-size:8px!important}body.Small .top-nav .date-top-breakout span.label-span.last,body.Small .ts-wrapper .ts-body .ts-chart .chart-title,body.Small .wrap-popup-user-info .body-user-info,body.Small .wrap-popup-user-info .header-user-info{font-size:11px!important}body.Small .valuation-tool-calculate-screen .right-method{min-width:380px}body.Small .fa-checkup-item-content.text-truncate{font-size:8px!important}body.Small .contributor-wrapper .contributor .info{font-size:11px!important}body.Small .contributor-wrapper .contributor .info .following{font-size:7px!important}body.Small .tqooltip-content,body.Small.vi .tooltip-header-bod-ownship div{font-size:9px!important}body.Small .dnse-order-wrapper .sub-invest-account{font-size:14px!important}.watchlist-date .btn.div-calendar.bg-b-color-3.calendar-btnsug{line-height:23px}div div.checkbox input[type=checkbox]:checked+label:before{font-size:11px!important}body.Large .fa-checkup-dropdown-search-box .text-item-title.text-item-title2{font-size:13px!important}body.Small .fa-checkup-dropdown-search-box .text-item-title.text-item-title2{font-size:10px!important}.cell-hover-icon .circle .icon-bin-delete{font-size:15px!important}.body-strategy-ta .checkbox label:before{font-size:11px!important}.main-layout-top-right-wrap .timer-top,.quick-ac-com .tooltip-wrap div i{font-size:12px!important}.text-left-size{font-size:10px}.text-right-size{font-size:14px}.time-and-mode span i{font-size:12px}.list-check .checkbox a.badge{font-size:10px}
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.75rem;line-height:1.5;color:#1f2329;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:600}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a,a:hover{color:#47c3ff}a:hover{text-decoration:none}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:900;line-height:1.2;color:#fff}.h1,h1{font-size:1.875rem}.h2,h2{font-size:1.5rem}.h3,h3{font-size:1.3125rem}.h4,h4{font-size:1.125rem}.h5,h5{font-size:.9375rem}.h6,h6{font-size:.75rem}.lead{font-size:.9375rem;font-weight:300}.display-1{font-size:6rem}.display-1,.display-2{font-weight:300;line-height:1.2}.display-2{font-size:5.5rem}.display-3{font-size:4.5rem}.display-3,.display-4{font-weight:300;line-height:1.2}.display-4{font-size:3.5rem}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.Small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:.9375rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer:before{content:"\2014   \A0"}.img-fluid,.img-thumbnail{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:600}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-webkit-flex-basis:0;flex-basis:0;-webkit-flex-grow:1;flex-grow:1;max-width:100%}.col-auto{-webkit-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-webkit-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-2{-webkit-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-3{-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-5{-webkit-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-6{-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-8{-webkit-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-9{-webkit-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-11{-webkit-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-12{-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-order:-1;order:-1}.order-last{-webkit-order:13;order:13}.order-0{-webkit-order:0;order:0}.order-1{-webkit-order:1;order:1}.order-2{-webkit-order:2;order:2}.order-3{-webkit-order:3;order:3}.order-4{-webkit-order:4;order:4}.order-5{-webkit-order:5;order:5}.order-6{-webkit-order:6;order:6}.order-7{-webkit-order:7;order:7}.order-8{-webkit-order:8;order:8}.order-9{-webkit-order:9;order:9}.order-10{-webkit-order:10;order:10}.order-11{-webkit-order:11;order:11}.order-12{-webkit-order:12;order:12}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}@media (min-width:576px){.col-sm{-webkit-flex-basis:0;flex-basis:0;-webkit-flex-grow:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-webkit-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{-webkit-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-sm-3{-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-sm-5{-webkit-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-sm-6{-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-sm-8{-webkit-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-sm-9{-webkit-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-sm-11{-webkit-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-sm-12{-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-order:-1;order:-1}.order-sm-last{-webkit-order:13;order:13}.order-sm-0{-webkit-order:0;order:0}.order-sm-1{-webkit-order:1;order:1}.order-sm-2{-webkit-order:2;order:2}.order-sm-3{-webkit-order:3;order:3}.order-sm-4{-webkit-order:4;order:4}.order-sm-5{-webkit-order:5;order:5}.order-sm-6{-webkit-order:6;order:6}.order-sm-7{-webkit-order:7;order:7}.order-sm-8{-webkit-order:8;order:8}.order-sm-9{-webkit-order:9;order:9}.order-sm-10{-webkit-order:10;order:10}.order-sm-11{-webkit-order:11;order:11}.order-sm-12{-webkit-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@media (min-width:768px){.col-md{-webkit-flex-basis:0;flex-basis:0;-webkit-flex-grow:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-webkit-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{-webkit-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-md-3{-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-md-5{-webkit-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-md-6{-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{-webkit-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-md-9{-webkit-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-md-11{-webkit-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-md-12{-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-order:-1;order:-1}.order-md-last{-webkit-order:13;order:13}.order-md-0{-webkit-order:0;order:0}.order-md-1{-webkit-order:1;order:1}.order-md-2{-webkit-order:2;order:2}.order-md-3{-webkit-order:3;order:3}.order-md-4{-webkit-order:4;order:4}.order-md-5{-webkit-order:5;order:5}.order-md-6{-webkit-order:6;order:6}.order-md-7{-webkit-order:7;order:7}.order-md-8{-webkit-order:8;order:8}.order-md-9{-webkit-order:9;order:9}.order-md-10{-webkit-order:10;order:10}.order-md-11{-webkit-order:11;order:11}.order-md-12{-webkit-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@media (min-width:992px){.col-lg{-webkit-flex-basis:0;flex-basis:0;-webkit-flex-grow:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{-webkit-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-lg-3{-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-lg-5{-webkit-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-lg-6{-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-lg-8{-webkit-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-lg-9{-webkit-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-lg-11{-webkit-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-lg-12{-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-order:-1;order:-1}.order-lg-last{-webkit-order:13;order:13}.order-lg-0{-webkit-order:0;order:0}.order-lg-1{-webkit-order:1;order:1}.order-lg-2{-webkit-order:2;order:2}.order-lg-3{-webkit-order:3;order:3}.order-lg-4{-webkit-order:4;order:4}.order-lg-5{-webkit-order:5;order:5}.order-lg-6{-webkit-order:6;order:6}.order-lg-7{-webkit-order:7;order:7}.order-lg-8{-webkit-order:8;order:8}.order-lg-9{-webkit-order:9;order:9}.order-lg-10{-webkit-order:10;order:10}.order-lg-11{-webkit-order:11;order:11}.order-lg-12{-webkit-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@media (min-width:1200px){.col-xl{-webkit-flex-basis:0;flex-basis:0;-webkit-flex-grow:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{-webkit-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-xl-3{-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-xl-5{-webkit-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-xl-6{-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-xl-8{-webkit-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-xl-9{-webkit-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-xl-11{-webkit-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-xl-12{-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-order:-1;order:-1}.order-xl-last{-webkit-order:13;order:13}.order-xl-0{-webkit-order:0;order:0}.order-xl-1{-webkit-order:1;order:1}.order-xl-2{-webkit-order:2;order:2}.order-xl-3{-webkit-order:3;order:3}.order-xl-4{-webkit-order:4;order:4}.order-xl-5{-webkit-order:5;order:5}.order-xl-6{-webkit-order:6;order:6}.order-xl-7{-webkit-order:7;order:7}.order-xl-8{-webkit-order:8;order:8}.order-xl-9{-webkit-order:9;order:9}.order-xl-10{-webkit-order:10;order:10}.order-xl-11{-webkit-order:11;order:11}.order-xl-12{-webkit-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}.table{width:100%;margin-bottom:1rem;background-color:transparent}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#212529}.table-dark td,.table-dark th,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}.table-dark.table-hover tbody tr:hover{background-color:hsla(0,0%,100%,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.875rem + 2px);padding:.375rem .75rem;font-size:.75rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:.9375rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.65625rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;color:#1f2329;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.48438rem + 2px);padding:.25rem .5rem;font-size:.65625rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(2.40625rem + 2px);padding:.5rem 1rem;font-size:.9375rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-webkit-inline-flex;display:inline-flex;-webkit-align-items:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.65625rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid{border-color:#28a745}.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{background-color:#71dd8a}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label:after,.was-validated .custom-file-input:valid~.custom-file-label:after{border-color:inherit}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.65625rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid{border-color:#dc3545}.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{background-color:#efa2a9}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label:after,.was-validated .custom-file-input:invalid~.custom-file-label:after{border-color:inherit}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-webkit-flex;display:flex;-webkit-flex-flow:row wrap;flex-flow:row wrap;-webkit-align-items:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{-webkit-justify-content:center;justify-content:center}.form-inline .form-group,.form-inline label{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;margin-bottom:0}.form-inline .form-group{-webkit-flex:0 0 auto;flex:0 0 auto;-webkit-flex-flow:row wrap;flex-flow:row wrap}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:.75rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:focus,.btn:hover{text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;background-color:transparent;background-image:none;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400}.btn-link,.btn-link:hover{color:#47c3ff;background-color:transparent}.btn-link.focus,.btn-link:focus,.btn-link:hover{text-decoration:none;border-color:transparent}.btn-link.focus,.btn-link:focus{box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:.9375rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.65625rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media screen and (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media screen and (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle:after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:.75rem;color:#1f2329;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-right{right:0;left:auto}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle:after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle:after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle:after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";display:none}.dropleft .dropdown-toggle:before{display:inline-block;width:0;height:0;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-toggle:before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{font-weight:600;color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.65625rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-webkit-inline-flex;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-webkit-flex:0 1 auto;flex:0 1 auto}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group,.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropleft .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;align-items:flex-start;-webkit-justify-content:center;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control{position:relative;-webkit-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-webkit-flex;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:.75rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{height:calc(2.40625rem + 2px);padding:.5rem 1rem;font-size:.9375rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{height:calc(1.48438rem + 2px);padding:.25rem .5rem;font-size:.65625rem;line-height:1.5;border-radius:.2rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.125rem;padding-left:1.5rem}.custom-control-inline{display:-webkit-inline-flex;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label:before{color:#fff;background-color:#007bff}.custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:active~.custom-control-label:before{color:#fff;background-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label:before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0}.custom-control-label:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.custom-control-label:after,.custom-control-label:before{position:absolute;top:.0625rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:""}.custom-control-label:after{background-repeat:no-repeat;background-position:50%;background-size:50% 50%}.custom-checkbox .custom-control-label:before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background-color:#007bff}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23ffffff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label:before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label:before{background-color:#007bff}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ffffff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.875rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;background-size:8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(128,189,255,.5)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.48438rem + 2px);font-size:75%}.custom-select-lg,.custom-select-sm{padding-top:.375rem;padding-bottom:.375rem}.custom-select-lg{height:calc(2.40625rem + 2px);font-size:125%}.custom-file{display:inline-block;margin-bottom:0}.custom-file,.custom-file-input{position:relative;width:100%;height:calc(1.875rem + 2px)}.custom-file-input{z-index:2;margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:focus~.custom-file-label:after{border-color:#80bdff}.custom-file-input:disabled~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.custom-file-label{left:0;z-index:1;height:calc(1.875rem + 2px);background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label,.custom-file-label:after{position:absolute;top:0;right:0;padding:.375rem .75rem;line-height:1.5;color:#495057}.custom-file-label:after{bottom:0;z-index:3;display:block;height:1.875rem;content:"Browse";background-color:#e9ecef;border-left:1px solid #ced4da;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;padding-left:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:none}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower,.custom-range::-ms-fill-upper{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px}.custom-control-label:before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.custom-control-label:before,.custom-file-label,.custom-select{transition:none}}.nav{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-webkit-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-webkit-flex-basis:0;flex-basis:0;-webkit-flex-grow:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;padding:.5rem 1rem}.navbar,.navbar>.container,.navbar>.container-fluid{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.35938rem;padding-bottom:.35938rem;margin-right:1rem;font-size:.9375rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-webkit-flex-basis:100%;flex-basis:100%;-webkit-flex-grow:1;flex-grow:1;-webkit-align-items:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:.9375rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat 50%;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-webkit-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-justify-content:flex-start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-webkit-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-webkit-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-webkit-flex!important;display:flex!important;-webkit-flex-basis:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-webkit-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-justify-content:flex-start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-webkit-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-webkit-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-webkit-flex!important;display:flex!important;-webkit-flex-basis:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-webkit-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-justify-content:flex-start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-webkit-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-webkit-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-webkit-flex!important;display:flex!important;-webkit-flex-basis:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-webkit-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-justify-content:flex-start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-webkit-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-webkit-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-webkit-flex!important;display:flex!important;-webkit-flex-basis:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-webkit-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-justify-content:flex-start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-webkit-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-webkit-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-webkit-flex!important;display:flex!important;-webkit-flex-basis:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:hsla(0,0%,100%,.5);border-color:hsla(0,0%,100%,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-webkit-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-bottom:-.75rem;border-bottom:0}.card-header-pills,.card-header-tabs{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-webkit-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-webkit-flex;display:flex;-webkit-flex:1 0;flex:1 0;-webkit-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{-webkit-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-webkit-flex:1 0;flex:1 0;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{border-top-right-radius:0}.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top{border-top-left-radius:0}.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:.25rem}.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-group>.card:not(:first-child):not(:last-child):not(:only-child),.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;column-count:3;grid-column-gap:1.25rem;-webkit-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion .card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion .card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion .card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion .card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.breadcrumb{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-webkit-flex;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#47c3ff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#47c3ff;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:.9375rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.65625rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:600;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}.badge-primary[href]:focus,.badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#0062cc}.badge-secondary{color:#fff;background-color:#6c757d}.badge-secondary[href]:focus,.badge-secondary[href]:hover{color:#fff;text-decoration:none;background-color:#545b62}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:focus,.badge-success[href]:hover{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:focus,.badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}.badge-warning[href]:focus,.badge-warning[href]:hover{color:#212529;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:focus,.badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#212529;background-color:#f8f9fa}.badge-light[href]:focus,.badge-light[href]:hover{color:#212529;text-decoration:none;background-color:#dae0e5}.badge-dark{color:#fff;background-color:#343a40}.badge-dark[href]:focus,.badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#1d2124}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:600}.alert-dismissible{padding-right:3.625rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.progress{height:1rem;overflow:hidden;font-size:.5625rem;background-color:#e9ecef;border-radius:.25rem}.progress,.progress-bar{display:-webkit-flex;display:flex}.progress-bar{-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media screen and (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.media{display:-webkit-flex;display:flex;-webkit-align-items:flex-start;align-items:flex-start}.media-body{-webkit-flex:1 1;flex:1 1}.list-group{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#1f2329;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:focus,.list-group-item:hover{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.125rem;font-weight:600;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:not(:disabled):not(.disabled){cursor:pointer}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{color:#000;text-decoration:none;opacity:.75}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translateY(-25%);transform:translateY(-25%)}@media screen and (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:translate(0);transform:translate(0)}.modal-dialog-centered{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);content:""}.modal-content{position:relative;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-webkit-flex;display:flex;-webkit-align-items:flex-start;align-items:flex-start;-webkit-justify-content:space-between;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-webkit-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:flex-end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.65625rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{top:0;left:0;z-index:1060;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.65625rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover,.popover .arrow{position:absolute;display:block}.popover .arrow{width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow:after,.popover .arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow{bottom:calc(-.5rem + -1px)}.bs-popover-auto[x-placement^=top] .arrow:after,.bs-popover-auto[x-placement^=top] .arrow:before,.bs-popover-top .arrow:after,.bs-popover-top .arrow:before{border-width:.5rem .5rem 0}.bs-popover-auto[x-placement^=top] .arrow:before,.bs-popover-top .arrow:before{bottom:0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top] .arrow:after,.bs-popover-top .arrow:after{bottom:1px;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow{left:calc(-.5rem + -1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right] .arrow:after,.bs-popover-auto[x-placement^=right] .arrow:before,.bs-popover-right .arrow:after,.bs-popover-right .arrow:before{border-width:.5rem .5rem .5rem 0}.bs-popover-auto[x-placement^=right] .arrow:before,.bs-popover-right .arrow:before{left:0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right] .arrow:after,.bs-popover-right .arrow:after{left:1px;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow{top:calc(-.5rem + -1px)}.bs-popover-auto[x-placement^=bottom] .arrow:after,.bs-popover-auto[x-placement^=bottom] .arrow:before,.bs-popover-bottom .arrow:after,.bs-popover-bottom .arrow:before{border-width:0 .5rem .5rem}.bs-popover-auto[x-placement^=bottom] .arrow:before,.bs-popover-bottom .arrow:before{top:0;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom] .arrow:after,.bs-popover-bottom .arrow:after{top:1px;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow{right:calc(-.5rem + -1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left] .arrow:after,.bs-popover-auto[x-placement^=left] .arrow:before,.bs-popover-left .arrow:after,.bs-popover-left .arrow:before{border-width:.5rem 0 .5rem .5rem}.bs-popover-auto[x-placement^=left] .arrow:before,.bs-popover-left .arrow:before{right:0;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left] .arrow:after,.bs-popover-left .arrow:after{right:1px;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:.75rem;color:#fff;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#1f2329}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-webkit-align-items:center;align-items:center;width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease}@media screen and (prefers-reduced-motion:reduce){.carousel-item-next,.carousel-item-prev,.carousel-item.active{transition:none}}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateZ(0);transform:translateZ(0)}}.active.carousel-item-right,.carousel-item-next{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-right,.carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.carousel-fade .carousel-item{opacity:0;transition-duration:.6s;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{opacity:0}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{-webkit-transform:translateZ(0);transform:translateZ(0)}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat 50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-webkit-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:hsla(0,0%,100%,.5)}.carousel-indicators li:before{top:-10px}.carousel-indicators li:after,.carousel-indicators li:before{position:absolute;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li:after{bottom:-10px}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom,.border-bottom-ex,.border-bottom:after{border-bottom:1px solid #dee2e6}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-right,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.clearfix:after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-flex!important;display:flex!important}.d-inline-flex{display:-webkit-inline-flex!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-flex!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-flex!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-flex!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-flex!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-flex!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-flex!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-flex!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-flex!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-flex!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-flex!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive:before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9:before{padding-top:42.85714%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.flex-row{-webkit-flex-direction:row!important;flex-direction:row!important}.flex-column{-webkit-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-webkit-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-webkit-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-webkit-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-webkit-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-webkit-flex-grow:0!important;flex-grow:0!important}.flex-grow-1{-webkit-flex-grow:1!important;flex-grow:1!important}.flex-shrink-0{-webkit-flex-shrink:0!important;flex-shrink:0!important}.flex-shrink-1{-webkit-flex-shrink:1!important;flex-shrink:1!important}.justify-content-start{-webkit-justify-content:flex-start!important;justify-content:flex-start!important}.justify-content-end{-webkit-justify-content:flex-end!important;justify-content:flex-end!important}.justify-content-center{-webkit-justify-content:center!important;justify-content:center!important}.justify-content-between{-webkit-justify-content:space-between!important;justify-content:space-between!important}.justify-content-around{-webkit-justify-content:space-around!important;justify-content:space-around!important}.align-items-start{-webkit-align-items:flex-start!important;align-items:flex-start!important}.align-items-end{-webkit-align-items:flex-end!important;align-items:flex-end!important}.align-items-center{-webkit-align-items:center!important;align-items:center!important}.align-items-baseline{-webkit-align-items:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-align-items:stretch!important;align-items:stretch!important}.align-content-start{-webkit-align-content:flex-start!important;align-content:flex-start!important}.align-content-end{-webkit-align-content:flex-end!important;align-content:flex-end!important}.align-content-center{-webkit-align-content:center!important;align-content:center!important}.align-content-between{-webkit-align-content:space-between!important;align-content:space-between!important}.align-content-around{-webkit-align-content:space-around!important;align-content:space-around!important}.align-content-stretch{-webkit-align-content:stretch!important;align-content:stretch!important}.align-self-auto{-webkit-align-self:auto!important;align-self:auto!important}.align-self-start{-webkit-align-self:flex-start!important;align-self:flex-start!important}.align-self-end{-webkit-align-self:flex-end!important;align-self:flex-end!important}.align-self-center{-webkit-align-self:center!important;align-self:center!important}.align-self-baseline{-webkit-align-self:baseline!important;align-self:baseline!important}.align-self-stretch{-webkit-align-self:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-webkit-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-webkit-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-webkit-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-webkit-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-webkit-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-webkit-flex-grow:0!important;flex-grow:0!important}.flex-sm-grow-1{-webkit-flex-grow:1!important;flex-grow:1!important}.flex-sm-shrink-0{-webkit-flex-shrink:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-webkit-flex-shrink:1!important;flex-shrink:1!important}.justify-content-sm-start{-webkit-justify-content:flex-start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-justify-content:flex-end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-justify-content:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-justify-content:space-between!important;justify-content:space-between!important}.justify-content-sm-around{-webkit-justify-content:space-around!important;justify-content:space-around!important}.align-items-sm-start{-webkit-align-items:flex-start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-align-items:flex-end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-align-items:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-align-items:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-align-items:stretch!important;align-items:stretch!important}.align-content-sm-start{-webkit-align-content:flex-start!important;align-content:flex-start!important}.align-content-sm-end{-webkit-align-content:flex-end!important;align-content:flex-end!important}.align-content-sm-center{-webkit-align-content:center!important;align-content:center!important}.align-content-sm-between{-webkit-align-content:space-between!important;align-content:space-between!important}.align-content-sm-around{-webkit-align-content:space-around!important;align-content:space-around!important}.align-content-sm-stretch{-webkit-align-content:stretch!important;align-content:stretch!important}.align-self-sm-auto{-webkit-align-self:auto!important;align-self:auto!important}.align-self-sm-start{-webkit-align-self:flex-start!important;align-self:flex-start!important}.align-self-sm-end{-webkit-align-self:flex-end!important;align-self:flex-end!important}.align-self-sm-center{-webkit-align-self:center!important;align-self:center!important}.align-self-sm-baseline{-webkit-align-self:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-webkit-align-self:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-webkit-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-webkit-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-webkit-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-webkit-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-webkit-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-webkit-flex-grow:0!important;flex-grow:0!important}.flex-md-grow-1{-webkit-flex-grow:1!important;flex-grow:1!important}.flex-md-shrink-0{-webkit-flex-shrink:0!important;flex-shrink:0!important}.flex-md-shrink-1{-webkit-flex-shrink:1!important;flex-shrink:1!important}.justify-content-md-start{-webkit-justify-content:flex-start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-justify-content:flex-end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-justify-content:center!important;justify-content:center!important}.justify-content-md-between{-webkit-justify-content:space-between!important;justify-content:space-between!important}.justify-content-md-around{-webkit-justify-content:space-around!important;justify-content:space-around!important}.align-items-md-start{-webkit-align-items:flex-start!important;align-items:flex-start!important}.align-items-md-end{-webkit-align-items:flex-end!important;align-items:flex-end!important}.align-items-md-center{-webkit-align-items:center!important;align-items:center!important}.align-items-md-baseline{-webkit-align-items:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-align-items:stretch!important;align-items:stretch!important}.align-content-md-start{-webkit-align-content:flex-start!important;align-content:flex-start!important}.align-content-md-end{-webkit-align-content:flex-end!important;align-content:flex-end!important}.align-content-md-center{-webkit-align-content:center!important;align-content:center!important}.align-content-md-between{-webkit-align-content:space-between!important;align-content:space-between!important}.align-content-md-around{-webkit-align-content:space-around!important;align-content:space-around!important}.align-content-md-stretch{-webkit-align-content:stretch!important;align-content:stretch!important}.align-self-md-auto{-webkit-align-self:auto!important;align-self:auto!important}.align-self-md-start{-webkit-align-self:flex-start!important;align-self:flex-start!important}.align-self-md-end{-webkit-align-self:flex-end!important;align-self:flex-end!important}.align-self-md-center{-webkit-align-self:center!important;align-self:center!important}.align-self-md-baseline{-webkit-align-self:baseline!important;align-self:baseline!important}.align-self-md-stretch{-webkit-align-self:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-webkit-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-webkit-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-webkit-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-webkit-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-webkit-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-webkit-flex-grow:0!important;flex-grow:0!important}.flex-lg-grow-1{-webkit-flex-grow:1!important;flex-grow:1!important}.flex-lg-shrink-0{-webkit-flex-shrink:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-webkit-flex-shrink:1!important;flex-shrink:1!important}.justify-content-lg-start{-webkit-justify-content:flex-start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-justify-content:flex-end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-justify-content:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-justify-content:space-between!important;justify-content:space-between!important}.justify-content-lg-around{-webkit-justify-content:space-around!important;justify-content:space-around!important}.align-items-lg-start{-webkit-align-items:flex-start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-align-items:flex-end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-align-items:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-align-items:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-align-items:stretch!important;align-items:stretch!important}.align-content-lg-start{-webkit-align-content:flex-start!important;align-content:flex-start!important}.align-content-lg-end{-webkit-align-content:flex-end!important;align-content:flex-end!important}.align-content-lg-center{-webkit-align-content:center!important;align-content:center!important}.align-content-lg-between{-webkit-align-content:space-between!important;align-content:space-between!important}.align-content-lg-around{-webkit-align-content:space-around!important;align-content:space-around!important}.align-content-lg-stretch{-webkit-align-content:stretch!important;align-content:stretch!important}.align-self-lg-auto{-webkit-align-self:auto!important;align-self:auto!important}.align-self-lg-start{-webkit-align-self:flex-start!important;align-self:flex-start!important}.align-self-lg-end{-webkit-align-self:flex-end!important;align-self:flex-end!important}.align-self-lg-center{-webkit-align-self:center!important;align-self:center!important}.align-self-lg-baseline{-webkit-align-self:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-webkit-align-self:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-webkit-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-webkit-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-webkit-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-webkit-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-webkit-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-webkit-flex-grow:0!important;flex-grow:0!important}.flex-xl-grow-1{-webkit-flex-grow:1!important;flex-grow:1!important}.flex-xl-shrink-0{-webkit-flex-shrink:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-webkit-flex-shrink:1!important;flex-shrink:1!important}.justify-content-xl-start{-webkit-justify-content:flex-start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-justify-content:flex-end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-justify-content:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-justify-content:space-between!important;justify-content:space-between!important}.justify-content-xl-around{-webkit-justify-content:space-around!important;justify-content:space-around!important}.align-items-xl-start{-webkit-align-items:flex-start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-align-items:flex-end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-align-items:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-align-items:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-align-items:stretch!important;align-items:stretch!important}.align-content-xl-start{-webkit-align-content:flex-start!important;align-content:flex-start!important}.align-content-xl-end{-webkit-align-content:flex-end!important;align-content:flex-end!important}.align-content-xl-center{-webkit-align-content:center!important;align-content:center!important}.align-content-xl-between{-webkit-align-content:space-between!important;align-content:space-between!important}.align-content-xl-around{-webkit-align-content:space-around!important;align-content:space-around!important}.align-content-xl-stretch{-webkit-align-content:stretch!important;align-content:stretch!important}.align-self-xl-auto{-webkit-align-self:auto!important;align-self:auto!important}.align-self-xl-start{-webkit-align-self:flex-start!important;align-self:flex-start!important}.align-self-xl-end{-webkit-align-self:flex-end!important;align-self:flex-end!important}.align-self-xl-center{-webkit-align-self:center!important;align-self:center!important}.align-self-xl-baseline{-webkit-align-self:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-webkit-align-self:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{top:0}.fixed-bottom,.fixed-top{position:fixed;right:0;left:0;z-index:1030}.fixed-bottom{bottom:0}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0062cc!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#545b62!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#1e7e34!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#117a8b!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#d39e00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#bd2130!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#dae0e5!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#1d2124!important}.text-body{color:#1f2329!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,:after,:before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}.container,body{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}.lm_goldenlayout{background:#191d25}.lm_content{background:#1f2329}.lm_header,.lm_row>.lm_item{background:#25282e}.lm_header{height:26px!important}.lm_header .lm_tab{height:20px}.lm_header .lm_tab.lm_active,.lm_tab.lm_active,.lm_tab:hover{box-shadow:0 -2px 2px #1f2329;border-radius:4px 4px 0 0}.lm_title{font-size:14px;font-weight:600}.lm_controls>li{opacity:1!important}.light-mode .lm_goldenlayout{background:#e8eaed}.light-mode .lm_content{background:#fff}.light-mode .lm_row>.lm_item{background:#e8eaed}.light-mode .lm_header .lm_tab{background:#fff}.light-mode .lm_header .lm_tab.lm_active,.light-mode .lm_tab.lm_active,.light-mode .lm_tab:hover{box-shadow:none!important}.light-mode .lm_header{background:#e8eaed}.border-radius-3{border-radius:3px!important}.border-radius-5{border-radius:5px!important}.border-radius-7{border-radius:7px!important}.border-radius-10{border-radius:10px!important}body{font-weight:400;color:#fff;background-color:#191d25}a{transition:all .25s ease}@media screen and (prefers-reduced-motion:reduce){a{transition:none}}b,strong{font-weight:700}img{max-width:100%}.btn-cus-nomal iframe{width:100%;max-height:100%;border:none}ul{margin:0;padding:0}.btn.active,.btn:active,button:active,button:focus,button:hover,input[type=button]:active,input[type=button]:focus,input[type=button]:hover,input[type=email]:active,input[type=email]:focus,input[type=email]:hover,input[type=password]:active,input[type=password]:focus,input[type=password]:hover,input[type=search]:active,input[type=search]:focus,input[type=search]:hover,input[type=tel]:active,input[type=tel]:focus,input[type=tel]:hover,input[type=text]:active,input[type=text]:focus,input[type=text]:hover,label:focus,textarea:active,textarea:focus,textarea:hover{outline:0!important;-webkit-appearance:none}.overflow{overflow:hidden!important}.overflow-scroll{overflow:hidden;overflow-y:auto;width:100%;height:100%}::-webkit-scrollbar,::-webkit-scrollbar-button{width:17px;height:17px}::-webkit-scrollbar-thumb{background:transparent;border:71px transparent;border-radius:31px}::-webkit-scrollbar-thumb:active,::-webkit-scrollbar-thumb:hover{background:transparent}::-webkit-scrollbar-track{background:transparent;border:65px transparent;border-radius:34px}::-webkit-scrollbar-track:active,::-webkit-scrollbar-track:hover{background:transparent}::-webkit-scrollbar-corner{background:transparent}.light-mode body{color:transparent;background-color:transparent}.light-mode ::-webkit-scrollbar-thumb{background:transparent;border:71px transparent}.light-mode ::-webkit-scrollbar-thumb:active,.light-mode ::-webkit-scrollbar-thumb:hover{background:transparent}.light-mode ::-webkit-scrollbar-track{background:transparent;border:65px transparent}.light-mode ::-webkit-scrollbar-track:active,.light-mode ::-webkit-scrollbar-track:hover{background:transparent}.scrollbars .track{border-radius:34px!important;right:0!important;z-index:999}.scrollbars .track:active,.scrollbars .track:hover{background:transparent!important}.scrollbars .track div{background:#2e333c!important;border:71px #202328!important;border-radius:31px!important}.scrollbars .track div:active,.scrollbars .track div:hover{background:#363b45!important}.light-mode body{color:#1f2023;background-color:#e8eaed}.light-mode .scrollbars .track{border-radius:34px!important}.light-mode .scrollbars .track:active,.light-mode .scrollbars .track:hover{background:transparent!important}.light-mode .scrollbars .track div{background:#e8eaed!important;border:71px #e8eaed!important;border-radius:31px!important}.light-mode .scrollbars .track div:active,.light-mode .scrollbars .track div:hover{background:#ccc!important}.rounded-top-0{border-top-left-radius:0!important}.rounded-right-0,.rounded-top-0{border-top-right-radius:0!important}.rounded-bottom-0,.rounded-right-0{border-bottom-right-radius:0!important}.rounded-bottom-0,.rounded-left-0{border-bottom-left-radius:0!important}.rounded-left-0{border-top-left-radius:0!important}.mt-2{margin-top:2px!important}.mr-2{margin-right:2px!important}.mb-2{margin-bottom:2px!important}.ml-2{margin-left:2px!important}.my-2{margin-top:2px!important;margin-bottom:2px!important}.mx-2{margin-right:2px!important;margin-left:2px!important}.m-2{margin:2px!important}.pt-2{padding-top:2px!important}.pr-2{padding-right:2px!important}.pb-2{padding-bottom:2px!important}.pl-2{padding-left:2px!important}.py-2{padding-top:2px!important;padding-bottom:2px!important}.px-2{padding-right:2px!important;padding-left:2px!important}.p-2{padding:2px!important}.mt-5{margin-top:5px!important}.mr-5{margin-right:5px!important}.mb-5{margin-bottom:5px!important}.ml-5{margin-left:5px!important}.my-5{margin-top:5px!important;margin-bottom:5px!important}.mx-5{margin-right:5px!important;margin-left:5px!important}.m-5{margin:5px!important}.pt-5{padding-top:5px!important}.pr-5{padding-right:5px!important}.pb-5{padding-bottom:5px!important}.pl-5{padding-left:5px!important}.py-5{padding-top:5px!important;padding-bottom:5px!important}.px-5{padding-right:5px!important;padding-left:5px!important}.p-5{padding:5px!important}.mt-6{margin-top:6px!important}.mr-6{margin-right:6px!important}.mb-6{margin-bottom:6px!important}.ml-6{margin-left:6px!important}.my-6{margin-top:6px!important;margin-bottom:6px!important}.mx-6{margin-right:6px!important;margin-left:6px!important}.m-6{margin:6px!important}.pt-6{padding-top:6px!important}.pr-6{padding-right:6px!important}.pb-6{padding-bottom:6px!important}.pl-6{padding-left:6px!important}.py-6{padding-top:6px!important;padding-bottom:6px!important}.px-6{padding-right:6px!important;padding-left:6px!important}.p-6{padding:6px!important}.mt-8{margin-top:8px!important}.mr-8{margin-right:8px!important}.mb-8{margin-bottom:8px!important}.ml-8{margin-left:8px!important}.my-8{margin-top:8px!important;margin-bottom:8px!important}.mx-8{margin-right:8px!important;margin-left:8px!important}.m-8{margin:8px!important}.pt-8{padding-top:8px!important}.pr-8{padding-right:8px!important}.pb-8{padding-bottom:8px!important}.pl-8{padding-left:8px!important}.py-8{padding-top:8px!important;padding-bottom:8px!important}.px-8{padding-right:8px!important;padding-left:8px!important}.p-8{padding:8px!important}.mt-10{margin-top:10px!important}.mr-10{margin-right:10px!important}.mb-10{margin-bottom:10px!important}.ml-10{margin-left:10px!important}.my-10{margin-top:10px!important;margin-bottom:10px!important}.mx-10{margin-right:10px!important;margin-left:10px!important}.m-10{margin:10px!important}.pt-10{padding-top:10px!important}.pr-10{padding-right:10px!important}.pb-10{padding-bottom:10px!important}.pl-10{padding-left:10px!important}.py-10{padding-top:10px!important;padding-bottom:10px!important}.px-10{padding-right:10px!important;padding-left:10px!important}.p-10{padding:10px!important}.mt-12{margin-top:12px!important}.mr-12{margin-right:12px!important}.mb-12{margin-bottom:12px!important}.ml-12{margin-left:12px!important}.my-12{margin-top:12px!important;margin-bottom:12px!important}.mx-12{margin-right:12px!important;margin-left:12px!important}.m-12{margin:12px!important}.pt-12{padding-top:12px!important}.pr-12{padding-right:12px!important}.pb-12{padding-bottom:12px!important}.pl-12{padding-left:12px!important}.py-12{padding-top:12px!important;padding-bottom:12px!important}.px-12{padding-right:12px!important;padding-left:12px!important}.p-12{padding:12px!important}.mt-13{margin-top:13px!important}.mr-13{margin-right:13px!important}.mb-13{margin-bottom:13px!important}.ml-13{margin-left:13px!important}.my-13{margin-top:13px!important;margin-bottom:13px!important}.mx-13{margin-right:13px!important;margin-left:13px!important}.m-13{margin:13px!important}.pt-13{padding-top:13px!important}.pr-13{padding-right:13px!important}.pb-13{padding-bottom:13px!important}.pl-13{padding-left:13px!important}.py-13{padding-top:13px!important;padding-bottom:13px!important}.px-13{padding-right:13px!important;padding-left:13px!important}.p-13{padding:13px!important}.mt-16{margin-top:16px!important}.mr-16{margin-right:16px!important}.mb-16{margin-bottom:16px!important}.ml-16{margin-left:16px!important}.my-16{margin-top:16px!important;margin-bottom:16px!important}.mx-16{margin-right:16px!important;margin-left:16px!important}.m-16{margin:16px!important}.pt-16{padding-top:16px!important}.pr-16{padding-right:16px!important}.pb-16{padding-bottom:16px!important}.pl-16{padding-left:16px!important}.py-16{padding-top:16px!important;padding-bottom:16px!important}.px-16{padding-right:16px!important;padding-left:16px!important}.p-16{padding:16px!important}.mt-20{margin-top:20px!important}.mr-20{margin-right:20px!important}.mb-20{margin-bottom:20px!important}.ml-20{margin-left:20px!important}.my-20{margin-top:20px!important;margin-bottom:20px!important}.mx-20{margin-right:20px!important;margin-left:20px!important}.m-20{margin:20px!important}.pt-20{padding-top:20px!important}.pr-20{padding-right:20px!important}.pb-20{padding-bottom:20px!important}.pl-20{padding-left:20px!important}.py-20{padding-top:20px!important;padding-bottom:20px!important}.px-20{padding-right:20px!important;padding-left:20px!important}.p-20{padding:20px!important}.mt-30{margin-top:30px!important}.mr-30{margin-right:30px!important}.mb-30{margin-bottom:30px!important}.ml-30{margin-left:30px!important}.my-30{margin-top:30px!important;margin-bottom:30px!important}.mx-30{margin-right:30px!important;margin-left:30px!important}.m-30{margin:30px!important}.pt-30{padding-top:30px!important}.pr-30{padding-right:30px!important}.pb-30{padding-bottom:30px!important}.pl-30{padding-left:30px!important}.py-30{padding-top:30px!important;padding-bottom:30px!important}.px-30{padding-right:30px!important;padding-left:30px!important}.p-30{padding:30px!important}.mt-40{margin-top:40px!important}.mr-40{margin-right:40px!important}.mb-40{margin-bottom:40px!important}.ml-40{margin-left:40px!important}.my-40{margin-top:40px!important;margin-bottom:40px!important}.mx-40{margin-right:40px!important;margin-left:40px!important}.m-40{margin:40px!important}.pt-40{padding-top:40px!important}.pr-40{padding-right:40px!important}.pb-40{padding-bottom:40px!important}.pl-40{padding-left:40px!important}.py-40{padding-top:40px!important;padding-bottom:40px!important}.px-40{padding-right:40px!important;padding-left:40px!important}.p-40{padding:40px!important}.mt-50{margin-top:50px!important}.mr-50{margin-right:50px!important}.mb-50{margin-bottom:50px!important}.ml-50{margin-left:50px!important}.my-50{margin-top:50px!important;margin-bottom:50px!important}.mx-50{margin-right:50px!important;margin-left:50px!important}.m-50{margin:50px!important}.pt-50{padding-top:50px!important}.pr-50{padding-right:50px!important}.pb-50{padding-bottom:50px!important}.pl-50{padding-left:50px!important}.py-50{padding-top:50px!important;padding-bottom:50px!important}.px-50{padding-right:50px!important;padding-left:50px!important}.p-50{padding:50px!important}.mt-70{margin-top:70px!important}.mr-70{margin-right:70px!important}.mb-70{margin-bottom:70px!important}.ml-70{margin-left:70px!important}.my-70{margin-top:70px!important;margin-bottom:70px!important}.mx-70{margin-right:70px!important;margin-left:70px!important}.m-70{margin:70px!important}.pt-70{padding-top:70px!important}.pr-70{padding-right:70px!important}.pb-70{padding-bottom:70px!important}.pl-70{padding-left:70px!important}.py-70{padding-top:70px!important;padding-bottom:70px!important}.px-70{padding-right:70px!important;padding-left:70px!important}.p-70{padding:70px!important}.mt-250{margin-top:250px!important}.mr-250{margin-right:250px!important}.mb-250{margin-bottom:250px!important}.ml-250{margin-left:250px!important}.my-250{margin-top:250px!important;margin-bottom:250px!important}.mx-250{margin-right:250px!important;margin-left:250px!important}.m-250{margin:250px!important}.pt-250{padding-top:250px!important}.pr-250{padding-right:250px!important}.pb-250{padding-bottom:250px!important}.pl-250{padding-left:250px!important}.py-250{padding-top:250px!important;padding-bottom:250px!important}.px-250{padding-right:250px!important;padding-left:250px!important}.p-250{padding:250px!important}.top-0{top:0!important}.right-0{right:0!important}.bottom-0{bottom:0!important}.left-0{left:0!important}.font-weight-u-light{font-weight:100!important}.font-weight-light{font-weight:300!important}.font-weight-normal{font-weight:400!important}.font-weight-medium{font-weight:500!important}.font-weight-bold{font-weight:600!important}.font-weight-c-bold{font-weight:700!important}.font-weight-black{font-weight:900!important}.fs-10{font-size:.625rem!important}.fs-11{font-size:.6875rem!important}.fs-12{font-size:.75rem!important}.fs-13{font-size:.8125rem!important}.fs-14{font-size:.875rem!important}.fs-15{font-size:.9375rem!important}.fs-16{font-size:1rem!important}.fs-17{font-size:1.0625rem!important}.fs-18{font-size:1.125rem!important}.fs-20{font-size:1.25rem!important}.fs-24{font-size:1.5rem!important}.fs-30{font-size:1.875rem!important}.fs-48{font-size:3rem!important}.fs-50{font-size:3.125rem!important}.fs-64{font-size:4rem!important}.fs-96{font-size:6rem!important}.fs-128{font-size:8rem!important}body.Large .fs-10{font-size:.6875rem!important}body.Large .fs-11{font-size:.75rem!important}body.Large .fs-12{font-size:.8125rem!important}body.Large .fs-13{font-size:.875rem!important}body.Large .fs-14{font-size:.9375rem!important}body.Large .fs-15{font-size:1rem!important}body.Large .fs-16{font-size:1.0625rem!important}body.Large .fs-17{font-size:1.125rem!important}body.Large .fs-18{font-size:1.1875rem!important}body.Large .fs-20{font-size:1.3125rem!important}body.Large .fs-24{font-size:1.5625rem!important}body.Large .fs-30{font-size:1.9375rem!important}body.Large .fs-48{font-size:3.0625rem!important}body.Large .fs-50{font-size:3.1875rem!important}body.Large .fs-64{font-size:4.0625rem!important}body.Large .fs-96{font-size:6.0625rem!important}body.Large .fs-128{font-size:8.0625rem!important}body.Small .fs-10{font-size:.5625rem!important}body.Small .fs-11{font-size:.625rem!important}body.Small .fs-12{font-size:.6875rem!important}body.Small .fs-13{font-size:.75rem!important}body.Small .fs-14{font-size:.8125rem!important}body.Small .fs-15{font-size:.875rem!important}body.Small .fs-16{font-size:.9375rem!important}body.Small .fs-17{font-size:1rem!important}body.Small .fs-18{font-size:1.0625rem!important}body.Small .fs-20{font-size:1.1875rem!important}body.Small .fs-24{font-size:1.4375rem!important}body.Small .fs-30{font-size:1.8125rem!important}body.Small .fs-48{font-size:2.9375rem!important}body.Small .fs-50{font-size:3.0625rem!important}body.Small .fs-64{font-size:3.9375rem!important}body.Small .fs-96{font-size:5.9375rem!important}body.Small .fs-128{font-size:7.9375rem!important}.bg-transparent{background-color:transparent!important}.border--style-solid{border-style:"solid"!important}.border-top--style-solid{border-top-style:"solid"!important}.border-right--style-solid{border-right-style:"solid"!important}.border-bottom--style-solid{border-bottom-style:"solid"!important}.border-left--style-solid{border-left-style:"solid"!important}.border--style-dotted{border-style:"dotted"!important}.border-top--style-dotted{border-top-style:"dotted"!important}.border-right--style-dotted{border-right-style:"dotted"!important}.border-bottom--style-dotted{border-bottom-style:"dotted"!important}.border-left--style-dotted{border-left-style:"dotted"!important}.border--style-dashed{border-style:"dashed"!important}.border-top--style-dashed{border-top-style:"dashed"!important}.border-right--style-dashed{border-right-style:"dashed"!important}.border-bottom--style-dashed{border-bottom-style:"dashed"!important}.border-left--style-dashed{border-left-style:"dashed"!important}.w-5{width:5%!important}.max-w-5{max-width:5%!important}.w-10{width:10%!important}.max-w-10{max-width:10%!important}.w-15{width:15%!important}.max-w-15{max-width:15%!important}.w-20{width:20%!important}.max-w-20{max-width:20%!important}.w-25{width:25%!important}.max-w-25{max-width:25%!important}.w-30{width:30%!important}.max-w-30{max-width:30%!important}.w-35{width:35%!important}.max-w-35{max-width:35%!important}.w-40{width:40%!important}.max-w-40{max-width:40%!important}.w-45{width:45%!important}.max-w-45{max-width:45%!important}.w-50{width:50%!important}.max-w-50{max-width:50%!important}.w-55{width:55%!important}.max-w-55{max-width:55%!important}.w-60{width:60%!important}.max-w-60{max-width:60%!important}.w-65{width:65%!important}.max-w-65{max-width:65%!important}.w-70{width:70%!important}.max-w-70{max-width:70%!important}.w-75{width:75%!important}.max-w-75{max-width:75%!important}.w-80{width:80%!important}.max-w-80{max-width:80%!important}.w-85{width:85%!important}.max-w-85{max-width:85%!important}.w-90{width:90%!important}.max-w-90{max-width:90%!important}.w-95{width:95%!important}.max-w-95{max-width:95%!important}.w-100{width:100%!important}.max-w-100{max-width:100%!important}[id=app]{width:100%;height:100%;color:gold;font-family:sans-serif}[id=A],[id=B],[id=C]{padding:1rem}.mx--10{margin-right:-10px;margin-left:-10px}.btn-more{color:#1d97ef;background-color:#e9ecef}.btn-add-to-card,.btn-more:hover{color:#fff;background-color:#1d97ef}.btn-add-to-card{border-color:#1d97ef}.btn-add-to-card:hover{color:#fff;background-color:#0f83d7;border-color:#0e7ccb}.btn-add-to-card.focus,.btn-add-to-card:focus{box-shadow:0 0 0 .2rem rgba(29,151,239,.5)}.btn-add-to-card.disabled,.btn-add-to-card:disabled{color:#fff;background-color:#1d97ef;border-color:#1d97ef}.btn-add-to-card:not(:disabled):not(.disabled).active,.btn-add-to-card:not(:disabled):not(.disabled):active,.show>.btn-add-to-card.dropdown-toggle{color:#fff;background-color:#0e7ccb;border-color:#0e74bf}.btn-add-to-card:not(:disabled):not(.disabled).active:focus,.btn-add-to-card:not(:disabled):not(.disabled):active:focus,.show>.btn-add-to-card.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(29,151,239,.5)}.btn-cancel{color:#fff;background-color:#2d84a8;border-color:#2d84a8}.btn-cancel:hover{color:#fff;background-color:#256c8a;border-color:#226480}.btn-cancel.focus,.btn-cancel:focus{box-shadow:0 0 0 .2rem rgba(45,132,168,.5)}.btn-cancel.disabled,.btn-cancel:disabled{color:#fff;background-color:#2d84a8;border-color:#2d84a8}.btn-cancel:not(:disabled):not(.disabled).active,.btn-cancel:not(:disabled):not(.disabled):active,.show>.btn-cancel.dropdown-toggle{color:#fff;background-color:#226480;border-color:#205c76}.btn-cancel:not(:disabled):not(.disabled).active:focus,.btn-cancel:not(:disabled):not(.disabled):active:focus,.show>.btn-cancel.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(45,132,168,.5)}.btn-cus{border-radius:20px;height:20px;width:20px;padding:0;text-align:center;color:#fff;text-transform:uppercase}.btn-cus:after{display:none}.btn-cus-nomal{border-radius:20px;height:20px;line-height:18px;display:inline-block;padding:0 15px;text-align:center;font-size:11px;color:#fff;text-transform:uppercase}.btn-cus-nomal.active{background-color:#2d84a8!important;font-weight:600}.btn-cus-nomal:hover{color:#fff}.btn-cus-nomal:after{display:none}.btn-cus-nomal i{vertical-align:middle}.btn-groupcus-line{display:inline-block;background-color:#24262e;border-radius:20px}.light-mode .btn-more{color:#1d97ef}.light-mode .btn-more:hover{color:#1f2023;background-color:#1d97ef}.light-mode .btn-add-to-card{color:#fff;background-color:#1d97ef;border-color:#1d97ef}.light-mode .btn-add-to-card:hover{color:#fff;background-color:#0f83d7;border-color:#0e7ccb}.light-mode .btn-add-to-card.focus,.light-mode .btn-add-to-card:focus{box-shadow:0 0 0 .2rem rgba(29,151,239,.5)}.light-mode .btn-add-to-card.disabled,.light-mode .btn-add-to-card:disabled{color:#fff;background-color:#1d97ef;border-color:#1d97ef}.light-mode .btn-add-to-card:not(:disabled):not(.disabled).active,.light-mode .btn-add-to-card:not(:disabled):not(.disabled):active,.show>.light-mode .btn-add-to-card.dropdown-toggle{color:#fff;background-color:#0e7ccb;border-color:#0e74bf}.light-mode .btn-add-to-card:not(:disabled):not(.disabled).active:focus,.light-mode .btn-add-to-card:not(:disabled):not(.disabled):active:focus,.show>.light-mode .btn-add-to-card.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(29,151,239,.5)}.light-mode .btn-cancel{color:#fff;background-color:#2c73e8;border-color:#2c73e8}.light-mode .btn-cancel:hover{color:#fff;background-color:#1760d6;border-color:#165acb}.light-mode .btn-cancel.focus,.light-mode .btn-cancel:focus{box-shadow:0 0 0 .2rem rgba(44,115,232,.5)}.light-mode .btn-cancel.disabled,.light-mode .btn-cancel:disabled{color:#fff;background-color:#2c73e8;border-color:#2c73e8}.light-mode .btn-cancel:not(:disabled):not(.disabled).active,.light-mode .btn-cancel:not(:disabled):not(.disabled):active,.show>.light-mode .btn-cancel.dropdown-toggle{color:#fff;background-color:#165acb;border-color:#1555bf}.light-mode .btn-cancel:not(:disabled):not(.disabled).active:focus,.light-mode .btn-cancel:not(:disabled):not(.disabled):active:focus,.show>.light-mode .btn-cancel.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(44,115,232,.5)}.light-mode .btn-cus{color:#1f2023}.light-mode .btn-cus-nomal{color:#2b457d}.light-mode .btn-cus-nomal.active{background-color:#2c73e8!important}.light-mode .text-from-to .btn-cus-nomal{color:#2b457d}.light-mode .btn-groupcus-line{background-color:#f1f3f4}.header-section{width:100%;height:62px;background-color:#1e242e;position:fixed;top:0;left:0;z-index:99;padding:0 10px}.fiidropdown,.fiidropdown a{position:relative}.fiidropdown a{color:#fff;display:inline-block}.fiidropdown a .notifi-dot{position:absolute;background:#ffc859;width:6px;height:6px;border-radius:5px;z-index:1;bottom:3px;left:12px}.fiidropdown ul{position:absolute;z-index:9999;list-style:none;background-color:#3a4454;padding:8px;display:none;border-radius:5px;min-width:120px;top:28px;left:0;text-align:left}.fiidropdown ul li{display:block;padding:2px 0;border-bottom:1px solid #474f5d}.fiidropdown ul li a{display:block;opacity:.6}.fiidropdown ul li a:hover{opacity:1}.fiidropdown ul li:last-child{border-bottom:none}.fiidropdown ul:before{content:"";height:17px;width:100%;position:absolute;top:-17px;left:0;z-index:1}.fiidropdown:hover ul{display:block}.fiidropdown.right ul{top:24px;right:0;left:inherit}.light-mode .header-section{background-color:#fff}.light-mode .fiidropdown a{color:#1f2023}.light-mode .fiidropdown a .notifi-dot{background:#ffc859}.light-mode .fiidropdown ul{background-color:#fff;box-shadow:0 0 5px 0 rgba(0,0,0,.25)}.light-mode .fiidropdown ul li{border-bottom:1px solid #59616f}.light-mode .fiidropdown ul li:last-child{border-bottom:none}.brand{display:inline-block;height:auto;margin:10px 10px 10px 0;text-align:left;width:100%}.brand a{float:left;text-align:left}.brand a img{max-width:100%;max-height:50px;min-width:177px;width:177px}.account-info{display:inline-block}.account-info a i{font-size:13px;margin-top:0}.account-info a .notifi-dot{position:absolute;background:#ffc859;width:4px;height:4px;border-radius:5px;z-index:1;bottom:1px;left:13px}.light-mode .account-info a .notifi-dot{background:#ffc859}.notifi-all{display:inline-block}.notifi-all a i{font-size:13px;margin-top:0;margin-right:0}.notifi-all a .notifi-dot{position:absolute;background:#ffc859;width:4px;height:4px;border-radius:5px;z-index:1;bottom:1px;left:13px}.light-mode .notifi-all a .notifi-dot{background:#ffc859}.help-link,.help-link a{display:inline-block}.help-link a{color:#fff;position:relative}.help-link a i{font-size:15px;float:left;margin-top:0;margin-right:5px}.light-mode .help-link a{color:#1f2023}.change-language{display:inline-block}.change-language a span{width:15px;border-radius:15px;line-height:0;margin-top:0}.change-language a span img{margin-top:-5px}.light-mode .change-language a span{background-color:#1f2023}.logout-link,.logout-link a{display:inline-block}.logout-link a{color:#fff;position:relative}.logout-link a i{font-size:13px;margin-top:0}.light-mode .logout-link a{color:#1f2023}.quick-ac-com,.quick-ac-com ul{display:inline-block}.quick-ac-com ul{list-style:none}.quick-ac-com ul li{display:inline-block;margin-left:3px}.quick-ac-com ul li a{width:20px;height:20px;display:block;text-align:center}.quick-ac-com ul li a span{width:100%;height:100%;line-height:22px;background-color:#24262e;display:block;border-radius:20px;box-shadow:0 2px 4px 0 rgba(16,16,16,.2)}.quick-ac-com ul li a span.active,.quick-ac-com ul li a span:hover{background-color:#2d84a8!important}.quick-ac-com ul li a span i.fs-12{font-size:11px!important;color:#fff}.quick-ac-com ul li a:hover{box-shadow:0 0 10px 0 rgba(0,0,0,.5);border-radius:20px}.light-mode .quick-ac-com ul li a span{background-color:#f1f3f4;box-shadow:none}.light-mode .quick-ac-com ul li a span.active,.light-mode .quick-ac-com ul li a span:hover{background-color:#2c73e8!important}.light-mode .quick-ac-com ul li a span i{color:#2b457d}.search-box-top{width:120px;margin-top:8px}.search-box-top .search-tool-box{position:relative}.search-box-top .search-tool-box input{width:100%;border:0;background-color:#2a2d34;border-radius:30px;padding-left:10px;padding-right:10px;font-size:12px;line-height:20px;height:20px;color:#fff}.search-box-top .search-tool-box input::-webkit-input-placeholder{color:#555;opacity:1}.search-box-top .search-tool-box input:-ms-input-placeholder{opacity:1}.search-box-top .search-tool-box input::-ms-input-placeholder{opacity:1}.search-box-top .search-tool-box input::placeholder{color:#555;opacity:1}.search-box-top .search-tool-box input:-ms-input-placeholder{color:#555}.search-box-top .search-tool-box input::-ms-input-placeholder{color:#555}.search-box-top .search-tool-box button{position:absolute;top:3px;right:2px;background:transparent;border:0;color:#fff;font-size:10px}.light-mode .search-tool-box input{background-color:#f1f3f4;color:#1f2023}.light-mode .search-tool-box input::-webkit-input-placeholder{color:#555}.light-mode .search-tool-box input::placeholder{color:#555}.light-mode .search-tool-box input:-ms-input-placeholder{color:#555}.light-mode .search-tool-box input::-ms-input-placeholder{color:#555}.light-mode .search-tool-box button{color:#1f2023}.notifi-maque-wrap{margin-top:8px;margin-left:24px!important;width:calc(100% - 50px)!important;min-width:200px}.notifi-maque-wrap .notifi-maque{overflow:hidden;width:100%;display:-webkit-flex;display:flex;height:20px;border-radius:20px;background-color:#2a2d34;padding:0 8px}.notifi-maque-wrap .notifi-maque .action-button{display:inline-block;width:60px;margin-top:-1px;margin-left:-1px}.notifi-maque-wrap .notifi-maque .action-button button{width:20px;height:20px;line-height:23px;padding:0;background:transparent;color:#fff;display:inline-block;float:left;border:none}.notifi-maque-wrap .notifi-maque .action-button button:last-child{border-left:0;border-radius:0 2px 2px 0}.notifi-maque-wrap .notifi-maque .content-maque{display:inline-block;-webkit-flex:1 1;flex:1 1;text-align:center}.notifi-maque-wrap .notifi-maque .content-maque:hover{-webkit-animation-play-state:paused;animation-play-state:paused}.notifi-maque-wrap .notifi-maque .content-maque .item-content{display:inline-block;padding-left:10px;padding-right:5px;height:20px;line-height:19px}.light-mode .notifi-maque{background-color:#f1f3f4}.light-mode .notifi-maque .action-button button{color:#1f2023}@-webkit-keyframes marquee{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-100%);transform:translate(-100%)}}@keyframes marquee{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-100%);transform:translate(-100%)}}.show{display:block}.hide{display:none}.fiintrade-main{width:100%;height:100%;overflow-y:auto;position:fixed;z-index:9}#goldenWrapper{height:100%;position:relative;width:100%;overflow:hidden}#goldenWrapper #layoutContainer{width:100%;height:100%;position:absolute;top:0;left:0}inpu{font-size:12px}.btn:focus{box-shadow:none}.checkbox{cursor:pointer;position:relative}.checkbox input[type=checkbox]{opacity:0;display:block;height:20px;margin:0;position:absolute;z-index:9;top:2px;left:0;width:100%;cursor:pointer}.checkbox input[type=checkbox]+label{font-weight:400;position:relative;cursor:pointer;white-space:nowrap;color:#fff;margin-bottom:0;overflow-y:hidden;width:100%;padding-left:25px!important}.checkbox input[type=checkbox]+label:hover,.checkbox input[type=checkbox]:focus+label{color:#fff}.checkbox input[type=checkbox]+label:before{font-family:fiintrade;color:#fff;display:inline-block;content:"\E926";width:15px;height:15px;position:absolute;left:5px;top:2px;font-size:11px!important}.checkbox input[type=checkbox]:checked+label:before{font-family:fiintrade;content:"\E927";color:#47c3ff;font-size:11px!important;top:1px}.check-list-inline .checkbox label{text-align:left}.check-list-inline .checkbox label span{margin-top:2px;display:inline-block}.text-nomal{text-transform:none}.group-sticker{width:auto}.group-sticker .left-info-widget__title{width:auto;display:inline-block}.group-sticker .left-info-widget__metas .item-first strong{margin-top:-11px}.group-sticker .left-info-widget__metas .item-first span{margin-top:0}.btn-label-cus{background-color:#ffc859;padding:2px 4px;border-radius:7px;color:#1f2329;font-weight:600;display:inline-block}.table-news tr th{text-align:left}.table-news tr th:last-child{min-width:85px;text-align:center!important}.table-news tr td .list-check .checkbox input[type=checkbox]{width:80px}.table-news .group-list-date{padding-left:8px;font-weight:600;margin:5px 0 5px -9px;position:relative;text-transform:capitalize}.table-news .group-list-date:before{content:"";width:2px;height:12px;top:3px;left:0;background-color:#47c3ff;position:absolute}.table-news .item-news.active{background-color:#215368!important}.table-news .item-news.active td{border:none}.table-news .item-news.active td .star{opacity:1!important}.table-news .item-news.active td .header-title span{font-weight:600}.table-news .item-news.active td:after{background-color:#215368}.table-news .item-news .header-title.readed span{font-weight:400;opacity:.5!important}.table-news .item-news .header-title span{padding:3px 10px 3px 0;float:left;width:calc(100% - 44px);font-weight:400}.table-news .item-news .header-title .pin-news{width:44px;float:right;position:relative}.table-news .item-news .header-title .pin-news img{width:15px}.table-news .item-news .header-title .pin-news small{position:absolute;top:0;left:18px;font-size:6px;font-weight:600;color:#f68b1f}.table-news .item-news .dropdown-menu{min-width:90px!important;padding:0}.table-news .item-news .content-des{font-size:11px;float:left}.table-news .star-fill{border-radius:3px;background-color:#ffc859;color:#1f2329}.table-news .star-fill,.table-news .star-strock{width:15px;height:15px;margin:5px;line-height:15px;display:inline-block;text-align:center;font-size:10px}.table-news .star-strock{border-radius:3px;border:1px solid #fff;color:#fff}.table-news .disa{opacity:.25}.sideleft-section .side-dropdown .sidebar-drop{top:-42px!important}.list-check .checkbox input[type=checkbox]+label{overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.drop-sort .dropdown-menu.drop-th{left:25px!important;width:73px!important;overflow:hidden!important;font-size:10px;padding-left:0}.drop-sort .dropdown-menu.drop-th a{padding-left:6px;padding-right:6px}.tabs-right-top .btn{display:inline-block}.share-sns{display:block;float:left;width:100%;font-size:10px}.share-sns a{color:#fff;display:inline-block;position:relative}.share-sns a i{font-size:11px}.share-sns a:hover{color:#8d2595}.share-sns a:hover i{position:relative;z-index:1}.group-action-ticker{display:inline-block}.group-action-ticker .btn-cus{height:13px;width:13px;line-height:9px}.group-action-ticker .group-btn .btn-cus{height:20px;line-height:9px}.group-action-ticker .item-btn{margin:0 3px;opacity:0}.group-action-ticker .btn-delete{display:inline-block;opacity:0;position:relative;width:15px;height:15px;background:transparent;border:0}.group-action-ticker .btn-delete i{position:absolute;top:5px;left:0}.table-wl-summary tbody tr:hover .btn-delete,.table-wl-summary tbody tr:hover .item-btn{opacity:1}.line-drop{border-top:1px solid #424955!important;display:inline-block}.group-action-ticker{display:-webkit-flex;display:flex}.group-action-ticker .dropdown-item i{margin-top:3px;padding-right:8px;margin-left:-4px}.sorting-head{cursor:pointer;float:right;margin-top:1px}.drop-sort,.sorting-head{display:inline-block}.drop-sort button{background:transparent;color:#fff;border:none}.drop-sort button:after{display:none}.drop-sort .dropdown-menu{width:90px!important;min-width:70px}.scroll-drop::-webkit-scrollbar-thumb{background:#2e333c!important}.scroll-drop::-webkit-scrollbar-track{background:transparent}.scroll-drop{max-height:140px;overflow-y:auto;position:relative;overflow-x:hidden}.check-list-inline{float:left;width:calc(80% - 20px)}.check-list-inline .list-check{float:left;width:100%}.check-list-inline .list-check .title-check-list{display:inline-block;margin-top:1px;float:left;padding-left:10px;padding-right:15px}.check-list-inline .list-check .checkbox{display:inline-block;position:relative;margin-left:20px}.check-list-inline .list-check .checkbox input[type=checkbox]+label:before{font-size:11px;left:0;position:absolute}.check-list-inline .list-check .checkbox label{font-size:9px;font-weight:600}.check-list-inline .list-check .checkbox label a{padding:0 10px;height:19px;line-height:20px}.fix-width-chart{width:100px!important;overflow:hidden;text-align:unset!important}.dropdown-active{background-color:#2d84a8!important}.drop-100{max-height:310px!important}.drop-10{max-height:280px!important}.light-mode table tr td{color:#1f2023}.light-mode .item-filter .btn-group .drop-cus:focus{background-color:#2b457d!important;color:#fff!important;border-radius:10px!important}.light-mode .line-drop .item-filter .btn-group .drop-cus:focus{color:#1f2023!important}.light-mode .checkbox input[type=checkbox]+label,.light-mode .checkbox input[type=checkbox]+label:before,.light-mode .checkbox input[type=checkbox]+label:hover,.light-mode .checkbox input[type=checkbox]:focus+label{color:#333}.light-mode .checkbox input[type=checkbox]:checked+label:before{color:#2c73e8}.light-mode .btn-label-cus{background-color:#ffc859;color:#fff}.light-mode .item-news.active{background-color:#215368!important}.light-mode .item-news.active td:after{background-color:#215368}.light-mode .item-news .header-title .pin-news small{color:#f68b1f}.light-mode .star-fill{background-color:#ffc859;color:#1f2329}.light-mode .star-strock{border:1px solid #1f2023;color:#1f2023}.light-mode .share-sns a{color:#1f2023}.light-mode .share-sns a:hover{color:#8d2595}.light-mode .dropdown-active{background-color:#2b457d!important;color:#fff!important}.timeline{width:auto;border-bottom:.05rem dashed #969696;position:relative;margin-left:10px}.timeline:before{content:"";width:10px;height:10px;border-radius:10px;border:1px solid #969696;color:#969696;position:absolute;left:-10px;bottom:-5px}.timeline:after{content:"\E942";font-family:fiintrade;font-size:12px;color:#969696;position:absolute;right:-4px;bottom:-10px}.timeline .timeline-node{display:inline-block;width:calc((100% - 20px)/7);min-width:65px}.timeline .timeline-node .timeline-day{text-align:center}.timeline .timeline-node .timeline-day .group-day{width:60px;height:30px;margin:auto;border-radius:5px 5px 0 0;position:relative;cursor:pointer;padding-top:5px}.timeline .timeline-node .timeline-day .group-day:after{content:"";width:100%;position:absolute;left:0;bottom:-3px}.timeline .timeline-node .timeline-day .group-day.active,.timeline .timeline-node .timeline-day .group-day.active:after,.timeline .timeline-node .timeline-day .group-day:hover,.timeline .timeline-node .timeline-day .group-day:hover:after{background:#2d84a8}.timeline .timeline-node .timeline-day .group-day .day{width:38px;height:10px;display:inline-block;float:left;font-size:9px;font-weight:600;text-align:center}.timeline .timeline-node .timeline-day .group-day .month{width:38px;height:9px;display:inline-block;float:left;font-size:8px;text-align:center}.timeline .timeline-node .timeline-day .group-day .date{width:26px;display:inline-block;float:right;font-size:20px;font-weight:600;margin-top:-24px;text-align:left}.timeline .timeline-nav-prev{width:calc((100% - 20px)/7);display:inline-block;text-align:left}.timeline .timeline-nav-prev a{color:#fff;opacity:.5;padding:5px 0;display:inline-block;float:left}.timeline .timeline-nav-prev a:hover{opacity:1}.timeline .timeline-nav-next{width:calc((100% - 20px)/7);display:inline-block;text-align:right}.timeline .timeline-nav-next a{color:#fff;opacity:.5;padding:5px 0;display:inline-block;float:right}.timeline .timeline-nav-next a:hover{opacity:1}table.table-news tbody tr:hover{background-color:rgba(45,132,168,.5)!important}table.table-news tbody tr:hover .header-title a{color:#fff;opacity:1}table.table-news tbody tr:hover .content-des a{padding-left:6px;color:#47c3ff}table.table-news tbody tr:hover .content-des a:hover{color:#47c3ff}table.table-news tbody tr:hover .share-sns a{color:#fff}table.table-news tbody tr:hover .share-sns a:after{background-color:#1f2329}table.table-news tbody tr:hover .share-sns a:hover{color:#8d2595}table.table-news tbody tr:hover .share-sns a:hover:after{background-color:#fff}table.table-news tbody tr:nth-child(2n):hover{background-color:rgba(45,132,168,.5)!important}table.table-news tbody tr:nth-child(2n):hover .header-title a{color:#fff;opacity:1}table.table-news tbody tr:nth-child(2n):hover .content-des a{padding-left:6px;color:#47c3ff}table.table-news tbody tr:nth-child(2n):hover .content-des a:hover{color:#47c3ff}table.table-news tbody tr:nth-child(2n):hover .share-sns a{color:#fff}table.table-news tbody tr:nth-child(2n):hover .share-sns a:after{background-color:#1f2329}table.table-news tbody tr:nth-child(2n):hover .share-sns a:hover{color:#8d2595}table.table-news tbody tr:nth-child(2n):hover .share-sns a:hover:after{background-color:#fff}table.table-news tbody tr .content-des{white-space:normal}table.table-news tbody tr .content-des a{padding-left:6px}.input-search-custome{font-size:18px;font-weight:700;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#fff;border-radius:0!important;background:transparent!important;padding:10px 0!important;border-bottom:1px solid rgba(85,85,85,.5)!important;height:30px!important}.item-filter .dropdown-toggle{background-color:#2d84a8;border-radius:3px!important}.drop-mecus{margin:0;padding:0}.reset-padding{padding:0!important}.custom-padding{padding-top:2px!important}.custom-padding-2{padding-top:8px!important}.radio-alert-setting-personal{width:100%}.radio-alert-setting-personal input[type=checkbox]{display:block;width:100%;height:20px;margin:0;position:absolute;z-index:9;color:#afb1b3}.radio-alert-setting-personal input[type=checkbox]+label{font-weight:400;right:5px;left:5px;padding-left:.5em;cursor:pointer;white-space:nowrap;color:#afb1b3;margin-bottom:0;overflow-y:hidden;overflow-x:hidden}.radio-alert-setting-personal input[type=checkbox]+label:hover,.radio-alert-setting-personal input[type=checkbox]:focus+label{color:#afb1b3}.radio-alert-setting-personal input[type=checkbox]+label:before{font-family:fiintrade;color:#afb1b3;display:inline-block;content:"\E926";width:1.5em}.radio-alert-setting-personal input[type=checkbox]:checked+label:before{font-family:fiintrade;content:"\E927";color:#47c3ff}.trading-view-url,.trading-view-url:hover{color:#fff}.light-mode .trading-view-url,.light-mode .trading-view-url:hover{color:#1f2023}.light-mode .btn-label-cus{color:#1f2023!important}.sideleft-section{width:36px;height:calc(100% - 68px);background-color:#1e242e;position:fixed;top:70px;left:0;z-index:999}.sideleft-section ul{list-style:none;margin:0;padding:0}.sideleft-section ul li{display:block;text-align:center;height:36px}.sideleft-section ul li a{display:block;height:100%;text-decoration:none;line-height:33px;font-size:18px;opacity:.5}.sideleft-section ul li a i{color:#d2d2d2;vertical-align:middle!important}.sideleft-section ul li a:hover{background-color:hsla(0,0%,100%,.2);opacity:1}.side-dropdown .dropdown-menu{min-width:180px;top:-1px!important;left:38px!important;background-color:#1e242e}.side-dropdown .search-box{max-width:150px}.side-dropdown .search-box .search-input{background:#2a2d34!important}.group-list{color:#fff}.group-list .title-group{text-align:left;background-color:#252b35;padding:4px 13px}.group-list .list li{height:auto!important;text-align:left}.group-list .list li a,.group-list .list li span{font-size:12px;color:#fff;opacity:.5;padding:3px 13px;line-height:20px;position:relative}.group-list .list li a:before,.group-list .list li span:before{content:"";width:2px;height:100%;background-color:#47c3ff;position:absolute;top:0;left:0;z-index:1;display:none}.group-list .list li a:hover,.group-list .list li span:hover{opacity:1;background-color:#2d84a8}.group-list .list li a:hover:before,.group-list .list li span:hover:before{display:block}.light-mode .sideleft-section{background-color:#fff}.light-mode .sideleft-section ul li a i{color:#2b457d!important}.light-mode .sideleft-section ul li a:hover{background-color:rgba(31,32,35,.2)}.light-mode .side-dropdown .dropdown-menu{background-color:#fff}.light-mode .side-dropdown .search-box .search-input{background:#f1f3f4!important}.light-mode .group-list{color:#1f2023;background-color:#fff}.light-mode .group-list .title-group,.light-mode .list li a{color:#1f2023}.light-mode .list li a:before{background-color:#47c3ff}.light-mode .list li a:hover{background-color:#2c73e8}.footer-section{width:100%;height:36px;background-color:#1e242e;position:fixed;bottom:0;left:0}.light-mode .footer-section{background-color:#fff}.btn-plus{background:transparent;color:#fff;border:0;text-align:center;padding:0;cursor:pointer;font-size:15px}.light-mode .btn-plus{color:#1f2023}.footer-status .btn-border{padding:3px 10px}.footer-status button{border:0;background:transparent;color:#fff;font-size:15px}.footer-section .text-white{font-weight:600}.footer-section .bor-s-color-5.border{border-radius:20px!important;border-color:#009d5b!important}.light-mode .footer-status button{color:#1f2023}body .text-t-color-1{color:#1f2329}body .bg-t-color-1{background-color:#1f2329}body .bor-t-color-1{border-color:#1f2329}body .text-t-color-2{color:#1e242e}body .bg-t-color-2{background-color:#1e242e}body .bor-t-color-2{border-color:#1e242e}body .text-t-color-3{color:#191d25}body .bg-t-color-3{background-color:#191d25}body .bor-t-color-3{border-color:#191d25}body .text-t-color-4{color:#25282e}body .bg-t-color-4{background-color:#25282e}body .bor-t-color-4{border-color:#25282e}body .text-t-color-5{color:#2e3034}body .bg-t-color-5{background-color:#2e3034}body .bor-t-color-5{border-color:#2e3034}body .text-s-color-1{color:#fff}body .bg-s-color-1{background-color:#fff}body .bor-s-color-1{border-color:#fff}body .text-s-color-2{color:#00a7cc}body .bg-s-color-2{background-color:#00a7cc}body .bor-s-color-2{border-color:#00a7cc}body .text-s-color-3{color:#e74242}body .bg-s-color-3{background-color:#e74242}body .bor-s-color-3{border-color:#e74242}body .text-s-color-4{color:#e68837}body .bg-s-color-4{background-color:#e68837}body .bor-s-color-4{border-color:#e68837}body .text-s-color-5{color:#31bd65}body .bg-s-color-5{background-color:#31bd65}body .bor-s-color-5{border-color:#31bd65}body .text-s-color-6{color:#e549ff}body .bg-s-color-6{background-color:#e549ff}body .bor-s-color-6{border-color:#e549ff}body .text-s-color-7{color:#f88634}body .bg-s-color-7{background-color:#f88634}body .bor-s-color-7{border-color:#f88634}body .text-b-color-1{color:#1d97ef}body .bg-b-color-1{background-color:#1d97ef}body .bor-b-color-1{border-color:#1d97ef}body .text-b-color-2{color:#facc5c}body .bg-b-color-2{background-color:#facc5c}body .bor-b-color-2{border-color:#facc5c}body .text-b-color-3{color:#24262e}body .bg-b-color-3{background-color:#24262e}body .bor-b-color-3{border-color:#24262e}body .text-b-color-4{color:#1f2329}body .bg-b-color-4{background-color:#1f2329}body .bor-b-color-4{border-color:#1f2329}body .text-b-color-5{color:#215368}body .bg-b-color-5{background-color:#215368}body .bor-b-color-5{border-color:#215368}body .text-b-color-6{color:#92c0d1}body .bg-b-color-6{background-color:#92c0d1}body .bor-b-color-6{border-color:#92c0d1}body .text-l-color-1{color:#ffc859}body .bg-l-color-1{background-color:#ffc859}body .bor-l-color-1{border-color:#ffc859}body .text-l-color-2{color:#facc5c}body .bg-l-color-2{background-color:#facc5c}body .bor-l-color-2{border-color:#facc5c}body .text-l-color-3{color:#31bd65}body .bg-l-color-3{background-color:#31bd65}body .bor-l-color-3{border-color:#31bd65}body .text-l-color-4{color:#1f2329}body .bg-l-color-4{background-color:#1f2329}body .bor-l-color-4{border-color:#1f2329}body .text-l-color-5{color:#47c3ff}body .bg-l-color-5{background-color:#47c3ff}body .bor-l-color-5{border-color:#47c3ff}body .text-l-color-6{color:#359ee4}body .bg-l-color-6{background-color:#359ee4}body .bor-l-color-6{border-color:#359ee4}body .text-l-color-7{color:#969696}body .bg-l-color-7{background-color:#969696}body .bor-l-color-7{border-color:#969696}body .text-l-color-8{color:#f68b1f}body .bg-l-color-8{background-color:#f68b1f}body .bor-l-color-8{border-color:#f68b1f}body .text-l-color-9{color:#2ebd85}body .bg-l-color-9{background-color:#2ebd85}body .bor-l-color-9{border-color:#2ebd85}body .text-l-color-10{color:#8d2595}body .bg-l-color-10{background-color:#8d2595}body .bor-l-color-10{border-color:#8d2595}body .text-l-color-11{color:#252b35}body .bg-l-color-11{background-color:#252b35}body .bor-l-color-11{border-color:#252b35}body .text-l-color-12{color:#e549ff}body .bg-l-color-12{background-color:#e549ff}body .bor-l-color-12{border-color:#e549ff}body .text-p-color-1{color:#3694e9}body .bg-p-color-1{background-color:#3694e9}body .bor-p-color-1{border-color:#3694e9}body .text-p-color-2{color:#555}body .bg-p-color-2{background-color:#555}body .bor-p-color-2{border-color:#555}body .text-p-color-3{color:rgba(85,85,85,.3)}body .bg-p-color-3{background-color:rgba(85,85,85,.3)}body .bor-p-color-3{border-color:rgba(85,85,85,.3)}body .text-c-color-1{color:#31bd65}body .bg-c-color-1{background-color:#31bd65}body .bor-c-color-1{border-color:#31bd65}body .text-c-color-2{color:#e74242}body .bg-c-color-2{background-color:#e74242}body .bor-c-color-2{border-color:#e74242}body .text-c-color-3{color:#00bfbe}body .bg-c-color-3{background-color:#00bfbe}body .bor-c-color-3{border-color:#00bfbe}body .text-c-color-4{color:#e68837}body .bg-c-color-4{background-color:#e68837}body .bor-c-color-4{border-color:#e68837}body .text-c-color-5{color:#1d97ef}body .bg-c-color-5{background-color:#1d97ef}body .bor-c-color-5{border-color:#1d97ef}body .text-bo-color-1{color:#47c3ff}body .bg-bo-color-1{background-color:#47c3ff}body .bor-bo-color-1{border-color:#47c3ff}body .text-bo-color-2{color:#424955}body .bg-bo-color-2{background-color:#424955}body .bor-bo-color-2{border-color:#424955}body .text-ts-color-1{color:#3a4454}body .bg-ts-color-1{background-color:#3a4454}body .bor-ts-color-1{border-color:#3a4454}body .text-ts-color-2{color:#59616f}body .bg-ts-color-2{background-color:#59616f}body .bor-ts-color-2{border-color:#59616f}body .text-ts-color-3{color:#8d8d8e}body .bg-ts-color-3{background-color:#8d8d8e}body .bor-ts-color-3{border-color:#8d8d8e}body .text-le-color-1{color:#d2d2d2}body .bg-le-color-1{background-color:#d2d2d2}body .bor-le-color-1{border-color:#d2d2d2}body .text-ta-color-1{color:#273040}body .bg-ta-color-1{background-color:#273040}body .bor-ta-color-1{border-color:#273040}body .text-ta-color-2{color:#232931}body .bg-ta-color-2{background-color:#232931}body .bor-ta-color-2{border-color:#232931}body .text-ta-color-3{color:#555}body .bg-ta-color-3{background-color:#555}body .bor-ta-color-3{border-color:#555}body .text-ta-color-4{color:#2d3034}body .bg-ta-color-4{background-color:#2d3034}body .bor-ta-color-4{border-color:#2d3034}body .text-ta-color-5{color:#3e434a}body .bg-ta-color-5{background-color:#3e434a}body .bor-ta-color-5{border-color:#3e434a}body .text-ta-color-6{color:#3f4045}body .bg-ta-color-6{background-color:#3f4045}body .bor-ta-color-6{border-color:#3f4045}body .text-ta-color-7{color:#2c73e8}body .bg-ta-color-7{background-color:#2c73e8}body .bor-ta-color-7{border-color:#2c73e8}body .text-ta-color-8{color:#232931}body .bg-ta-color-8{background-color:#232931}body .bor-ta-color-8{border-color:#232931}body .text-$tf_color_1{color:#2a2d34}body .bg-$tf_color_1{background-color:#2a2d34}body .bor-$tf_color_1{border-color:#2a2d34}body .text-$tf_color_2{color:#1a3241}body .bg-$tf_color_2{background-color:#1a3241}body .bor-$tf_color_2{border-color:#1a3241}body .text-$tf_color_3{color:#273040}body .bg-$tf_color_3{background-color:#273040}body .bor-$tf_color_3{border-color:#273040}body .text-$tf_color_4{color:#1b3242}body .bg-$tf_color_4{background-color:#1b3242}body .bor-$tf_color_4{border-color:#1b3242}.light-mode .text-t-color-1{color:#fff!important}.light-mode .bg-t-color-1{background-color:#fff!important}.light-mode .bor-t-color-1{border-color:#fff!important}.light-mode .text-t-color-2{color:#fff!important}.light-mode .bg-t-color-2{background-color:#fff!important}.light-mode .bor-t-color-2{border-color:#fff!important}.light-mode .text-t-color-3{color:#e8eaed!important}.light-mode .bg-t-color-3{background-color:#e8eaed!important}.light-mode .bor-t-color-3{border-color:#e8eaed!important}.light-mode .text-t-color-4{color:#e8eaed!important}.light-mode .bg-t-color-4{background-color:#e8eaed!important}.light-mode .bor-t-color-4{border-color:#e8eaed!important}.light-mode .text-t-color-5{color:#1f2023!important}.light-mode .bg-t-color-5{background-color:#1f2023!important}.light-mode .bor-t-color-5{border-color:#1f2023!important}.light-mode .text-s-color-1{color:#333!important}.light-mode .bg-s-color-1{background-color:#333!important}.light-mode .bor-s-color-1{border-color:#333!important}.light-mode .text-s-color-2{color:#56c7bb!important}.light-mode .bg-s-color-2{background-color:#56c7bb!important}.light-mode .bor-s-color-2{border-color:#56c7bb!important}.light-mode .text-s-color-3{color:#eb505a!important}.light-mode .bg-s-color-3{background-color:#eb505a!important}.light-mode .bor-s-color-3{border-color:#eb505a!important}.light-mode .text-s-color-4{color:#facc5c!important}.light-mode .bg-s-color-4{background-color:#facc5c!important}.light-mode .bor-s-color-4{border-color:#facc5c!important}.light-mode .text-s-color-5{color:#009d5b!important}.light-mode .bg-s-color-5{background-color:#009d5b!important}.light-mode .bor-s-color-5{border-color:#009d5b!important}.light-mode .text-s-color-6{color:#e26fff!important}.light-mode .bg-s-color-6{background-color:#e26fff!important}.light-mode .bor-s-color-6{border-color:#e26fff!important}.light-mode .text-s-color-7{color:#f88634!important}.light-mode .bg-s-color-7{background-color:#f88634!important}.light-mode .bor-s-color-7{border-color:#f88634!important}.light-mode .text-b-color-1{color:#1d97ef!important}.light-mode .bg-b-color-1{background-color:#1d97ef!important}.light-mode .bor-b-color-1{border-color:#1d97ef!important}.light-mode .text-b-color-2{color:#facc5c!important}.light-mode .bg-b-color-2{background-color:#facc5c!important}.light-mode .bor-b-color-2{border-color:#facc5c!important}.light-mode .text-b-color-3{color:#f1f3f4!important}.light-mode .bg-b-color-3{background-color:#f1f3f4!important}.light-mode .bor-b-color-3{border-color:#f1f3f4!important}.light-mode .text-b-color-4{color:#1f2329!important}.light-mode .bg-b-color-4{background-color:#1f2329!important}.light-mode .bor-b-color-4{border-color:#1f2329!important}.light-mode .text-b-color-5{color:#215368!important}.light-mode .bg-b-color-5{background-color:#215368!important}.light-mode .bor-b-color-5{border-color:#215368!important}.light-mode .text-b-color-6{color:#92c0d1!important}.light-mode .bg-b-color-6{background-color:#92c0d1!important}.light-mode .bor-b-color-6{border-color:#92c0d1!important}.light-mode .text-l-color-1{color:#ffc859!important}.light-mode .bg-l-color-1{background-color:#ffc859!important}.light-mode .bor-l-color-1{border-color:#ffc859!important}.light-mode .text-l-color-2{color:#facc5c!important}.light-mode .bg-l-color-2{background-color:#facc5c!important}.light-mode .bor-l-color-2{border-color:#facc5c!important}.light-mode .text-l-color-3{color:#009d5b!important}.light-mode .bg-l-color-3{background-color:#009d5b!important}.light-mode .bor-l-color-3{border-color:#009d5b!important}.light-mode .text-l-color-4{color:#1f2329!important}.light-mode .bg-l-color-4{background-color:#1f2329!important}.light-mode .bor-l-color-4{border-color:#1f2329!important}.light-mode .text-l-color-5{color:#47c3ff!important}.light-mode .bg-l-color-5{background-color:#47c3ff!important}.light-mode .bor-l-color-5{border-color:#47c3ff!important}.light-mode .text-l-color-6{color:#359ee4!important}.light-mode .bg-l-color-6{background-color:#359ee4!important}.light-mode .bor-l-color-6{border-color:#359ee4!important}.light-mode .text-l-color-7{color:#969696!important}.light-mode .bg-l-color-7{background-color:#969696!important}.light-mode .bor-l-color-7{border-color:#969696!important}.light-mode .text-l-color-8{color:#f68b1f!important}.light-mode .bg-l-color-8{background-color:#f68b1f!important}.light-mode .bor-l-color-8{border-color:#f68b1f!important}.light-mode .text-l-color-9{color:#2ebd85!important}.light-mode .bg-l-color-9{background-color:#2ebd85!important}.light-mode .bor-l-color-9{border-color:#2ebd85!important}.light-mode .text-l-color-10{color:#8d2595!important}.light-mode .bg-l-color-10{background-color:#8d2595!important}.light-mode .bor-l-color-10{border-color:#8d2595!important}.light-mode .text-l-color-11{color:#252b35!important}.light-mode .bg-l-color-11{background-color:#252b35!important}.light-mode .bor-l-color-11{border-color:#252b35!important}.light-mode .text-l-color-12{color:#6749c4!important}.light-mode .bg-l-color-12{background-color:#6749c4!important}.light-mode .bor-l-color-12{border-color:#6749c4!important}.light-mode .text-p-color-1{color:#3694e9!important}.light-mode .bg-p-color-1{background-color:#3694e9!important}.light-mode .bor-p-color-1{border-color:#3694e9!important}.light-mode .text-p-color-2{color:#555!important}.light-mode .bg-p-color-2{background-color:#555!important}.light-mode .bor-p-color-2{border-color:#555!important}.light-mode .text-c-color-1{color:#009d5b!important}.light-mode .bg-c-color-1{background-color:#009d5b!important}.light-mode .bor-c-color-1{border-color:#009d5b!important}.light-mode .text-c-color-2{color:#cc3b37!important}.light-mode .bg-c-color-2{background-color:#cc3b37!important}.light-mode .bor-c-color-2{border-color:#cc3b37!important}.light-mode .text-c-color-3{color:#00bfbe!important}.light-mode .bg-c-color-3{background-color:#00bfbe!important}.light-mode .bor-c-color-3{border-color:#00bfbe!important}.light-mode .text-c-color-4{color:#f1ad57!important}.light-mode .bg-c-color-4{background-color:#f1ad57!important}.light-mode .bor-c-color-4{border-color:#f1ad57!important}.light-mode .text-c-color-5{color:#1d97ef!important}.light-mode .bg-c-color-5{background-color:#1d97ef!important}.light-mode .bor-c-color-5{border-color:#1d97ef!important}.light-mode .text-bo-color-1{color:#2c73e8!important}.light-mode .bg-bo-color-1{background-color:#2c73e8!important}.light-mode .bor-bo-color-1{border-color:#2c73e8!important}.light-mode .text-bo-color-2{color:#424955!important}.light-mode .bg-bo-color-2{background-color:#424955!important}.light-mode .bor-bo-color-2{border-color:#424955!important}.light-mode .text-ts-color-1{color:#3a4454!important}.light-mode .bg-ts-color-1{background-color:#3a4454!important}.light-mode .bor-ts-color-1{border-color:#3a4454!important}.light-mode .text-ts-color-2{color:#59616f!important}.light-mode .bg-ts-color-2{background-color:#59616f!important}.light-mode .bor-ts-color-2{border-color:#59616f!important}.light-mode .text-ts-color-3{color:#8d8d8e!important}.light-mode .bg-ts-color-3{background-color:#8d8d8e!important}.light-mode .bor-ts-color-3{border-color:#8d8d8e!important}.light-mode .text-le-color-1{color:#2b457d!important}.light-mode .bg-le-color-1{background-color:#2b457d!important}.light-mode .bor-le-color-1{border-color:#2b457d!important}.light-mode .text-ta-color-1{color:#2b457d!important}.light-mode .bg-ta-color-1{background-color:#2b457d!important}.light-mode .bor-ta-color-1{border-color:#2b457d!important}.light-mode .text-ta-color-2{color:#f1f3f4!important}.light-mode .bg-ta-color-2{background-color:#f1f3f4!important}.light-mode .bor-ta-color-2{border-color:#f1f3f4!important}.light-mode .text-ta-color-3{color:#555!important}.light-mode .bg-ta-color-3{background-color:#555!important}.light-mode .bor-ta-color-3{border-color:#555!important}.light-mode .text-ta-color-4{color:#2d3034!important}.light-mode .bg-ta-color-4{background-color:#2d3034!important}.light-mode .bor-ta-color-4{border-color:#2d3034!important}.light-mode .text-ta-color-5{color:#3e434a!important}.light-mode .bg-ta-color-5{background-color:#3e434a!important}.light-mode .bor-ta-color-5{border-color:#3e434a!important}.light-mode .text-ta-color-6{color:#3f4045!important}.light-mode .bg-ta-color-6{background-color:#3f4045!important}.light-mode .bor-ta-color-6{border-color:#3f4045!important}.light-mode .text-$tf_color_1{color:#f1f3f4!important}.light-mode .bg-$tf_color_1{background-color:#f1f3f4!important}.light-mode .bor-$tf_color_1{border-color:#f1f3f4!important}.light-mode .text-$tf_color_2{color:#1a3241!important}.light-mode .bg-$tf_color_2{background-color:#1a3241!important}.light-mode .bor-$tf_color_2{border-color:#1a3241!important}.light-mode .text-$tf_color_3{color:#273040!important}.light-mode .bg-$tf_color_3{background-color:#273040!important}.light-mode .bor-$tf_color_3{border-color:#273040!important}.light-mode .text-$tf_color_4{color:#f1f3f4!important}.light-mode .bg-$tf_color_4{background-color:#f1f3f4!important}.light-mode .bor-$tf_color_4{border-color:#f1f3f4!important}.left-info-widget__title{font-size:18px;font-weight:700;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#fff;border-bottom:1px solid #555;height:26px}.left-info-widget__metas i{font-size:10px;margin-top:2px}.left-info-widget__metas .item-first{font-size:28px;font-weight:700;width:100%;display:-webkit-flex;display:flex}.left-info-widget__metas .item-first strong{float:left}.left-info-widget__metas .item-first>span{float:left;font-size:12px;font-weight:600;display:inline-block;margin-top:10px;margin-left:5px;line-height:12px}.left-info-widget__metas .item-first>span>small{display:block;font-size:12px;width:100%}.left-info-widget__metas .item-first>span>small:first-child{font-weight:600}.left-info-widget__metas .item-first>span>small:last-child{font-size:8px}.left-info-widget__metas .item-second{color:#fff;width:100%}.left-info-widget__metas .item-second span{display:inline-block;margin-right:10px;font-weight:300;font-size:10px}.left-info-widget__metas .item-second span small{display:inline-block;font-size:10px;font-weight:600}.left-info-widget__metas .item-second span small:last-child{margin-right:0}.left-info-widget__metas .item-total-volume{color:#fff;font-weight:300;font-size:10px;width:100%}.left-info-widget__metas .item-total-volume span{font-weight:600}.left-info-widget__metas .item-card-arrow{width:100%;float:left;border-radius:2px;background-color:#1e242e;border:1px solid #2e3034;padding:10px 0}.left-info-widget__metas .item-card-arrow div{display:inline-block;width:33.33%;float:left;height:25px;line-height:25px;padding:0 0 0 12px}.left-info-widget__metas .item-card-arrow div span{float:left;margin-right:6px}.left-info-widget__metas .item-card-arrow div span i{font-size:12px}.left-info-widget__metas .item-card-arrow div small{font-size:7px;font-weight:300}.light-mode .left-info-widget__title{color:#1f2023;border-bottom:1px solid rgba(31,32,35,.3)}.light-mode .left-info-widget__metas .item-second,.light-mode .left-info-widget__metas .item-total-volume{color:#1f2023}.light-mode .left-info-widget__metas .item-card-arrow{background-color:#fff;border:1px solid rgba(85,85,85,.2)}.border-table thead{background-color:#273040;position:relative;min-height:28px}.border-table thead th{text-overflow:ellipsis;white-space:nowrap;font-size:10px;text-transform:uppercase;transition:width .1s linear;font-weight:400;border-bottom:2px solid #1f2329;text-align:right}.border-table thead th:first-child{text-align:left}.border-table tbody tr td{padding:1px 10px;position:relative;min-height:24px;vertical-align:middle;font-size:12px;text-align:right}.border-table tbody tr td:after{content:"";width:1px;height:calc(100% - 4px);position:absolute;bottom:2px;right:0;background-color:#555;opacity:.3}.border-table tbody tr td:first-child{font-weight:600;text-align:left}.border-table tbody tr td:last-child:after{display:none}.table-hover tbody tr:hover,.table-hover tbody tr:nth-child(2n):hover{background-color:#2d84a8!important}.table-striped tbody tr{background-color:#232931!important}.table-striped tbody tr:nth-child(2n){background-color:transparent!important}.table-technical thead tr th{text-align:left}.table-technical tbody tr td{text-align:left;font-weight:300}.table-technical tbody tr td:first-child{font-weight:300}.foot-strip{background-color:#232931!important;border-bottom:1px solid #2d3034!important}.foot-strip td{font-weight:600!important}.table-hose{text-align:center}.table-hose thead tr:first-child{border-bottom:1px solid #3e434a!important;-webkit-background-clip:padding-box;background-clip:padding-box}.table-hose thead tr:first-child th{border-bottom:none;text-align:center}.table-hose-bid thead{background-color:#2a2d34!important}.table-hose-bid thead tr th strong{font-weight:600!important}.table-hose-bid thead tr:first-child{border-bottom:1px solid #3f4045!important}.table-hose-bid thead th{background-color:#2a2d34!important}.unit-title-note{font-size:10px;font-weight:300;font-style:italic;color:#fff;opacity:.8;height:20px}.light-mode .unit-title-note{color:#1f2023!important}.light-mode .border-table thead{background-color:#2b457d}.light-mode .border-table thead th{border-bottom:2px solid #fff}.light-mode .border-table tbody tr td:after{background-color:rgba(85,85,85,.2)}.light-mode .table-hover tbody tr:hover,.light-mode .table-hover tbody tr:hover .text-blink,.light-mode .table-hover tbody tr:nth-child(2n):hover,.light-mode .table-hover tbody tr:nth-child(2n):hover .text-blink{background-color:#c3d7f8!important}.light-mode .light-mode table .table-sticky-first-column tbody tr:hover td:first-child>div{background-color:#c3d7f8!important;background:#c3d7f8!important}.light-mode .table-striped tbody tr{background-color:#f1f3f4!important}.light-mode .table-striped tbody tr:nth-child(2n){background-color:#fff!important}.light-mode .foot-strip{background-color:#f1f3f4!important;border-bottom:1px solid #2d3034!important}.light-mode .table-hose thead tr:first-child{border-bottom:1px solid #3e434a!important}.light-mode .table-hose-bid thead{background-color:#fff!important}.light-mode .table-hose-bid thead tr:first-child{border-bottom:1px solid #3f4045!important}.light-mode .table-hose-bid thead tr th{border:1px solid #e8eaed;color:#2b457d!important;background-color:#fff!important}.top-nav .tab-content,.top-nav .tab-content .tab-pane{height:100%}.top-nav .custom-tabs{border-bottom:none;-webkit-flex:none;flex:none;display:-webkit-flex;display:flex;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;margin:0 0 12px}.top-nav .custom-tabs .nav-item{margin-right:20px;white-space:nowrap}.top-nav .custom-tabs .nav-item .nav-link{font-weight:600;font-size:12px;color:#fff;opacity:.5;padding:0;border:none;position:relative}.top-nav .custom-tabs .nav-item .nav-link:after{content:"";width:20px;height:2px;bottom:-2px;left:calc(50% - 10px);position:absolute;background-color:#47c3ff!important;display:none}.top-nav .custom-tabs .nav-item .nav-link:hover{position:relative;color:#fff;opacity:1}.top-nav .custom-tabs .nav-item .nav-link:hover:after{display:block}.top-nav .custom-tabs .nav-item .nav-link.active{color:#fff;opacity:1;background:transparent}.top-nav .custom-tabs .nav-item .nav-link.active:after{display:block}.light-mode .top-nav .custom-tabs .nav-item .nav-link{color:#1f2023}.light-mode .top-nav .custom-tabs .nav-item .nav-link:after{background-color:#2c73e8!important}.light-mode .top-nav .custom-tabs .nav-item .nav-link.active,.light-mode .top-nav .custom-tabs .nav-item .nav-link:hover{color:#1f2023}.setting-header .dropdown-menu .item-drop{padding:3px 13px;color:#fff;text-transform:uppercase}.setting-header .dropdown-menu hr{border:none;height:1px;margin-top:0;margin-bottom:8px;background-color:#424955}.setting-header .dropdown-menu .header-text{text-align:center;text-transform:uppercase;padding:3px 10px 8px;color:#fff}.setting-header .dropdown-menu .search-box{position:relative}.setting-header .dropdown-menu .search-box .search-input{border:0;border-radius:10px;padding:3px 10px;background:#1e242e;color:#fff;width:calc(100% - 20px);margin:5px 10px}.setting-header .dropdown-menu .search-box button{position:absolute;background:transparent;border:0;width:30px;height:30px;top:3px;right:10px;color:#fff}.setting-header .dropdown-menu .list-check{display:block;width:100%;padding:10px 15px}.setting-header .dropdown-menu:before{content:"";height:10px;width:100%;position:absolute;top:-10px;left:0;z-index:1}.setting-header.right .dropdown-nav{top:20px;right:0;left:inherit}.light-mode .setting-header .dropdown-menu .item-drop{color:#1f2023}.light-mode .setting-header .dropdown-menu hr{background-color:#424955}.light-mode .setting-header .dropdown-menu .header-text{color:#1f2023}.light-mode .setting-header .dropdown-menu .search-box .search-input{background:#fff;color:#1f2023}.light-mode .setting-header .dropdown-menu .search-box button{color:#1f2023}.list-filter{width:100%;display:-webkit-flex;display:flex}.list-filter .item-filter{width:100px;margin-right:10px;height:25px}.list-filter .item-filter .btn-group{width:100px;height:25px}.list-filter .item-filter .btn-group .drop-cus{height:25px;padding:0 10px;width:100%;background:#1b3242;border-radius:3px;color:#fff;text-align:left;position:relative;padding-right:15px!important}.list-filter .item-filter .btn-group .drop-cus:after{float:right;margin-top:7px}.list-filter .item-filter .btn-group .drop-cus:focus{box-shadow:none;opacity:1;background-color:#2d84a8}.list-filter .item-filter .btn-group .drop-cus:focus:after{color:#fff}.list-filter .item-filter .btn-group .active-fil{background:#2d84a8}div .line-drop .item-filter .btn-group .drop-cus{padding-top:0;padding-bottom:0;height:25px}div .line-drop .item-filter .btn-group .drop-cus:after{margin-top:0}.item-filter .drop-mecus{top:1px!important}.drop-mecus{position:relative;z-index:99999;background:#273040;box-shadow:0 2px 4px 0 rgba(16,16,16,.5);border-radius:0 0 2px 2px;width:100px;border:none;min-width:inherit}.drop-mecus .tabs{display:block;padding:5px 15px}.drop-mecus .tabs span{display:inline-block;opacity:.5}.drop-mecus .tabs span:hover{opacity:1;cursor:pointer}.drop-mecus .tabs .active{opacity:1}.drop-mecus .tabs:hover{background-color:transparent!important;display:-webkit-flex;display:flex}.drop-mecus .dropdown-item{color:#fff;padding:5px 10px;position:relative;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:100%}.drop-mecus .dropdown-item:focus,.drop-mecus .dropdown-item:hover{background-color:#2d84a8}.drop-mecus .dropdown-item .btn-edit{top:5px;right:2px;height:17px;position:absolute;border-radius:2px}.drop-mecus .dropdown-item .btn-edit span{padding:0 3px}.drop-mecus .dropdown-item .text-input{border:0;display:inline-block;background:transparent;float:left;color:#fff;padding:0;margin:0}.item-btn{margin-left:4px;display:inline-block}.item-btn .drop-mecus{background:#273040;top:0}.item-btn .drop-mecus .form-group{margin-bottom:10px;position:relative}.item-btn .drop-mecus .form-group input{border:0;background:transparent;border-radius:0;text-align:left;border-bottom:1px solid #555;color:#fff;padding:3px 0;height:26px}.item-btn .drop-mecus .form-group input:focus{box-shadow:none}.item-btn .drop-mecus .form-group input::-webkit-input-placeholder{color:#fff;opacity:.25}.item-btn .drop-mecus .form-group input::-moz-placeholder{color:#fff;opacity:.25}.item-btn .drop-mecus .form-group input:-ms-input-placeholder{color:#fff;opacity:.25}.item-btn .drop-mecus .form-group input:-moz-placeholder{color:#fff;opacity:.25}.item-btn .drop-mecus .form-group .btn-cancel-search{position:absolute;background:transparent;border:0;top:3px;right:-3px;color:#fff}.item-btn .drop-mecus .group-btn .btn{width:calc(50% - 5px);margin-right:10px}.item-btn .drop-mecus .group-btn .btn:last-child{margin-right:0}.search-filter-industry{width:100%;position:relative}.search-filter-industry input{width:100%;border:0;height:23px;border-radius:10px;padding:0 25px 0 10px;background:#2a2d34;color:#fff}.search-filter-industry button{position:absolute;background:transparent;border:0;width:20px;height:23px;top:2px;right:10px;color:#fff}.search-filter-industry .drop-search{width:350px;display:none;position:absolute;top:25px!important}.search-filter-industry .drop-search:before{content:"";width:100%;position:absolute;top:-2px;left:0;height:2px}.search-filter-industry .drop-search a span{text-align:left;opacity:.5;float:left}.search-filter-industry .drop-search a:focus span,.search-filter-industry .drop-search a:hover span{opacity:1}.search-filter{width:100%;position:relative}.search-filter input{width:100%;border:0;height:23px;border-radius:10px;padding:0 25px 0 10px;background:#2a2d34;color:#fff}.search-filter button{position:absolute;background:transparent;border:0;width:20px;height:23px;top:2px;right:10px;color:#fff}.search-filter .drop-search{width:350px;display:none;position:absolute;top:25px!important}.search-filter .drop-search:before{content:"";width:100%;position:absolute;top:-2px;left:0;height:2px}.search-filter .drop-search a span{text-align:left;opacity:.5;float:left}.search-filter .drop-search a:focus span,.search-filter .drop-search a:hover span{opacity:1}.line{width:100%;border:0;height:1px;background-color:#2d84a8;margin:0}.light-mode .list-filter .item-filter .btn-group .drop-cus{background:none;color:#2b457d;border:1px solid #e8eaed}.light-mode .list-filter .item-filter .btn-group .drop-cus:focus{background-color:#2c73e8}.light-mode .list-filter .item-filter .btn-group .drop-cus:focus:after{color:#1f2023}.light-mode .list-filter .item-filter .btn-group .active-fil{background:#2c73e8}.light-mode .drop-mecus{background:#fff!important}.light-mode .drop-mecus .dropdown-item{color:#1f2023}.light-mode .drop-mecus .dropdown-item:focus{background-color:#2c73e8;color:#fff!important}.light-mode .drop-mecus .dropdown-item:hover{background-color:#2c73e8;color:#fff}.light-mode .drop-mecus .dropdown-item .text-input{color:#1f2023}.light-mode .drop-mecus .dropdown-item a span{float:left}.light-mode .item-btn .drop-mecus{background:#273040}.light-mode .item-btn .drop-mecus .form-group input{border-bottom:1px solid #555;color:#1f2023}.light-mode .item-btn .drop-mecus .form-group input::-webkit-input-placeholder{color:#1f2023}.light-mode .item-btn .drop-mecus .form-group input::-moz-placeholder{color:#1f2023}.light-mode .item-btn .drop-mecus .form-group input:-ms-input-placeholder{color:#1f2023}.light-mode .item-btn .drop-mecus .form-group input:-moz-placeholder{color:#1f2023}.light-mode .item-btn .drop-mecus .form-group .btn-cancel-search{color:#1f2023}.light-mode .search-filter input{background:#f1f3f4;color:#1f2023}.light-mode .search-filter button{color:#1f2023}.light-mode .line{background-color:#2c73e8}.day-rager{width:100%;padding:3px 0;float:left;position:relative}.day-rager .value1{float:left;text-align:left;font-size:10px;height:15px;background-color:#e74242;border-right:1px solid #232931;padding-left:5px}.day-rager .value2{float:right;text-align:right;font-size:10px;height:15px;background-color:#2ebd85;border-left:1px solid #232931;padding-right:5px}.day-rager .value3{width:1px;background-color:#e68837;position:absolute;bottom:3px;height:15px;z-index:1}.light-mode .day-rager .value1{background-color:#eb505a;border-right:1px solid #f1f3f4}.light-mode .day-rager .value2{background-color:#2ebd85;border-left:1px solid #f1f3f4}.light-mode .day-rager .value3{background-color:#facc5c}.star-vote{display:block;margin:0 auto;position:relative;width:48px;height:14px;text-align:left}.star-vote .star-real{overflow:hidden}.star-vote .star-out,.star-vote .star-real{font-size:9px;display:block;position:absolute;z-index:1;top:0;left:0;color:#ffc859}.star-vote .star-out{width:100%}.light-mode .star-vote .star-out,.light-mode .star-vote .star-real{color:#ffc859}.container-fluid,body{width:auto!important}.container-fluid{min-width:1000px;overflow:hidden}.top-brand{width:220px;display:inline-block;padding:0 10px}.top-middle{width:calc(100% - 560px);display:inline-block;padding:6px 10px}.top-right{width:340px;display:inline-block;text-align:right}.bg-bor-sp{border-radius:16px;height:16px;width:16px;display:inline-block;background-color:rgba(36,38,46,.5);text-align:center;position:relative}.w-150px{width:150px;float:left}.w-100-150px{width:calc(100% - 175px);margin-left:15px;float:left}.w-185px{width:185px;display:inline-block}.w-100-185px{width:calc(100% - 200px);margin-left:15px;display:inline-block}.w-100-215px{width:calc(100% - 210px);margin-left:0;display:inline-block}.header-section>div{display:-webkit-flex;display:flex}.account-info,.change-language,.notifi-all{margin-right:4px}.account-info{border-right:1px solid hsla(0,0%,100%,.2);padding-right:4px}.account-info small{font-size:8px;margin-top:-3px;margin-left:4px}.quick-ac-com ul,.search-and-maque{display:-webkit-flex;display:flex}.top-middle{width:calc(100% - 400px)!important}.main-layout-top-right-wrap{width:180px}.time-and-mode{margin-top:5px;text-align:right;display:-webkit-flex;display:flex;float:right}.time-and-mode .time{margin-right:5px}.time-and-mode .toggle-switch-wrap{height:12px;margin-top:2px}.time-and-mode .toggle-switch-wrap .toggle-button{top:2px;height:8px;width:8px;right:56%}.time-and-mode .toggle-switch-wrap.active{background:#2d84a8}.time-and-mode .toggle-switch-wrap.active .toggle-button{background:#fff;right:2px}.brand a i{font-size:43px;color:#006ea6;margin-left:-5px}.lm_maximised .lm_controls .lm_maximise{background-image:none!important;position:relative}.lm_maximised .lm_controls .lm_maximise:before{content:"\E917";font-family:fiintrade;position:absolute;z-index:1;top:3px;left:0;font-size:14px}.lm_controls .lm_popout{background-image:none!important;position:relative}.lm_controls .lm_popout:before{content:"\E949";font-family:fiintrade;position:absolute;z-index:1;top:3px;left:0;font-size:14px}.lm_controls .lm_maximise{background-image:none!important;position:relative}.lm_controls .lm_maximise:before{content:"\E901";font-family:fiintrade;position:absolute;z-index:1;top:3px;left:0;font-size:14px}.lm_splitter{background:#191d25;opacity:1;transition:opacity .2s ease;z-index:9!important}.btn-cus-nomal{position:relative}.left-info-widget__metas .item-card-arrow div{padding-left:10px}.content-scroll-table::-webkit-scrollbar-track{margin-top:25px;margin-left:-5px}div .list-filter .line-drop .item-filter .btn-group .drop-cus:after{right:0}.top-nav .tab-normal{background-color:transparent}.top-nav .tab-normal .tab-timer__item{background-color:#24262e;border-radius:20px;margin-right:5px}.top-nav .tab-normal .tab-timer__item:hover{background-color:#2d84a8}.top-nav .list-filter .item-filter .btn-group .drop-cus{position:relative;padding-right:15px!important}.top-nav .list-filter .item-filter .btn-group .drop-cus:after{position:absolute;right:6px}.top-nav .drop-normal{width:160px}.top-nav .tab-timer,.top-nav .top-mover-content .custom-tabs{min-width:auto!important}.top-nav .prospect-layout{min-width:inherit!important}.top-nav .prospect-layout .top-nav .custom-tabs{min-width:350px!important}.top-nav .list-filter .item-filter{min-width:100px}.top-nav .w-100px{width:100px}.top-nav .market-anomaly .list-filter{min-width:inherit!important}.top-nav .market-anomaly .chart_wrap{margin:10px -15px 10px 15px!important}.top-nav .border-radius-30{border-radius:30px}.top-nav .line-drop{border-bottom:1px solid #24262e!important;border-top:0!important}.top-nav .line-drop .item-filter{margin-right:0}.top-nav .line-drop .item-filter .drop-cus{background:transparent!important;color:#fff;font-weight:600}.top-nav .line-drop .item-filter .drop-cus:after{color:#47c3ff!important}.top-nav .prospect-layout .prospect-item{min-width:140px}.top-nav .technical-wrapper .technical-table thead th{padding:5px 10px!important}.top-nav .btn-label-cus{display:block;max-width:100%;width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top-nav .expand-title-wrap>a{display:block;margin-top:5px}.top-nav .border-table tbody tr td{vertical-align:inherit!important}.top-nav .day-ranger{border:none;position:relative}.top-nav .day-ranger span{position:relative;z-index:0}.top-nav .day-ranger small{position:absolute;z-index:1}.top-nav .day-ranger:after{content:"";width:100%;height:100%;position:absolute;z-index:0;top:0;left:0;border:1px solid rgba(45,132,168,.2)}.top-nav .notifi-maque .content-maque .item-content{line-height:30px}.top-nav .date-top-breakout{min-width:inherit!important}.top-nav .date-top-breakout span.label-span.first{display:inline-block;min-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top-nav .date-top-breakout span.label-span.last{display:inline-block;max-width:88px;min-width:66px;white-space:nowrap}.top-nav .date-top-breakout .line-drop{margin:-5px 5px 0}.top-nav .day-ranger .text-inline{position:absolute;top:0;z-index:1}.top-nav .day-ranger .text-inline:first-child{left:4px}.top-nav .day-ranger .text-inline.last{right:4px}.top-nav .day-ranger span.value:last-child{border:0}.top-nav .day-ranger .value3{z-index:1!important}.top-nav table th,.top-nav table th span{white-space:nowrap;text-overflow:ellipsis}.top-nav table th span{overflow:hidden}.top-nav table td,.top-nav table td>span,.top-nav table th>div{white-space:nowrap;text-overflow:ellipsis}.top-nav table td>span{overflow:hidden}.top-nav table td>div{white-space:nowrap;text-overflow:ellipsis}.top-nav .filter-list-wacalendar .item-filter{display:inline-block}.top-nav .filter-list-wacalendar .item-filter .drop-cus{background:transparent;color:#fff;border-bottom:1px solid #24262e!important;border-top:0!important;text-align:left;border-radius:0}.top-nav .filter-list-wacalendar .item-filter .drop-cus:after{color:#47c3ff}.top-nav .filter-list-wacalendar .list-date{margin-bottom:10px}.top-nav .filter-list-wacalendar .list-date .w-l-first{display:-webkit-flex;display:flex}.top-nav .filter-list-wacalendar .list-date .w-l-first .event-type{display:-webkit-flex;display:flex;margin-top:20px;white-space:nowrap}.top-nav .filter-list-wacalendar .list-date .w-l-first .event-type .item-filter{width:110px;float:right;margin-right:15px;margin-left:15px}.top-nav .filter-list-wacalendar .list-date .w-l-first .event-type .item-filter .btn-group{width:100%}.top-nav .filter-list-wacalendar .list-date .w-l-first .event-type .item-filter .btn-group button{width:100%;margin-top:-11px!important}.top-nav .filter-list-wacalendar .list-date .w-l-first .event-type .item-filter .btn-group button:after{float:right;margin-top:6px}.top-nav .filter-list-wacalendar .list-date .w-l-mid{display:-webkit-flex;display:flex;margin-top:10px}.top-nav .filter-list-wacalendar .list-date .w-l-mid .a1,.top-nav .filter-list-wacalendar .list-date .w-l-mid .a2{max-width:410px;padding-right:15px}.top-nav .filter-list-wacalendar .list-date .w-l-mid .a2 .text-label{min-width:70px}.top-nav .filter-list-wacalendar .list-date .w-l-mid .watchlist-date{height:24px;margin-top:3px}.top-nav .filter-list-wacalendar .list-date .w-l-last{width:90px;display:inline-block;float:left;margin-top:13px}.top-nav .wide{margin-bottom:20px;display:-webkit-inline-flex;display:inline-flex}.top-nav .wide label{display:inline-block;min-width:100px;margin-bottom:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.top-nav .wide .narrow{width:90px;border-bottom:1px solid hsla(0,0%,100%,.2);text-align:center;display:inline-block;float:right;max-width:120px;height:25px}.top-nav .wide .narrow .place-date{font-size:10px;float:right;position:relative}.top-nav .wide .narrow .place-date .icon-caret{margin-right:0!important;font-size:7px;position:absolute;top:8px;right:0}.top-nav .wide-to{margin-bottom:20px;display:-webkit-inline-flex;display:inline-flex;margin-left:15px}.top-nav .wide-to label{display:inline-block;min-width:30px;margin-bottom:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.top-nav .wide-to .narrow-to{width:90px;border-bottom:1px solid hsla(0,0%,100%,.2);text-align:center;display:inline-block;float:right;height:25px}.top-nav .wide-to .narrow-to .place-date{font-size:10px;float:right;position:relative}.top-nav .wide-to .narrow-to .place-date .icon-caret{margin-right:0!important;font-size:7px;position:absolute;top:8px;right:0}.top-nav .pd-top-navigation--left .wide,.top-nav .pd-top-navigation--left .wide-to{margin-bottom:0}.top-nav .price-data-date{width:300px;margin-top:-3px}.top-nav .price-data-date .parent{display:-webkit-flex;display:flex}.top-nav .price-data-date .parent .narrow,.top-nav .price-data-date .parent .narrow-to{width:100px}.top-nav .price-data-date .parent .wide{-webkit-flex:1 1;flex:1 1;width:150px}.top-nav .price-data-date .parent .wide label{min-width:40px}.top-nav .price-data-date .parent .wide-to{width:150px;margin-left:0}.top-nav .price-data-date .parent .wide-to label{min-width:30px}.top-nav .tab-timer__link{height:20px;padding:0 15px;font-size:12px}.top-nav .tab-timer__link.active{text-shadow:.5px 0 0 currentColor}.top-nav .btn-groupcus-line{display:-webkit-flex;display:flex}.top-nav .top-nav.market-in-depth-tabs .tab-normal{min-width:430px!important}.top-nav .proportion-filter .tabs-right-top,.top-nav .valuation-filter .tabs-right-top{display:-webkit-flex;display:flex}.top-nav .corporate .check-list-inline{min-width:320px}.top-nav .corporate .check-list-inline .list-check{display:-webkit-flex;display:flex}.top-nav .corporate .filter-time-range{min-width:440px}.top-nav .corporate .filter-time-range .btn-groupcus-line{display:inline-block}.top-nav .filter-list-wacalendar .list-date,.top-nav .filter-list-wacalendar .list-date .watchlist-date .parent{display:-webkit-flex;display:flex}.top-nav .group-btn-right{margin-bottom:8px;height:20px}.top-nav .light-mode .brand a i{color:#006ea6}.top-nav .light-mode .lm_splitter{background:#bdc1c5!important}.top-nav .light-mode .line-drop{border-bottom:1px solid #f1f3f4!important}.top-nav .light-mode .day-ranger:after{border:1px solid rgba(44,115,232,.2)}.top-nav .light-mode .filter-list-wacalendar .item-filter .drop-cus{color:#2b457d;border-bottom:1px solid #f1f3f4!important}.top-nav .light-mode .filter-list-wacalendar .list-date .w-l-mid{width:auto}.top-nav .light-mode .filter-list-wacalendar .list-date .w-l-mid .watchlist-date .wide-to .narrow-to,.top-nav .light-mode .filter-list-wacalendar .list-date .w-l-mid .watchlist-date .wide .narrow{border-bottom:1px solid rgba(31,32,35,.2)}.text-left .border-bottom{position:relative;border:none}.text-left .border-bottom:after{content:"";position:absolute;bottom:-1px;z-index:1;left:0;width:100%;border-bottom:1px solid rgba(85,85,85,.3)}.deceptive-wrapper .deceptive-dropdown{display:-webkit-flex;display:flex}.pd-top-navigation--right-indica{text-align:right;margin-top:-26px;min-width:500px}.dividend-analysis-wrapper .pd-top-navigation--right-indica{min-width:auto!important}.prospect-layout .tab-timer{height:20px}.tab-timer .tab-timer__item .tab-timer__link{font-weight:600;text-overflow:ellipsis;overflow:hidden;min-width:80px;text-align:center}.tab-timer .tab-timer__item .tab-timer__link.active{text-shadow:.5px 0 0 currentColor}.prospect-layout .tab-timer .tab-timer__item{width:100px;text-align:center}.prospect-layout .tab-timer .tab-timer__item .tab-timer__link{width:100%}.btn-groupcus-line .btn-cus-nomal,.btn-groupcus-line .btn-cus-nomal:hover{font-weight:600}.btn-groupcus-line .btn-cus-nomal.active{font-weight:700}.chart-view-wrap .chart_wrap{border-color:rgba(85,85,85,.5)}.sub-text-calendar{color:#50e3c2;font-weight:700}.anomaly-filter .list-filter{display:inline-block!important}.valuation-chart{border:1px solid rgba(85,85,85,.2);background-color:#1e242d;border-radius:10px;padding:10px}.proportion-filter .list-filter,.valuation-filter .list-filter{width:inherit!important}.proportion-chart{border:1px solid rgba(85,85,85,.2);background-color:#1e242d;border-radius:10px;padding:10px}.custome-tabs-deceptive span.left-label{display:inline-block;width:250px;min-width:250px}.custome-tabs-deceptive span.left-label-2{display:inline-block;width:140px;min-width:140px}.custome-tabs-deceptive span.left-label-3{display:inline-block;width:180px;min-width:180px}.custome-tabs-deceptive .list-filter ul.tab-normal.nav-tabs{border-bottom:1px solid rgba(85,85,85,.5);border-radius:0;width:370px;min-width:370px!important;height:23px;margin-bottom:20px!important;margin-top:-4px!important}.custome-tabs-deceptive .list-filter ul.tab-normal.nav-tabs li{background-color:transparent!important}.custome-tabs-deceptive .list-filter ul.tab-normal.nav-tabs li a{background-color:transparent!important;position:relative;height:23px;font-weight:300}.custome-tabs-deceptive .list-filter ul.tab-normal.nav-tabs li a.active{font-weight:600}.custome-tabs-deceptive .list-filter ul.tab-normal.nav-tabs li a.active:after{content:"";width:40px;height:2px;background-color:#ccc;position:absolute;bottom:0;left:calc(50% - 20px)}.text-stock-chart{color:#fff!important}.light-mode .lm_splitter{background:#c3c3c3}.light-mode .stock-chart{background-color:#fff!important}.light-mode .text-stock-chart{color:#000!important}.filter-watch .drop-cus:after,.line-drop .drop-cus:after,.w-l-first .drop-cus:after{position:absolute;right:0;top:12px}.dropdown.drop-sort .dropdown-toggle i{font-size:8px!important}.light-mode .wide-to .narrow-to,.light-mode .wide .narrow{border-bottom:1px solid rgba(31,32,35,.3)!important}.light-mode .filter-list-wacalendar .item-filter .drop-cus{color:#000;font-weight:600;border-bottom:1px solid rgba(44,115,232,.5)!important;border-radius:0!important}.light-mode .filter-list-wacalendar .item-filter .drop-cus:focus{background-color:transparent!important;color:#1f2023!important}.light-mode .table-news .group-list-date:before{background-color:#2c73e8}.light-mode .table-news tbody tr .expand-title-wrap .header-title a{font-weight:600}.light-mode .table-news tbody tr .btn-label-cus{color:#fff!important}.light-mode .table-news tbody tr:hover .header-title a,.light-mode .table-news tbody tr:hover .share-sns a{color:#1f2023!important}.light-mode .table-news tbody tr:hover .share-sns a:hover{color:#8d2595!important}.light-mode .table-news tbody .content-des.text-l-color-1{color:#1f2023!important}.light-mode .table-news tbody .content-des.text-l-color-1 a{color:#2c73e8!important}.light-mode .technical-wrapper .table-sticky-first-column tbody tr:hover td{background-color:#c3d7f8!important}.light-mode .group-button--buy,.light-mode .group-button--sell{color:#fff}.light-mode .group-button--buy{background-color:#2c73e8}.light-mode .valuation-chart{background-color:#fff}.light-mode .btn-anomaly.btn-cus-nomal{color:#2b457d!important}.light-mode .input-search-custome.search-box-small-text.text-truncate{color:#969696}.light-mode .top-nav .line-drop{border-bottom:1px solid rgba(44,115,232,.5)!important}.light-mode .top-nav .line-drop .item-filter .drop-cus{background:transparent!important;color:#1f2023;border-radius:0!important}.light-mode .top-nav .line-drop .item-filter .drop-cus:after{color:#2c73e8!important}.custome-tabs-deceptive .dropdown-toggle:after{position:absolute;right:0;top:13px}.drop-cus.dropdown-toggle:after,body.Large .dropdown-toggle:after,body.Small .dropdown-toggle:after{border-top:4px solid!important;border-right:4px solid transparent!important;border-bottom:0!important;border-left:4px solid transparent!important;top:10px!important;margin-top:0!important}.group-button-wat button i{font-size:11px!important}.filter-list-wacalendar .text-truncate{min-width:100px}.light-mode .wide .narrow{border-bottom:1px solid rgba(44,115,232,.3)!important}.light-mode .wide .narrow .place-date .icon-caret{color:#2c73e8!important}.light-mode .wide-to .narrow-to{border-bottom:1px solid rgba(44,115,232,.3)!important}.light-mode .wide-to .narrow-to .place-date .icon-caret{color:#2c73e8!important}.light-mode .ownership .chart_wrap_ownership{background-color:#fff;border:1px solid rgba(85,85,85,.3)}.light-mode .ownership .legend-title,.light-mode .ownership .title_tooltip{color:#1f2023}.light-mode .box.bg-box-a,.light-mode .box.bg-box-b,.light-mode .box.bg-box-c,.light-mode .box.bg-box-d,.light-mode .box.bg-box-e,.light-mode .box.bg-box-f{color:#fff}.light-mode label a.badge.text-white{color:#fff!important}.light-mode .timeline .timeline-node .timeline-day .group-day.active{background:#2b457d;color:#fff}.light-mode .timeline .timeline-node .timeline-day .group-day.active:after{background:#2b457d}.light-mode .timeline .timeline-node .timeline-day .group-day:hover{background:#2b457d;color:#fff}.light-mode .timeline .timeline-node .timeline-day .group-day:hover:after{background:#2b457d}.light-mode .timeline .timeline-nav-next a,.light-mode .timeline .timeline-nav-prev a{opacity:.5;color:#1f2023}.light-mode .sub-text-calendar{color:#2c73e8}.sub-text-calendar{font-weight:600!important}.value-range-content .slider-detail div{height:20px}.value-range-content .slider-detail div .icon-check-all{color:#359ee4}.check-radio{position:relative;margin-right:10px;margin-bottom:0}.check-radio .checkbox{cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;width:inherit;height:inherit;position:absolute}.check-radio .checkbox>input[type=checkbox]{position:absolute;top:0;left:0;width:10px;height:10px;opacity:0;z-index:-1}.check-radio .checkbox__icon{display:inline-block;position:absolute;top:0;left:0;width:10px;height:10px;color:#999}.check-radio input[type=checkbox]:checked~.checkbox__icon{color:#2a7dea}.check-radio .icon--check:after,.check-radio input[type=checkbox]:checked~.checkbox__icon:after{font-family:fiintrade;content:"\E95D";position:absolute;top:0;left:0;font-size:10px;width:9px;height:9px;color:#00de8b}.check-radio .checkbox__icon:before,.check-radio .icon--check-empty:before{font-family:fiintrade;content:"\E900";position:absolute;top:0;left:0;font-size:10px;width:9px;height:9px;color:#1e242e}.check-radio .text-content{padding-left:15px}.light-mode .screener-wrapper .criteria-content .criteria-table .criteria-item{background-color:#fff;border:1px solid rgba(85,85,85,.3)}.light-mode .screener-wrapper .my-screeners .screener-item-content .text-input{color:#1f2023}.light-mode .screener-wrapper .criteria-content .criteria-table .criteria-item .criteria-head{color:#fff;background-color:#2b457d}.light-mode .screener-wrapper .criteria-content .criteria-table .criteria-item .criteria-row .group-active{background-color:#2c73e8;color:#fff}.light-mode .screener-wrapper .criteria-content .criteria-table .criteria-item .criteria-row .row-left{border-right:1px solid rgba(85,85,85,.3)}.light-mode .screener-wrapper .my-screeners .screener-item-content{background-color:#f1f3f4}.light-mode .screener-wrapper .my-screeners{background-color:#fff}.light-mode .screener-wrapper .my-screeners .screener-item-content hr{background-color:#1f2023;opacity:.5}.light-mode .screener-wrapper .my-screeners .screener-item-content .screener-expand .screener-name{color:#2c73e8}.light-mode .screener-wrapper .my-screeners .screener-item-content .screener-name{color:#2b457d}.light-mode .screener-wrapper .criteria-content .criteria-table .criteria-item .criteria-row .slider-detail input{background-color:#f1f3f4;color:#1f2023}.light-mode .screener-save .form-group input{color:#fff!important}.light-mode .rc-slider-handle{border:1px solid #2c73e8;background-color:#fff}.light-mode .rc-slider-track{background-color:#2c73e8}.light-mode .check-radio .checkbox__icon{color:#999}.light-mode .check-radio input[type=checkbox]:checked~.checkbox__icon{color:#2a7dea}.light-mode .check-radio .icon--check:after,.light-mode .check-radio input[type=checkbox]:checked~.checkbox__icon:after{color:#009d5b}.light-mode .check-radio .checkbox__icon:before,.light-mode .check-radio .icon--check-empty:before{color:#e8eaed}.light-mode .value-range-content .slider-detail div .icon-check-all{color:#2c73e8}.light-mode .strCalculated,.light-mode .under-title,.light-mode .workspace-name{color:#1f2023!important}.tradedata-wrapper{padding-bottom:30px}.tradedata-wrapper .list-icon-tradedate{display:-webkit-flex;display:flex}.tradedata-wrapper .list-icon-tradedate .item-list-td{width:33.33333%;text-align:center;margin-top:20px}.tradedata-wrapper .list-icon-tradedate .item-list-td p{margin-top:10px;font-size:10px;font-weight:600}.tradedata-wrapper .btn-tradedata{padding:5px 25px;display:inline-block;border-radius:3px;margin-left:5px;text-transform:uppercase;font-size:11px;font-weight:600;height:27px}.tradedata-wrapper .btn-tradedata.btn1{background-color:#fb6542;color:#fff;margin-left:0}.tradedata-wrapper .btn-tradedata.btn2{border:1px solid rgba(85,85,85,.6)}.tradedata-wrapper .image-and-button{display:-webkit-flex;display:flex}.tradedata-wrapper .image-and-button .list-btn-ads{display:-webkit-flex;display:flex;white-space:nowrap;margin-top:15px;margin-bottom:10px}.tradedata-wrapper .image-and-button .list-btn-ads div{-webkit-flex-grow:1;flex-grow:1;-webkit-align-self:flex-end;align-self:flex-end}.tradedata-wrapper .trade-des-ti{margin-top:20px}.tradedata-wrapper .trade-des-ti h1{color:#47c3ff;font-size:34px;margin-bottom:0}.score-box__line .d-flex{white-space:nowrap}.score-box__line .d-flex .box{color:#343a40}.light-mode .valuation-tool-calculate-screen .right-method .after-div-right input{color:#1f2023;border-bottom:1px solid #d3d5d7;background:transparent}.light-mode .valuation-tool-calculate-screen .right-method .after-div-right .line-drop{border-bottom:1px solid #d3d5d7!important;border-top:1px solid transparent!important;background:transparent}.light-mode .valuation-tool-calculate-screen .right-method .after-div-right .line-drop .item-filter .drop-cus{background:transparent!important;color:#000}.light-mode .valuation-tool-calculate-screen .right-method .after-div-right .line-drop .item-filter .drop-cus:after{color:#000!important}.light-mode .input-method{color:#1f2023;border-bottom:1px solid rgba(85,85,85,.3);background:transparent}.light-mode .popup-valuation-tool,.light-mode .popup-valuation-tool-fcfe{background:#fff}.light-mode .popup-button-valuation-tool{background:#f1f3f4!important;color:#2b457d!important}.light-mode .valuation-tool-button{color:#fff;background-color:#2c73e8}.light-mode .valuation-tool-button:active{background-color:#6c9be8;-webkit-transform:translateY(.5px);transform:translateY(.5px)}.light-mode .wanning-field-wrap{background-color:#5f6267!important;color:#fff}.light-mode .wanning-field-wrap:before{border-bottom:5px solid #5f6267!important}.custom-modal input.form-control{background-color:transparent;border:0;border-bottom:1px solid #555!important;color:#fff;border-radius:0}.custom-modal input.form-control:focus{outline:none!important;box-shadow:none}.custom-modal button.btn-cancel-search{color:#fff}.custom-modal .popup-footer .btn-cancel{background-color:#eb505a;border-radius:20px;color:#fff;border:0;width:calc(50% - 5px);margin-right:0!important}.custom-modal .popup-footer .btn-primary{background-color:#1d435d;border-radius:20px;color:#fff;border:0;width:40%;float:left;width:calc(50% - 5px);margin-right:10px!important}.light-mode .custom-modal input.form-control{border-bottom:1px solid rgba(85,85,85,.3)!important;color:#1f2023}.light-mode .custom-modal button.btn-cancel-search{color:#555}.light-mode .custom-modal .popup-footer .btn-cancel{background-color:#e94235;color:#fff}.light-mode .custom-modal .popup-footer .btn-primary{background-color:#2c73e8;color:#fff}.place-date .icon-caret{color:#47c3ff!important}.light-mode .place-date .icon-caret{color:#2c73e8!important}.popup-button .btn{min-width:60px;height:20px;border-radius:9.5px;color:#fff!important;border:.3px solid #555;padding:1px 10px 0}.popup-button .btn span{display:inline-block}.popup-button .btn.btn-cancel{background-color:#eb505a}.popup-button .btn.btn-primary{background-color:#2d84a8}button{cursor:pointer}.screener-wrapper .custom-modal .popup-wrap .popup-content{min-width:210px}.screener-wrapper .custom-modal .popup-wrap .popup-content .form-group{margin-top:0;margin-bottom:10px}.screener-wrapper .custom-modal .popup-wrap .popup-content .form-group .btn-cancel-search{right:-6px}.light-mode .form-group .form-control.pr-20{border-bottom:1px solid rgba(85,85,85,.3)!important}.light-mode .form-group .btn-cancel-search{color:rgba(31,32,35,.5)!important}.light-mode .group-btn .btn-cus.text-nomal.bg-b-color-3{background:#2c73e8!important;color:#fff}.light-mode .group-btn .btn-cus.text-nomal.bg-s-color-3{background:#e94235!important;color:#fff}.save-workspace .form-group .form-control{background:transparent;border:0;border-radius:0;border-bottom:1px solid #555!important;color:#fff}.save-workspace .form-group .form-control:focus{outline:none!important;box-shadow:none}.save-workspace .form-group .btn-cancel-search{color:#fff!important;right:-6px}.light-mode .save-workspace .form-group .form-control{border-bottom:1px solid rgba(85,85,85,.5)!important;color:#1f2023!important}.light-mode .save-workspace .form-group .btn-cancel-search{color:rgba(31,32,35,.5)!important}.light-mode .save-workspace .popup-button .btn-primary{background:#2c73e8!important;color:#fff}.light-mode .save-workspace .popup-button .btn-cancel{background:#e94235!important;color:#fff}.light-mode .dropdown .dropdown-menu .search-box.mt-5 .search-input{background:#f1f3f4!important}.light-mode .dropdown .dropdown-menu hr{background-color:rgba(85,85,85,.4)!important}.display-none{display:none!important}.trading-view-url .icon-graph{opacity:.8}.light-mode .trading-view-url .icon-graph{opacity:.5}.light-mode .top-nav .anomaly-filter .line-drop .item-filter .drop-cus{color:#1f2023}.light-mode .checkbox input[type=checkbox]+label:before{color:#e8eaed}.light-mode .top-nav .price-volume .line-drop .item-filter .drop-cus{font-weight:600;color:#1f2023}.top-nav .filter-list-wacalendar .list-date .w-l-first .event-type .item-filter .btn-group button{width:100px!important}.top-nav .filter-list-wacalendar .list-date .w-l-first .event-type .item-filter .btn-group button:after{margin-top:3px!important}.watchlist-date .btn.div-calendar.bg-b-color-3.calendar-btnsug{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 10px}.watchlist-date .btn.div-calendar.bg-b-color-3.calendar-btnsug .icon-caret{font-size:10px}.text-span-na-trust{color:#fff;white-space:nowrap}.d-flex.na-trust-filter-wrapper{margin-left:20px}.light-mode .text-span-na-trust{color:#1f2023}.body-strategy-ta .list-filter-ta-strategy.first-filter-ta .tab-timer2 .tab-timer__item-two{width:40px}.body-strategy-ta .list-filter-ta-strategy.first-filter-ta+.list-filter-ta-strategy+.list-filter-ta-strategy+.list-filter-ta-strategy .tab-timer2 .tab-timer__item-two,.body-strategy-ta .list-filter-ta-strategy.first-filter-ta+.list-filter-ta-strategy+.list-filter-ta-strategy .tab-timer2 .tab-timer__item-two,.body-strategy-ta .list-filter-ta-strategy.first-filter-ta+.list-filter-ta-strategy .tab-timer2 .tab-timer__item-two{width:120px}.body-strategy-ta .list-filter-ta-strategy.first-filter-ta-dai .tab-timer2 .tab-timer__item-two{width:96px}.body-strategy-ta .list-filter-ta-strategy.first-filter-ta-dai+.list-filter-ta-strategy+.list-filter-ta-strategy+.list-filter-ta-strategy .tab-timer2 .tab-timer__item-two,.body-strategy-ta .list-filter-ta-strategy.first-filter-ta-dai+.list-filter-ta-strategy+.list-filter-ta-strategy .tab-timer2 .tab-timer__item-two,.body-strategy-ta .list-filter-ta-strategy.first-filter-ta-dai+.list-filter-ta-strategy .tab-timer2 .tab-timer__item-two{width:120px}.under-line{display:block;margin-top:-3px}.save{border-radius:30px;background:#2c73e8;color:#fff;width:auto!important;padding:0 22px 0 10px}.circle-loading{display:block;transition:all .25s ease;width:10px;height:10px;border-radius:50%;position:absolute;float:left;-webkit-animation:spin .4s linear infinite;border:2px solid hsla(0,0%,100%,.2);border-top-color:hsla(0,0%,100%,.6);vertical-align:middle;margin-right:3px}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.process .save{background:rgba(0,0,0,.2)!important}.process .circle-loading{display:block;transition:all .25s ease}.icon-close-modal{font-size:12px;padding:10px}.jus-spa{-webkit-justify-content:space-between;justify-content:space-between}.popup-header-valuation-tool .wrap-checkbox-first-column-body label,.popup-header-valuation-tool div{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.popup-header-valuation-tool .checkbox input[type=checkbox]{width:24px!important}.popup-header-valuation-tool .checkbox label{width:inherit}.body-popup-valuation .checkbox input[type=checkbox]{width:24px!important}.body-popup-valuation .checkbox label{width:inherit}button.btn.btn-cus{line-height:19px}.light-mode .sf-wrapper .non-active{border:1px solid #ccc;color:#969696}.light-mode .sf-wrapper .active{color:#fff}.light-mode .tooltip-wrap div i{color:#2b457d}.fa-checkup-th-search{display:-webkit-flex;display:flex;white-space:nowrap}.fa-checkup-th-search .text-item-content{padding:2px 0 0 10px}.dropdown-menu{z-index:9999}.lm_maximised{z-index:10000!important}.market-cale .line-drop .btn-group{z-index:99999}.edit-setting-personal .body-setting-personal .body-row-content{white-space:nowrap}.edit-setting-personal .body-setting-personal .body-col-content{margin-right:0}.fiinTradeStrategy .size-tracker-content .portal-tooltip-inner .dropdown-menu{position:absolute!important}.wrap-row-notification{padding-right:15px}.wrap-row-notification .wrap-checkbox-first-column-body label{white-space:pre-wrap!important}.gray-bid-ask{background-color:#c2c2c2!important}.z-index-6{z-index:6}body.vi .top-nav .filter-list-wacalendar .list-date .w-l-mid .a2 .text-label{min-width:97px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.vi .tooltip-header-bod-ownship div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body{font-family:Roboto,sans-serif}body .lm_splitter{width:4px!important}body .lm_tabs{height:100%}body .lm_header .lm_tab{height:100%;font-family:Roboto,sans-serif}body .lm_header .lm_tab,body .lm_header .lm_tab .lm_title{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}body .lm_header .lm_tab .lm_title{margin-left:0!important}.Calendar-wraper .DateRangePickerInput .DateInput .DateInput_input{font-size:11px}.financial-ratio-wrapper .ratio-setting div,.financial-ratio-wrapper .tickers .ticker{background-color:#009de6;color:#fff}.lm_goldenlayout>.lm_item>.lm_header .lm_maximise{display:none}.lm_goldenlayout>.lm_maximised>.lm_header .lm_maximise{display:block}.list-filter .drop-mecus,.list-filter .item-filter,.list-filter .item-filter .btn-group{width:120px}.pd-price-data-wrapper .pd-top-navigation--left .group-button--buy{background-color:#2ebd85}.liquidity .left-info-widget__metas,.pd-price-data-wrapper .left-info-widget__metas{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.na-search-box-wrapper{width:120px}.tab-timer .tab-timer__item .tab-timer__link{display:inline-block}.market .radio-list{display:-webkit-flex;display:flex;grid-gap:24px;gap:24px;-webkit-justify-content:center;justify-content:center}.market .radio-list .radio-item{font-weight:400;cursor:pointer}.market .radio-list .radio-item.active{font-weight:600}.market .top-foreign-trading .drop-mecus,.market .top-foreign-trading .line-select .btn-group{width:120px}.market .top-breakout-cw .line-select .btn-group{width:60px}.market .top-breakout-cw .line-select .btn-group .drop-mecus{width:70px}.market .top-breakout .line-select.line-select-rate .btn-group,.market .top-breakout .line-select.line-select-rate .btn-group .drop-mecus{width:50px}.market .table-sticky-first-column thead th:first-child{left:unset;z-index:50}.border-table tbody tr td:after{background-color:#4c5359}body.light{color:#2c2c2c}body.light,body.light .lm_goldenlayout{background-color:#e3e3ea}body.light .lm_maximised .lm_header{background-color:#fff!important}body.light .scrollbars .track div{background:#a3a3a3!important}body.light .lm_header{background:#ced7df!important}body.light .lm_header .lm_tab{background-color:#434853;color:#bbb4b4;height:100%;margin-top:0;margin-right:0;border-radius:0;padding:0 16px;box-shadow:none}body.light .lm_header .lm_tab .lm_title{height:100%;color:#bbb4b4}body.light .lm_header .lm_tab:last-child{border-radius:0 6px 0 0}body.light .lm_header .lm_tab.lm_active,body.light .lm_header .lm_tab:hover{background-color:#ef5063;box-shadow:none}body.light .lm_header .lm_tab.lm_active .lm_title,body.light .lm_header .lm_tab:hover .lm_title{color:#fff}body.light .lm_header .lm_tab:after{content:none}body.light .lm_items{border:1px solid #ced7df}body.light .lm_content{background-color:#fff}body.light .text-s-color-6{color:#ff03f8}body.light .text-s-color-5{color:#1fc766}body.light .text-s-color-4{color:#debb03}body.light .text-s-color-3{color:#ef5063}body.light .text-s-color-2{color:#10c6ff}body.light .text-s-color-1{color:#0c0c0c}body.light .sticky,body.light .top-nav{background-color:#fff!important}body.light .btn-cus-nomal{background-color:#1c2e45;color:#fff;line-height:20px}body.light .btn-cus-nomal.active{background-color:#ef5063!important;color:#fff}body.light .tab-timer__link.active{background:#009de6;color:#fff}body.light .btn-groupcus-line .btn-cus-nomal,body.light .tab-timer .btn-cus-nomal,body.light .tab-timer__item{margin-right:8px}body.light .top-nav .custom-tabs .nav-item .nav-link.active{color:#2c2c2c}body.light .top-nav .custom-tabs .nav-item .nav-link{color:#867e7e;opacity:1}body.light .top-nav .custom-tabs .nav-item .nav-link:hover{position:relative;color:#2c2c2c}body.light .top-nav .custom-tabs .nav-item .nav-link.active:after{content:"";width:20px;height:2px;bottom:-2px;left:calc(50% - 10px);position:absolute;background-color:#ef5063!important}body.light .top-nav .line-drop{border-bottom:1px solid #ef5063!important}body.light .table-sticky-head thead th{background-color:rgba(206,215,223,.5);border-bottom:none}body.light .table-striped tbody tr{background-color:rgba(233,232,221,.2)!important;border:none}body.light .table-sticky-first-column tbody tr td:first-child{background-color:unset}body.light .table-striped tbody tr:nth-child(2n){background-color:rgba(233,232,221,.2)}body.light .tab-timer,body.light .table-sticky-first-column tbody tr:nth-child(2n) td:first-child{background-color:unset}body.light .tab-timer .tab-timer__item .tab-timer__link{background-color:#1c2e45;color:#fff;border:none}body.light .tab-timer .tab-timer__item .tab-timer__link.active,body.light .tab-timer .tab-timer__item .tab-timer__link:hover{background-color:#ef5063;color:#fff}body.light .apply-btn.bg-b-color-3,body.light .btn-export.bg-b-color-3{background-color:#ef5063}body.light .top-nav .custom-tabs .nav-item .nav-link:after{content:unset}body.light .top-nav .tab-normal .tab-timer__item{background-color:unset}body.light .drop-mecus .dropdown-item{background-color:#f5f5f5;color:#0c0c0c}body.light .drop-mecus .dropdown-item.hover,body.light .drop-mecus .dropdown-item:hover{background-color:#e5e5e5}body.light .top-nav .line-drop .item-filter .drop-cus{color:#2c2c2c}body.light .table-sticky-first-column tbody tr.hover td{background-color:#d4d5db!important}body.light .trading-view-url{color:#0c0c0c}body.light .border-table thead{background-color:unset}body.light .border-table thead tr{background-color:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:50}body.light .top-nav .line-drop .item-filter .drop-cus:after{color:#ef5063!important}body.light .top-nav .filter-list-wacalendar .item-filter .drop-cus{color:#0c0c0c}body.light .foreign-wrapper .chart-wrap,body.light .index-valuation-wrapper .valuation-chart,body.light .market-anomaly .chart-view-wrap .chart_wrap,body.light .money-flow-wrapper .money-flow-chart{background-color:rgba(233,232,221,.2);border:1px solid #ced7df}body.light .btn-groupcus-line{background-color:unset}body.light .btn-groupcus-line .btn-cus-nomal.bg-b-color-3{background-color:#1c2e45;color:#fff}body.light .btn-groupcus-line .btn-cus-nomal.active,body.light .btn-groupcus-line .btn-cus-nomal:hover{background-color:#ef5063;color:#fff}body.light .mix-chart{background-color:unset;overflow:hidden;border:none}body.light .statistic-investor-wrapper .fa-body-content{border:none}body.light .treemap .list-ticker .list-group-item.top-ten-title{color:#0c0c0c;background-color:#f5f5f5;padding:3px 8px;border-color:#f5f5f5}body.light .btn.btn-cus-nomal.btn-anomaly:hover{background-color:#009de6;color:#0c0c0c}body.light .prospect-layout .tab-timer .tab-timer__item{width:110px}body.light .index2-time-range-wrapper .bar-header-text{background-color:rgba(44,44,44,.5);color:#fff}body.light .bar-header-item>span:hover{cursor:pointer;background-color:rgba(44,44,44,.5)}body.light .bar-header{background-color:rgba(206,215,223,.5)}body.light .bar-header-item{color:#2c2c2c}body.light .left-info-widget__title{border-bottom:1px solid #e5e5e5}body.light .left-info-widget__metas .item-card-arrow{background-color:#e6ebef;border:none}body.light .left-info-widget__metas .item-second{color:#867e7e}body.light .left-info-widget__metas .item-total-volume{color:#2c2c2c}body.light .left-info-widget__metas .item-total-volume span:first-child{color:#867e7e}body.light .prospect-content{color:#fff}body.light .left-info-widget__title{color:#0c0c0c}body.light .box-content-wrapper .box-footer,body.light .box-content-wrapper .box-header{background-color:#e6ebef;color:#2c2c2c}body.light .financial-statement-wrapper .list-color .color-item:nth-child(2n - 1){background-color:#fff}body.light .financial-statement-wrapper .list-color .color-item{background-color:#fafafa}body.light .checkbox input[type=checkbox]+label:before{color:#262626}body.light .mix-chart .legend-item span,body.light .snapshot-wrapper .snapShot-table .snapShotTable-Infor .snapShotTable-col .snapShotTable-row .snapShotTable-item-end span{color:#0c0c0c}body.light .watchlist-wrapper .search-filter-wrapper.search-box-active{background-color:transparent;color:#0c0c0c;border-bottom:1px solid #e5e5e5}body.light .table-header-cell{background:#fff}body.light .table-cell:after,body.light .table-header-cell:after{content:"";width:1px;height:calc(100% - 4px);position:absolute;bottom:2px;right:0;background-color:#e5e5e5;opacity:.3}body.light .even-row,body.light .header-row,body.light .odd-row{border:1px solid #e5e5e5;background:unset}body.light ::-webkit-scrollbar-thumb,body.light ::-webkit-scrollbar-thumb:hover{background:#e5e5e5!important}body.light .scrollbars .track div{background:#e5e5e5!important}body.light .bg-b-color-3{background-color:#1c2e45}body.light .bg-b-color-3 i:before{color:#fff}body.light .Calendar-container{background-color:#f3f2f0;border:none}body.light .Calendar-container .Calendar-wraper{background-color:#f3f2f0}body.light .Calendar-container .Calendar-wraper .DateRangePicker_picker{background-color:#f3f2f0!important}body.light .Calendar-container .Calendar-wraper .CalendarMonthGrid{background:#f3f2f0}body.light .Calendar-container .Calendar-wraper .DayPicker{background:#f3f2f0!important}body.light .Calendar-container .Calendar-wraper .CalendarMonth_caption{color:#000}body.light .Calendar-container .Calendar-wraper .CalendarMonth{background:#fff}body.light .Calendar-container .DateRangePickerInput .DateInput .DateInput_input{background:#bbb4b4;color:#2c2c2c}body.light .Calendar-container .DateRangePickerInput .DateInput .DateInput_input::-webkit-input-placeholder{color:#2c2c2c}body.light .Calendar-container .DateRangePickerInput .DateInput .DateInput_input:-ms-input-placeholder{color:#2c2c2c}body.light .Calendar-container .DateRangePickerInput .DateInput .DateInput_input::-ms-input-placeholder{color:#2c2c2c}body.light .Calendar-container .DateRangePickerInput .DateInput .DateInput_input::placeholder{color:#2c2c2c}body.light .Calendar-container .DateRangePickerInput .DateRangePickerInput_arrow,body.light .Calendar-container .DateRangePickerInput_calendarIcon{color:#2c2c2c}body.light .Calendar-container .btn-apply-cus{background-color:#ef5063}body.light .Calendar-container .Calendar-wraper .CalendarMonth_table tbody tr:hover{background-color:unset!important}body.light .Calendar-container .Calendar-wraper .CalendarMonth_table tr td.CalendarDay__selected_end,body.light .Calendar-container .Calendar-wraper .CalendarMonth_table tr td.CalendarDay__selected_start{background-image:none;background-color:#ef5063!important;border-radius:50%;border-top:1px #e5e5e5;border-bottom:1px #e5e5e5}body.light .Calendar-container .Calendar-wraper .CalendarMonth_table tr td{color:#2c2c2c!important;border-top:#fff;border-bottom:#fff}body.light .Calendar-container .Calendar-wraper .CalendarMonth_table tr td.CalendarDay__default:hover{background-image:none;background-color:#ef5063!important;border-radius:50%;border:1px #e5e5e5!important;border-right:none!important;border-left:none!important}body.light .Calendar-container .Calendar-wraper .CalendarMonth_table tr td.CalendarDay__default{background-image:none}body.light .Calendar-container .Calendar-wraper .CalendarMonth_table tr td.CalendarDay__selected_span{background-color:rgba(233,232,221,.4)!important}body.light .Calendar-container .Calendar-wraper .CalendarMonth_table tr td.CalendarDay__selected_span:hover{background-image:none!important;background-color:#ef5063!important}body.light .Calendar-container .Calendar-wraper .CalendarMonth_table tr td.CalendarDay__selected_end:hover,body.light .Calendar-container .Calendar-wraper .CalendarMonth_table tr td.CalendarDay__selected_start:hover{border:none!important;background-image:none!important;background-color:#ef5063!important}body.light table.table-news tbody tr:hover{background-color:#e5e5e5!important}body.light .expand-title-wrap a,body.light table.table-news tbody tr:hover .header-title a{color:#0c0c0c}body.light .news-short-content{color:#404040}body.light .news-short-content a{color:#009de6}body.light .btn-label-cus{background-color:#f5f5f5;color:#404040}.light .money-flow-tree-map .node.ref-price-bg{background-color:#debb03!important}.light .money-flow-tree-map .node.reduced-price-bg{background-color:#ef5063!important}.light .money-flow-tree-map .node.increase-price-bg{background-color:#1fc766!important}.light .money-flow-tree-map .node.ceil-price-bg{background-color:#ff03f8!important}.light .money-flow-tree-map .node.floor-price-bg{background-color:#10c6ff!important}.light .money-flow-tree-map .ticker{color:#fff}.light .money-flow-tree-map .title{background-color:#f5f5f5;color:#2c2c2c}.light .treemap .increase-price-bg{background-color:#1fc766!important}.light .treemap .reduced-price-bg{background-color:#ef5063!important}.light .treemap .ref-price-bg{background-color:#debb03!important}.light .treemap .ceil-price-bg{background-color:#ff03f8!important}.light .treemap .floor-price-bg{background-color:#10c6ff!important}.light .treemap .increase-sector-title-bg{background-color:#1fc766}.light .treemap .reduced-sector-title-bg{background-color:#ef5063}.light .treemap .reduced-text-color{color:#ef5063!important}.light .treemap .increase-text-color{color:#1fc766!important}.light .treemap .ceil-text-color{color:#ff03f8!important}.light .treemap .ref-text-color{color:#debb03!important}.light .treemap .floor-text-color{color:#10c6ff!important}.light .treemap .list-ticker .table{background-color:#fff;color:#0c0c0c}.light .treemap .ticker-treemap{background-color:#fff}.light .treemap .triangle,.light .treemap .triangle-wrapper{border-color:#fff transparent transparent}.light .treemap .sector-hover .sector-title{color:#fff}.light .group-button--buy{background-color:#2ebd85}.light .group-button--sell{background-color:#f5465c}.light .fa-switch-tab-wrapper .level-item__title,.light .switch-tab-wrapper .level-item__title{color:#2c2c2c;position:relative}.light .fa-switch-tab-wrapper .level-item__title--grey,.light .switch-tab-wrapper .level-item__title--grey{color:#bbb4b4;opacity:1}.light .fa-switch-tab-wrapper .level-item__title:not(.level-item__title--grey):after,.light .switch-tab-wrapper .level-item__title:not(.level-item__title--grey):after{content:"";width:20px;height:2px;bottom:-2px;left:calc(50% - 10px);position:absolute;background-color:#ef5063!important}.light .snapshot-wrapper .fa-body-content{border:1.3px solid #e5e5e5}.light .snapshot-wrapper .snapShot-chart{border-top:1.3px solid #e5e5e5}.light .fa-checkup-wrapper .fa-checkup-item-title{color:#0c0c0c}.light .score-box{border:1px solid #e5e5e5}.light .na-search-box-wrapper input,.light .search-filter input{background-color:#fff;color:#0c0c0c;border:1px solid #e5e5e5}.light .na-search-box-wrapper input::-webkit-input-placeholder,.light .search-filter input::-webkit-input-placeholder{color:#0c0c0c}.light .na-search-box-wrapper input:-ms-input-placeholder,.light .search-filter input:-ms-input-placeholder{color:#0c0c0c}.light .na-search-box-wrapper input::-ms-input-placeholder,.light .search-filter input::-ms-input-placeholder{color:#0c0c0c}.light .na-search-box-wrapper input::placeholder,.light .search-filter input::placeholder{color:#0c0c0c}.light .na-search-box-wrapper button,.light .search-filter button{color:#0c0c0c}.light .mix-chart-title{color:#0c0c0c!important}.light .box-content-wrapper .box-footer,.light .box-content-wrapper .box-header{background-color:#f5f5f5}.light .bg-s-color-5{background-color:#1fc766}.light .bg-s-color-3{background-color:#ef5063}.light .bg-s-color-4{background-color:#debb03}.light .bg-s-color-6{background-color:#ff03f8}.light .bg-s-color-2{background-color:#10c6ff}.light .fa-bar-chart-wrapper,.light .fmi-wrapper .fmi-chart,.light .proportion-wrapper .proportion-chart,.light .sectorIndepth-performance-wrapper .ts-body .ts-chart,.light .ts-wrapper .stat-chart,.light .ts-wrapper .ts-body .ts-chart{background-color:#f5f5f5}.light .fa-switch-tab-wrapper .level-item__underline--selected,.light .switch-tab-wrapper .level-item__underline--selected{background-color:unset}.light .custom-table tr.highlight td,.light .custom-table tr.hover td{background-color:#d4d5db!important}.light .watchlist-wrapper .search-filter-wrapper .drop-search a span{color:#0c0c0c;opacity:1!important}.light .item-btn .drop-mecus{background:#f5f5f5}.light .setting-header .dropdown-menu .header-text{color:#0c0c0c}.light .setting-header .dropdown-menu .search-box .search-input{background-color:#e5e5e5}.light .checkbox input[type=checkbox]+label{color:#0c0c0c}.light .checkbox input[type=checkbox]:checked+label:before{color:#009de6}.light .icon-search:before,.light .setting-header .dropdown-menu .item-drop{color:#0c0c0c}.light .day-ranger .text-inline,.light .proportion-wrapper table td .color-cell{color:#fff}.light .icon-printer-tool:before,.light .proportion-wrapper table td{color:#0c0c0c}.light .radio-button:before{background-color:#fff;border:1px solid #000}.light .radio-button:checked:after{background-color:#009de6;display:block}.light .sector-investor-wrapper .fa-body-content{border:1.3px solid #e5e5e5}.light .unit-title-note{color:#2c2c2c}.light .popup-box{color:#0c0c0c;background-color:#f5f5f5}.light .popup-box .content-popup{border:1px solid #e5e5e5}.light .popup-box .separate{border-bottom:1px solid #e5e5e5}.light .ratio-setting-indicators{background-color:#f5f5f5}.light .ratio-setting-indicators .search input{background-color:#e5e5e5;color:#0c0c0c}.light .ratio-setting-indicators .header{color:#0c0c0c}.light .financial-ratio-wrapper .financial-ratio-table tr.group-id:hover{background-color:#e5e5e5!important}.light .timeline .timeline-nav-next a,.light .timeline .timeline-nav-prev a{color:#0c0c0c}.light .ows-wrapper .ows-body-content .right-content .top-tab-content .ows-tab-content{background-color:#f5f5f5}.light .ows-wrapper .ows-body-content .right-content .top-tab-content .ows-tab-content-active{background-color:#009de6;color:#fff}.light .ownership .chart_wrap_ownership{background-color:#f5f5f5;border:1px solid #e5e5e5;color:#0c0c0c}.light .ownership .legend-title,.light .ownership .title_tooltip{color:#0c0c0c}.light .tooltip-bubble-ownship{background-color:#f5f5f5}.light .tooltip-bubble-ownship .tooltip-header-ownship,.light .tooltip-bubble-ownship .tooltip-title-ownship{border-bottom:1px solid #e5e5e5}.light .main-text.bg-s-color-5{background-color:rgba(31,199,102,.75)}.light .main-text.bg-s-color-3{background-color:rgba(239,80,99,.75)}.light .main-text.bg-s-color-4{background-color:rgba(222,187,3,.75)}.light .main-text.bg-s-color-6{background:rgba(255,3,248,.75)}.light .main-text.bg-s-color-2{background-color:rgba(16,198,255,.75)}.light .row-wrapper .bar-text{white-space:nowrap;color:rgba(44,44,44,.7)}.light .infor-board-wrapper .heading{background-color:#e6ebef;color:#2c2c2c}.light .infor-board-wrapper .bottom-content-wrapper,.light .infor-board-wrapper .top-content-wrapper{background-color:rgba(233,232,221,.2)}.light .infor-board-wrapper .bottom-content .column-wrapper .item .main-text,.light .infor-board-wrapper .top-content .column-wrapper .item .main-text{color:#867e7e}.light .bullish{color:#1fc766}.light .bearish{color:#ef5063}.light .neutral{color:#debb03}body.dark{background-color:#292b30}body.dark .lm_splitter{background-color:#000}body.dark .lm_header{background:#434853!important}body.dark .lm_header .lm_tabs{height:100%}body.dark .lm_header .lm_tab{background-color:#1a1d23;color:#bbb4b4;margin-top:0;margin-right:0;border-radius:0;padding:0 16px;box-shadow:none}body.dark .lm_header .lm_tab .lm_title{color:#bbb4b4}body.dark .lm_header .lm_tab:last-child{border-radius:0 6px 0 0}body.dark .lm_header .lm_tab.lm_active,body.dark .lm_header .lm_tab:hover{background-color:#ef5063;box-shadow:none}body.dark .lm_header .lm_tab.lm_active .lm_title,body.dark .lm_header .lm_tab:hover .lm_title{color:#fff}body.dark .lm_header .lm_tab:after{content:none}body.dark .lm_items{border:1px solid #434853}body.dark .lm_content{background-color:#292b30}body.dark .text-s-color-6{color:#ff03f8}body.dark .text-s-color-5{color:#00ff45}body.dark .text-s-color-4{color:#fff500}body.dark .text-s-color-3{color:#ef5063}body.dark .text-s-color-2{color:#10c6ff}body.dark .sticky{background-color:#292b30}body.dark .btn-cus-nomal{background-color:#1c2e45;color:#fafafa;line-height:20px}body.dark .tab-timer__link.active{background:#ef5063;color:#fff}body.dark .tab-timer__item{margin-right:8px}body.dark .tab-timer{background-color:transparent}body.dark .btn-groupcus-line .btn-cus-nomal,body.dark .tab-timer .btn-cus-nomal{margin-right:8px;padding:0 10px}body.dark .top-nav .custom-tabs .nav-item .nav-link.active,body.dark .top-nav .custom-tabs .nav-item .nav-link:hover{color:#fff}body.dark .top-nav .custom-tabs .nav-item .nav-link{color:#bbb4b4}body.dark .top-nav .custom-tabs .nav-item .nav-link.active:after{content:"";width:20px;height:2px;bottom:-2px;left:calc(50% - 10px);position:absolute;background-color:#ef5063!important}body.dark .table-sticky-head thead th{background-color:#000;border-bottom:none}body.dark .table-striped tbody tr{background-color:#363941!important;border:1px solid transparent}body.dark .table-sticky-first-column tbody tr:nth-child(2n) td:first-child,body.dark .table-sticky-first-column tbody tr td:first-child,body.dark .table-striped tbody tr:nth-child(2n){background-color:#363941}body.dark .border-table tbody tr td:after{background-color:#4c5359}body.dark .tab-timer .tab-timer__item .tab-timer__link{background-color:#1c2e45;color:#fff;border:none}body.dark .tab-timer .tab-timer__item .tab-timer__link.active,body.dark .tab-timer .tab-timer__item .tab-timer__link:hover{background-color:#ef5063;color:#fafafa}body.dark .apply-btn,body.dark .btn-export{background-color:#ef5063}body.dark .top-nav .custom-tabs .nav-item .nav-link:after{content:unset}body.dark .top-nav .tab-normal .tab-timer__item{background-color:unset}body.dark .drop-mecus .dropdown-item{background-color:#262626;color:#fafafa}body.dark .drop-mecus .dropdown-item.hover,body.dark .drop-mecus .dropdown-item:hover{background-color:#313131}body.dark .top-nav .line-drop .item-filter .drop-cus{color:#fafafa}body.dark .table-sticky-first-column tbody tr.hover td{background-color:#6f7184!important}body.dark .trading-view-url{color:#fafafa}body.dark .top-nav .line-drop .item-filter .drop-cus:after{color:#ef5063!important}body.dark .foreign-wrapper .chart-wrap,body.dark .index-valuation-wrapper .valuation-chart,body.dark .market-anomaly .chart-view-wrap .chart_wrap,body.dark .money-flow-wrapper .money-flow-chart{background-color:#1a1d23;border:1px solid #434853}body.dark .btn-groupcus-line{background-color:unset}body.dark .btn-groupcus-line .btn-cus-nomal.bg-b-color-3{background-color:#1c2e45;color:#fff}body.dark .btn-groupcus-line .btn-cus-nomal.active{background-color:#ef5063!important;color:#fafafa}body.dark .btn-groupcus-line .btn-cus-nomal:hover{background-color:#ef5063;color:#fafafa}body.dark .mix-chart{background-color:unset;overflow:hidden;border:none}body.dark .statistic-investor-wrapper .fa-body-content{border:none}body.dark .treemap .list-ticker .list-group-item.top-ten-title{color:#fafafa;background-color:#262626;padding:3px 8px;border-color:#262626}body.dark .btn.btn-cus-nomal.btn-anomaly:hover{background-color:#009de6;color:#fafafa}body.dark .prospect-layout .tab-timer .tab-timer__item{width:110px}body.dark .index2-time-range-wrapper .bar-header{background-color:#434853}body.dark .index2-time-range-wrapper .bar-header-text{background-color:#232931}body.dark .bar-header-item>span:hover{cursor:pointer;background-color:#232931}body.dark .bar-header-item{color:#fff}body.dark .left-info-widget__metas .item-card-arrow{background-color:#232931;border:1px solid #4c5359}body.dark .left-info-widget__metas .item-second,body.dark .left-info-widget__metas .item-total-volume span:first-child{color:#bbb4b4}body.dark .watchlist-wrapper .search-filter-wrapper.search-box-active{background-color:transparent;color:#fafafa;border-bottom:1px solid #3a3a3a}body.dark .table-header-cell{background:#171717}body.dark .table-cell:after,body.dark .table-header-cell:after{content:"";width:1px;height:calc(100% - 4px);position:absolute;bottom:2px;right:0;background-color:#3a3a3a;opacity:.3}body.dark .even-row,body.dark .header-row,body.dark .odd-row{border:1px solid #3a3a3a;background:unset}body.dark ::-webkit-scrollbar-thumb,body.dark ::-webkit-scrollbar-thumb:hover{background:#3a3a3a!important;height:6px}body.dark .scrollbars .track div{background:#3a3a3a!important}body.dark .Calendar-container{background-color:#434853;border:none;box-shadow:none}body.dark .Calendar-container .Calendar-wraper{background-color:#434853}body.dark .Calendar-container .Calendar-wraper .CalendarMonthGrid{background:#434853}body.dark .Calendar-container .Calendar-wraper .DayPicker{background:#434853!important}body.dark .Calendar-container .Calendar-wraper .CalendarMonth{background:#363941}body.dark .Calendar-container .DateRangePickerInput .DateInput .DateInput_input{background:#1c2e45;color:#fff}body.dark .Calendar-container .DateRangePickerInput .DateInput .DateInput_input::-webkit-input-placeholder{color:#fff}body.dark .Calendar-container .DateRangePickerInput .DateInput .DateInput_input:-ms-input-placeholder{color:#fff}body.dark .Calendar-container .DateRangePickerInput .DateInput .DateInput_input::-ms-input-placeholder{color:#fff}body.dark .Calendar-container .DateRangePickerInput .DateInput .DateInput_input::placeholder{color:#fff}body.dark .Calendar-container .btn-apply-cus{background-color:#ef5063}body.dark .Calendar-container .Calendar-wraper .CalendarMonth_table tbody tr:hover{background-color:unset!important}body.dark .Calendar-container .Calendar-wraper .CalendarMonth_table tr td.CalendarDay__selected_end,body.dark .Calendar-container .Calendar-wraper .CalendarMonth_table tr td.CalendarDay__selected_start{background-image:none;background-color:#ef5063!important;border-radius:50%;border-top:1px #3a3a3a;border-bottom:1px #3a3a3a}body.dark .Calendar-container .Calendar-wraper .CalendarMonth_table tr td{border-top:#3a3a3a;border-bottom:#3a3a3a}body.dark .Calendar-container .Calendar-wraper .CalendarMonth_table tr td.CalendarDay__default:hover{background-image:none;background-color:#ef5063!important;border-radius:50%;border:1px #3a3a3a!important;border-right:none!important;border-left:none!important}body.dark .Calendar-container .Calendar-wraper .CalendarMonth_table tr td.CalendarDay__default{background-image:none;border-top:1px solid #3a3a3a;border-bottom:1px solid #3a3a3a}body.dark .Calendar-container .Calendar-wraper .CalendarMonth_table tr td.CalendarDay__selected_span{background-color:#6f7184!important}body.dark .Calendar-container .Calendar-wraper .CalendarMonth_table tr td.CalendarDay__selected_span:hover{background-image:none!important;background-color:#ef5063!important;border-top:1px solid #3a3a3a!important;border-bottom:1px solid #3a3a3a!important}body.dark .Calendar-container .Calendar-wraper .CalendarMonth_table tr td.CalendarDay__selected_end:hover,body.dark .Calendar-container .Calendar-wraper .CalendarMonth_table tr td.CalendarDay__selected_start:hover{border:1px solid #3a3a3a!important;border-right:none!important;border-left:none!important;background-image:none!important;background-color:#ef5063!important}body.dark table.table-news tbody tr:hover{background-color:#313131!important}body.dark .header-title{color:#fafafa}body.dark .news-short-content{color:#d4d4d4}body.dark .news-short-content a{color:#009de6}body.dark .btn-label-cus{background-color:#262626;color:#d4d4d4}.dark .money-flow-tree-map .node.ref-price-bg{background-color:#f1ad57!important}.dark .money-flow-tree-map .node.reduced-price-bg{background-color:#ef5063!important}.dark .money-flow-tree-map .node.increase-price-bg{background-color:#00ff45!important}.dark .money-flow-tree-map .node.ceil-price-bg{background-color:#ff03f8!important}.dark .money-flow-tree-map .node.floor-price-bg{background-color:#10c6ff!important}.dark .money-flow-tree-map .ticker{color:#fff}.dark .money-flow-tree-map .title{background-color:#262626}.dark .treemap .increase-price-bg{background-color:#00ff45!important}.dark .treemap .reduced-price-bg{background-color:#ef5063!important}.dark .treemap .ref-price-bg{background-color:#fff500!important}.dark .treemap .ceil-price-bg{background-color:#ff03f8!important}.dark .treemap .floor-price-bg{background-color:#10c6ff!important}.dark .treemap .increase-sector-title-bg{background-color:#00ff45}.dark .treemap .reduced-sector-title-bg{background-color:#ef5063}.dark .treemap .reduced-text-color{color:#ef5063!important}.dark .treemap .increase-text-color{color:#00ff45!important}.dark .treemap .ceil-text-color{color:#ff03f8!important}.dark .treemap .ref-text-color{color:#fff500!important}.dark .treemap .floor-text-color{color:#10c6ff!important}.dark .treemap .list-ticker .table{background-color:#171717;color:#fafafa}.dark .treemap .sector-hover .sector-title{color:#fff}.dark .group-button--buy{background-color:#2ebd85}.dark .group-button--sell{background-color:#f5465c}.dark .fa-switch-tab-wrapper .level-item__title,.dark .switch-tab-wrapper .level-item__title{color:#fff;position:relative}.dark .fa-switch-tab-wrapper .level-item__title:not(.level-item__title--grey):after,.dark .switch-tab-wrapper .level-item__title:not(.level-item__title--grey):after{content:"";width:20px;height:2px;bottom:-2px;left:calc(50% - 10px);position:absolute;background-color:#ef5063!important}.dark .fa-switch-tab-wrapper .level-item__title--grey,.dark .switch-tab-wrapper .level-item__title--grey{color:#bbb4b4;opacity:1}.dark .na-search-box-wrapper input,.dark .search-filter input{background-color:#171717;color:#fafafa;border:1px solid #3a3a3a}.dark .na-search-box-wrapper input::-webkit-input-placeholder,.dark .search-filter input::-webkit-input-placeholder{color:#fafafa}.dark .na-search-box-wrapper input:-ms-input-placeholder,.dark .search-filter input:-ms-input-placeholder{color:#fafafa}.dark .na-search-box-wrapper input::-ms-input-placeholder,.dark .search-filter input::-ms-input-placeholder{color:#fafafa}.dark .na-search-box-wrapper input::placeholder,.dark .search-filter input::placeholder{color:#fafafa}.dark .na-search-box-wrapper button,.dark .search-filter button{color:#fafafa}.dark .box-content-wrapper .box-footer,.dark .box-content-wrapper .box-header{background-color:#000}.dark .bg-s-color-5{background-color:#00ff45}.dark .bg-s-color-3{background-color:#ef5063}.dark .bg-s-color-4{background-color:#fff500}.dark .bg-s-color-6{background-color:#ff03f8}.dark .bg-s-color-2{background-color:#10c6ff}.dark .fa-bar-chart-wrapper,.dark .fmi-wrapper .fmi-chart,.dark .proportion-wrapper .proportion-chart,.dark .sectorIndepth-performance-wrapper .ts-body .ts-chart,.dark .ts-wrapper .stat-chart,.dark .ts-wrapper .ts-body .ts-chart{background-color:#1a1d23;border:1px solid #434853}.dark .fa-switch-tab-wrapper .level-item__underline--selected,.dark .switch-tab-wrapper .level-item__underline--selected{background-color:unset}.dark .custom-table tr.highlight td,.dark .custom-table tr.hover td{background-color:#313131!important}.dark .watchlist-wrapper .search-filter-wrapper .drop-search a span{color:#fafafa;opacity:1!important}.dark .top-nav .line-drop{border-bottom:1px solid #ef5063!important}.dark .item-btn .drop-mecus{background:#262626}.dark .setting-header .dropdown-menu .header-text{color:#fafafa}.dark .setting-header .dropdown-menu .search-box .search-input{background-color:#313131}.dark .checkbox input[type=checkbox]+label{color:#fafafa}.dark .checkbox input[type=checkbox]:checked+label:before{color:#009de6}.dark .icon-search:before,.dark .setting-header .dropdown-menu .item-drop{color:#fafafa}.dark .radio-button:before{background-color:#000;border:1px solid #fff}.dark .radio-button:checked:after{background-color:#009de6;display:block}.dark .sector-investor-wrapper .fa-body-content{border:1.3px solid #3a3a3a}.dark .unit-title-note{color:#bbb4b4}.dark .popup-box{color:#fafafa;background-color:#262626}.dark .popup-box .content-popup{border:1px solid #3a3a3a}.dark .popup-box .separate{border-bottom:1px solid #3a3a3a}.dark .ratio-setting-indicators{background-color:#262626}.dark .ratio-setting-indicators .search input{background-color:#313131}.dark .financial-ratio-wrapper .financial-ratio-table tr.group-id:hover{background-color:#313131!important}.dark .ows-wrapper .ows-body-content .right-content .top-tab-content .ows-tab-content{background-color:#262626}.dark .ows-wrapper .ows-body-content .right-content .top-tab-content .ows-tab-content-active{background-color:#009de6}.dark .ownership .chart_wrap_ownership{background-color:#262626;border:1px solid #3a3a3a}.dark .tooltip-bubble-ownship{background-color:#262626}.dark .tooltip-bubble-ownship .tooltip-header-ownship,.dark .tooltip-bubble-ownship .tooltip-title-ownship{border-bottom:1px solid #3a3a3a}.dark .infor-board-wrapper .bottom-content-wrapper,.dark .infor-board-wrapper .top-content-wrapper{background-color:#363941}.dark .main-text.bg-s-color-5{background-color:#00de8b}.dark .main-text.bg-s-color-3{background-color:#eb505a}.dark .main-text.bg-s-color-4{background-color:#facc5c}.dark .main-text.bg-s-color-6{background-color:#e26fff}.dark .main-text.bg-s-color-2{background-color:#0ff}.dark .infor-board-wrapper .bottom-content .column-wrapper .item .main-text,.dark .infor-board-wrapper .top-content .column-wrapper .item .main-text{color:#bbb4b4}.dark .bullish{color:#00ff45}.dark .bearish{color:#ef5063}.dark .neutral{color:#fff500}[contenteditable]{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.root,body{height:100vh}body{touch-action:none;overflow:hidden}.lm_root{height:100vh}.lm_root .lm_header{z-index:8}.goldenLayout{height:100%}.lm_content{width:100%!important}.fiintrade-main{overflow:hidden!important}.content-scroll-table{overflow-x:auto!important;overflow-y:auto!important}.lm_maximised .lm_header{background-color:#25282e!important}.light-mode .lm_maximised .lm_header{background-color:#e8eaed!important}.lm_title{margin-left:10px!important}.bg-blur{opacity:.5;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.sticky{position:-webkit-sticky;position:sticky;top:0;background-color:#1f2329;z-index:6}.light-mode .sticky{background-color:#fff}.sync-component-icon{position:absolute;top:4px;left:8px}.sync-type{width:73px;height:47px;display:-webkit-flex;display:flex;position:fixed;background-color:#273040;top:100px;left:50px;z-index:10;padding:5px;-webkit-justify-content:space-between;justify-content:space-between;-webkit-flex-wrap:wrap;flex-wrap:wrap;border-radius:3px}.sync-type .sync-icon{width:16px;height:16px;border-radius:16px;position:relative;cursor:pointer}.sync-type .sync-icon.disabled:before{content:"";position:absolute;width:12px;height:1px;background-color:#fff;top:7px;left:2px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.sync-type .sync-icon:first-child{margin-bottom:5px}.sync-type .sync-icon i:before{position:absolute;top:3px;left:3px;font-size:10px}.radio-button{cursor:pointer;font-size:0}.radio-button:checked{transition:width .5s ease-out,height .5s ease-out}.radio-button:checked:after{width:9px;height:9px;border-radius:50%;background-color:#47c3ff;display:block;content:"";-webkit-transform:translate(2px,-12px);transform:translate(2px,-12px)}.radio-button:checked:before{border:1px solid #47c3ff}.radio-button:before{display:block;content:"";width:15px;height:15px;border-radius:50%;background-color:#273040;border:1px solid #273040;margin-top:-2px;margin-left:-1px}.min-height-100{min-height:100%}