<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.star svg {
  overflow: hidden;
  vertical-align: middle;
  height: 30px;
  width: 30px;
  fill: #ff9900;
}

.rating-xs {
  font-size: 1.6em;
  margin-left: -10px;
  margin-top: -15px;
  margin-bottom: 15px;
}



.rating-container .caption .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  vertical-align: baseline;
  text-align: center;
  white-space: nowrap;
  border-radius: 0.25em;
  font-size: 75%;
  line-height: 1;
  color: #fff;
background:#ff9900;
}

.rating-loading {
  width: 25px;
  height: 25px;
  font-size: 0;
  color: #fff;
  background: transparent url(../images/layout/loading.gif) top left no-repeat;
  border: none;
}
.rating-container .rating-stars {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
}
.rating-container .rating-input {
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 1px;
  cursor: pointer;
  border: none;
  background: none;
}
.rating-disabled .rating-input,
.rating-disabled .rating-stars {
  cursor: not-allowed;
}
.rating-container .star {
  display: inline-block;
  margin: 0 2px;
  text-align: center;
}
.rating-container .empty-stars {
  color: #aaa;
}
.rating-container .filled-stars {
  left: 0;
  top: 0;
  position: absolute;
  overflow: hidden;
  margin: auto;
  white-space: nowrap;
  color: #fde16d;
  -webkit-text-stroke: 1px #777;
  text-shadow: 1px 1px #999;
}
.rating-rtl {
  float: right;
}
.rating-animate .filled-stars {
  transition: width 0.25s ease;
  -o-transition: width 0.25s ease;
  -moz-transition: width 0.25s ease;
  -webkit-transition: width 0.25s ease;
}
.rating-rtl .filled-stars {
  left: auto;
  right: 0;
  -moz-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
  -o-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
}
.rating-rtl.is-star .filled-stars {
  right: 0.06em;
}
.rating-rtl.is-heart .empty-stars {
  margin-right: 0.07em;
}
.rating-xl {
  font-size: 4.89em;
}
.rating-lg {
  font-size: 3.91em;
}
.rating-md {
  font-size: 3.13em;
}
.rating-sm {
  font-size: 2.5em;
}
.rating-xs {
  font-size: 2em;
}
.rating-xl {
  font-size: 4.89em;
}
.rating-container .clear-rating {
  display: inline-block;
  vertical-align: middle;
  font-size: 60%;
  color: #aaa;
  cursor: not-allowed;
}
.clear-rating-active {
  cursor: pointer !important;
}
.clear-rating-active:hover {
  color: #843534;
}
.rating-container .clear-rating {
  padding-right: 5px;
}
.rating-container .caption {
  display: inline-block;
  vertical-align: middle;
  font-size: 60%;
  color: #999;
}
.rating-container .caption {
  margin-right: 0;
  margin-left: 5px;
}
.rating-rtl .caption {
  margin-right: 5px;
  margin-left: 0;
}
@media print {
  .rating-container .clear-rating {
    display: none;
  }
}
.stars .form-group {
  margin-bottom: 12px;
}
.stars label {
  margin-right: 30px;
  margin-bottom: 0;
}
.stars label + div {
  margin-top: -3px;
}
.rating-container .filled-stars {
  -webkit-text-stroke: transparent;
  text-shadow: none;
}


</pre></body></html>