.sheet input[type="hidden"] {
  display: none;
}

.star-picker {
  display: flex;
  justify-content: center;
  gap: 5px;
  width: 100%;
  margin-top: 7px;
  padding: 10px 12px;
  border: 1px solid #cce8f5;
  border-radius: 14px;
  background: #fff;
}

.star-picker button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #d7d3ca;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transition: color .15s, transform .15s;
}

.star-picker button.active {
  color: #eba744;
}

.star-picker button:active {
  transform: scale(.88);
}

.profile-photo span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 1px;
  line-height: 1;
  text-align: center;
  font-family: Arial, sans-serif;
}
