

.select-target {
  flex: 1;
}
.selected + .deselect {
  display: flex;
  z-index: 3;
  background: white;
  margin: auto;
  justify-content: center;
  position: relative;
}
.deselect {
  display: none;
  cursor: pointer;
}
#filter {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 750px) {
  #filter {
    flex-direction: row;
    padding: 0;
  }
}
#filter .filter-group, .searchbox {
  padding-right: 0;
  flex: 1;
  margin: 2rem 0;
}
@media screen and (min-width: 750px) {
  #filter .filter-group, .searchbox {
    padding-right: 2rem;
    margin: 0;
  }
}
span.msg, span.choose {
  color: #555;
  padding: 5px 0 10px;
  display: inherit;
}
/*Styling Selectbox*/
.dropdown {
  width: 100%;
  padding: 1rem;
  display: inline-block;
  background-color: #fff;
  transition: all 0.5s ease;
  position: relative;
  color: var(--color-apg-blue);
  text-align: left;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.dropdown .select {
  cursor: pointer;
  display: block;
  /* padding: 10px; */
  display: flex;
}
.dropdown .select > i {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  float: right;
}
.dropdown.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dropdown.active .select > i {
  transform: rotate(-90deg);
}
.dropdown .dropdown-menu {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  margin-top: -1px;
  overflow: hidden;
  display: none;
  overflow-y: auto;
  z-index: 9;
}
.dropdown .dropdown-menu li {
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
  margin: 0 1rem;
}
.dropdown .dropdown-menu li:first-child {
  margin-top: 1rem;
}
.dropdown .dropdown-menu {
  padding: 0;
  list-style: none;
}
.filtertag {
  border: 2px solid var(--color-apg-blue);
  border-radius: 35px;
  padding: 0.5rem 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  max-width: 100%;
  position: relative;
  display: inline-block;
}
.filtertag:hover, .filtertag:active, .filtertag.active {
  background: var(--color-apg-blue);
  color: white;
}
.searchbox {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex: 1;
}
.searchfilter {
  border-bottom: 2px solid var(--color-apg-blue);
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 0;
  display: inline-block;
  height: fit-content;
}

/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:project-ftrlbs-filter] [123.1909] DESIGN*/
/*******************************************************************/
/* 0.2 D>D */
/* db 147 */