<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.box-rate .heading {
    margin: 0 0 10px;
}

.box-rate .txt-rate {
    margin: 0;
    font-size: 24px;
    line-height: 24px;
    color: #222222;
}

.box-rate .txt-rate i,
.item-content-rate .rate i {
    color: #FEC600;
}

.box-rate .txt-rate i::before,
.item-content-rate .rate i::before {
    width: auto;
    margin: 0;
}

.box-rate .txt-rate .icon-star-half-alt {
    margin-left: 5px;
}

.box-rate b {
    line-height: 24px;
    margin-right: 5px;
}

.box-rate .txt-sm {
    font-weight: normal;
    font-size: 16px;
    margin-left: 10px;
}

.item-content-rate {
    border: 1px solid #E1E1E1;
    margin: 20px 0 0;
    border-radius: 4px;
    padding: 10px 20px
}

.item-content-rate .rate,
.item-content-rate .username {
    color: #222;
    margin: 0;
}

.item-content-rate .rate {
    font-size: 18px;
    line-height: 21px;
}

.item-content-rate .rate i::before {
    margin: 0;
}

.item-content-rate .rate i:first-child {
    margin-left: 5px;
}

.item-content-rate .info-rate {
    color: #888888;
	font-size:14px;
	line-height:19px;
}

.item-content-rate .info-rate .username {
    color: #222222;
    font-size: 16px;
}

.list-tag-comment {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 10px 0 0;
}

.list-tag-comment li {
    display: inline-block;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    padding: 0px 20px;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    margin-right: 6px;
    cursor: pointer;
}

.list-tag-comment li.active {
    color: #135EAC;
    border-color: #135EAC;
}

.content-rate {
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    margin: 10px 0 0;
}

.item-content-rate .view-more {
    color: #135EAC;
    cursor: pointer;
}

.item-content-rate .view-more.txt-left {
    text-align: left;
}

.item-content-rate .status-rate {
    font-size: 14px;
    line-height: 16px;
    color: #888888;
    margin: 10px 0 0;
}

.box-form-vote {
    border: 1px solid #E1E1E1;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    margin: 20px 0 0;
    padding: 20px;
}

.box-form-vote .heading.fs-18 {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    text-align: center;
    text-transform: none;
}

.box-form-vote .list-star {
    display: inline-block;
    width: 100%;
    padding: 0;
    text-align: center;
    list-style: none;
    margin: 10px 0 20px;
}

.box-form-vote .list-star i {
    font-size: 26px;
    line-height: 26px;
    color: #FEC600;
}

.box-form-vote .list-star i:before {
    width: auto;
    margin: 0 3px;
}

.box-form-vote .control {
    width: 100%;
    margin: 0 0 10px;
}

.box-form-vote .control .inp,
.box-form-vote .control textarea {
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    padding: 10px;
    border-radius: 4px;
    width: 100%;
}

.box-form-vote .control .inp {
    height: 40px;
}

.box-form-vote .control textarea {
    height: 80px;
}

.box-form-vote .btn-blue{
    width: 160px;
    height: 32px;
    line-height: 32px;
	font-weight:bold;
}

.box-form-vote .heading .cl-blue {
    color: #135EAC;
}

.box-form-vote .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1;
    background: transparent!important;
    cursor: pointer;
}

.box-form-vote .select {
    position: relative;
}

.box-form-vote .select:after {
    content: '\E81C';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    position: absolute;
    z-index: 0;
    right: 10px;
    top: 0;
	line-height:40px;
}

.box-form-vote .row {
    margin: 0 -5px
}

.box-form-vote .row .col-6 {
    padding: 0 5px
}


</pre></body></html>