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;
}

th a.noorder::after,
th a.noorder:hover::after {
  content: "";
  opacity: 1;
}

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

.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;
}

.color-title {
  color: #535359 !important;
}

.modal{
  background-color: #4242488c;
}

.main-sidebar{
  /* background: linear-gradient(120deg, rgb(6, 49, 179) 10%, rgb(118, 255, 210) 150%) !important; */
  background-color: #356ba2 !important;
}

aside > a{
  color: #ffffffe3 !important;
  letter-spacing: 3px;
}

.nav-link.left-menu{
  color: #ffffffe3 !important;
}

.nav-link[href="#"]{
  color: gray !important;
}

.nav-link .active{
  color: gray !important;
}

.nav-link.active{
  background-color: rgba(255, 255, 255, 0.1) !important;
  box-shadow: none !important;
}

.btn-primary{
  background-color: #518ecb;
  border-color: #356ba2;
}

.btn-primary:hover{
  background-color: #3376b9;
  border-color: #356ba2;
}

.btn-outline-primary:hover{
  background-color: #3982cc;
  border-color: #356ba2;
}

.btn-outline-primary.disabled:hover{
  background-color: transparent !important;
}