:not(:defined) > * {
  display: none;
}

html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

model-viewer {
  width: 100%;
  height: 90%;
  background-color: #ffffff;
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.top-bar {
    background-color: #f8f8f8; /* Adjust the color as needed */
    padding: 10px;
    text-align: center;
}

.client-logo {
    height: 50px; /* Adjust size as needed */
}

.footer {
    background-color: #f8f8f8; /* Adjust the color as needed */
    padding: 10px;
    text-align: center;
    margin-top: auto; /* Pushes the footer to the bottom */
}

.amlogy-logo {
    height: 30px; /* Adjust size as needed */
    margin-left: 10px;
}

/* Ensure full height layout */
.content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

