.fg-panel {
  z-index: 1000001;
}

.fg-filtering-container {
  padding: 10px;
}

.fg-tag-list {
  display: none;
}

.fg-select-tag-lists {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 1rem;
}

.fg-select-tag-lists select {
  width: min-content;
}

.fg-select-tag-lists select option:first-child {
  color: #002d45bd;
}

.fg-selected-tags {
  display: flex;
  flex-flow: row wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
}

.fg-selected-tags li {
  position: relative;
  list-style-type: none;
  background-color: #002d45;
  width: max-content;
  margin: 0;
  padding: 12px 35px 14px 12px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-family: Saira;
  font-weight: 400;
}

.fg-selected-tags li:hover {
  cursor: pointer;
}

.fg-selected-tags li i {
  position: absolute;
  right: 8px;
  background-color: transparent;
  color: #fff;
  top: 10px;
  width: 18px;
  height: 16px;
  line-height: 18px;
  font-size: 15px;
}

.fg-filter-info {
  display: flex;
  flex-flow: column wrap;
  gap: 1rem;
  margin-top: 8px;
}

.fg-count {
  align-self: flex-end;
  display: none;

  font-size: 0.8em;
  line-height: 0.8em;
}

.fg-empty {
  text-align: center;
  display: none;
}