@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: 28px;
    vertical-align: -10%;
    margin-right: 6px;
    line-break: unset;
}

.profile-list-logo {
    width: 28px;
}

.conference-timeline {
    position: relative;
    padding-left: 24px;
}

.conference-timeline::before {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 7px;
    width: 2px;
    background: #dee2e6;
}

.conference-timeline-item {
    position: relative;
    margin-bottom: 1.25rem;
}

.conference-timeline-marker {
    position: absolute;
    top: 1.25rem;
    left: -24px;
    width: 16px;
    height: 16px;
    border: 3px solid #007bff;
    border-radius: 50%;
    background: #fff;
}

.conference-timeline-content {
    border-radius: 0.8rem;
    padding: 1.25rem;
}

.conference-date {
    flex: 0 0 150px;
    color: #6c757d;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.conference-details {
    min-width: 0;
}

.conference-work-title {
    font-weight: 700;
}

.conference-description p:last-child {
    margin-bottom: 0;
}

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