.adminlogo {
  color: aliceblue;
}

.header7 {
  font-size: 15px;
  color: #332929;
  font-weight: 550;
  font-family: "Roboto", sans-serif;
  padding: 5px;
}

.header6 {
  font-size: 18px;
  color: #332929;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

#rating,
#rating2,
#rating3,
#rating5,
#rating6_1,
#rating6_2,
#rating6_3,
#rating6_4 {
  text-align: left;
  font-size: 16px;
  color: #080613c7;
}

div.stars {
  width: 100%;
  display: inline-block;
}

input.star {
  display: none;
}

label.star {
  float: right;
  padding: 10px;
  font-size: 32px;
  color: #444;
  transition: all .2s;
}

input.star:checked~label.star:before {
  content: '\2605';
  color: #FD4;
  transition: all .25s;
}

input.star-5:checked~label.star:before {
  color: #FE7;
}

input.star-1:checked~label.star:before {
  color: #F62;
}

label.star:hover {
  transform: rotate(-15deg) scale(1.3);
}

label.star:before {
  content: '\2605';
}

@media screen and (max-width: 480px) {
  .stars {
    /* Adjust the font size and padding to fit the stars in one row */
    font-size: 20px;
    padding: 3px;
  }
}
/* second question */

input.star2 {
  display: none;
}


input.star2:checked~label.star:before {
  content: '\2605';
  color: #FD4;
  transition: all .25s;
}

input.star-52:checked~label.star:before {
  color: #FE7;
}

input.star-12:checked~label.star:before {
  color: #F62;
}


/* third question */

input.star3 {
  display: none;
}


input.star3:checked~label.star:before {
  content: '\2605';
  color: #FD4;
  transition: all .25s;
}

input.star-53:checked~label.star:before {
  color: #FE7;
}

input.star-13:checked~label.star:before {
  color: #F62;
}


/* fifth question */

input.star5 {
  display: none;
}

input.star5:checked~label.star:before {
  content: '\2605';
  color: #FD4;
  transition: all .25s;
}

input.star-55:checked~label.star:before {
  color: #FE7;
}

input.star-15:checked~label.star:before {
  color: #F62;
}


/* sixth question */

input.star6 {
  display: none;
}

input.star6:checked~label.star:before {
  content: '\2605';
  color: #FD4;
  transition: all .25s;
}

input.star-56:checked~label.star:before {
  color: #FE7;
}

input.star-16:checked~label.star:before {
  color: #F62;
}


input.star7 {
  display: none;
}

input.star7:checked~label.star:before {
  content: '\2605';
  color: #FD4;
  transition: all .25s;
}

input.star-57:checked~label.star:before {
  color: #FE7;
}

input.star-17:checked~label.star:before {
  color: #F62;
}

input.star8 {
  display: none;
}

input.star8:checked~label.star:before {
  content: '\2605';
  color: #FD4;
  transition: all .25s;
}

input.star-58:checked~label.star:before {
  color: #FE7;
}

input.star-18:checked~label.star:before {
  color: #F62;
}


input.star9 {
  display: none;
}

input.star9:checked~label.star:before {
  content: '\2605';
  color: #FD4;
  transition: all .25s;
}

input.star-59:checked~label.star:before {
  color: #FE7;
}

input.star-19:checked~label.star:before {
  color: #F62;
}