.pldbHomepageLink a {
  color: #000;
}
.newPostLink {
  line-height: 1.3em;
}
.singleColumn {
  max-width: 800px;
  margin: auto;
}
.hasFeature {
  color: green;
}
.doesNotHaveFeature {
  color: red;
}
.keywordsBlock .scrollCodeBlock {
  white-space: normal;
}
#monacoContainer {
  display: block;
  height: 10em;
  border: 1px solid grey;
  margin-top: 8px;
  margin-bottom: 8px;
}
li.scrollParagraph {
  margin: 0;
}
a {
  color: #36c;
}

body {
  font-family: Helvetica;
}

.scrollButton {
  text-align: center;
  margin: 21px 0;
}
.scrollButton a {
  padding: 7px;
  color: white;
  background-color: rgb(0, 116, 212);
  opacity: 0.8;
  border-radius: 5px;
  font-family: "system-ui", "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, sans-serif;
}
.scrollButton a:hover {
  opacity: 1;
  text-decoration: none;
}

.headerLink a {
  color: black;
  line-height: 140%;
}

.query {
  text-align: center;
  margin: 0;
}

.trueBaseThemeHeader {
  margin-bottom: 10px;
}
.trueBaseThemeHeader a {
  color: black;
  margin-right: 5px;
  font-size: 16px;
}
.trueBaseThemeLogo {
  font-weight: bold;
  font-family: Tahoma, Arial;
}
.trueBaseThemeHeader a:hover,
.trueBaseThemeFooter a:hover {
  color: black;
}
.trueBaseThemeFooter {
  margin-top: 18px;
  color: #828282;
}
.trueBaseThemeFooter a {
  color: #828282;
}
#trueBaseThemeHeaderSearch {
  border: 0;
  background: transparent;
  font-size: 16px;
  line-height: 1.5;
}

.autocomplete {
  background: #fff;
  z-index: 1000;
  font-size: 14px/22px;
  overflow: auto;
  box-sizing: border-box;
  border: 1px solid rgba(50, 50, 50, 0.6);
}
.autocomplete * {
  font: inherit;
}
.autocomplete > div {
  padding: 3px 4px;
}
.autocomplete .group {
  background: #eee;
}
.autocomplete > div.selected,
.autocomplete > div:hover:not(.group) {
  background: #e3e3e3;
  cursor: pointer;
}

.scrollTitle {
  font-size: 2em;
}

.scrollCodeBlock {
  border: 1px solid rgba(204, 204, 204, 0.8);
  border-radius: 3px;
  max-height: 50ch;
}
.dataTable th {
  cursor: pointer;
}
.dataTables_filter {
  float: right;
  text-align: right;
  margin-top: 8px;
  margin-bottom: 8px;
}

.citationSection {
  font-size: 10px;
}
.citationSection h4 {
  text-align: center;
}

/* todo: should be in trueBase code? */
.trueBaseThemeSearchResultsHeader {
  color: #333;
  margin-bottom: 3px;
  font-size: 12px;
  font-style: italic;
}
.error {
  color: red;
}

.trueBaseSearchFormPadded {
  margin-top: 10px;
  margin-bottom: 10px;
}

.trueBaseSearchForm #searchFormInput {
  width: 500px;
  height: 50px;
  border: 0;
  border-radius: 3px;
  font-size: 16px;
}

.trueBaseSearchForm .searchButton {
  height: 50px;
  font-size: 16px;
  border: 0;
  color: rgb(11, 11, 11);
  cursor: pointer;
  background-color: rgb(237, 237, 237);
}

.trueBaseSearchForm .searchButton:hover {
  background-color: rgb(207, 207, 207);
}

.trueBaseSearchForm .searchButton:active {
  background-color: rgb(187, 187, 187);
}

/* end search css */

.trueBaseThemePreviousItem,
.trueBaseThemeNextItem {
  position: absolute;
  font-size: 16px;
  line-height: 26px;
  top: 8px;
  color: rgba(204, 204, 204, 0.5);
}
.trueBaseThemePreviousItem:hover,
.trueBaseThemeNextItem:hover {
  color: rgba(204, 204, 204, 1);
}
.trueBaseThemePreviousItem {
  left: 2px;
  text-align: left;
}
.trueBaseThemeNextItem {
  right: 2px;
  text-align: right;
}

/* Icons */

/* fallback */
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 400;
  src: url("./googleMaterial.woff2") format("woff2");
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.nciImage img {
  max-width: 400px;
}

.trueBaseThemeQuickLinks a {
  display: inline-block;
  color: #333;
  text-decoration: none;
  border: 1px solid #333;
  opacity: 0.6;
  border-radius: 8px;
  text-align: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
  width: 18px;
  height: 18px;
  padding: 3px;
  font-size: 18px;
}
.trueBaseThemeQuickLinks a svg {
  width: 18px;
  height: 18px;
}
.trueBaseThemeQuickLinks a:hover {
  background-color: #f0f0f0;
  filter: drop-shadow(0px 1px 1px rgb(0 0 0 / 0.2));
}
.trueBaseThemeQuickLinks a:active {
  background-color: #c0c0c0;
  filter: drop-shadow(0px 1px 1px rgb(0 0 0 / 0.2));
}

.creatorQuickLinks a {
  display: inline-block;
  color: black;
  text-decoration: none;
  font-size: 16px !important;
}
.creatorQuickLinks a svg {
  width: 16px;
  height: 16px;
}
.creatorQuickLinks a:hover {
  filter: drop-shadow(0px 1px 1px rgb(0 0 0 / 0.2));
}

/* End Icons */
