.icon-star.icon-star__rated {
  color: #fcd00d;
  -webkit-text-stroke: 1px #90731d;
  text-shadow: 0 0 2px black;
}
.playerStat__fivestarrating .popover,
.playerStat__fivestarrating .popover-title {
  background-color: #333333;
  color: white;
}
.playerStat__fivestarrating .popover.bottom .arrow:after {
  border-bottom-color: #333;
}
.playerStat__fivestarrating .popover.right .arrow:after {
  border-right-color: #333;
}
.playerStat__fivestarrating .popover.left .arrow:after {
  border-left-color: #333;
}
.playerStat__fivestarrating .popover {
  min-width: 240px;
}
.playerStat__fivestarrating .popover-title {
  padding: 16px 25px;
  min-height: 24px;
}
.playerStat__fivestarrating .popover-content {
  padding: 20px 14px;
  margin-right: 14px;
  margin-left: 6px;
}
.playerStat__fivestarrating .rating-button,
.playerStat__fivestarrating .remove-rating-button {
  color: white;
}
.playerStat__fivestarrating .icon-star {
  font-size: 13px;
}
.rating-popover__rating-text {
  margin-left: 17px;
}
.loader-ring {
  margin: 41px auto;
  font-size: 5px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid #707070;
  border-right: 1.1em solid #707070;
  border-bottom: 1.1em solid #707070;
  border-left: 1.1em solid #fff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader-ring,
.loader-ring:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rating-distribution__meter {
  width: 100px;
  height: 12px;
  background-color: #f5f5f5;
  border-radius: 1px;
}
.rating-meter-inner {
  background-color: #fcd00d;
  height: 100%;
}
.rating-distribution {
  font-size: 14px;
  font-weight: 300;
}
.rating-distribution__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  line-height: 1;
}
.rating-distribution__row:last-child {
  margin-bottom: 0;
}
.rating-distribution__star-count {
  width: 45px;
}
.rating-distribution__percent {
  width: 20px;
}
.grid .rating__number-of-votes,
.grid .galleryItem .thumbnail .rating__number-of-votes,
.module-home .rating__number-of-votes,
.module-home .galleryItem .thumbnail .rating__number-of-votes {
  display: none;
}
.star-icons-filter-container .icon-star {
  margin-left: 4px;
  color: #cccccc;
  font-size: 13px;
}
.star-icons-filter-container .icon-star:first-child {
  margin-left: 0;
}
.star-icons-filter-container .icon-star.icon-star__rated {
  color: #fcd00d;
  font-size: 12px;
}
#mediaContainer #stats_wrap .playerStat__fivestarrating .fivestarrating-rate-button:not([data-current-rating="0"]):hover i,
#mediaContainer #stats_wrap .playerStat__fivestarrating .fivestarrating-rate-button:not([data-current-rating="0"]):focus i {
  color: #fcd00d;
}
