@charset "utf-8";
body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    padding-top: 5.0rem;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
}

.card {
    border-radius: 0.8rem!important;
}

.card-img-overlay {
    border-radius: 0.8rem!important;
}

.rounded-xl {
    border-radius: 0.8rem!important;
}

.rounded-xl-bottom {
    border-bottom-right-radius: 0.8rem !important;
    border-bottom-left-radius: 0.8rem !important;
}

.rounded-xl-top {
    border-top-left-radius: 0.8rem !important;
    border-top-right-radius: 0.8rem !important;
}


.text-profile-position {
    font-weight: 400;
}

.text-profile-bio {
    /* font-family: "Raleway"; */
    font-weight: 400;
}

.navbar {
    opacity: 0.95;
}

.inline-badge {
    height: 16px;
    vertical-align: -10%;
    margin-right: 2px;
    line-break: unset;
}

.no-break {
    white-space: nowrap;
}

.cover-image {
    width: 180px;
    max-height: 120px;
}

.abstract-body {
    min-height: 100px;
}

img.lazy {
    background-image: url('images/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50px 50px;
    min-height: 80px;
}

div.lazy {
    background-image: url('images/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50px 50px;
    min-height: 80px;
}

.badge-publication {
    font-size: 100%;
}

.email-text {
    font-family: Courier, monospace;
}

.cover-wrapper {
    position: relative;
}

.cover-wrapper img {
    display: block;
}

.cover-wrapper .cover-static {
    position: relative;
    z-index: 1;
    transition: opacity 0.2s ease-in-out;
}

.cover-wrapper .cover-gif {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out;
}

.cover-wrapper.only-gif .cover-gif {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}


.cover-wrapper.has-gif:hover .cover-gif {
    opacity: 1;
}

.cover-wrapper.has-gif:hover .cover-static {
    opacity: 0;
}

.pub-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
    color: #212529;
}

.pub-authors {
    font-size: 0.85rem;
    margin-bottom: 0.3rem;
    color: #333;
}

.pub-info {
    font-size: 0.85rem;
    color: #333;
    margin-bottom: 0.3rem;
}

.pub-abstract {
    font-size: 0.8rem;
    color: #666;
    line-height: 1.4;
    margin-bottom: -0.1rem;
}

.toggle-btn {
  background: none;
  border: none;
  color: #007bff;
  cursor: pointer;
  padding: 0;
  line-height: 1.2;
}

.small-toggle {
  font-size: 0.8rem;
  margin-top: 0px;
  margin-bottom: 6px;
}

.toggle-btn:hover {
  text-decoration: underline;
}

.subsection-title {
  line-height: 1;
  font-size: 1rem;
  font-weight: 600;
  color: #000000;

  border-left: 3px solid #007bff;
  padding-left: 0.5rem;

  margin: 0 0;
}

