#root > div > div {
    background: #112338;
}
#root > div > div > div > div.sc-fPXMVe.fvwaBl.menuItems > a {
    display: none;
}
.menuLogoContainer {
  background-image: url('/wg-brand/wg-dark.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 180px; /* adjust as needed */
  height: 45px;  /* adjust as needed */
  position: relative;
  border-bottom: inital !important;
}

/* Hide the embedded SVG inside */
.menuLogoContainer > svg {
  display: none !important;
}
.menuLogoContainer {
    border-bottom: initial !important;
}
.videoContainer {
    display: none;
}
.httUSP.selected, .httUSP:hover {
    color: rgb(17 35 56);
    background: white;
}
button#license {
    display: none;
}
.menuItemButton:hover {
    background: rgb(2 14 39) !important;
}
#object_browser {
    display: none;
}
.collapsedIcon svg {
  display: none;
}

.collapsedIcon {
  display: inline-block;
  width: 35px; /* adjust width as needed */
  height: 35px; /* adjust height as needed */
  background-image: url('/wg-brand/wg-icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.footer {
    display: none !important;
}

.logoContainer svg {
  display: none;
}

.logoContainer {
  display: block;
    margin-top: 8rem;
  width: 180px !important; /* Adjust width as needed */
  height: 55px !important;  /* Adjust height as needed */
  background-image: url('/wg-brand/logo.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
box-shadow: initial !important;
}
