#vnt-rating{
    padding: 0px 0px;
}
#vnt-rating .title{
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 900;
    color:#004688;
    margin-bottom: 20px;
}
#vnt-rating label{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
#vnt-rating label span{
    color:#ee0000;
    font-weight: normal;
}
#vnt-rating input,
#vnt-rating textarea{
    width: 100%;
    height: 40px;
    padding-left: 10px;
    border:solid 1px rgba(0,0,0,0.1);
}
#vnt-rating textarea{
    height: 125px;
    resize: none;
}
#vnt-rating button{
    width: 100%;
    height: 40px;
    background: #004688;
    color:#ffffff;
    text-transform: uppercase;
    font-weight: bold;
    border:none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#vnt-rating button:hover{
    background: #333333;
}
#vnt-rating .rev-field ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
#vnt-rating .rev-field ul li{
    margin-right: 5px;
}
#vnt-rating .rev-field ul li:last-child{
    margin-right: 0;
}
#vnt-rating .rev-field ul li a{
    display: block;
    width: 20px;
    height: 20px;
    font-size: 18px;
    line-height: 38px;
    color:#ccc;
    position: relative;
}
#vnt-rating .rev-field ul li a:before{
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#vnt-rating .rev-field ul li a.active:before,
#vnt-rating .rev-field ul li.active a:before{
    content: "\f005";
    color:#f0c600;
}
#vnt-rating .rev-field ul li a input{
    display: none;
}
.star_title{
    margin-bottom: 8px;
}
.star_title .star{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 26px;
    color: #ccc;
}
.star_title .star i.fa.fa-star,
.star_title .star i.fa.fa-star-half{
    color: #f0c600;
    margin-right: 3px;
}
.star_title .i-name{
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    color: #004688;
}
.star_title .i-date{
    font-size: 12px;
    line-height: 20px;
    color: #7c7c7c;
    display: inline-block;
}