.card__wrap .main .card__img {
  width: 85%;
}
@media screen and (min-width: 436px) {
  .card__wrap .main .card__img {
    width: 85%;
  }
}
.markup-interactive {
  position: relative;
}
.the-triangular-cat {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 20px;
  z-index: 5;
}
@media screen and (min-width: 436px) {
  .the-triangular-cat {
    margin-bottom: 31px;
  }
}
.text-confirm-answer {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #383a57;
  width: 80px;
  opacity: 1;
  transition: all 250ms;
  position: absolute;
  top: 60%;
  left: 64%;
  transform: translate(-50%, -50%);
  fill-opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.text-confirm-answer.transparent {
  opacity: 0;
  transition: all 250ms;
}
.for-float-wrapper .card__text {
  text-align: start;
  margin-bottom: 30px;
  margin-top: 0;
}
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  /* position: relative; */
}

.changer {
  width: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 25px 0 25px;
}

.changer .triangle.up {
  border-bottom: 37.3px solid #65a108;
  margin-bottom: 5px;
}
.changer .triangle.down {
  border-top: 37.3px solid #619e00;
  margin-top: 5px;
}

.digit {
  font-size: 28px; /* Increased font size */
  margin-bottom: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; /* Prevent text selection */
  color: navy;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  position: relative;
  cursor: pointer;
}

.digit-container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Add this line */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; /* Add this line */
}
.inactive {
  cursor: default;
  opacity: 0.4;
  -webkit-filter: grayscale();
  filter: grayscale();
}
.moveable {
  position: absolute;
}
#moveable-image1 {
  cursor: pointer;
  width: 45px;
  height: 82px;
  top: 20%;
  left: 90px;
  z-index: 30;
}
@media screen and (min-width: 436px) {
  #moveable-image1 {
    top: 20%;
    left: 92px;
  }
}
.volumes-ratio {
  color: silver;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 19px;
}
.delimiter {
  font-size: 30px;
  color: silver;
}

.click-path-figure {
  cursor: pointer;
  position: absolute;
  top: 58%;
  left: 65%;
  transform: translate(-50%, -50%);
  width: 44%;
  height: 58%;
}
.main .card__img svg {
  top: 0;
}

/* ==================== */
.main .card__img.for-win {
  width: 75%;
  transition: all 1000ms;
}
.for-float-wrapper .card__text-explanations.for-win {
  /* font-size: 13px; */
  transition: all 1000ms;
  margin-top: -10px;
}
.text-confirm-answer.for-win {
  display: none;
}
.volumes-ratio.for-win {
  display: none;
}
.the-triangular-cat.for-win {
  transform: scale(0.8);
  margin-top: -27px;
  transition: all 1000ms;
  margin-bottom: 0;
}
/* @media screen and (min-width: 436px) {
  .the-triangular-cat.for-win {
    transform: scale(0.5);
    margin-top: -58px;
    transition: all 1000ms;
  }
} */
.total {
  color: #bfd5f0;
  font-weight: 800;
  font-size: 40px;
  position: absolute;
  top: 94%;
  left: 94%;
  transform: translate(-50%, -50%);
}
.card__wrap-blocked .total {
  display: none;
}
