/* #thank {
  color: green;
  margin-top: 10px;
} */
.cr-rating-error {
  color: red;
  margin-top: 10px;
}
#chart_div {
  margin-top: 20px;
}
.content-rating {
  max-width: 100%;
  margin: 0 auto;
  padding: 0.5rem 1rem;
}
.content-rating h5 {
  text-align: left;
  font-family: "Lusail", sans-serif !important;
  margin: 10px 0;
  /* color: red !important; */
}
body.rtl .content-rating h5 {
  text-align: right;
}
#cr-chart {
  width: 100%;
  height: 400px;
  display: none;
}
.form-rating {
  display: flex;
  flex-direction: column;
  row-gap: .5rem;
  justify-content: flex-start;
}
.form-rating label {
  display: flex;
  align-items: center;
  column-gap: .5rem;
  flex-direction: row;
}
.form-rating label h5 {
  font-size: 17px;
  font-weight: 500;
  margin: 5px 0;
  font-family: "Lusail", sans-serif !important;
}
.form-rating label span svg {
  display: flex;
}
.form-rating label.excellent h5 { color: #0bb852; }
.form-rating label.good h5 { color: #ffc400; }
.form-rating label.soso h5 { color: #ff7926; }
 #cr-submit-rating {
  outline: none;
  border: none;
  padding: 0.5rem 1.5rem;
  background-color: #001659;
  color: #fff;
  width: fit-content;
  font-size: 15px;
  border-radius: 10px;
  margin: auto;
  font-family: "Lusail", sans-serif !important;
}
#loading-chart {
  align-items: center;
  justify-content: center;
  display: none;
}
.cr-rating-error {
  color: red;
  font-size: 1.1rem;
  display: none;
  font-family: "Lusail", sans-serif !important;
}
.thank {
  display: none;
}
.thank h5 {
  text-align: center;
  font-family: "Lusail", sans-serif !important;
  color: #8a1538;
  margin: 10px 0;
}