.score {
    display: block;
    font-size: 16px;
    position: relative;
    overflow: hidden;
}

.score-wrap {
    display: inline-block;
    position: relative;
    height: 19px;
}

.score .stars-active {
    color: #ff9200;
    position: relative;
    z-index: 10;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    background: #ff9200;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stars-active .fa-star, .stars-active.fa-star{
    background: #ffa31c;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fillbar{
    border: 1px solid #ccc!important;
    border-radius: 10px;
    width: 120px;
    height: 12px;
    overflow: hidden;
    margin-right: 10px;
}
.fillbar .bar{
    background: #ffa31c;
    background: linear-gradient(180deg, rgba(255,201,123,1) 4%, rgba(255,163,28,1) 74%, rgba(232,148,72,1) 95%);
    height: 12px;
}
.review__header__author{
    font-size: 97%;
    font-weight: bolder;
}

.review__header__date{
    color: #a9a9a9;
    font-size: 75%;
    line-height: 72%;
}

.review{
    border-top: 1px solid rgba(87, 101, 101, 0.21);
    padding: 10px 0 10px 0;
    font-size: 95%;
}
.review__admin{
    color: grey;
    font-size: 80%;
}

.review__rating{
    line-height: 100%;
}
.review__text{
    overflow: auto;
}

.score .stars-inactive {
    color: #e1e1e1;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-text-stroke: initial;
    /* overflow: hidden; */
}

.rating-detail__row{
    display: flex;
    align-items: center;
}

.rating-detail__row.active .fillbar .bar,.rating-detail__row:hover .fillbar .bar{
    background: linear-gradient(180deg, rgba(255,221,172,1) 4%, rgba(255,163,28,1) 92%, rgba(232,148,72,1) 95%);
}

.rating-detail__row.active,.rating-detail__row:hover{
    font-weight: bolder;
}

.rating-detail__row.active .stars-active.fa-star,.rating-detail__row:hover .stars-active.fa-star{
    background: #ff9200;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

a.rating_detail__link{
    text-decoration: none;
}

.rating-detail__stars{
    width: 100px;
    display: flex;
}
.hook{
    margin-top: -86px;
    padding-top: 86px;
}


#newReviewWindow button:hover{
    text-decoration: none;
}

#newReviewWindow .button{
    color: white;
    padding: 12px 20px;
    font-size: 18px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    box-sizing:content-box;
    width: 200px;
    border: none;
    display: block;
}

.score .stars-inactive {
    display: flex;
}

.score .stars-active {
    display: flex;
}

a.primaryButton {
    display: block;
    color: white;
    background: #33b422;
    padding: 13px 20px;
    font-size: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
    border: 2px solid grey;
    margin: 16px 0 16px;
    text-align: center;
}
a.primaryButton:hover {
    text-decoration: none;
    background: #33a125;
}

.reviewHint {
    margin: 26px 0 6px;
    border-top: 1px solid #EEF3F5;
    padding-top: 14px;
    font-size: 13.5px;
    color: #64757E;
}
.reviewHint a.primaryButton {
    display: inline-block;
    background: none;
    border: none;
    color: #2E7C97;
    font-size: 13.5px;
    font-weight: 700;
    padding: 0;
    margin-left: 6px;
    text-decoration: underline;
}
