.show-preferencesModal {
  display: flex !important;
  align-items: center !important;
  border-radius: 8px !important;
  border: 1px solid !important;
  position: fixed !important;
  z-index: 2000 !important;
  background: #fff !important;
  overflow: hidden !important;
  transition: all .35s !important;

  height: 42px !important;
  padding: 0.3rem !important;
}

.show-preferencesModal span {
  position: relative !important;
  width: 0 !important;
  overflow: hidden !important;
  transition: all .35s !important;
  color: #000 !important;
  white-space: nowrap !important;


}

.show-preferencesModal img {
  transition: all .35s !important;
  max-height: 100% !important;
}


.show-preferencesModal {
  bottom: 50% !important;
  left: 5px !important;
}

.show-preferencesModal:hover span {
  width: 100% !important;
  margin-right: 8px !important;
}

