.dropdown-header {
  display: flex;
  padding: 8px 16px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px solid #eeeded;
  font-family: var(--ifx-font-family);
}
.dropdown-header span {
  color: #575352;
  font-family: var(--ifx-font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}