.comment-form .note {
    color: #333333;
    font-style: italic;
}
.rc-form button {
    background: transparent linear-gradient(180deg, var(--primary-color) 0%, var(--primary-color) 100%) 0% 0% no-repeat padding-box;
}
.error-message {
    color: red;
}
.hidden {
    display: none;
}
.childs .replyHolder {
    display: inherit;
}
.module-rate-box input[type=radio] {
    width: 16px;
    height: 0;
    font-size: 0;
    cursor: pointer;
    margin: 0 2px 0 0;
    outline: none;
    user-select: none;
    position: relative;
    line-height: 0;
}
.module-rate-box input[type=radio]:first-child:before {
    background-color: rgb(255, 188, 89) !important;
}
.module-rate-box input[type=radio]:before {
    content: "";
    width: 16px;
    min-width: 16px;
    height: 16px;
    margin-right: 3px;
    background-color: #ffbc59;
    -webkit-mask-image: url('/review-star.svg');
    mask-image: url('/review-star.svg');
    -webkit-mask-size: contain;
    mask-size: contain;
    position: relative;
    top: -15px;
    display: inline-block;
    transition: all 350ms ease;
}
.module-rate-box input[type=radio]:checked ~ input[type=radio]:before {
    background-color: #999999;
}
.module-rate-box {
    margin-top: 8px;
}
.rc-form .row-rate strong {
    line-height: 30px;
}
.rating-star-in-list {
    display: block;
    margin-right: 4px;
    height: 16px;
    width: 16px;
    min-width: 16px;
    background-color: rgb(214, 218, 223);
    -webkit-mask-image: url('/review-star.svg');
    mask-image: url('/review-star.svg');
    -webkit-mask-size: contain;
    mask-size: contain;
}
.rating-star-in-list.star-on {
    background-color: rgb(255, 188, 89);
}
.review-star {
    display: flex;
}
