.star {
  width: 24px !important;
  height: 24px !important;
}

.full-star {
}
.full-star > label:before {
  content: "★";
}
.half-star-container {
  display: flex;
}
.half-star {
  margin-right: -1rem;
}
.half-star > label:before {
  content: "⯨";
}

.reverse-half-star {
  /* margin-right: -1.5px !important;*/
}
.reverse-half-star > label:before {
  content: "⯨";
  display: inline-block;
  transform: rotateY(180deg);
}

.stars-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.gold-star {
  color: #ffa723;
}

.gray-star {
  color: #666;
}

.svg-gold-star {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFA527' d='m12.001.63l2.903 8.35l8.839.181l-7.045 5.341l2.56 8.462L12 17.914l-7.256 5.05l2.56-8.462L.26 9.161l8.839-.18z'/%3E%3C/svg%3E");
}

.svg-gray-star {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23d3d3d3' d='m12.001.63l2.903 8.35l8.839.181l-7.045 5.341l2.56 8.462L12 17.914l-7.256 5.05l2.56-8.462L.26 9.161l8.839-.18z'/%3E%3C/svg%3E");
}

.svg-half-star {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23d3d3d3' d='m12.001.63l2.903 8.35l8.839.181l-7.045 5.341l2.56 8.462L12 17.914l-7.256 5.05l2.56-8.462L.26 9.161l8.839-.18z'/%3E%3C/svg%3E");
}
/* .svg-half-star::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: -0.125em;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23FFA527' d='M20 7h-7L10 .5L7 7H0l5.46 5.47l-1.64 7l6.18-3.7l6.18 3.73l-1.63-7zm-10 6.9V4.6l1.9 3.9h4.6l-3.73 3.4l1 4.28z'/%3E%3C/svg%3E");
} */

.svg-half-star::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: -0.125em;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFA527' d='M12 2L9.19 8.62L2 9.24l5.45 4.73L5.82 21L12 17.27z'/%3E%3C/svg%3E");
}

.private-insights-block {
  background-color: #e9e9e9;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.private-insight-message-block {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 5px;
  width: 40%;
  height: 10%;
  box-shadow: 2px 2px 6px #000;
}
