/**Template 1 **/
.rating_wrapper {
    width: 500px;
    display: flex;
}

.rating_summary_wrapper{
    width: 200px;
}

.progressbar_wrapper {
    width: 300px;
}

.total_rating_reviews {
    height: 66px;
    width: 200px;
    display: flex;
    justify-content: center;
    font-size: medium;
    font-weight: 800;
}
.rating_number {
   font-size: large;
font-weight: 800;
}

.rating_icon {
    color:#000000;
    font-size: initial;
}

.fill_progress_bar {
    height: 15px;
    background-color:#000000;
}
/**Template 2**/
.rating {
    width: 500px;
    display: flex;
}
#div2 {
    width: 300px;
    display: flex;
}

#div11 {
    height: 50px;
    width: 200px;
    display: flex;
    justify-content: center;
}

#div12 {
    height: 66px;
    width: 200px;
    display: flex;
    justify-content: center;
    font-size: medium;
    font-weight: 800;
}

#div111 {
    margin-block-start: auto;
    font-size: larger;
    font-weight: 800;
}

#div112 {
    margin-block-start: auto;
    color: red;
    font-size: larger;
    font-weight: 800;
}

#div21 {
    width: 25px;

}

#div22 {
    width: 25px;
}

#div23 {
    width: 225px;
}

#div24 {
    width: 25px;
}

.div2131 {
    color: yellow;
    margin-top: 9px;
    height: 12px;
    font-size: initial;
}

.div2132 {
    color: #14e014;
    margin-top: 9px;
    height: 12px;
    font-size: initial;
}

.div231 {
    height: 15px;
    width: 60%;
    background-color: red;
}

.div232 {
    height: 15px;
    width: 40%;
    background-color: red;
}

.div233 {
    height: 15px;
    width: 10%;
    background-color: yellow;
}

.div234 {
    height: 15px;
    width: 10%;
    background-color: #14e014;
}

.div230 {
    height: 15px;
    width: 10%;
    background-color: red;
}

.div214 {
    background-color: #e3dede;
    height: 15px;
    width: 220px;
    font-size: large;
    font-weight: 500;
}