.sc-parent {
  width: 100%;
  background: #ded5f8;
  border-radius: 12px;
  padding: 20px;
  margin: 20px auto
}
.slider-container {
  width: 90%;
  margin: 10px auto 40px
}
.slider-container .title-row {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #555
}
.slider-container .label-row {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 8px;
  color: #583582
}
.slider_ryg {
  -webkit-appearance: none;
  width: 100%;
  height: 16px;
  border-radius: 8px;
  background: linear-gradient(to right,#ff6b6b 0,#ffe66d 50%,#51cf66 100%);
  outline: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,.1)
}
.slider_wg_hard {
  -webkit-appearance: none;
  width: 100%;
  height: 16px;
  border-radius: 8px;
  background: linear-gradient(to right,#8b8589 0,#8b8589 50%,#7a9e9f 50%,#7a9e9f 100%);
  outline: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,.1)
}
#dt_score {
  color: #583582
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #333;
  cursor: pointer;
  border: 2px solid #fff;
  margin-top: -4px
}
.slider::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #333;
  cursor: pointer;
  border: 2px solid #fff
}