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

h2 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 36px;
}

h3 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
}

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

.section {
  padding: 0px 24px;
}

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

.hero{
  padding-top: 1rem;
}

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

.teaser .hero-body {
  padding-top: 0 !important;
  margin-top: 0;
  padding-bottom: 1rem;
}

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

.publication-banner {
  max-height: parent;

}

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

.publication-title {
    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 a {
   color: hsl(204, 86%, 40%) !important;
}

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

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

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

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

@media (max-width: 768px) {
  .field {
      flex-direction: column;
      align-items: stretch;
  }

  .control {
      flex: none;
  }
}

.column {
  span {
  display: inline-block;
  width: auto;
  }
}


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

.results-carousel {
  overflow: hidden;
}

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 0;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}


.interpolation-panel .interpolation-image {
  border-radius: 5px;
}

.interpolation-video-column {
  margin: 0;
  padding: 0;
}

.interpolation-panel .slider {
  margin: 0 !important;
}

.interpolation-panel .slider {
  margin: 0 !important;
}

#interpolation-image-wrapper {
  margin: 0;
  padding: 0;
}

#interpolation-image-wrapper img {
  border-radius: 0px;
}

img {
  -khtml-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
/* Toggle Switch Styles */
.toggle-switch {
  display: flex;
  align-items: center;
  justify-content: center; /* Center items horizontally */
}

.toggle-text {
  margin-right: 10px;
  margin-left: 10px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider-switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider-switch:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider-switch:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

input:checked + .slider-switch {
  background-color: #2196F3;
}

input:focus + .slider-switch {
  box-shadow: 0 0 1px #2196F3;
}

.slider-switch.round {
  border-radius: 34px;
}

.slider-switch.round:before {
  border-radius: 50%;
}

a {
  text-decoration: none;
}

.footer {
  padding-top: 20px;
  padding-bottom: 0;
}

.main {
  padding-bottom: 10px;
}