body {
  font-family: 'Noto Sans', sans-serif;
  font-size: 18px;
}
blockquote{
  text-align: center;
  font-style: italic;
}
.center {
    text-align: center;
  }

.content.has-text-justified {
    font-size: 18px;
}

.footer a {
    /*font-size: 25px;*/
    color: #000;
}

.large-font {
    font-size: 25px;
}

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

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


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

.no-bottom-padding {
  padding-bottom: 0rem;
}

.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: 70%;
    height: 0;
    padding-bottom: 50.0%;
    margin: auto;
    overflow: hidden;
    border: 2px solid #bbb;
    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;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 0;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}


.interpolation-panel {
  background: #f5f5f5;
  border-radius: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}

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

.interpolation-video-column {
}

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

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

#interpolation-image-wrapper {
  width: 100%;
}
#interpolation-image-wrapper img {
  border-radius: 5px;
}

.bottom_buttons[disabled] {
  opacity: .4;
}

.brmod {
  display: block;
  margin-top: 0.5em;
}



.code-block-container {
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 2px;
  position: relative;
  border-radius: 4px; /* Optional: for rounded corners */
  font-family: Consolas, "Courier New", monospace; /* Monospace font for code */
  /* color to be black */
  color: #000;
}

pre {
  overflow-x: scroll;
  margin: 0;  /* Remove default margin */
  padding: 2px;  /* Adjust as needed */
  font-family: 'Courier New', Courier, monospace; /* Optional: use monospace font */
}

button {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #555;
  color: white;
  border: none;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 4px; /* Optional: for rounded corners */
}

.custom-icon {
  display: inline-block;
  width: 24px; /* or whatever size you desire */
  height: 24px;
  background-image: url("../../resources/Profile.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.button-container {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  justify-content: center; /* Aligns items horizontally in the center */

}


.button {
  padding: 10px 20px;
  background-color: #0074c2;
  color: white;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 5px;
}

.button.active {
  background-color: rgb(226, 99, 15);
  color: white;
}

.content-container {
  width: 66%;
  margin: 0 auto;
}

.content {
  display: none;
  padding: 20px;
  border-radius: 5px;
}

.content.active {
  display: block;
}

.prompt-box {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: 20px;
  padding: 20px;
  font-family: 'Arial', sans-serif;
  background-color: #fff;
  max-width: 800px; /* Adjust as necessary for your layout */
}

.prompt-header {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
}

.prompt-content {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}

.tcolorbox {
  background-color: #f0f0f0; /* gray!20 in LaTeX */
  border: 2px solid #bfbfbf; /* gray!75 in LaTeX */
  border-radius: 8px;
  border-top-right-radius: 0; /* sharp corner northeast */
  border-bottom-left-radius: 0; /* sharp corner southwest */
  padding: 10px;
  margin: 10px;
}

.tcolorbox .title {
  font-weight: bold;
  margin-bottom: 10px;
}

.tcolorbox .content {
  white-space: pre-wrap; /* To respect line breaks and spaces in <code> */
}

.tcolorbox code {
  font-family: monospace;
}


.banner {
  background-color: #f2f2f2; /* Light grey background */
  text-align: center; /* Center align text */
  padding: 20px; /* Padding for spacing */
  border-bottom: 2px solid #ddd; /* Bottom border for a subtle separation */
}

.banner-title {
  font-size: 24px; /* Larger font size for title */
  color: #333; /* Darker color for contrast */
  margin-bottom: 15px; /* Spacing between title and content */
}

.banner-content div {
  font-size: 18px; /* Slightly larger font for content */
  margin: 5px 0; /* Spacing between each line */
}

/* Responsive design for smaller screens */
@media (max-width: 600px) {
  .banner-content div {
      font-size: 16px; /* Smaller font for mobile */
  }
}