.pr_rating {
        padding: 0;
        margin: 0.5rem 0 0 0;
        list-style-type: none;
    }

    .pr_rating>li .lb {
        color: #555;
    }

    .pr_r_p {
        color: #555;
    }

    .pr_rating>li {
        display: inline-block;
        margin-right: 0.3rem;
    }

    .gird_ratings {
        margin: 2rem 0;
    }

    .item_rt {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        border: 0.1rem solid #eee;
        padding: 1rem;
        border-radius: 1rem;
    }

    .item_rt .the_cont {
        font-size: 1.3rem;
        line-height: 1.4;

    }

    .item_rt .the_tit {
        font-weight: var(--font-weight-1);
        margin-bottom: 0;
        font-size: 1.5rem;
    }

    .item_rt .the_time {
        margin-bottom: 4px;
    }

    .item_rt .avt {
        width: 5rem;
    }

    .item_rt .nd {
        width: calc(100% - 6rem);
    }

    .gird_ratings {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }

    .total_rating {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 1.5rem;
        font-size: 2rem;
    }

    .total_rating strong.avg_point {
        font-size: 2.4rem;
        margin-right: 1rem;
    }

    .star {
        width: 24px;
        height: 24px;
    }

    #frm_rx .error {
        color: red;
        font-size: 1.3rem;
        line-height: 1.2;
    }

    #r_content {
        font-size: 1.4rem;
        line-height: 1.3;
        padding: 1rem 1.5rem;
    }

    .r_action_frm {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .r_action_frm>button {
        margin-left: 1rem;
        font-size: 1.5rem;
        font-weight: var(--font-weight-1);
        padding: 0.6rem 1.5rem;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        border-radius: 0.5rem;
    }

    .r_list_type>li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 1.6rem;
        margin-bottom: 0.5rem;
        padding: 0.2rem 0;
    }

    .r_list_type>li>.lb {
        width: 50%;
        padding-right: 1rem;
        font-weight: var(--font-weight-1);
    }

    .r_list_type .stars {
        width: 50%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .df-action-frmAddPartner {
        justify-content: flex-end;
    }

    .title_box {
        font-size: 2rem;
        font-weight: var(--font-weight-2);
        margin-bottom: 0rem;
    }

    .box_fancybox_middle {
        width: 100%;
        max-width: 60rem;
        padding: 20px 20px;
        border-radius: 1rem;
    }

    #frmAddPartner .form-group {
        margin-bottom: 1rem;
        position: relative;
    }

    #frmAddPartner .form-group label.error {
        color: red;
        position: absolute;
        right: 0.5rem;
        top: 0;
    }

    .sub_rating {
        text-align: center;
        line-height: 1.3;
        font-size: 2.4rem;
        font-weight: var(--font-weight-1);
    }

    .group_file {
        text-align: center;
        cursor: pointer;
        border: 1px dashed #444;
        margin-bottom: 1.5rem;
    }

    .rating-section {
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

    .criterion {
        font-weight: bold;
        margin-bottom: 5px;
    }

    .stars {
        unicode-bidi: bidi-override;
        /* direction: rtl; */
        display: inline-block;
    }

    .stars>span {
        font-size: 24px;
        color: #ccc;
        cursor: pointer;
        padding: 0 2px;
    }

    .stars>span.selected,
    .stars>span.hover {
        color: gold;
    }