/**
 * @Project NUKEVIET 4.x
 * @Author BCB SOLUTIONS <bachdinhcao@gmail.com>
 * @Copyright (C) 2024 BCB SOLUTIONS. All rights reserved
 * @License: Not free read more http://nukeviet.vn/vi/store/modules/nvtools/
 * @Createdate Tue, 17 Dec 2024 19:27:40 GMT
 */

.rating-main{
	position: relative;
	padding: 30px 20px;
	margin-top: 30px;
}

.rating-main h1{
	text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 10px;
}

.rating-note{
	margin-bottom: 20px;
}

.rating-content table td{
	border-top: none!important;
	vertical-align: middle !important;
	padding: 14px 10px!important;
}

.rating-content table td:first-child{
	width: 45%;
	text-align: left;
}

.rating-content table td:last-child{
	min-width: 85px;
}

.rating-star ul{
	display: flex;
	margin: 0;
    padding: 0;
}

.rating-star ul li{
	margin: 0 5px;
}

.rating-star .fa{
	font-size: 22px;
    color: #c4c4c4;
    cursor: pointer;
}

.rating-star .hover .fa,
.rating-star .selected .fa{
	color: #ffab00;
}

.rating-star .selected-harf .fa{
	background-image: conic-gradient(#dcdcdc 0deg, #dcdcdc 180deg, #ffa500 180deg, #ffa500 270deg);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.rating-info{
	padding-left: 30px;
}

.form-control{
	box-shadow: none;
    height: 38px;
    border-color: #dfdfdf;
}

.rating-content .submit{
	padding: 14px;
    width: 100%;
    margin-top: 10px;
}