.loader {
  text-align: center;
  padding: 1em;
  font-style: italic;
  color: #666;
}

.error {
  color: #c00;
  background: #fee;
  padding: 1em;
  border: 1px solid #c00;
}

.no-results {
  color: #444;
  padding: 1em;
  font-style: italic;
}
#publications {
  transition: opacity 0.4s ease;
  opacity: 1;
}

#publications.loading {
  opacity: 0.3;
  pointer-events: none;
}


#publis {
  text-align: center;
}

#navCat {
  color: #fff;
  margin: 1em 0;
}

.block-cat {
  text-align: left;
  margin-left: 0;
}

.block-cat h6 {
  margin-left: 40px;
  margin-top: 30px;
}

.block-cat li {
  color: #444;
  list-style: none;
  margin-bottom: 2em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
}

.block-cat li:last-of-type {
  border-bottom: 0;
  margin-bottom: 3rem;
}

.path-frontpage .block-cat li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

.path-frontpage .block-cat strong {
  color: var(--black);
  font-size: 1rem !important;
  font-weight: normal;
}

.block-cat li>a {
  color: #000;
  border-bottom: 1px dotted;
}

.extra {
  margin: 0.5em 0;
}

.extra a {
  background-color: var(--purple_light);
  padding: 0.3em 0.5em;
  text-decoration: none;
  color: var(--white);
}
.extra a:hover,
.extra a:focus {
  background-color: var(--purple);
  color: var(--white);
}

textarea.bibtex {
  clear: both;
  background-color: #eee;
  border: 0 none;
  box-sizing: border-box;
  color: #444 !important;
  display: none;
  font-family: monospace;
  font-size: 0.8em;
  height: auto;
  margin: 1em 0;
  padding: 5px;
  text-align: left;
  white-space: pre-wrap;
  width: 100%;
}

div.tab {
  overflow: hidden;
}

div.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 6px 12px;
  transition: 0.3s;
}

div.tab button:hover {
  background-color: #ddd;
}

div.tab button.active {
  background-color: #ccc;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
}

.tabcontent {
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#last-publis h2 {
  background: url(/themes/custom/femto/images/p-publis-n.svg) no-repeat;
  background-size: 40px 35px;
  background-position-y: 2px;
  background-position-x: -6px;
  padding-left: 42px;
  color: black;
  filter: invert(16%) sepia(58%) saturate(2233%) hue-rotate(261deg) brightness(97%) contrast(95%);
}

#last-publis .more-link {
  text-align: left;
}

#last-publis .more-link a {
  background-color: var(--purple_light);
  color: #FFF;
  text-transform: uppercase;
  font-size: 0.9rem;
  text-align: center;
  padding: 5px 10px;
  font-weight: 600;
  display: flex;
  width: fit-content;
  align-items: center;
transition: .2s;

}
#last-publis .more-link a:hover {
  background-color: var(--purple);
transition: .2s;
}
