@charset "UTF-8";
.sorted-desc::after, .sorted-asc::after {
  font-family: bootstrap-icons !important;
  font-weight: 900;
}

.sorted-desc::after {
  content: "\f573";
}

.sorted-asc::after {
  content: " \f571";
}