
/* QUINCA+ v15 — tri interactif des ventes du tableau de bord */

.dashboard-sort-table thead th{
  padding:0;
}
.dashboard-sort-head{
  width:100%;
  min-height:32px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:5px;
  padding:0 9px;
  border:0;
  background:transparent;
  color:inherit;
  font:inherit;
  font-weight:800;
  cursor:pointer;
  text-align:left;
  transition:.14s ease;
}
.dashboard-sort-head:hover{
  background:#eaf3ff;
  color:#0878f9;
}
.dashboard-sort-head.active{
  color:#0878f9;
  background:#f2f7ff;
}
.dashboard-sort-neutral{
  color:#a4b3c4;
  font-size:8px;
}
.dashboard-sort-active{
  color:#0878f9;
  font-size:8px;
}
body.dark-ui .dashboard-sort-head:hover,
body.dark-ui .dashboard-sort-head.active{
  background:#16283f;
}
