.master_contenitore{
  height: auto;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 20px 20px 20px;
}
.master_contenitore .value_label {
  position:  relative;
  width: 100%;
}
.master_contenitore .value_label span{
  position: absolute;
  height: auto;
  width: auto;
  background: #fd934a;
  color: #fff;
  font-weight: 500;
  top: -40px;
  border-radius: 10px;
  transform: translateX(-50%);
  padding: 10px;
}
.master_contenitore .value_label span::after{
  position: absolute;
  content: "";
  height: auto;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  line-height: 55px;
}
.contenitore_slider{
  margin-top: 20px;
  margin-bottom: 30px;
}
.titolo{
  font-size: 22px;
  font-weight: 700;
  color: #4FBBFF;

}
.sottoTitolo{
  font-size: 12px;
  font-weight: 500;
  color: #c98ce5;
  margin: 20px 25px 50px 25px;
}
.contenitore_slider input{
  -webkit-appearance: none;
  height: 5px;
  width: 100%;
  background: linear-gradient(45deg, #ff593e, #fd934a);
  border-radius: 5px;
  outline: none;
  border: none;
}
.contenitore_slider input::-webkit-slider-thumb{
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  background-color: #fd934a;
  border-radius: 50%;
  cursor: pointer;
}
.messaggioAttenzione{
  color: #f15b65;
  font-weight: 700;
}
.regole{
  color: #363636;
  margin: 0 20px 20px 20px;
}
.label_variabili{
  margin-top: 30px;
  display: inline;
  width: 100%;
}
.label_sx{
  width: 50%;
  height: auto;
  float: left;
}
.label_dx{
  width: 50%;
  height: auto;
  float: right;
}
.destra{
  float: right!important;

}

.coins{
  color: #4FBBFF;
  font-weight: 600;
  font-size: 20px;
}
.sconto{
  color: #f70909;
  font-weight: 600;
  font-size: 20px;
}
.quantita{
  font-weight: 600;
  font-size: 20px;
}
.prezzo{
  font-weight: 600;
  font-size: 20px;
}

.input_username{
  margin-top: 20px;
}
.master_contenitore .value_label_autolike {
  position:  relative;
  width: 100%;
}
.master_contenitore .value_label_autolike span{
  position: absolute;
  height: auto;
  width: auto;
  background: #2F6CFF;
  color: #fff;
  font-weight: 500;
  top: -40px;
  border-radius: 10px;
  transform: translateX(-50%);
  padding: 10px;
}
.master_contenitore .value_label_autolike span::after{
  position: absolute;
  content: "";
  height: auto;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  line-height: 55px;
}
.contenitore_slider  input#sliderAutolike{
  -webkit-appearance: none;
  height: 5px;
  width: 100%;
  background:  #2F6CFF;
  border-radius: 5px;
  outline: none;
  border: none;
}
.contenitore_slider  #sliderAutolike::-webkit-slider-thumb{
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  background-color: #2F6CFF;
  border-radius: 50%;
  cursor: pointer;
}
.contenitore_slider #sliderAutolike{
  margin-top: 20px;
  margin-bottom: 60px;
}
