/* Generated by Glyphter (http://www.glyphter.com) on  Wed Aug 02 2023*/
@font-face {
    font-family: 'sa star';
    src: url('../fonts/sa-star/sa-star-2.woff') format('woff'),
         url('../fonts/sa-star/sa-star-2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
[class*='sa-']:before{
	display: inline-block;
   font-family: 'sa star';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}
.sa-star:before{content:'\0041';}
.sa-star-half:before{content:'\0042';}
.sa-star-solid:before{content:'\0043';}

/* SA Custom Star Rating Styles - DM */

.resourceRating div{
    font-size: 18px;
    display: inline-block;
    margin-top: 10px;
}

.rating-stars {
    margin: 0 10px
}

.rating-star {
    color: orange;
    margin-right: 2px;
    margin-top: 2px;
}

.rating-star.rating-not-provided {
    color: #cccccc !important
}