/* =========== */
.card__wrap .main .card__img {
  width: 68%;
}
@media screen and (min-width: 436px) {
  .card__wrap .main .card__img {
    width: 77%;
  }
}
.markup-interactives {
  position: relative;
}

.text-confirm-answer {
  font-size: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
.text-confirm-answer.transparent {
  opacity: 0;
  transition: all 250ms;
}
.for-float-wrapper .card__text {
  text-align: start;
  margin-bottom: 30px;
  transition: all 250ms;
  font-size: 18px;
}
@media screen and (min-width: 436px) {
  .for-float-wrapper .card__text {
    text-align: start;
    margin-bottom: 30px;
    transition: all 250ms;
    font-size: 17px;
  }
}

.change-text-for-explanation {
  color: #7b7b7b;
  letter-spacing: 0.8px;
  font-size: 18px;
  text-align: center;
  position: absolute;
  top: 91%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 150ms;
}
@media screen and (min-width: 436px) {
  .change-text-for-explanation {
    font-size: 17px;
  }
}
.option {
  width: 88%;
}
.confirm {
  width: 55%;
}
@media screen and (min-width: 436px) {
  .confirm {
    width: 50%;
  }
}
.for-float-wrapper {
  position: relative;
}
.change-text-for-explanation.text-show {
  opacity: 1;
}
.click-path {
  cursor: pointer;
  width: 51%;
  height: 60%;
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card__wrap-blocked .change-text-for-explanation {
  opacity: 0;
  pointer-events: none;
  user-select: none;
}
.half-screen-width {
  width: 88%; /* Adjusted for desktop */
  margin: auto;
}

.slider-container {
  width: 90%;
  margin: 14px auto;
  position: relative;
}

.slider {
  width: 100%;
  height: 20px;
  background-color: transparent;
  position: relative;
  z-index: 1;
}

.slider-thumb {
  width: 45px;
  height: 45px;
  /* background-color: #007bff; */
  /* border-radius: 50%; */
  position: absolute;
  top: 0%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/pzcl-pictograms/train-1.svg);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#slider2 .slider-thumb {
  background-image: url(../img/pzcl-pictograms/train-1-rotate.svg);
  top: 6%;
}
@media screen and (min-width: 436px) {
  #slider2 .slider-thumb {
    top: 12%;
  }
}
/* .slider-thumb.green {
  background-image: url(../img/pzcl-pictograms/train-green-1.svg);
}
#slider2 .slider-thumb.green {
  background-image: url(../img/pzcl-pictograms/train-green-1-rotate.svg);
} */
#slider .slider-thumb.scaled {
  transform: translate(-50%, -50%) scale(2);
  top: -25%;
}
@media screen and (min-width: 436px) {
  #slider .slider-thumb.scaled {
    transform: translate(-50%, -50%) scale(1.7);
    top: -20%;
  }
}
#slider2 .slider-thumb.scaled {
  transform: translate(-50%, -50%) scale(2);
  top: 8%;
}
@media screen and (min-width: 436px) {
  #slider2 .slider-thumb.scaled {
    transform: translate(-50%, -50%) scale(1.7);
    top: 1%;
  }
}
.notch {
  position: absolute;
  height: 10px;
  width: 1px;
  background-color: black;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.notch:first-child,
.notch:last-child {
  opacity: 1;
}

.notch-label {
  position: absolute;
  top: -30px;
  transform: translateX(-50%);
  font-size: 16px;
  user-select: none;
  opacity: 0;
  width: max-content;
}

.selected-label {
  font-size: 16px;
  display: inline-block;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  opacity: 0;
}
.digit-ansver {
  position: absolute;
  z-index: 2;
  top: 190%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  width: 88%;
  text-align: center;
  pointer-events: none;
  user-select: none;
  color: #a0a0a0;
}

.card__wrap-blocked .digit-ansver {
  opacity: 0;
}
.card__wrap-blocked .half-screen-width {
  opacity: 0;
  display: none;
}
.slider-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 3px;
  background-color: black;
}
div#slider2 {
  margin-top: 30px;
}
.town-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.card__wrap .bookmark-switch-text {
  top: 33%;
}
