.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: 20px;
  font-family: Times;
  line-height: 1;
}

.Stars::before {
  content: '★★★★★';
  letter-spacing: 3px;
  background: linear-gradient(90deg, #fc0 var(--percent), #fff var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rating-value {
  font-size: 20px;
  font-weight: bold;
  margin-right: 10px;
}

.feedback-table-tbody tr td:first-child {
  text-align: left !important;
}

/* Target the DataTables search close button by class */
.dataTable-container .dataTables_filter input[type="search"]::-webkit-search-cancel-button {
  cursor: pointer;
}

.dataTable-container .dataTables_filter input[type="search"]::-webkit-search-clear-button {
  cursor: pointer;
}

.dataTable-container .dataTables_filter input[type="search"]::-ms-clear {
  cursor: pointer;
}
.h-10 {
  height: 10% !important;
}