.rating-article {
        padding: 10px;
}
.rating-article>p{
        font-size: 16px;
        font-weight: 600;
        color: #b10002;
        text-transform: uppercase;
}
.ratingEmpty {
        max-width: 20px;
        max-height: 20px;
        background-repeat: no-repeat;
        background-size: contain !important;
}
.ratingEmpty {
        max-width: 20px;
        max-height: 20px;
        background-repeat: no-repeat;
        background-size: contain !important;
}
.ratingFilled {
        max-width: 20px;
        max-height: 20px;
        background-repeat: no-repeat;
        background-size: contain !important;
}
.ratingEmpty_child {
        width: 18px;
        height: 18px;
}
.ratingFilled_child {
        width: 18px;
        height: 18px;
}
.ratingSaved {
        max-width: 20px;
        max-height: 20px;
        background-repeat: no-repeat;
        background-size: contain !important;
}
.star{
        display:inline-block;
}
.rating-star ul{
        list-style-type:none;
        padding:0;
}
.rating-star li{
        display:flex;
}
.Vote_star{
        display:flex;
        margin: 10px 0 0 0;
}
.rate_star{
        font-size: 32px;
        line-height: 40px;
        font-weight: 700;
        white-space: nowrap;
        margin: 0px 16px 0px 0px;
        display: none;
}
.scroll_rate{
        width: 138px;
        height: 6px;
        background-color: rgb(245, 245, 250);
        position: relative;
        z-index: 1;
        margin: 0px 8px;
        border-radius: 99em;
        top: 7px;
}
.child_scroll{
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0px;
        background-color: rgb(128, 128, 137);
        border-radius: 99em;
}
.rating-article > p{
        font-size:20px;
        text-transform:capitalize;
        line-height:32px;
        font-weight:400;
        margin:0;
}
.message{
        position: static;
        /* top: 30px; */
        /* right: 145px; */
        line-height: 24px;
        font-size: 13px;
        font-weight: 400;
        color: rgb(128, 128, 137);
        margin-left: 10px;
}
.rating-article .review_rating{
        display:flex;
}
