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

.highlight {
  text-decoration: #C576F6 underline;
}

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

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

.method-name {
  font-variant: small-caps;
  background: linear-gradient(to right, rgb(222, 97, 97), rgb(38, 87, 235));
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bold;
}

.color-gen {
  /* background: linear-gradient(to right, rgb(0, 230, 89), rgb(5, 117, 230));
  -webkit-background-clip: text;
  color: transparent; */
  color: rgb(222, 97, 97);
}

.color-rep {
  /* background: linear-gradient(to right, rgb(222, 97, 97), rgb(38, 87, 235));
  -webkit-background-clip: text;
  color: transparent; */
  color: rgb(38, 87, 235);
}

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

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

.results-carousel .item {
  padding-left: 5px;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}

.slider-navigation-previous {
  width: 30px;
  height: 30px;
}

.slider-navigation-next {
  width: 30px;
  height: 30px;
}

.slick-prev:before,
.slick-next:before {
  color: black;
  font-size: 45px;
}

.slick-next {
  right: -20px;
}

.slick-prev {
  left: -45px;
}

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

.caption {
  font-size: 1rem;
}

.prompt {
  color: black;
}

.token-a {
  color: #362FD9;
}

.token-b {
  color: #176B87;
}

.token-c {
  color: #CD5C08;
}

.p1{
  background-color:#FF0000;
  width:200px;
  text-align:center;
}