.wrunner_theme_default.wrunner_direction_horizontal {
  width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  box-sizing: border-box;
}
.wrunner_theme_default.wrunner_direction_vertical {
  height: 100%;
  width: max-content;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  box-sizing: border-box;
}
.wrunner__outer_theme_default.wrunner__outer {
  position: relative;
  padding-top: 0.1px;
}
.wrunner__outer_theme_default.wrunner__outer_direction_horizontal {
  height: 4rem;
  width: 100%;
}
.wrunner__outer_theme_default.wrunner__outer_direction_vertical {
  height: 100%;
  width: 5.5rem;
  min-height: 10rem;
}
.wrunner__scale-divisions-block_theme_default.wrunner__scale-divisions-block {
  position: absolute;
  display: flex;
}
.wrunner__scale-divisions-block_theme_default.wrunner__scale-divisions-block_direction_horizontal {
  top: 3.5rem;
  width: 100%;
  justify-content: space-between;
}
.wrunner__scale-divisions-block_theme_default.wrunner__scale-divisions-block_direction_vertical {
  height: 100%;
  width: 0.5rem;
  left: 0;
  justify-content: space-between;
  flex-direction: column;
}
.wrunner__scale-division_theme_default.wrunner__scale-division {
  background-color: #cb73a4;
}
.wrunner__scale-division_theme_default.wrunner__scale-division_direction_horizontal {
  height: 0.5rem;
  width: 0.1rem;
}
.wrunner__scale-division_theme_default.wrunner__scale-division_direction_vertical {
  height: 0.1rem;
  width: 0.5rem;
}
.wrunner__handle_theme_default.wrunner__handle {
  position: absolute;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 40%;
  background-color: #cf579a;
  transition-duration: 0.2s;
  transition-property: transform, background-color, border-radius;
  cursor: pointer;
  z-index: 1;
}
.wrunner__handle_theme_default.wrunner__handle:hover {
  transform: scale(1.1);
  border-radius: 50%;
  background-color: #c54a8e;
}
.wrunner__handle_theme_default.wrunner__handle:active {
  transform: scale(0.9);
  border-radius: 50%;
  background-color: #aa3d9c;
}
.wrunner__handle_theme_default.wrunner__handle_direction_vertical {
  margin-top: -0.6rem;
  margin-left: -0.4rem;
}
.wrunner__handle_theme_default.wrunner__handle_direction_horizontal {
  margin-top: -0.35rem;
  margin-left: -0.6rem;
}
.wrunner__track_theme_default.wrunner__track {
  position: absolute;
  background-color: rgba(205,205,205,0.75);
  border-radius: 0.25rem;
  cursor: pointer;
}
.wrunner__track_theme_default.wrunner__track_direction_horizontal {
  height: 0.5rem;
  width: 100%;
  top: 2.3rem;
}
.wrunner__track_theme_default.wrunner__track_direction_vertical {
  height: 100%;
  width: 0.5rem;
  left: 1.2rem;
}
.wrunner__progress_theme_default.wrunner__progress {
  position: absolute;
  background-color: #cb73a4;
  border-radius: 0.25rem;
}
.wrunner__progress_theme_default.wrunner__progress_direction_horizontal {
  height: 100%;
}
.wrunner__progress_theme_default.wrunner__progress_direction_vertical {
  width: 100%;
  bottom: 0;
}
.wrunner__value-note_theme_default.wrunner__value-note {
  position: absolute;
  padding: 0.35rem;
  background-color: #c54a8e;
  text-align: center;
  color: #fff;
  font-size: 0.75rem;
  font-family: lato;
  font-weight: 900;
  cursor: default;
  transition: 0.2s opacity;
  display: flex;
  white-space: pre;
}
.wrunner__value-note_theme_default.wrunner__value-note::after {
  content: '';
  position: absolute;
  display: block;
  height: 0;
  width: 0;
}
.wrunner__value-note_theme_default.wrunner__value-note_direction_horizontal {
  top: 0;
  min-width: 1.5rem;
  border-radius: 0.8rem 0.3rem 0.8rem 0.3rem;
  justify-content: center;
}
.wrunner__value-note_theme_default.wrunner__value-note_direction_horizontal::after {
  left: 50%;
  margin-left: -0.25rem;
  bottom: -0.5rem;
  border: 0.25rem solid transparent;
  border-top-color: #c54a8e;
}
.wrunner__value-note_theme_default.wrunner__value-note_direction_vertical {
  left: 2.4rem;
  min-width: 1.5rem;
  border-radius: 0.3rem 0.7rem 0.3rem 0.7rem;
  justify-content: center;
  flex-direction: column;
}
.wrunner__value-note_theme_default.wrunner__value-note_direction_vertical::after {
  top: 50%;
  margin-top: -0.25rem;
  left: -0.5rem;
  border: 0.25rem solid transparent;
  border-right-color: #c54a8e;
}
.wrunner__value-note_theme_default.wrunner__value-note_display_hidden {
  opacity: 0;
}
.wrunner__value-note_theme_default.wrunner__value-note_display_visible {
  opacity: 1;
}

