@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;
  background-color: rgba(255, 255, 255, 0.88) !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}

.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.72) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.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%;
    background-color: rgba(255, 255, 255, 0.92) !important;
    color: #111827 !important;
    border-radius: 0.5rem;
    padding: 0.35em 0.65em;
    border: 1px solid rgba(255,255,255,0.35);

    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);

    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

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

.profile-avatar-mobile {
  height: 68px;
  width: 68px;
  object-fit: cover;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  padding-top: 5.0rem;

  background:
    linear-gradient(rgba(18, 24, 32, 0.25), rgba(18, 24, 32, 0.25)),
    url("../images/bg.jpg") center center / cover fixed no-repeat;
}

.badge-publication {
  font-size: 100%;
  background-color: rgba(255, 255, 255, 0.92) !important;
  color: #1f2933 !important;
  border: 1px solid rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.research-direction-title {
  font-size: 1.65rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}
