.rating-static {
    background-color: #0f0f0f !important;
    border-color: #0f0f0f !important;
    box-shadow: none !important;
}

.rating-static:hover,
.rating-static:focus,
.rating-static:active {
    background-color: #0f0f0f !important;
    border-color: #0f0f0f !important;
    box-shadow: none !important;
    color: inherit;
}

.rating-static .rating-star-btn {
    cursor: pointer;
}
