.bed-pll-dropdown {
  transition: all 0.2s ease-in-out;
  margin: 0;
  cursor: pointer;
  position: relative;
}
.bed-pll-dropdown .bed-pll-dropdown__label {
  padding: 0 0 10px 0;
  display: flex;
  align-items: center;
}
.bed-pll-dropdown i.fa {
  font-size: 0.5rem;
  margin: 0 0.5rem;
}
.bed-pll-dropdown:hover .menu, .bed-pll-dropdown.open .menu {
  height: auto;
  overflow: visible;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.bed-pll-dropdown .menu {
  height: 0;
  overflow: hidden;
  width: auto;
  position: absolute;
  top: 24px;
  left: -10px;
  z-index: 10000;
  padding: 0;
  margin: 0;
  border-radius: 10px;
  box-shadow: none;
  background: white;
}
.bed-pll-dropdown .menu li {
  line-height: 0;
  list-style: none;
  font-size: 1rem;
  padding: 10px;
  margin: 0;
}

/*# sourceMappingURL=switcher.css.map */
