.yoo-iconbox.yoo-style1 {
  min-height: 140px;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);

  .yoo-iconbox-in {
    padding: 20px;
    position: relative;
    min-height: inherit;
    border-radius: inherit;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 244, 240, 0.3) 100%);
  }

  .yoo-iconbox-title {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.6em;
    margin-top: -5px;
  }

  .yoo-iconbox-number {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2em;
    color: $base-color1;
  }

  .yoo-iconbox-percentage {
    display: flex;
    align-items: center;

    i {
      margin-right: 6px;
      font-size: 24px;
    }
  }

  .yoo-iconbox-icon {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 24px;
    line-height: 1em;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .yoo-iconbox-chart.yoo-style1 {
    width: 150px;
    margin-bottom: -35px;
    margin-top: -35px;
    margin-left: -20px;
  }

  .yoo-iconbox-chart.yoo-style2 {
    width: 200px;
    margin-bottom: -37px;
    margin-top: -35px;
    margin-left: -25px;
  }

  .yoo-progress-wrap.yoo-style3 {
    margin-top: -1px;
  }

  .yoo-progress-wrap.yoo-style3 .yoo-progressbar-title {
    font-weight: 400;
  }

  .yoo-progress-wrap.yoo-style3 .yoo-progress-head {
    justify-content: flex-end;
  }
}

.yoo-iconbox-chart .apexcharts-grid {
  display: none;
}
