#button-evaluate-order {
  padding: 0;
  position: fixed;
  box-sizing: border-box;
  bottom: 5px;
  right: 5px;
  font-size: 25px;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 3px;
  z-index: 1000;
}

#emojis-row {
  text-align: center;
}

.rating-points-block {
  width: 33.33%;
  padding-bottom: 20px;
  float: left;
  border: solid 3px transparent;
}

.rating-points-block span {
  display: block;
}

.rating-icon {
  font-size: 7em;
}

#order-rating-5 {
  color: green;
}

#order-rating-3 {
  color: #FFC107;
}

#order-rating-1 {
  color: red;
}

#order-rating-5.selected {
  border-color: green;
}

#order-rating-3.selected {
  border-color: #FFC107;
}

#order-rating-1.selected {
  border-color: red;
}

.rating-title {
  color: #000;
}

#emojis-row {
  margin-bottom: 15px;
}

#evaluation-comment {
  resize: none;
  height: 100px;
}

#evaluation-comment {
  margin-bottom: 15px;
}

.mobile-show.not-confirmed {
  background: #CC0000;
}

@media (max-width: 500px) {
  .rating-icon {
    font-size: 4em;
  }
  .mobile-show {
    display: inline-block;
    background: #28A745;
    color: #FFF;
    padding: 2px 8px;
    font-size: 14px;
    margin-top: 3px;
    border-radius: 4px;
  }
  .dish-modificator-comment-row, .dish-name {
    display: block;
  }
  .mobile-hide {
    display: none;
  }
}

#order-rating-thanks {
  display: none;
}

#no-rating-error {
  display: none;
}

.completed #order-rating-thanks {
  display: block;
}

.completed #order-rating-form {
  display: none;
}