    /****** Style Star Rating Widget *****/
    body {
        margin: 0;
        overflow: hidden;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    }

    .rating-sb-snp {
        border: none;
        float: left;
    }

    .rating-sb-snp>input {
        display: none;
    }

    .rating-sb-snp>label:before {
        font-family: FontAwesome;
        display: inline-block;
        content: "\f005";
        font-size: 13px;
    }

    .rating-sb-snp>.half:before {
        content: "\f089";
        position: absolute;
    }

    .rating-sb-snp>label {
        float: right;
    }

    .sb-rating-value .ant-rate-star:not(:last-child) {
        margin-right: -3px;
    }

    .sb-rating-value svg {
        scale: 0.8;
    }

    .ant-space-align-center {
        align-items: center;
    }

    .ant-space {
        display: inline-flex;
    }

    a.sb-to-plan {
        color: rgb(68, 179, 207);
        transform: translate(0px, -10px);
        cursor: pointer !important;
    }

    .sb-to-plan:hover {
        text-decoration: underline;
    }

    .ant-row {
        letter-spacing: 0.06rem;
        line-height: 1.5715;
        display: flex;
        row-gap: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .ant-col {
        letter-spacing: 0.06rem;
        line-height: 1.5715;
        position: relative;
        max-width: 100%;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .ant-avatar-image {
        background: transparent;
    }

    .ant-avatar {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        color: rgba(0, 0, 0, .85);
        font-size: 14px;
        font-variant: tabular-nums;
        line-height: 1.5715;
        list-style: none;
        font-feature-settings: "tnum";
        position: relative;
        display: inline-block;
        overflow: hidden;
        color: #fff;
        white-space: nowrap;
        text-align: center;
        vertical-align: middle;
        background: #ccc;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
    }

    .scroll-sb::-webkit-scrollbar {
        width: 5px;
        opacity: 0.3;
        height: 5px;
    }

    .scroll-sb::-webkit-scrollbar-track {
        border-left: 0;
        border-radius: 10px;
    }

    .scroll-sb::-webkit-scrollbar-thumb {
        background: rgba(120, 120, 120, 0.3);
        border-radius: 10px;
    }

    .scroll-sb::-webkit-scrollbar-thumb:hover {
        background: rgba(120, 120, 120, 0.7);
    }