.custom-chart{height:100%;align-items:center;justify-content:flex-end}.custom-chart,.custom-chart-wrap{display:flex;flex-direction:column}.custom-chart-wrap{height:66px;overflow:hidden;position:relative}.custom-chart-item{cursor:pointer;display:flex;height:48px;flex-direction:column;align-items:center;justify-content:flex-end}.custom-chart-item:not(:last-child){margin-right:5px}.custom-chart-item-wrap{display:flex;height:100%;align-items:flex-end}.custom-chart-item-wrap.no-border{border:none}.custom-chart-item__col{width:6px;background:#aaa;transition:all .25s}.custom-chart-item__col:hover{background:#555}.custom-chart-item__col.grean{background:#8ecb7f}.custom-chart-item__col.grean:hover{background:#555}.custom-chart-item__text{font-size:10px;font-weight:500;text-align:left;margin:0;margin-top:5px}