#footer_menu {
  background: none;
  bottom: -1px;
  height: auto;
  left: 50%;
  max-width: 800px;
  min-height: 50px;
  transform: translateX(-50%);
  z-index: 100;
}

#footer_menu .footer-menu-box {
  background: transparent
    linear-gradient(180deg, rgba(6, 134, 221, 1) 0%, rgba(0, 96, 161, 1) 100%)
    no-repeat padding-box;
  border-radius: 16px 16px 0 0;
  box-shadow: 0 0 1px 1px #b7b7b7;
  min-height: 50px;
  z-index: 99;
}

#footer_menu .footerIcon {
  height: 26px;
  min-height: 26px;
  width: auto;
}

#footer_menu .footerItems {
  align-items: center;
  align-self: baseline;
  display: flex;
  flex-direction: column;
  flex: 1 0 0 !important;
  height: 100%;
  overflow: hidden;
}

#footer_menu .footerItems div {
  white-space: break-spaces;
  letter-spacing: -0.02em;
  word-spacing: 0.05em;
}

#footer_menu .footerSuggestedBrowserIcon {
  height: auto;
  object-fit: contain;
  width: 35px;
}

#footer_menu .footerText {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  white-space: nowrap;
}

@media only screen and (max-width: 320px) {
  #footer_menu .footerText {
    display: none;
  }
}
