.floating-menu {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  /*gap: 10px;*/
}

.floating-menu-bottom-with-cookiebanner {
  bottom: 51px;
}

.floating-menu-bottom-without-cookiebanner {
  bottom: 20px;
}

.floating-menu-item {
  padding-right: 4px;
  font-size: 14px;
  margin: 8px;
  margin: 0px;
  height: 27px;
  padding: 2px 4px 0px 10px;
  padding-left: 7px;
  margin-right: 4px;
  padding-right: 8px;
}

.floating-menu-icon-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.floating-menu-icon {
  padding: 6px;
  border-radius: 50%;
  height: 34px;
  width: 34px;
  font-size: 22px;
}

@media (min-width: 1200px) {
  .floating-menu {
    left: calc((100% + 920px) / 2);
    right: auto;
  }
}

.floatingMenuItem {
  margin-bottom: 6px;
}

.floating-menu-item-selected {
  /*background-color: #ff0000;*/
}

.floating-menu-item-selected i {
  background-color: #000000;
  color: #ffffff;
}

.floating-menu-item-selected p {
  background-color: #000000;
  color: #ffffff;
}

#MenuList div {
  cursor: pointer;
}

