.ratings {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 100%;
        direction: rtl;
        text-align: left;
}
.UIHoiDapChiTiet .hoidap-title{
        margin: 20px 0
}
.UIHoiDapChiTiet .hoidap-title .title-desc {
        font-family: Roboto;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        text-align: left;
        display: none;
}
.UIHoiDapChiTiet .title-name {
        font-family: Merriweather;
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
        text-align: left;
        color: var(--color-primary);
}
.star {
        position: relative;
        line-height: 60px;
        display: inline-block;
        transition: color 0.2s ease;
        color: #ebebeb;
}
.custom-star:after {
        content: '\2605';
        width: 30px;
        height: 30px;
        font-size: 30px;
        color: #ffd700;
        margin-left: 5px;
}
.star:before {
        content: '\2605';
        width: 30px;
        height: 30px;
        font-size: 30px;
}
li.star:hover {
        cursor: pointer;
}
.star:hover, .star.selected, .star:hover ~ .star, .star.selected ~ .star {
        transition: color 0.8s ease;
        color: #ffd700;
}
.UIHoiDapChiTiet .TieuDe {
        margin: 10px 0px;
        margin-top: 0;
        font-family: Merriweather;
        font-size: 28px;
        font-weight: 700;
        line-height: 40.22px;
        text-align: left;
        grid-area: top;
        color: #1259A0;
}
.UIHoiDapChiTiet .Author, .UIHoiDapChiTiet .view-count {
        text-align: left;
        margin: 10px 0;
        font-family: Roboto;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
        color: #606368;
        display: flex;
        align-items: center;
        gap: 6px;
        flex-wrap: wrap;
}
.UIHoiDapChiTiet .Author{
        grid-area: mid;
}
.UIHoiDapChiTiet .Answer .NoiDung * {
        font-family: Roboto;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        text-align: left;
        color: #212529 !important;
}
.UIHoiDapChiTiet .Answer .TieuDe {
        font-family: Merriweather;
        font-size: 18px;
        font-weight: 700;
        line-height: 30px;
        text-align: left;
        color: #212529;
}
.UIHoiDapChiTiet .Answers {
        margin: 20px 0;
        background-color: #8bc6ec12;

}
.UIHoiDapChiTiet .NoiDung * {
        font-family: Roboto !important;
        font-size: 17px !important;
        font-weight: 400;
        line-height: 27px;
        text-align: left !important;
        color: #212529 !important;
}
.UIHoiDapChiTiet .NoiDung {
        margin: 10px 0;
        grid-area: bot;
        font-family: Roboto;
        font-size: 17px;
        font-weight: 400;
        line-height: 28px;
        text-align: left;
        color: #212529;
        padding-bottom: 10px;
        border-bottom: 1px solid #DADCE0;
        margin-bottom: 0;
        text-align: justify;
}
.UIHoiDapChiTiet .Files{
        padding: 10px 0;
        /* border-bottom: 4px solid #DADCE0; */
}
.UIHoiDapChiTiet .Question {
        padding: 20px;
        padding-bottom: 0px;
        background: #fff;
        grid-template-areas:
                "top top"
                "mid right"
                "bot bot";
        grid-template-columns: fit-content(33%) auto;
        /* box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em; */
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
}
.UIHoiDapChiTiet  .Answer {
        border: 1px solid #ededed;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
        padding: 20px;
        border-radius: 4px;
}
.UIHoiDapChiTiet .Files > span {
        font-family: Roboto;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
        color: #606368;
}
.UIHoiDapChiTiet .vote{
        display: flex;
        align-items: center;
        gap: 10px;
        border-top: 2px solid #f2f2f2;
}
.UIHoiDapChiTiet .vote .data-rate{
        white-space: nowrap;
        font-family: 'Roboto';
        font-size: 15px;
        font-weight: 600;
}
.UIHoiDapChiTiet .Files a:before{
        position: absolute;
        left: -15px;
        width: 6px;
        height: 6px;
        background-color: #Da251C;
        content: '';
        display: inline-block;
        top: 8px;
}
.UIHoiDapChiTiet .Files a{
        color: #DA251C;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
        color: #DA251C;
        position: relative;
        margin-left: 20px;
        display: block;
        margin-bottom: 5px;
}
@media only screen and (max-width: 768px){
        .UIHoiDapChiTiet {
                padding: 0 16px;
                margin: 20px 0;
        }
}
