﻿


.acidjs-rating-stars,
.acidjs-rating-stars label::before {
    display: inline-block;
}

    .acidjs-rating-stars label:not(.no-hover):hover,
    .acidjs-rating-stars label:not(.no-hover):hover ~ label {
        color: #ffe90a;
    }

    .acidjs-rating-stars * {
        margin: 0;
        padding: 0;
    }
    
    .acidjs-rating-stars input {
        display: none;
    }

.acidjs-rating-stars {
    unicode-bidi: bidi-override;
    direction: rtl;
}

    .acidjs-rating-stars label {
        color: #fff;
    }

        .acidjs-rating-stars label::before {
            content: "\2605";
            width: 20px;
            line-height: 22px;
            text-align: center;

            font-size: 22px;
 
        }

    .acidjs-rating-stars input:checked ~ label {
        color: #ffe90a;
    }

.acidjs-rating-disabled {
    opacity: .50;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

.fillStar {
    color: #ffe90a;
}
.no-hover{

    //Do nothing
}
