@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: Source Code Pro, monospace;
}

a {
    color: #0276df;
}

a:hover {
    color: #163a5c;
}

.navbar {
    background-color: #0276df !important;
}
/* 
.venue-badge {
  display: inline-block;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.35rem;
}

.venue-top {
  background: #e8f1ff;
  color: #1f6fd6;
}

.venue-conf {
  background: #eaf7ea;
  color: #2f7d32;
}

.venue-journal {
  background: #fff3e6;
  color: #b26a00;
}

.venue-workshop {
  background: #f3ecff;
  color: #6f42c1;
}

.venue-default {
  background: #eef1f4;
  color: #55606e;
} */

.pub-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.pub-header h3,
.pub-header .pub-title {
  margin: 0;
  flex: 1;
}

.venue-badge {
  display: inline-block;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  flex-shrink: 0;
}

.venue-top {
  background: #e8f1ff;
  color: #1f6fd6;
}

.venue-conf {
  background: #eaf7ea;
  color: #2f7d32;
}

.venue-journal {
  background: #fff3e6;
  color: #b26a00;
}

.venue-workshop {
  background: #f3ecff;
  color: #6f42c1;
}

.venue-default {
  background: #eef1f4;
  color: #55606e;
}