.risk-bar-wrapper {
  background: #eee;
  border-radius: 10px;
  height: 18px;
  width: 100%;
  margin-top: 8px;
  overflow: hidden;
}

.risk-bar {
  height: 100%;
  width: 0%;
  border-radius: 10px;
  transition: width 0.5s ease, background 0.5s ease;
}

