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

.artifact-badge-img {
    height: 24px;
    width: auto;
    margin-left: 0.35rem;
    vertical-align: -0.35rem;
}

.artifact-badge-link {
    text-decoration: none;
}

.email-text {
    font-family: Source Code Pro, monospace;
}

.research-page-card h2,
.research-page-card h4 {
    letter-spacing: -0.01em;
}

.research-topic p {
    max-width: 920px;
}

.research-work-list {
    padding-left: 1.25rem;
}

.research-work-list li {
    margin-bottom: 0.55rem;
    line-height: 1.45;
}

.research-work-list li:last-child {
    margin-bottom: 0;
}

html[data-theme="dark"] .publication-author,
html[data-theme="dark"] .publication-author span {
    color: #cbd5e1 !important;
    opacity: 1 !important;
}

html[data-theme="dark"] .publication-author strong,
html[data-theme="dark"] .publication-author-self {
    color: #ffffff !important;
    opacity: 1 !important;
}

html[data-theme="dark"] .research-page-card,
html[data-theme="dark"] .research-topic {
    background-color: #111827 !important;
    color: #e5e7eb;
}

html[data-theme="dark"] .research-page-card .text-muted,
html[data-theme="dark"] .research-topic .text-muted {
    color: #b6c2d6 !important;
}
