.voneyun-chart {
  width: 100%;
  height: 100%;
}

.voneyun-chart-card {
  width: 100%;
  height: 100%;
  background: #fafbfc;
  border-radius: 3px;
  border: 1px solid #ebeef2;
  .chart-top {
    padding: 16px 16px 0 16px;
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .label {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.9);
  }
  .unit {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.2);
  }
  .chart-bottom {
    height: calc(100% - 68px);
    position: relative;
    .spin {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
  }
}
