﻿.dropdown-menu {
  --bs-dropdown-link-active-bg: var(--bs-primary);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  font-size: 13px;
}
.dropdown-menu .fa {
  width: 23px;
}
.dropdown-menu .sub-menu::after {
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.dropdown-menu .dropdown-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

th.dropdown .column-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
th.dropdown .column-title::after {
  content: "\f0d7";
  margin-left: 15px;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
}
th.dropdown .column-title.show::after {
  content: "\f0d8";
}
th.dropdown .column-title.filtered::after {
  content: "\f0b0";
  color: #006ab7;
}
