.eft-floating-switcher {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99999;
}
.eft-switcher {
  display: inline-block;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  padding: 8px 12px;
}
.eft-switcher select {
  border: none;
  background: transparent;
  font-size: 14px;
  outline: none;
}
