.ratings {
    position: relative;
    display: flex !important;
    gap: 2px;
    align-items: center;
}
.ratings .star-w {
    position: relative;
}
.ratings .star-w .star {
    width: 14px;
    height: 14px;
    transform: scale(.85);
}
.ratings .star-w .empty .star {
    background: url("/app-assets/front/img/StarIconGrey.svg") no-repeat center;
}
.ratings .star-w .fill .star {
    background: url("/app-assets/front/img/StarIconYellow.svg") no-repeat center;
}
.ratings .star-w .fill {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
}
.average .star-w .star {
    transform: scale(1) !important;
}
.evaluation .star-w {
    cursor: pointer;
}
.evaluation .star-w .fill .star, .evaluation .star-w .empty .star {
    background-size: cover;
}
.evaluation .star-w .star {
    width: 28px;
    height: 28px;
}
#mdlCommentCritea ul li {
    list-style: disclosure-closed !important;
}
.blockReview {
    position: absolute;
    background-color: #00000057;
    z-index: 99999999;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
}
.col-gap-5px {
    column-gap: 5px;
}
.clearImage {
    bottom: -10px;
    cursor: pointer;
    display: none;
    z-index: 99;
}
.fileDivs {
    cursor: pointer;
    border: dotted 2px #6c757d;
    width: 80px;
    height: 80px;
    font-size: 13px;
}
.lh12 {
    line-height: 1.2;
}