.simulator-slider-row {
  display: flex;
  align-items: center;
  gap: 16px;
	margin-bottom: 10px;
}

.simulator-slider-row label {
  white-space: nowrap;
	color: rgba(17, 17, 17, 0.4);
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
	margin-top: 5px;
}

.simulator-range {
  flex: 1;
}

.simulator-range {
  width: 100%;
  height: 8px;
  border-radius: 999px;
  appearance: none;
  cursor: pointer;
}

/* Track */
.simulator-range::-webkit-slider-runnable-track {
  height: 8px;
  border-radius: 999px;
}

/* Thumb */
.simulator-range::-webkit-slider-thumb {
  appearance: none;
  width: 18px;
  height: 18px;
  background: #E8364E;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -5px;
}

.simulator-range::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #E8364E;
  border-radius: 50%;
  cursor: pointer;
}

.mois-salaire{
	font-size: 11px;
	font-weight: 900;
	line-height: 16.5px;
	color: rgba(255, 255, 255, 0.3);
}

.mois-aide-cumulees{
	font-size: 11px;
	font-weight: 900;
	line-height: 16.5px;
	color: rgba(232, 54, 78, 0.5);
}

#salary{
	color: #fff;
	font-size: 22px;
	line-height: 33px;
	font-weight: 900;
}

#total{
	color: var(--theme-palette-color-2);
	font-size: 22px;
	line-height: 33px;
	font-weight: 900;
}

#ageValue{
	color: var(--theme-palette-color-2);
	font-size: 18px;
	line-height: 27px;
	font-weight: 900;
}