#chartjs-tooltip{background:#fff;border:1px solid #e5e5e5;border-radius:4px;color:#fff;color:rgba(0,0,0,.54);font-size:12px;margin-top:-8px;opacity:1;padding:2px 6px;pointer-events:none;position:absolute;transform:translate3d(-50%,-100%,0);transition:all .1s ease;white-space:nowrap}#chartjs-tooltip>p{position:relative;z-index:2}#chartjs-tooltip>div{background:#fff;border-bottom:1px solid #e5e5e5;border-right:1px solid #e5e5e5;bottom:-1px;height:8px;left:50%;margin-left:-4px;position:absolute;transform:translate3d(-50%,50%,0) rotate(45deg);width:8px;z-index:1}#chartjs-tooltip.left{transform:translate3d(-18px,-100%,0)}#chartjs-tooltip.left>div{left:21px}#chartjs-tooltip.right{transform:translate3d(-85px,-100%,0);transform:translate3d(calc(-100% + 18px),-100%,0)}#chartjs-tooltip.right>div{left:auto;right:17px;transform:translate3d(50%,50%,0) rotate(45deg)}.chart__switcher{display:flex;margin-top:12px}.chart__switcher>.chart__switcher_item{border-bottom:1px solid #e5e5e5;border-left:1px solid #e5e5e5;border-top:1px solid #e5e5e5;color:rgba(0,0,0,.54);cursor:pointer;display:block;font-size:12px;height:32px;line-height:32px;position:relative;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.chart__switcher>.chart__switcher_item:first-child{border-radius:6px 0 0 6px}.chart__switcher>.chart__switcher_item:last-child{border-radius:0 6px 6px 0;border-right:1px solid #e5e5e5}.chart__switcher>.chart__switcher_item .chart__switcher_item_bg{height:100%;position:absolute;width:100%;z-index:1}.chart__switcher>.chart__switcher_item.active{color:#fff}.b-icon{background-position:50%;display:inline-block}.b-icon.transparent{opacity:.38}.b-dropdown{max-width:160px;position:relative;width:-moz-max-content;width:max-content}.b-dropdown>.b-dropdown_toggle{align-items:center;cursor:pointer;display:flex;font-size:14px;line-height:1.43;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.b-dropdown>.b-dropdown_toggle>span.transparent-grey--text{font-size:14px;line-height:1.43;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.b-dropdown>.b-dropdown_toggle>.b-icon{margin-left:2px}.b-dropdown .b-dropdown_options{-webkit-overflow-scrolling:touch;background-color:#fff;border-radius:6px;box-shadow:0 4px 16px 0 rgba(0,0,0,.12);font-size:14px;left:0;line-height:1.43;max-height:396px;overflow-y:auto;position:absolute;top:0;width:118px;z-index:1}.b-dropdown .b-dropdown_options::-webkit-scrollbar-track{background-color:#fff;cursor:pointer}.b-dropdown .b-dropdown_options::-webkit-scrollbar{background-color:rgba(0,0,0,.6);cursor:pointer;width:4px}.b-dropdown .b-dropdown_options::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.6);border-radius:2px;cursor:pointer}.b-dropdown .b-dropdown_options>.b-dropdown_options_item{align-items:center;cursor:pointer;display:flex;height:36px;padding:0 16px;white-space:nowrap}.b-dropdown .b-dropdown_options>.b-dropdown_options_item>span{font-size:14px;line-height:1.43}.b-dropdown .b-dropdown_options>.b-dropdown_options_item:hover{background:#f5f5f5}.loader{margin:0 auto;position:relative}.loader:before{content:"";display:block;padding-top:100%}.circular{animation:rotate 2s linear infinite;bottom:0;height:100%;left:0;margin:auto;position:absolute;right:0;top:0;transform-origin:center center;width:100%}.path{stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.chart{height:100%;padding:16px 16px 0;width:100%}.chart.bordered{border:1px solid #e5e5e5;border-radius:12px;padding:16px}.chart>p{color:#000;font-size:16px;line-height:1.5;margin-bottom:4px}.chart>.chart__graph{height:calc(100% - 108px);margin-top:16px;width:100%}.chart>.chart__graph.no-switcher{height:calc(100% - 64px)}.chart>.chart__graph>div{height:100%;width:100%}.chart>.chart__graph .chart__graph_error,.chart>.chart__graph .chart__graph_loading{align-items:center;display:flex;justify-content:center}.chart>.chart__graph .chart__graph_error{color:rgba(0,0,0,.54);font-size:14px;line-height:1.43}