/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v15/S6u8w4BMUTPHjxsAUi-qNiXg7eU0.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v15/S6u8w4BMUTPHjxsAXC-qNiXg7Q.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(https://fonts.gstatic.com/s/lato/v15/S6u_w4BMUTPHjxsI5wq_FQftx9897sxZ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(https://fonts.gstatic.com/s/lato/v15/S6u_w4BMUTPHjxsI5wq_Gwftx9897g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v15/S6uyw4BMUTPHjxAwXiWtFCfQ7A.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v15/S6uyw4BMUTPHjx4wXiWtFCc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v15/S6u9w4BMUTPHh6UVSwaPGQ3q5d0N7w.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v15/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --bg-color: #ffffff;
  --text-color: #000000;
  --link-color: #1772d0;
  --link-hover: #f09228;
  --theme-border: rgba(0, 0, 0, 0.15);
}

:root[data-theme="white"] {
  --bg-color: #ffffff;
  --text-color: #000000;
  --link-color: #1772d0;
  --link-hover: #f09228;
  --theme-border: rgba(0, 0, 0, 0.15);
}

:root[data-theme="black"] {
  --bg-color: #0b0b0b;
  --text-color: #f2f2f2;
  --link-color: #9bb6ff;
  --link-hover: #c7d7ff;
  --theme-border: rgba(255, 255, 255, 0.3);
}

:root[data-theme="red"] {
  --bg-color: #fff5f5;
  --text-color: #000000;
  --link-color: #c45555;
  --link-hover: #a94444;
}

:root[data-theme="orange"] {
  --bg-color: #fff7f0;
  --text-color: #000000;
  --link-color: #c4693a;
  --link-hover: #a85a30;
}

:root[data-theme="yellow"] {
  --bg-color: #fffbe9;
  --text-color: #000000;
  --link-color: #b28a2e;
  --link-hover: #9a7a27;
}

:root[data-theme="green"] {
  --bg-color: #f4fbf5;
  --text-color: #000000;
  --link-color: #4d8f6a;
  --link-hover: #3f7556;
}

:root[data-theme="blue"] {
  --bg-color: #f4f7ff;
  --text-color: #000000;
  --link-color: #4a76b8;
  --link-hover: #3b649c;
}

:root[data-theme="purple"] {
  --bg-color: #f8f4ff;
  --text-color: #000000;
  --link-color: #7a5bb5;
  --link-hover: #66499a;
}

body {
  background-color: var(--bg-color);
  color: var(--text-color);
  transition: background-color 0.2s ease;
}

a {
  color: var(--link-color);
  text-decoration: none;
}

span.authors a  {
  color: var(--text-color);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

span.authors a:hover,
span.authors a:focus {
  color: var(--text-color);
  border-bottom-color: var(--text-color);
}

.ongoing-list a {
  color: var(--text-color);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.ongoing-list a:hover,
.ongoing-list a:focus {
  color: var(--text-color);
  border-bottom-color: var(--text-color);
}

a:focus,
a:hover {
  color: var(--link-hover);
  text-decoration: none;
}

body,
td,
th,
tr,
p,
a {
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-size: 16px;
}

#scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: var(--link-color);
  z-index: 1000;
}

strong {
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-size: 16px;
}

heading {
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-size: 26px;
}

papertitle {
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

name {
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-size: 36px;
}

.one {
  width: 160px;
  height: 160px;
  position: relative;
}

.two {
  width: 160px;
  height: 160px;
  position: absolute;
  transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
}

.pub-thumb {
  width: 180px;
  height: 180px;
}

.fade {
  transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
}

.profile-mugshot {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: cover;
}

.media-thumb {
  width: 160px;
  height: 160px;
  object-fit: cover;
}

.pub-thumb .media-thumb,
.pub-media {
  width: 180px;
  height: 180px;
}

span.highlight {
  background-color: #ffffd0;
}

/* Style for active category links */
.category-link.active {
  /* color: blue; /* You can change the style as per your preference */ */
  font-weight: bold;
  border-bottom: 1px solid var(--link-color);
}

/* Style for inactive category links */
.category-link {
  color: var(--text-color);
  text-decoration: none;
  margin-right: 10px; /* Add some spacing between category links */
}

/* Style for active category bodies */
.category-body.active {
  display: block;
}

/* Style for inactive category bodies */
.category-body {
  display: none;
}

.theme-switcher {
  position: fixed;
  top: 12px;
  right: 12px;
  display: flex;
  gap: 6px;
  z-index: 1100;
}

.theme-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid var(--theme-border);
  padding: 0;
  background: var(--swatch-color);
  cursor: pointer;
}

.theme-dot[aria-pressed="true"] {
  box-shadow: 0 0 0 2px var(--link-color);
}

.theme-dot:focus-visible {
  outline: 2px solid var(--link-color);
  outline-offset: 2px;
}

@media (max-width: 550px) {                  
   .content-to-hide {
      display: none;
   }
}
