body {
  font-family: 'Noto Sans', sans-serif;
}


.footer .icon-link {
    font-size: 25px;
    color: #000;
}

.link-block a {
    margin-top: 5px;
    margin-bottom: 5px;
}

.dnerf {
  font-variant: small-caps;
}


.teaser .hero-body {
  padding-top: 0;
  padding-bottom: 3rem;
}

.teaser {
  font-family: 'Google Sans', sans-serif;
}


/*.publication-title {
}*/

.publication-banner {
  max-height: parent;

}

.publication-banner video {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  object-fit: fit;
}

.publication-header .hero-body {
  padding-top: 3rem;
  padding-bottom: 0rem;
}

.publication-author-block .hero-body {
  padding-top: 1rem;
  padding-bottom: 0rem;
}


.publication-title {
    /*font-size: 10px;*/
    font-family: 'Google Sans', sans-serif;
}

.publication-authors {
    font-family: 'Google Sans', sans-serif;
}

.publication-venue {
    color: #555;
    width: fit-content;
    font-weight: bold;
}

.publication-awards {
    color: #ff3860;
    width: fit-content;
    font-weight: bolder;
}

.publication-authors {
}

.publication-authors a {
   color: hsl(204, 86%, 53%) !important;
}

.publication-authors a:hover {
    text-decoration: underline;
}

.author-block {
  display: inline-block;
}

.publication-banner img {
}

.publication-authors {
  /*color: #4286f4;*/
}

.publication-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;

    overflow: hidden;
    border-radius: 10px !important;
}

.publication-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.publication-body img {
}

.results-carousel {
  overflow: hidden;
  padding-bottom: 10px;
  padding-top: 5px;
}

.results-carousel .item {
  width: 50px;
  height: 50px;/*
  margin: 50px;
  overflow: hidden;
  padding: 50px*/;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  /*margin: -25px 0 0 -25px;*/
}

.results-carousel video {
  margin: 0;
}

.slider-pagination .slider-page {
  background: #000000;
}

.eql-cntrb { 
  font-size: smaller;
}



.tuple-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* 让所有 .tuple 居中排列 */
  align-items: center; /* 垂直居中（如果有额外高度） */
  width: 100%; /* 让容器占满父级 */
}


.tuple {
  flex: 0 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-right: 75px;
}

.tuple-item {
  flex: 0 0 auto;
  width: 220px; /* Adjust as needed */
  height: 220px; /* Adjust as needed */
}

.tuple-item model-viewer {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.tuple-item img, .tuple-item video {
  width: 100%;
  height: 100%;
}

.tuple-text {
  text-align: center;
  font-size: 18px;
}

.tuple-item {
  position: relative;
  /* other styles */
}


.load-model {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px; /* adjust as needed */
  height: 60px; /* adjust as needed */
  border: none;
  border-radius: 50%; /* makes the button circular */
  font-size: 1.5em; /* adjust as needed */
  text-align: center;
  cursor: pointer; /* changes the cursor when hovering over the button */
}

.load-model:hover {
  background-color: #3273dc; /* changes the background color when hovering over the button */
  color: white;
}

@keyframes fadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}

.fade-out {
  animation-name: fadeOut;
  animation-duration: 0.1s;
  animation-fill-mode: forwards;
}

.moveimage
{
    position: relative;
    top: 5px;
}

.pagination-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.pagination-button {
  background-color: #3273dc; /* Primary blue color */
  color: white;
  border: none;
  padding: 8px 12px;
  margin: 0 5px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1em;
  transition: background-color 0.3s ease;
}

.pagination-button:disabled {
  background-color: #d3d3d3; /* Light gray for disabled state */
  cursor: not-allowed;
}

.pagination-button:hover:not(:disabled) {
  background-color: #2759a6; /* Darker blue on hover */
}

#page-indicator {
  font-size: 1em;
  margin: 0 10px;
  color: #4a4a4a;
}
*/
/* Style for the environment map selector */
.env-selector {
  display: block;
  width: 100%;
  margin-top: 5px;
  padding: 5px;
  font-size: 0.9em;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.tuple-item {
  position: relative;
  /* Ensure that position is relative to place absolute elements correctly */
}