﻿/*Feedback*/
.feedback_box {
  width: 100%;
}
.title_feedback {
  display: block;
  font-weight: 500;
  line-height: 30px;
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
  color: #9effff;
}
.feedback_form {
  float: left;
  width: 78%;
}
.text_highlight {
  font-size: 16px;
  font-weight: 400;
  color: #9effff
}
.feedback_form .form_dialog {
  width: 100%;
}
.feedback_form .form_dialog .control-group {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0 0 15px 0;
}
.feedback_form .form_dialog label {
  float: left;
  font-weight: normal;
  text-transform: capitalize;
  display: block;
  width: 30%;
  padding-right: 15px;
  box-sizing: border-box;
}
.feedback_form .form_dialog .controls {
  width: 70%;
  float: left;
}
.feedback_form .form_dialog .input-register {
  width: 100%;
}
.feedback_form .form_dialog select {
  vertical-align: middle;
  float: left;
  padding: 4px 3px 4px 5px;
  border: 1px solid #BBBBBB;
  color: #555;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
}
.feedback_form .form_dialog input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  height: auto;
  background-color: #f0f0f0;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  color: #666;
  display: block;
  float: left;
  margin: 0;
  padding: 7px;
}
.feedback_form .form_dialog .textarea_bg {
  background-color: #f9f9f9;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
  color: #666666;
  float: left;
  height: 100px;
  margin-bottom: 0;
  padding: 7px 10px 0;
  resize: none;
  width: 100%;
  box-sizing: border-box;
}
.feedback_form .info_register {
  float: left;
  width: 100%;
  padding-top: 5px;
  font-size: 12px;
  color: #989898;
  font-style: italic;
}
.feedback_form .capcha {
  float: left;
  margin-left: 5px;
}
.feedback_form .capcha img {
  width: 80px;
  height: 28px;
  border-radius: 3px;
}
.feedback_form .btn_submit {
  padding: 0 20px;
  line-height: 28px;
  float: right;
  text-transform: capitalize;
}
.feedback_form .text_2 {
  font-style: italic;
  line-height: 24px;
}
.website_apply {
  float: left;
  width: 100%;
}
.website_apply li {
  list-style: outside decimal;
  padding: 0 0 0 10px;
  line-height: 24px;
  margin-left: 15px;
}
.term_feedback {
  width: 100%;
  box-sizing: border-box;
}
.term_feedback li {
  list-style: outside decimal;
  line-height: 1.8;
  margin-left: 15px;
}
ul.b_winner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 0;
  margin-bottom: 40px;
  text-align: center;
}
.b_winner li .user_winner {
  display: flex;
  flex-direction: column;
  padding: 10px 10px;
  background: url(../images/winner_bg1.png);
  background-size: 100% 100%;
  width: 160px;
	height: 200px;
}
.b_winner li .user_winner.last {
  background: url(../images/winner_bg.png);
  background-size: 100% 100%;
}
.b_winner li .user_winner span {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.b_winner li .user_winner .month {
  font-weight: 700;
  padding:0;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
.b_winner li .user_winner .year {
  padding: 10px 0 5px 0;
  font-size: 20px;
  text-align: center;
  text-transform: capitalize;
  background: url(../images/line-horz.png) repeat-x bottom;
  color: #333;
  margin-bottom: 5px;
}
.b_winner li .user_winner .user {
  text-transform: capitalize;
  color: #111;
}
.rating-widget {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  grid-row-gap: 5px;
}
.title_rate {
  width: 200px;
  padding: 7px 10px;
  text-align: center;
  line-height: 1.8;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background:rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  text-transform: capitalize;
  font-weight: 400;
}
.new-react-version {
  padding: 20px 20px;
  border: 1px solid #eee;
  border-radius: 20px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
}
.new-react-version .react-svg-logo {
  text-align: center;
  max-width: 60px;
  margin: 20px auto;
  margin-top: 0;
}
.success-box {
  padding: 0;
}
.success-box img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}
.success-box > div {
  vertical-align: top;
  display: inline-block;
}
/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  gap: 10px;
}
.rating-stars ul > li.star {
  padding: 0;
  line-height: 0;
}
/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size: 1.8em; /* Change the size of the stars */
  color: #ccc; /* Color on idle state */
}
/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color: #FFCC36;
}
/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color: #FF912C;
}
.feedback_form2 {
  margin: 0 auto 40px;
  width: 60%;
}
.feedback_form2 .form_dialog {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.feedback_form2 .form_dialog .control-group {
  width: 100%;
}
.feedback_form2 .form_dialog label {
  text-transform: capitalize;
  display: block;
  width: 100%;
  font-weight: 400;
}
.feedback_form2 .form_dialog .controls {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.feedback_form2 .form_dialog .input-register {
  display: flex;
  align-items: center;
  gap: 10px;
}
.feedback_form2 .form_dialog select {
  vertical-align: middle;
  float: left;
  padding: 4px 3px 4px 5px;
  border: 1px solid #BBBBBB;
  color: #555;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
}
.feedback_form .info_register {
  float: left;
  width: 100%;
  padding-top: 5px;
  font-size: 12px;
  color: #989898;
  font-style: italic;
}
.feedback_form2 .capcha {}
.feedback_form2 .capcha img {
  width: 80px;
  height: 40px;
  border-radius: 5px;
}
.btn_submit {
  margin-left: auto;
  display: block;
  text-transform: capitalize;
  font-size: 14px;
  padding: 0 10px;
  line-height: 40px;
  min-width: 100px;
  box-sizing: border-box;
  color: #111;
  text-align: center;
  text-decoration: none;
  background: radial-gradient(circle, #c7ffff 0, #247d7d 100%);
  box-shadow: 0 .185em .185em rgba(0, 0, 0, .09), inset 0 .125em 0 rgba(255, 255, 255, .3);
  border-radius: 5px;
}
.btn_submit:hover {
  background-size: 100% 200%;
}
.feedback_form2 .text_2 {
  font-style: italic;
  line-height: 24px;
  color: #f1c243;
  font-size: 14px;
}
ul.ipt_feedback {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
ul.ipt_feedback li {
  float: left;
  margin-right: 12px;
}
ul.ipt_feedback li:last-child {
  margin-right: 0;
}
.ipt_feedback input[type=text] {
  width: 240px;
  text-align: le;
  float: left;
  padding: 0 7px;
  background: #ddd;
  height: 30px;
  font-size: 100%;
  box-sizing: border-box;
}
.ipt_feedback select {
  width: 120px;
  height: 30px;
  padding: 0 7px;
  text-align: left;
  float: left;
  appearance: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 100%;
  border-radius: 4px;
}
.ipt_feedback .text_date {
  float: left;
  line-height: 30px;
  padding-right: 5px;
  text-transform: capitalize;
}
.text_feedback1 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  color: #f1c243;
  padding: 10px 0 0 0;
}
.text_feedback2 {
  font-size: 16px;
  padding-bottom: 50px;
}
.ic_succes {
  margin-top: 30px;
}
@media screen and (max-width: 1023px) {
  .feedback_form2 {
    width: 80%;
  }
}
@media screen and (max-width: 650px) {
  .feedback_form2 {
    width: 100%;
  }
  .b_winner li .user_winner {
    width: 150px;
    font-size: 13px
  }
}