.error {
  color: red;
}

.card-next {
  position: absolute;
  bottom: 14px;
  /*width: 30%;*/
  text-align: left;
  line-height: 28px;
  margin-left: 20px;
  text-decoration: underline;
  /*color: #666;*/
  font-size: 18px;
}

.lesson-media {
  text-align: center;
}

.favourite-heart {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 30px;
}

.card-title {
  color: #db4747;
  font-size: 24px;
  text-align: center;
}

.text-center {
  text-align: center;
}

.icon-size {
  font-size: 80px;
}

ion-range > .range-slider > .range-bar-active, ion-range > .range-slider > .range-knob-handle > .range-knob {
  background: white;
}

ion-range > ion-label, ion-range > .range-slider > .range-knob-handle > .range-pin {
  color: white;
}

.range-md-secondary .range-bar-active, .range-md-secondary .range-knob, .range-md-secondary .range-pin, .range-md-secondary .range-pin::before {
  background: white !important;
  color: black !important;
}

.range-band {
  background-color: white !important;
  color: red !important;
}

.range-header {
  background: #DB4747 !important;
  padding-left: unset !important;
  margin-bottom: unset !important;
  border: none !important;
}

.challenge-block-input {
  color: white;
}

.challenge-block-item > .item-inner {
  border-bottom-color: white !important;
  -webkit-box-shadow: inset 0 -1px 0 0 white !important;
  box-shadow: inset 0 -1px 0 0 white !important;
}

.set-challenge-detail-font {
  font-size: 18px;
}
