/**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;
}

#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;
}

        .comment-form-review-file {
            margin: 20px 0;
        }

        .comment-form-review-file > label:first-child {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            font-size: 18px;
        }

        .comment-form-review-file .optional {
            color: #777;
            font-weight: 400;
        }

        #review_file {
            display: none !important;
        }

        .review-upload-button {
            display: inline-flex !important;
            align-items: center;
            justify-content: center;
            padding: 10px 18px;
            background: #f5f5f5;
            border: 1px solid #ddd;
            border-radius: 6px;
            cursor: pointer;
            font-size: 14px;
            font-weight: 600;
            transition: all .2s ease;
        }

        .review-upload-button:hover {
            background: #222;
            color: #fff;
            border-color: #222;
        }

        #review-image-preview {
            display: none;
            position: relative;
            width: 120px;
            margin-top: 15px;
        }

        #review-image-preview img {
            width: 90px;
            height: 90px;
            object-fit: cover;
            display: block;
            border-radius: 8px;
            border: 1px solid #ddd;
        }

        #remove-review-image {
            position: absolute;
            top: -8px;
            right: -8px;
            width: 25px;
            height: 25px;
            padding: 0;
            border: none;
            border-radius: 50%;
            background: #222;
            color: #fff;
            cursor: pointer;
            font-size: 18px;
            line-height: 25px;
        }

        /* Review image */
        .custom-review-image {
            margin-top: 12px;
        }

        .custom-review-image img {
            width: 100px;
            height: 100px;
            object-fit: cover;
            border-radius: 8px;
            border: 1px solid #ddd;
            display: block;
            margin-bottom: 10px ;
        }

