ul.pagination {
  margin-bottom: 0;
}

th.actions,
td.actions,
th.narrow,
td.narrow {
  width: 1px;
}

th a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0dc";
  display: inline-block;
  margin-left: 0.2rem;
  opacity: 0.3;
  font-size: 0.8rem;
}

th a.desc::after,
th a.asc:hover::after {
  content: "\f0dd";
  opacity: 1;
}

th a.asc::after,
th a.desc:hover::after,
th a:hover::after {
  content: "\f0de";
  opacity: 1;
}

.card-title {
  display: block;
  float: inherit;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.card-toolbox {
  margin-left: auto !important;

  display: -ms-flexbox !important;
  display: flex !important;
}

.card-toolbox > * {
  height: max-content;
  margin-right: 0.25rem;
}

.card-toolbox > *:last-child {
  margin-right: 0;
}

.card-toolbox .form-group {
  margin-bottom: 0;
}

.required > label::after {
  content: " *";
  color: tomato;
}

#url-rewriting-warning {
  display: none;
}
