*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
	font-family: Poppins, Arial;
	font-size: 16px;
    font-weight: 300;
    color: #222;
    background: #f9f9f9;
}

.header{
	padding: 20px;
	padding-left: 90px;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	box-shadow: 0 0 30px rgb(0 0 0 / 10%);
	background: #00abba url('logo.png') no-repeat 30px center;
	background-size: 50px;
}

.rtl .header{
	padding-right: 90px;
	background-position:right 30px center;
}

.mb-30{
	margin-bottom: 30px;
}

.mb-60{
	margin-bottom: 60px;
}

.mt-20{
	margin-top: 20px;
}

.pl-30{
	padding-left: 30px;
}

.pr-30{
	padding-right: 30px;
}

.rating_select{
	width: 100%;
	padding: 15px;
	border: 0;
	border-bottom: 3px solid #f0f0f0;
	font-family: Poppins, Arial;
	font-size: 16px;
	outline: none;
}

.question_title{
	font-weight: 600;
	margin-bottom: 10px;
}

label{
	display: block;
	margin-top: 5px;
}


.rating_input{
	width: 100%;
	border: 0;
	padding: 15px;
	border-bottom: 3px solid #f0f0f0;
	font-family: Poppins, Arial;
	font-size: 16px;
 	outline: none;
}

.rating_input:focus{
  border-bottom: 3px solid #00abba;
}

.rating_textarea{
	width: 100%;
	padding: 20px;
	border: 0;
	border-bottom: 3px solid #f0f0f0;
	font-family: Poppins, Arial;
	font-size: 16px;
	outline: none;
}

.rating_textarea:focus{
  border-bottom: 3px solid #00abba;
}


.rating_button{
	width: 100%;
	background: #00ABBA;
	padding: 10px;
	color: #fff;
	border: 0;
	font-family: Poppins, Arial;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	box-shadow: 0 0 30px rgb(0 0 0 / 10%);
	cursor: pointer;
}

.rating_button:hover{
	opacity: 0.7;
}

.feedback_input{
	display: none;
}

.send_message{
	display: none;
	padding: 20px 0;
	color: #00ABBA;
	font-weight: 600;
}

.jq-stars {
  display: inline-block;
}

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}

.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
}

.jq-star-svg {
  padding-left: 3px;
  width: 100%;
  height: 100% ;
}

.jq-star:hover .fs-star-svg path {
}

.jq-star-svg path {
  /* stroke: #000; */
  stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
  -webkit-filter: drop-shadow( -2px -2px 2px #888 );
  filter: drop-shadow( -2px -2px 2px #888 );
}

.fill{
	fill: red;
}

.err{
	color: #d8000c;
}

/* Rating specific styles */
.type_rating .my-rating {
	display: block !important;
	margin-top: 10px;
	clear: both;
}

.question_title {
	display: block;
	clear: both;
}

.type_rating {
	display: block;
	clear: both;
}