  .decimal-stat-circle {
background: conic-gradient(rgb(255, 217, 74) 342deg, rgb(252, 251, 221) 342deg) !important;
}
.decimal-stat-circle {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  width: 200px;
  height: 200px;
  background: #fcfbdd;
}
.decimal-stat-circle {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  width: 200px;
  height: 200px;
  background: #fcfbdd;
}
.decimal-stat-circle .chart-center {
  position: absolute;
  border-radius: 50%;
  top: 10px;
  left: 10px;
  width: 180px;
  height: 180px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5em !important;
  font-weight: 700 !important;
}