.rating-stars {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.rating-stars img {
    width: 22px;
    margin-right: 5px;
}

[x-cloak] {
    opacity: 0;
}

/*!****************************** review card style start *****************************!*/
.star-rating {
    display: flex;
}

.back-stars {
    display: flex;
    color: rgba(0, 0, 0, 0.3);
    position: relative;
}

.front-stars {
    display: flex;
    color: #2b69f6;
    overflow: hidden;
    position: absolute;
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);*/
    top: 0;
    transition: all 0.5s;
}
