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 {
}

.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 {
}

.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;
}

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  padding: 20px;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}

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

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

.bal-container-small {
  position: relative;
  width: 100%;
  padding-top: 100%;
  /* height: 100%; */
  cursor: grab;
  overflow: hidden;
}

.bal-container-big {
  position: relative;
  width: 100%;
  height: 600px;
  cursor: grab;
  overflow: hidden;
}

.bal-after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bal-before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  overflow: hidden;
}

.bal-before-inset {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.bal-after img,
.bal-before img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.bal-beforePosition {
  background: #121212;
  color: #fff;
  left: 0;
  pointer-events: none;
  border-radius: 0.2rem;
  padding: 2px 10px;
}

.bal-afterPosition {
  background: #121212;
  color: #fff;
  right: 0;
  pointer-events: none;
  border-radius: 0.2rem;
  padding: 2px 10px;
}

.beforeLabel {
  position: absolute;
  bottom: 0;
  margin: 1rem;
  font-size: 1em;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.afterLabel {
  position: absolute;
  bottom: 0;
  margin: 1rem;
  font-size: 1em;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.bal-handle {
  height: 41px;
  width: 41px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -21px;
  border: 2px solid #fff;
  border-radius: 1000px;
  z-index: 20;
  pointer-events: none;
  box-shadow: 0 0 10px rgb(12, 12, 12);
}

.handle-left-arrow,
.handle-right-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}

.handle-left-arrow {
  border-right: 6px solid #fff;
  left: 50%;
  margin-left: -17px;
}

.handle-right-arrow {
  border-left: 6px solid #fff;
  right: 50%;
  margin-right: -17px;
}

.bal-handle::before {
  bottom: 50%;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgb(12, 12, 12);
}

.bal-handle::after {
  top: 50%;
  margin-top: 20.5px;
  box-shadow: 0 0 5px rgb(12, 12, 12);
}

.bal-handle::before,
.bal-handle::after {
  content: " ";
  display: block;
  width: 2px;
  background: #fff;
  height: 9999px;
  position: absolute;
  left: 50%;
  margin-left: -1.5px;
}

.section {
  width: 100%;
}


.drop-down-container {
  text-align: center;
  margin-top: 0px;
}

label {
  font-size: 18px;
  margin-right: 6px;
}

select {
  padding: 10px 15px;
  font-size: 16px;
  border: 2px solid #367EBD;
  border-radius: 8px;
  background-color: #f9f9f9;
  color: #333;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

select:hover {
  border-color: #36BDBB;
  background-color: #f1f1f1;
}

select:focus {
  border-color: #367EBD;
  box-shadow: 0 0 8px rgba(30, 102, 101, 0.5);
}

select::-ms-expand {
  display: none;
}

select option {
  padding: 10px;
  background: #fff;
  color: #333;
  border-radius: 5px;
}

select option:hover {
  background-color: #e9e9e9;
}


ul.nav.nav-pills {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  list-style: none;
  margin: 0 auto;
}

.nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-item img {
  max-width: 20%;
  height: auto;
  max-height: 80%;
}

.nav-pills .nav-item .image-hover:hover {
  border: 3px solid #36BDBB;
  box-shadow: 0 0 10px rgba(30, 102, 101, 0.5);
}
.nav-pills .nav-item .image-selected {
border: 3px solid #367EBD;
transform: scale(2.5);
transition: transform 0.3s ease, border 0.3s ease;
}


.image-group-container-comp {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 20px;
}

.image-group-comp {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
  max-width: 100%;
  justify-items: center;
  align-items: center;
}

.image-item-container-comp {
  position: relative;
  text-align: center;
}

.image-item-comp img {
  max-width: 100%;
  height: auto;
}

.image-label-comp {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  padding: 3px;
  font-size: 12px;
}

.image-group-comp-real {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
  max-width: 100%;
  justify-items: center;
  align-items: center;
}

.image-group-comp-real .image-item-container-comp:nth-child(3) {
  grid-row: span 2;
}


.color-bar-container {
  position: fixed;
  top: 50%;
  right: var(--color-bar-right-position);
  width: 8%;
  transform: translateY(-50%);
  z-index: 999;
  padding: 12px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.color-bar-container.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.upper-limit, .lower-limit {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7); 
  padding: 2px;
  width: auto;
  text-align: center;
  display: flex;
  margin: 0px 0px;
  border-radius: 5px;
}

.upper-limit {
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.lower-limit {
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.color-bar {
  position: relative;
}

.color-bar img {
  max-height: 200px;
  width: 100%;
  object-fit: contain;
}