

/*Databank default*/
#databank {
  width: 100%;
  table-layout: fixed;
}
/*Databank head*/
#databank thead tr {
  background-color: var(--color-apg-blue);
}
#databank thead tr td {
  color: white;
  padding: 1rem;
}
#databank thead tr td:first-of-type {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
#databank thead tr td:last-of-type {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
/*Databank body*/
#databank tbody tr {
  border-bottom: 1px solid;
}
#databank tbody tr:hover {
  background: white;
  cursor: pointer;
}
#databank tbody tr td {
  padding: 0.4rem;
}
#databank tbody tr td span.tag {
  padding: 0.4rem 1rem;
  border-radius: 25px;
  border: 1px solid var(--color-apg-blue);
  margin: 0.3rem;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*Databank mobile*/
#databank thead {
  display: none;
}
#databank tbody tr {
  display: flex;
  flex-direction: column;
  margin: 0 0 1rem 0;
  border: none;
  background-color: white;
  border-radius: 25px;
  padding: 2rem;
}
/*Databank desktop*/
@media screen and (min-width: 760px) {
  #databank thead {
    display: table-header-group;
  }
  #databank tbody tr {
    display: table-row;
    margin: 0;
    border-bottom: 1px solid var(--color-apg-blue);
    border-radius: none;
    background-color: transparent;
    padding: 0;
  }
  #databank tbody tr td.contain {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
#databank td.article {
  width: 30%;
}
#databank td.date {
  width: 10%;
}
#databank td.theme {
  width: 60%;
}
/*Databank sorting*/
#databank thead tr td.sort {
  cursor: pointer;
}
#databank .sort .sorter {
  opacity: 0.6;
  color: white;
  transition: all 0.3s ease-in-out;
}
#databank .sort.selected .sorter {
  opacity: 1;
  color: white;
}
#databank .sort.asc .sorter {
  transform: rotate(180deg);
}
td.tags {
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  /* max-width: 100%; */
  flex-direction: column;
}
@media screen and (min-width: 760px) {
  td.tags {
    flex-direction: row;
  }
}
div.pager {
  text-align: left;
  margin-top: 2rem;
}
div.pager span {
  display: inline-block;
  /* width: 1.8em; */
  /* height: 1.8em; */
  line-height: 1.8;
  text-align: center;
  cursor: pointer;
  background: var(--color-apg-yellow);
  color: var(--color-apg-blue);
  margin: 0.5rem 0.5rem 0 0;
  border-radius: 8px;
  font-weight: bold;
  padding: 0.5rem 1rem;
}
div.pager span.active, div.pager span:hover {
  /* background: #fff; */
  color: white;
  font-weight: bold;
  text-align: center;
}
#databank tbody tr.hide-filtered, #databank tbody tr.hide-searched {
  display: none;
  opacity: 0;
}
#databank tbody tr.show-filtered, #databank tbody tr.show-searched {
  opacity: 1;
}
.source-item {
  transition: opacity 0.3s;
}
.popup {
  display: none;
}
.no-scroll {
  overflow: hidden;
}
.popup {
  background: #fff;
  position: fixed;
  top: 200%;
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  right: 0;
  z-index: 5;
  max-height: 80%;
  height: fit-content;
  min-height: 50%;
  overflow: auto;
  /* height: fit-content; */
  overflow-x: hidden;
  width: 90%;
  margin: auto;
  border-radius: 25px;
  padding: 2rem;
}
.popup.active {
  display: block;
}
.overlay-blur {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  backdrop-filter: blur(0);
  display: none;
  height: 100%;
  transition: backdrop-filter 0.5s;
}
.overlay-blur.active {
  backdrop-filter: blur(4px);
  z-index: 4;
}
.overlay-blur {
  cursor: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23CF5369' viewBox='0 0 512 512'%3e%3cg transform='rotate(45 256 256)'%3e%3crect id='r' x='16' y='216' width='480' height='80' rx='14'/%3e%3cuse href='%23r' transform='rotate(90 256 256)'/%3e%3c/g%3e%3c/svg%3e") 16 16, pointer;
}
.close-button {
  position: absolute;
  right: 2rem;
  cursor: pointer;
}
.popup-tags span.tag {
  background: var(--color-apg-blue);
  color: white;
  padding: 0.4rem 1rem;
  border-radius: 25px;
  border: 1px solid var(--color-apg-blue);
  margin: 0.3rem;
  float: left;
}
.popup-tags {
  width: 100%;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: left;
  flex-direction: column;
}
.popup-link a {
  text-decoration: none;
  font-weight: bold;
}
@media screen and (min-width: 760px) {
  .popup {
    width: 90%;
    max-height: 70%;
  }
}
@media screen and (min-width: 950px) {
  .popup {
    width: 85%;
    max-height: 70%;
  }
}
@media screen and (min-width: 1150px) {
  .popup {
    width: 80%;
    max-height: 75%;
  }
}
@media screen and (min-width: 1350px) {
  .popup {
    width: 70%;
    max-height: 75%;
  }
}

/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:project-ftrlbs-table] [124.1910] DESIGN*/
/*******************************************************************/
/* 0.2 D>D */
/* db 145 */