﻿@import url("/Content/FontAwesome6.1.1/css/all.css");


@media (min-width: 767px) {
    .productInfoBox .course-rating-stars-outer {
        display: inline-block;
        left: 0;
        position: relative;
        font: var(--fa-font-solid);
        font-size: 16px;
    }

    .productInfoBox .course-rating-stars-inner {
        position: absolute;
        top: 0;
        left: 0;
        white-space: nowrap;
        overflow: hidden;
        width: 0;
        font-size: 16px;
        font-weight: 900;
    }

    .course-rating-stars-outer {
        display: inline-block;
        position: relative;
        font: var(--fa-font-solid);
        font-size: 24px;
        padding-top: 10px;
        padding-bottom: 10px;
        cursor: pointer;
    }

    .course-rating-stars-inner {
        position: absolute;
        top: 0;
        left: 0;
        white-space: nowrap;
        overflow: hidden;
        width: 0;
        font-size: 24px;
        font-weight: 900;
        padding-top: 10px;
        padding-bottom: 10px;
        cursor: pointer;
    }
}

@media (max-width: 767px) {
    .productInfoBox .course-rating-stars-outer {
        display: inline-block;
        left: 0;
        position: relative;
        font: var(--fa-font-solid);
        font-size: 12px;
    }

    .productInfoBox .course-rating-stars-inner {
        position: absolute;
        top: 0;
        left: 0;
        white-space: nowrap;
        overflow: hidden;
        width: 0;
        font-size: 12px;
        font-weight: 900;
    }

    .course-rating-stars-outer {
        display: inline-block;
        position: relative;
        font: var(--fa-font-solid);
        font-size: 16px;
    }

    .course-rating-stars-inner {
        position: absolute;
        top: 0;
        left: 0;
        white-space: nowrap;
        overflow: hidden;
        width: 0;
        font-size: 16px;
        font-weight: 900;
    }
}

.course-rating-stars-outer::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    color: #d0d0d0;
}



.course-rating-stars-inner::before {
    content: "\f005 \f005 \f005 \f005 \f005";
}

.course-rating-text {
    text-align: center;
    font-weight: bold;
}

.course-rating-link {
    cursor: pointer;
    text-align: center;
    margin-top:-5px;
    line-height: 16px
}

.circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    font-family: sans-serif;
    display: inline-block;
    float: left;
}