/*------------------------------------------------------------------------------------------
#  Ratting
------------------------------------------------------------------------------------------*/
.details-menu .navs li{
    padding: 0 20px;
    margin: 0 10px 20px 0;
}

.details-menu .nav li {
    flex: 0 0 auto;
    line-height: 40px;
    padding: 0 15px;
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    list-style: none;
    border-radius: 5px;
    cursor: pointer;
    background: #fff;
    color: #000;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}

.star-content .star {
    height: 33.25px;
    width: 33.25px;
}

.details-menu .nav li:hover, .details-menu .nav li:active {
    background: #008000;
    color: #fff;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}

.rating-details ul {
    list-style: none;
}

.rating-details ul li {
    display: flex;
    align-items: center;
}

.rating-details ul li .star {
    height: 16.25px;
    width: 16.25px;
}

.rating-details .progress-wrap {
    margin-left: 17px;
    margin-right: 12px;
}

.review-progress {
    display: inline-block;
    position: relative;
    width: 138px;
    height: 12px;
}

.review-progress .bar-bg {
    background: #eff0f5;
}
.review-progress .bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.review-progress .bar-fc {
    background: #faca51;
}

.review-header{
    border-top: 1px solid #d8e2ef;
    border-bottom: 1px solid #d8e2ef;
    padding: 5px 0;
}

.single-review{
    margin-top: 20px;
}

.single-review .star-content .star{
    height: 16.25px;
    width: 16.25px;
}

.image-container{
    max-height: 100px;
    max-width: 100px;
    background-color: #d8e2ef;
}

.image-container{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.review-img-card {
    max-width: 80px;
    height: auto;
}

.sm-pad-upload {
    padding-right: 37px;
}

.sm-comment-section {
    display: block;
    width: 100%;
    overflow: hidden;
    resize: both;
    line-height: 20px;
    padding: 10px 20px;
    min-height: 30px;
    height: auto;
    background-color: #f3f4f6;
}

.replay {
    margin-left: 50px;
}

.comment-img-upload {
    position: absolute;
    right: 15px;
    top: 10px;
    display: flex;
    justify-content: center;
}

.img-upload {
    height: 20px;
    width: 20px;
    position: absolute;
    opacity: 0;
    right: 0px;
    cursor: pointer;
}

.sm-pad-upload {
    padding-right: 37px;
}

.rounded-lg {
    border-radius: 1.5rem !important;
}

.star-content a{
    text-decoration: none;
}

.title p{
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.single-review h6,.single-review .text-color-bf {
    font-family: 'Roboto', sans-serif;
    letter-spacing: .75px;
}

.btn-trans:checked+.btn, .btn-trans.active, .btn-trans.show, .btn-trans:first-child:active, :not(.btn-check)+.btn-trans:active {
    border-color: transparent;
}

@media (max-width: 767px) {
    .rating-details ul {
        padding-left: 0;
    }
}