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

.profile-timeline-section {
    padding: 0.25rem 0.35rem;
}

.profile-timeline-section + .profile-timeline-section {
    margin-top: 1.25rem;
}

.profile-timeline-section h6 {
    margin-bottom: 0.7rem;
    letter-spacing: 0;
}

.profile-entry {
    align-items: flex-start;
    padding: 0.65rem 0;
}

.profile-entry + .profile-entry {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.profile-split-row {
    align-items: stretch;
}

.profile-split-col {
    display: flex;
}

.profile-split-col > .profile-timeline-section {
    width: 100%;
}

.profile-experience-col-wrap {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.profile-entry-education {
    align-items: flex-start;
    padding-top: 0.75rem;
    padding-bottom: 0.85rem;
}

.profile-entry-panel {
    height: 100%;
    padding: 0.7rem 0;
}

.profile-entry-experience {
    display: grid;
    grid-template-columns: 84px minmax(160px, 1fr) minmax(105px, 0.5fr);
    column-gap: 0.85rem;
    align-items: center;
}

.profile-logo-wrap {
    display: flex;
    min-width: 66px;
    padding-top: 0.15rem;
}

.profile-logo-wrap-experience {
    min-width: 84px;
    align-items: center;
}

.profile-logo-wrap-education {
    min-width: 70px;
}

.profile-entry-logo {
    width: 52px;
    height: 52px;
    object-fit: contain;
    border-radius: 0.45rem;
}

.profile-entry-logo-wide {
    width: 66px;
}

.profile-entry-logo-education {
    width: 58px;
    height: 58px;
    border-radius: 50%;
}

.profile-entry-logo-multi {
    width: 40px;
    height: 40px;
}

.profile-entry-title {
    font-weight: 700;
    line-height: 1.25;
}

.profile-entry-meta {
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    color: #555;
    margin-top: 0.1rem;
}

.profile-entry-side .profile-entry-meta {
    display: block;
    text-align: right;
    margin-top: 0;
}

.profile-entry-meta-left {
    display: block;
}

.profile-entry-date {
    flex-shrink: 0;
    margin-left: auto;
    white-space: nowrap;
}

.profile-entry-side .profile-entry-date {
    display: block;
    margin-left: 0;
    margin-top: 0.15rem;
}

.profile-entry-meta-left .profile-entry-date {
    display: block;
    margin-left: 0;
    margin-top: 0.1rem;
}

.profile-experience-list {
    display: grid;
    gap: 0.15rem;
}

.profile-experience-item + .profile-experience-item {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.profile-awards-section-full h6 {
    margin-bottom: 1rem;
}

.profile-awards-list {
    columns: 2;
    column-gap: 2.5rem;
}

.profile-award-item {
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    padding: 0.55rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    break-inside: avoid;
}

.profile-award-item:first-child {
    border-top: 0;
    padding-top: 0;
}

.profile-award-name {
    line-height: 1.3;
}

.profile-award-date {
    flex-shrink: 0;
    color: #6c757d;
    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%;
}

.publication-item {
    align-items: stretch;
}

.publication-cover-col {
    display: flex;
    align-items: center;
}

.publication-cover-img {
    display: block;
    height: auto;
    object-fit: contain;
}

.publication-text-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

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

@media (max-width: 991.98px) {
    .profile-experience-col-wrap {
        border-left: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.06);
        margin-top: 1rem;
        padding-top: 1rem;
    }

    .profile-awards-list {
        columns: 1;
    }

    .profile-entry-experience {
        grid-template-columns: 66px 1fr;
    }

    .profile-entry-side {
        grid-column: 2;
    }

    .profile-entry-side .profile-entry-meta {
        text-align: left;
    }
}

@media (max-width: 575.98px) {
    .profile-entry-meta,
    .profile-award-item {
        display: block;
    }

    .profile-entry-date,
    .profile-award-date {
        display: block;
        margin-top: 0.15rem;
    }
}
