@charset "UTF-8";

.w40 {
  width: 40%;
}

.rating {
  margin: 10px auto;
  height: 40px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.rating > * {
  float: left;
}
@-webkit-keyframes pulse {
  50% {
    color: #5e5e5e;
    text-shadow: 0 0 15px #777777;
  }
}
@keyframes pulse {
  50% {
    color: #5e5e5e;
    text-shadow: 0 0 15px #777777;
  }
}


/* da 450 in su */
@media screen and (min-width: 450px){
  .rating label {
    height: 30px;
    width: 6%;
    display: block;
    position: relative;
    cursor: pointer;
  }
}

/* da 0 a 450 */
@media screen and (max-width: 450px){
  .rating label {
    height: 30px;
    width: 10%;
    display: block;
    position: relative;
    cursor: pointer;
  }
}



.rating label:nth-of-type(5):after {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.rating label:nth-of-type(4):after {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.rating label:nth-of-type(3):after {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.rating label:nth-of-type(2):after {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.rating label:nth-of-type(1):after {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}
.rating label:after {
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  content: "☆";
  color: #444;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 30px;
  -webkit-animation: 1s pulse ease;
          animation: 1s pulse ease;
}
.rating label:hover:after {
  color: #5e5e5e;
  text-shadow: 0 0 15px #5e5e5e;
}
.rating input {
  display: none;
}

.rating input:checked + label:after,
.rating input:checked ~ label:after {
  content: "★";
  color: #F9BF3B;
  text-shadow: 0 0 20px #F9BF3B;
}

.labelAskRating{
  padding-left: 10px;
  display: inline-block;
  line-height: 52px;
  font-size: 19px;
  margin-bottom: 1rem;
  margin-top: 1rem;
  white-space: normal;
  word-break: break-word;
}


.radioAskRating{
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}


.width109px{
  width: 109px;
}

.dissolveBottom {
  box-shadow: 0 8px 6px -6px #c4b8b8;
}

.floatLeftPaddingRight {
  float: left;
  padding-right: 120px;
}

#gridRating {
  width: 100% !important;
}

.radioContentAskRating{
  padding-left: 10px  !important;
  margin-right: 25px !important;
}

.padding0rem{
  padding: 0rem  !important;
}

.inputlDescrizione{
  border: none;
  border-bottom: 1px solid #5b6f82;
  border-radius: 0;
  padding: 0.375rem 0.5rem;
  outline: 0;
  height: 4.5rem;
  width: 100%;
  box-shadow: none;
  transition: none;
  font-weight: 700;
  -webkit-border-radius: 0;
  font-size: 18px;
}


.form-group label.active {
  transform: translateY(-75%);
  font-size: 1.3rem;
}

.messaggioFineValutazione {
  font-size: 40px !important;
}


@media screen and (max-width: 768px){
  #gridRating2 {
    margin-left: 15px !important;
  }

}

@media screen and (max-width: 510px){
  .radioContentAskRating{
    width: 100%;
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    display: flex;
    align-items: center;
    margin-right: 25px !important;
  }

}





