.tooltips {
  height: 100%;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  .chart-val-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
  }
  .chart-val {
    border-radius: 30px;
    padding: 0 10px;
    color: #333;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 10px;
    &:last-child {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }
  }
}
