/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/*.are-rating-form {
  direction: rtl;
  unicode-bidi: bidi-override;
}*/

.are-rating-form .are-star {
  font-size: 30px;
  cursor: pointer;
  margin: 0 5px;
  position: relative;
  color: #ccc; /* Màu mặc định cho sao rỗng */
  display: inline-block;
}

/* Full star được tô màu cam */
.are-star.full {
  color: orange;
}

/* Empty star vẫn giữ màu xám */
.are-star.empty {
  color: #ccc;
}

/* Half star: mặc định hiển thị sao rỗng, sau đó phủ nửa sao màu cam */
.are-star.half {
  color: #ccc;
  overflow: hidden;
  position: relative;
}

.are-star.half:before {
  content: "\2605"; /* Ký tự sao */
  position: absolute;
  top: 0;
  left: 0;
  width: 50%; /* Hiển thị nửa sao */
  color: orange;
  overflow: hidden;
}

#rejectModal.modal,
#translatorRegistrationModal.modal{
	visibility: visible;
	opacity: 1;
}