.rating_desc_other {
    line-height: 22px;
    letter-spacing: 0.25px;
}
.rating_desc_mobile {
    line-height: 18px;
    letter-spacing: 0.15px;
}
.percentage_bar_desc {
    line-height: 26px;
    letter-spacing: 0.25px;
    color: #52575C;
}
.percentage_bar {
    margin: 8px 0;
    height: 8px;
    background-color:#E8E8E8;
}
.percentage_bar_progress {
    margin: 8px 0;
    top: 26px;
    height: 8px;
    background-color:#9E0620;
}
.rating_headline_other {
    line-height: 44px;
    letter-spacing: 0.25px;
}
.rating_headline_other small {
    line-height: 20px;
    letter-spacing: 0.25px;
}
.rating_headline_mobile {
    line-height: 34px;
    letter-spacing: 0.25px;
}
.rating_headline_mobile small {
    line-height: 18px;
    letter-spacing: 0.25px;
}
.rating_star_other {
    height: 28px;
    width: 28px;
    margin-top: 8px;
    margin-right: 8px;
}
.rating_star_other_first {
    margin-left: 16px;
}
.rating_star_other_last {
    margin-right: 16px !important;
}
.rating_star_mobile {
    height: 16px;
    width: 16px;
    margin-top: 4px;
    margin-right: 4px;
}
.rating_star_mobile_first {
    margin-left: 8px;
}
.rating_star_mobile_last {
    margin-right: 8px !important;
}
#see_reviews_btn {
    width: 100%;
    cursor: pointer;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    padding: 12px 18px;
    text-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}
.see_all_review {
    margin-top: 12px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #9E0620;
}
.comment_description_desktop {
    height: 40px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #25282B;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.comment_description_desktop_non_limit {
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #25282B;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.comment_field_desktop {
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #A0A4A8;
}
.comment_avatar_desktop {
    height:40px;
    width:40px;
    border-radius: 100%;
    margin-right: 16px;
}
.comment_row {
    position: relative;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    transition: all 0.2s;
    transform: scale(0.98);
    will-change: transform;
    user-select: none;
    cursor: pointer;
    scrollbar-color: rgba(0,0,0,0.5);
}
.comment_row.active {
    background: rgba(255,255,255,0.3);
    cursor: grabbing !important;
    transform: scale(1);
}
#review-modal-overlay {
    bottom: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 9999998;
}
#review-modal-container {
    background-color: white;
    position: absolute;
    z-index: 9999999;
}
.review-modal-desktop-container {
    height: 100vh;
    width: 55%;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 20px;
}
.review-modal-tab-container {
    border-radius: 8px;
    height: calc(100vh - 108px - 132px);
    width: 90%;
    top: 108px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px;
}
.review-modal-mobile-container {
    border-radius: 8px;
    height: calc(100vh - 64px);
    width: 100vw;
    bottom: 0;
    padding: 16px;
}
#review-modal-close {
   height: 20px;
   width: 20px;
   position: absolute;
   z-index: 10;
}
.review-modal-close-other {
    top: 20px;
    left: 20px;
}
.review-modal-close-mobile {
    top: 16px;
    left: 16px;
}
.review-modal-desktop-percentage-bar {
    width: calc((100% - 68px) / 3) !important;
}
#modal-comment-container {
    position: relative;
    height: calc(100% - 240px);
    overflow-x: hidden;
    overflow-y: scroll;
    white-space: nowrap;
    transition: all 0.2s;
    will-change: transform;
    user-select: none;
    scrollbar-color: rgba(0,0,0,0.5);
}
#modal-comment-container::-webkit-scrollbar {
    display: none;
}
.modal_comment_avatar {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    margin-right: 16px;
}
.modal_comment_description {
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #25282B;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.modal_comment_field {
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #A0A4A8;
}
.modal_comment_user {
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #25282B;
    max-width: calc(100vw - 210px);

    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal; */
}

.ayo-progress {
    height: 8px;
    border-radius: 14px;
}

.ayo-progress-bar {
    border-radius: 14px;
    height: 8px;
    background: #9E0620 !important;
}
.button-show-reply {
    width: 150px;
    background-color: #FFFFFF;
    color: #52575C;
    text-align: right;
    padding-right: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
}
.arrow-reply {
    width:16px;
    margin-top: -1px
}
.div-reply {
    border-radius: 8px;
    border: 1px solid #E8E8E8;
    background: #F9F9F9;
    padding: 14px 16px;
    margin-top: 16px;
}
.replied_by {
    color: #A0A4A8;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 6px;
    letter-spacing: 0.2px;
}
.reply {
    color: #25282B;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.15px;
    white-space: normal;
}
.text-readmore {
    padding-left: 0;
    font-size: 14px;
    color: #9e0620;
    font-weight: 500;
    cursor: pointer;
}
@media (max-width: 576px) {
    #comment_container_mobile {
        display: block !important;
    }
    #comment_container {
        display: none !important;
    }
    .button-show-reply {
        width: 130px;
    }
}