@charset "utf-8";
body {
    /* font-family: "Lato", sans-serif; */
    /* font-family: "Source Sans 3", sans-serif; */
    /* font-family: "Alan Sans", sans-serif; */
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    padding-top: 5.0rem;
}

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

.text-em {
    color: #800020;
    font-weight: 500;
}

.text-hl {
    /* background-color: #fffcab; */
    font-weight: 500;
    /* padding: 0.1em 0.2em; */
    /* border-radius: 4px; */

    background-color: transparent;
    border-radius: 0;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    /* text-underline-offset: -2px; */
    text-decoration-color: #ffd500;
    text-decoration-skip-ink: none;
    white-space: nowrap;
}

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

.collab-invite {
    margin: 1.25rem 0;
    padding: 1rem 1.1rem 0.9rem;
    background: linear-gradient(135deg, rgba(255, 213, 0, 0.12), rgba(128, 0, 32, 0.05));
    border-left: 4px solid #800020;
    border-radius: 0.9rem;
    box-shadow: 0 8px 20px rgba(128, 0, 32, 0.06);
}

.collab-invite-label {
    display: inline-block;
    margin-bottom: 0.45rem;
    padding: 0.18rem 0.55rem;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #800020;
    background: rgba(255, 255, 255, 0.72);
    border-radius: 999px;
}

.collab-invite p {
    margin-bottom: 0;
    color: #4a4a4a;
    line-height: 1.75;
}

.navbar {
    opacity: 0.95;
}

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

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

.profile-links a,
.profile-links a:hover,
.profile-links a:focus {
    text-decoration: none;
}

.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 Prime", monospace;
}

.scholar-badge-link,
.scholar-badge-link:hover,
.scholar-badge-link:focus {
    text-decoration: none;
}

.scholar-citation-badge {
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    border-radius: 999px;
    font-size: 0.76rem;
    line-height: 1;
    vertical-align: middle;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.scholar-citation-badge-label {
    padding: 0.32rem 0.55rem;
    color: #5f6368;
    background-color: #f6f6f6;
}

.scholar-citation-icon {
    margin-right: 0.28rem;
    color: #4285f4;
}

.scholar-citation-badge-value {
    padding: 0.32rem 0.55rem;
    color: #0b3558;
    background-color: #9ad0ff;
    font-weight: 600;
}
