/* 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;
}

body {
	/*background: #f7f7f7;*/
	background: #e3e5e8;
	color: #FFFFFF;
    font-family: 'Lato', Verdana, Helvetica, sans-serif;;
    font-weight: 300;
	font-size:16px;
}

/* Declaration for abstract like text */
h6 a {
  color: #333;
  text-decoration: none;
}

h6 a:focus,
h6 a:hover {
  color: #f09228;
  text-decoration: none;
}

embed {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Main page container */


.container {
	width: 1024px;
	min-height: 200px;
	margin: 0 auto; /* top and bottom, right and left */
	border: 1px hidden #000;
	/* border: none; */
	text-align: center;
	padding: 1em 1em 1em 1em; /* top, right, bottom, left */
	color: #4d4b59;
	background: #FFFFFF;
}

.containersmall {
	width: 1024px;
	min-height: 10px;
	margin: 0 auto; /* top and bottom, right and left */
	border: 1px hidden #000;
	/* border: none; */
	text-align: left;
	padding: 1em 1em 1em 1em; /* top, right, bottom, left */
	color: #4d4b59;
	background: #FFFFFF;
}


/* Hyperlinks */

a {
  color: #1772d0;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #f09228;
  text-decoration: none;
}

#news ul, #news li {
    /*margin: 6px;*/
    padding: 0;
    /*display: inline-block;*/
    text-align:left;
    margin-left: auto;
	margin-right: auto;
}

#others ul, #others li {
    /*margin: 6px;*/
    padding: 0;
    /*display: inline-block;*/
    text-align:left;
    margin-left: auto;
	margin-right: auto;
}

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

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

heading {
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-size: 22px;
  text-align: center;
}

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

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

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

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

.paper {
	clear: both;
    width: 650px;
	/*margin: 0 auto; !* top and bottom, right and left *!*/
	border: 1px hidden #000;
	/* border: none; */
	text-align: left;
	color: #4d4b59;
	background: #FFFFFF;
    padding: 0;
}

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

/* Alternative research highlight style - more subtle */
.research-subtle {
  background: rgba(23, 114, 208, 0.1);
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 600;
  color: #1772d0;
  border: 1px solid rgba(23, 114, 208, 0.2);
  display: inline-block;
  margin: 0 1px;
}

news-box {
    max-height: 300px; /* adjust height as needed */
    overflow-y: auto;
    padding-right: 10px;
    margin: auto;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
}

.news-header {
  text-align: center;
  margin-bottom: 8px;
}

.news-list {
  /* max-height: 175px; or whatever fits your design */
  height: calc(4 * 2.5em); /* adjust 2.5em to roughly the height of one <li> */
  overflow-y: auto;
  padding-right: 10px;
}

.news-list::-webkit-scrollbar {
  width: 8px;
}

.news-list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

/* Optional: background track style */
.news-list::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 4px;
}

.bibtex-container {
  position: relative;
  background: #fafbfc;
  border: 1px solid #d1d9e0;
  border-radius: 8px;
  padding: 16px;
  margin-top: 10px;
  font-size: 13px;
  overflow-x: auto;
  display: none; /* Initially hidden */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.bibtex {
  margin: 0;
  font-family: "SF Mono", "Monaco", "Inconsolata", "Roboto Mono", "Consolas", monospace;
  white-space: pre;
  color: #24292f;
  line-height: 1.45;
}

.copy-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 5px 8px;
  font-size: 12px;
  cursor: pointer;
  border: 1px solid #d1d9e0;
  border-radius: 6px;
  background: #f6f8fa;
  color: #24292f;
  transition: all 0.15s ease;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.copy-btn:hover {
  background: #f3f4f6;
  border-color: #c7d2db;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}


.tag-conference {
  color: #DC267F;
  font-weight: bold;
}
.tag-journal {
  color: #28A745;
  font-weight: bold;
}
.tag-workshop {
  color: #9B59B6;
  font-weight: bold;
}
.tag-preprint {
  color: #FFB000;
  font-weight: bold;
}

/* Abstract container styling */
.abstract-container {
  position: relative;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-left: 4px solid #007acc;
  border-radius: 8px;
  padding: 20px;
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.6;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: none; /* Initially hidden */
}

.abstract {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  color: #2c3e50;
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}

.abstract-header {
  font-size: 16px;
  font-weight: bold;
  color: #007acc;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid #e9ecef;
  display: flex;
  align-items: center;
}

.abstract-header::before {
  content: "📄";
  margin-right: 8px;
  font-size: 18px;
}

/* Collapse button for abstracts */
.collapse-btn {
  position: absolute;
  top: 12px;
  right: 15px;
  padding: 4px 8px;
  font-size: 11px;
  cursor: pointer;
  border: none;
  border-radius: 15px;
  background: rgba(0, 122, 204, 0.1);
  color: #007acc;
  transition: all 0.2s ease;
}

.collapse-btn:hover {
  background: rgba(0, 122, 204, 0.2);
  transform: scale(1.05);
}