@charset "UTF-8";
.star_text {
  font-family: "Century Gothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: left;
  color: rgba(52, 68, 70, 0.8);
}

.rating-area-mobile {
  overflow: hidden;
  width: 220px;
  padding-bottom: 25px;
}

.rating-area-mobile:not(:checked) > input {
  display: none;
}

.rating-area-mobile:not(:checked) > label {
  float: right;
  width: 42px;
  padding: 0;
  cursor: pointer;
  font-size: 32px;
  line-height: 32px;
  color: #ffffff;
  text-shadow: 1px 1px #ffffff;
}

.rating-area-mobile:not(:checked) > label:before {
  content: "★";
}

.rating-area-mobile > input:checked ~ label {
  color: #29CF96;
  text-shadow: 1px 1px #29CF96;
}

.rating-area-mobile:not(:checked) > label:hover,
.rating-area-mobile:not(:checked) > label:hover ~ label {
  color: #29CF96;
}

.rating-area-mobile > input:checked + label:hover,
.rating-area-mobile > input:checked + label:hover ~ label,
.rating-area-mobile > input:checked ~ label:hover,
.rating-area-mobile > input:checked ~ label:hover ~ label,
.rating-area-mobile > label:hover ~ input:checked ~ label {
  color: #29CF96;
  text-shadow: 1px 1px #29CF96;
}

.rate-area-mobile > label:active {
  position: relative;
}

.letterButton {
  background: #29CF96;
  border-radius: 25px;
  width: 220px;
  height: 48px;
  color: white;
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  align-items: center;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  border: none;
}

/*# sourceMappingURL=review-form.css.map */
