.br-theme-bootstrap-stars .br-widget {
    height: 28px;
    white-space: nowrap;
    margin-bottom: -1vh;
}

.br-theme-bootstrap-stars .br-widget a {
    font: normal normal normal 30px/1 'Glyphicons Halflings';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin-right: 6px;
    background-image: url('../../images/layout2/star.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.br-theme-bootstrap-stars .br-widget a.br-active {
    background-image: url('../../images/layout2/star_filled.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.br-theme-bootstrap-stars .br-widget a.br-selected {
    background-image: url('../../images/layout2/star_filled.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.br-theme-bootstrap-stars .br-widget a.br-current {
    background-image: url('../../images/layout2/star_filled.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.br-theme-bootstrap-stars .br-widget a:after {
    /* content: '\e007'; */
    color: #ffffff;
}

.br-theme-bootstrap-stars .br-widget a.br-active:after {
    /* content: '\e006'; */
    color: #ffffff;
}

.br-theme-bootstrap-stars .br-widget a.br-selected:after {
    /* content: '\e006'; */
    color: #ffffff;
}

.br-theme-bootstrap-stars .br-widget .br-current-rating {
    display: none;
}

.br-theme-bootstrap-stars .br-readonly a {
    cursor: default;
}

@media print {
    .br-theme-bootstrap-stars .br-widget a:after {
        /* content: '\e007'; */
        color: black;
    }
    .br-theme-bootstrap-stars .br-widget a.br-active:after,
    .br-theme-bootstrap-stars .br-widget a.br-selected:after {
        /* content: '\e006'; */
        color: black;
    }
}

@media screen and (max-width: 1920px) {
    .br-theme-bootstrap-stars .br-widget a {
        font: normal normal normal 25px/1 'Glyphicons Halflings';
    }
}

@media screen and (max-width: 1440px) {
    .br-theme-bootstrap-stars .br-widget a {
        font: normal normal normal 20px/1 'Glyphicons Halflings';
    }
}
