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

.publication-abstract summary {
    cursor: pointer;
    user-select: none;
    width: fit-content;
}

.publication-abstract[open] summary {
    margin-bottom: 0.15rem;
}

/* Portrait cropping helpers */
.portrait-crop-fixed {
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

.portrait-crop-square {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
}

.portrait-crop-circle-sm {
    width: 48px;
    height: 48px;
    object-fit: cover;
    object-position: center;
}

.institution-logo-fixed {
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex: 0 0 24px;
    margin-right: 0.5rem;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e9ecef;
    padding: 2px;
    box-sizing: border-box;
}

.institution-logo-placeholder {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e9ecef;
    box-sizing: border-box;
    font-size: 12px;
}

