@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 {
    background-color: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

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

.institution-logo {
    width: 66px;
    height: 52px;
    object-fit: contain;
    border-radius: 0;
    background: transparent;
    padding: 0;
    box-shadow: none;
    flex: 0 0 66px;
}

.institution-list li {
    min-height: 58px;
}

.award-icon {
    width: 1.45rem;
    height: 1.45rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #9a4b00;
    background: #fff4e5;
    flex: 0 0 1.45rem;
}

.news-item {
    gap: 0.5rem;
}

.news-title {
    line-height: 1.35;
}

.news-dot {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: #244a7f;
    flex: 0 0 0.45rem;
    margin-top: 0.42rem;
}

.news-blue {
    color: #174ea6;
    background: #e8f0fe;
}

.news-green {
    color: #137333;
    background: #e6f4ea;
}

.news-purple {
    color: #5f36ae;
    background: #f1eafe;
}

.news-orange {
    color: #9a4b00;
    background: #fff4e5;
}

.news-red {
    color: #a50e0e;
    background: #fce8e6;
}

.publication-cover-placeholder {
    width: 100%;
    min-height: 110px;
    border: 1px solid #e5e7eb;
    background: #f8fafc;
    color: #94a3b8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.publication-cover-image {
    object-fit: contain;
}

.simple-page {
    max-width: 920px;
    margin: 0 auto;
}

.simple-page h1 {
    margin-top: 1.25rem;
    margin-bottom: 1.5rem;
}

.timeline-list {
    border-left: 3px solid #e5e7eb;
    padding-left: 1.25rem;
}

.timeline-list li {
    position: relative;
    margin-bottom: 1.5rem;
}

.timeline-list li::before {
    content: "";
    position: absolute;
    left: -1.73rem;
    top: 0.35rem;
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 50%;
    background: #244a7f;
    box-shadow: 0 0 0 4px #eef3f8;
}
