.portal-container-519256 {
  font-family: -apple-system, system-ui, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
  text-rendering: optimizeLegibility;
  border: 1px solid #C2DFE3;
  border-radius: 8px;
  margin-bottom: 25px;
  max-width: 800px;
  background-color: white;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .portal-container-519256:hover {
    transform: translateY(-3px);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid #9DB8BF; }
  .portal-container-519256 .portal-parent-519256 {
    overflow: hidden;
    position: relative;
    width: 100%;
    box-sizing: border-box; }
    .portal-container-519256 .portal-parent-519256 .portal-parent-text-519256 {
      padding: 15px;
      color: #5C6D73;
      z-index: 40; }
    .portal-container-519256 .portal-parent-519256 .portal-content-519256 {
      font-family: -apple-system, system-ui, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
      font-size: 16px;
      font-weight: 400;
      padding: 15px;
      color: #464A4D;
      line-height: 150%; }
  .portal-container-519256 .portal-head-519256 {
    border-top: 1px solid #C2DFE3;
    display: flex;
    flex-flow: row nowrap;
    justify-content: start;
    align-items: stretch;
    padding-left: 15px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .portal-container-519256 .portal-head-519256 .portal-avatar-519256 {
      border-radius: 100%;
      border: 1px solid #C2DFE3;
      width: 42px;
      height: 42px;
      min-width: 42px !important;
      margin: 12px 0px;
      position: relative; }
      .portal-container-519256 .portal-head-519256 .portal-avatar-519256 .mini-favicon-519256 {
        width: 22px;
        height: 22px;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    .portal-container-519256 .portal-head-519256 .portal-metadata-519256 {
      min-width: 0px;
      display: flex;
      flex-shrink: 1;
      align-items: center;
      margin-left: 10px; }
    .portal-container-519256 .portal-head-519256 .portal-author-519256 {
      font-size: 14px;
      line-height: 1.2;
      color: black;
      font-weight: 600;
      margin-bottom: 2px; }
    .portal-container-519256 .portal-head-519256 .portal-title-519256 {
      font-size: 14px;
      line-height: 1.2;
      color: #9DB8BF;
      max-width: 100%; }
      .portal-container-519256 .portal-head-519256 .portal-title-519256 .title-wrapper-519256 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 600;
        padding-right: 20px;
        color: #5C6D73; }
    .portal-container-519256 .portal-head-519256 .portal-backlink-519256 {
      margin-left: auto;
      display: flex;
      flex-shrink: 1;
      align-items: center;
      width: 81px;
      min-width: 81px !important;
      padding: 0px 15px !important;
      border-left: 1px solid #C2DFE3; }
      .portal-container-519256 .portal-head-519256 .portal-backlink-519256 .portal-arrow-519256 {
        border: none !important;
        font-family: inherit !important;
        font-size: 14px !important;
        color: #9DB8BF !important;
        text-decoration: none !important;
        -webkit-transition: opacity 0.1s ease;
        -moz-transition: opacity 0.1s ease;
        -ms-transition: opacity 0.1s ease;
        -o-transition: opacity 0.1s ease;
        transition: opacity 0.1s ease; }
        .portal-container-519256 .portal-head-519256 .portal-backlink-519256 .portal-arrow-519256:hover {
          opacity: .5 !important; }
        .portal-container-519256 .portal-head-519256 .portal-backlink-519256 .portal-arrow-519256:visited {
          text-decoration: none !important; }

.portal-content-519256 a {
  color: #464A4D;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }
  .portal-content-519256 a:hover {
    opacity: .5; }
.portal-content-519256 p {
  margin: 0px; }
.portal-content-519256 img {
  width: 100%;
  height: auto;
  margin: .5em 0em; }
.portal-content-519256 blockquote {
  border-left: 2px solid #C2DFE3;
  padding-left: .75em;
  margin-inline-start: 1em;
  color: #5C6D73; }
.portal-content-519256 ol, .portal-content-519256 ul {
  margin-block-start: .5em;
  margin-block-end: .5em; }
.portal-content-519256 h1, .portal-content-519256 h2, .portal-content-519256 h3 {
  margin-block-start: .5em;
  margin-block-end: .5em; }

body {
  --background:#EBEEF0;
  --light-background:#F7F9FA;
  --graydiv:#d5d5d5;
  --selection:#2162AF;
  --rightpanel: white;
  --article-title: #253237; }
  @media (prefers-color-scheme: dark) {
    body {
      --background:#323333;
      --light-background:#4B4D4D;
      --graydiv:#656565;
      --selection: white;
      --rightpanel: #4B4D4D;
      --article-title: rgba(255,255,255,.65); } }

body {
  font-size: 14px;
  font-family: -apple-system, system-ui, "Open Sans", "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
  margin: 0px;
  padding: 0px;
  background-color: var(--background); }

#pagetitle {
  float: left;
  color: #253237;
  opacity: .5;
  line-height: 33px;
  margin-left: 12px; }

#nav {
  border: 1px solid var(--graydiv);
  box-sizing: border-box;
  width: 100%;
  height: 36px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--background); }
  #nav #searchbar {
    position: relative;
    width: 516px;
    height: 40px;
    margin: auto;
    margin-top: 2px; }
  #nav #global-options-button {
    position: absolute;
    top: 1px;
    right: 4px;
    padding: 7px; }

#global-options {
  position: absolute;
  z-index: 100;
  right: -5px;
  top: 33px;
  display: none;
  background-color: #fff;
  padding: 10px;
  width: 100px; }

#global-options.on {
  position: absolute;
  display: block;
  background-color: #fff;
  padding: 10px;
  color: #333; }

#global-options button {
  padding: 5px;
  color: #A8A9AB;
  font-size: 14px;
  text-align: left; }
  #global-options button:hover {
    cursor: pointer;
    text-decoration: underline; }

#appcontainer {
  position: fixed;
  top: 36px;
  display: flex;
  flex-direction: row;
  width: 100%; }
  #appcontainer #leftnav {
    position: relative;
    border-right: 1px solid var(--graydiv);
    background-color: var(--background);
    height: 100vh;
    flex-grow: 1;
    min-width: 350px;
    max-width: 500px;
    overflow-y: scroll;
    overscroll-behavior: contain; }
  #appcontainer #rightpanel {
    position: relative;
    min-width: 800px;
    flex-grow: 2;
    background: var(--rightpanel);
    height: 100vh;
    overflow: scroll; }

#articleSort {
  position: relative;
  display: flex;
  z-index: 105;
  width: 100%;
  background-color: var(--background);
  height: 25px;
  font-size: 14px;
  border-bottom: 1px solid var(--graydiv);
  color: #333;
  font-weight: 600;
  padding: 5px 0px 0px 12px;
  text-overflow: ellipsis; }

#article-scrollContainer, #panel-scrollContainer {
  padding-bottom: 70px; }

#leftnav::-webkit-scrollbar {
  display: none; }

#panel-scrollContainer {
  margin-top: 40px;
  padding: 25px 75px 50px 3vw; }

#titlebar {
  position: absolute;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  z-index: 10;
  background-color: var(--light-background);
  font-size: 14px;
  border-bottom: 1px solid var(--graydiv); }
  #titlebar #titlebar-innercontainer {
    display: flex;
    flex-flow: row nowrap;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis; }
  #titlebar #titlebar-author {
    margin-left: 10px;
    padding: 5px 5px 5px 5px;
    display: block;
    float: left; }
  #titlebar #titlebar-title {
    display: block;
    float: left;
    color: var(--selection);
    font-weight: 600;
    padding: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  #titlebar #titlebar-options {
    right: 40px;
    display: flex;
    align-items: center;
    width: 40px;
    height: 100%;
    border-left: 1px solid var(--graydiv); }
    #titlebar #titlebar-options:hover {
      background-color: #fafafa; }
    #titlebar #titlebar-options::after {
      content: '\2807';
      font-size: 24px;
      padding: 12px 10px 10px 14px;
      color: #B1B2B4; }

#titlebar-author:hover, #titlebar-title:hover {
  opacity: .65;
  background-color: var(--background); }

#titlebar-author:focus, #titlebar-title:focus {
  opacity: .65;
  background-color: var(--background);
  outline: none; }

[contenteditable=true]:empty:before {
  content: attr(placeholder); }

.dropdown {
  position: absolute;
  color: #333;
  border: 1px solid #9DB8BF;
  box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.15); }

#titlebar-dropdown {
  position: absolute;
  right: 0px;
  top: 40px;
  display: none;
  background-color: #fff;
  padding: 10px; }
  #titlebar-dropdown #titlebar-delete {
    font-size: 14px; }
    #titlebar-dropdown #titlebar-delete:hover {
      cursor: pointer;
      color: red; }

#titlebar-dropdown.on {
  position: absolute;
  display: block;
  background-color: #fff;
  padding: 10px;
  color: #333; }

#capture-helper {
  position: absolute;
  left: 50%;
  width: 300px;
  margin-top: -40px;
  transform: translateX(-50%);
  text-align: center;
  z-index: 100;
  color: #A8A9AB;
  font-size: 14px; }

.quoteblock {
  margin-bottom: 25px;
  z-index: 9999; }

.quote-container {
  display: flex;
  flex-direction: row; }
  .quote-container #quoteback-component {
    max-width: 700px; }
  .quote-container .quote-controls {
    flex-direction: column;
    margin-left: 5px;
    position: relative;
    width: 130px;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .quote-container .quote-controls .control-button {
      margin-bottom: 6px;
      word-wrap: no-wrap; }
    .quote-container .quote-controls #delete {
      color: red; }
      .quote-container .quote-controls #delete:hover {
        color: black; }
    .quote-container .quote-controls #embedLink {
      color: #395FE5; }
      .quote-container .quote-controls #embedLink:hover {
        color: black; }

.options-control-button {
  border: none;
  padding: 10px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
  display: inline-block;
  border-radius: 2px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }
  .options-control-button:hover {
    cursor: pointer;
    color: black;
    background-color: rgba(194, 223, 227, 0.25); }

.showcontrols {
  transform: translateX(10px);
  opacity: 1 !important; }

.comment {
  max-width: 600px;
  line-height: 20px;
  padding: 11px;
  color: #b6b6b6;
  background: #ECEEEF;
  box-sizing: border-box;
  border-radius: 10px;
  margin-top: -15px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease; }

.comment:focus {
  outline: none;
  box-shadow: inset 0px 0px 0px 1px #9DB8BF; }

.meta {
  height: 25px;
  width: 100%; }

.date {
  color: #B8B8B8;
  float: left; }

.linkback a {
  color: #B8B8B8;
  float: left;
  text-decoration: underline;
  margin-left: 15px; }
  .linkback a:visited {
    color: #B8B8B8; }

.article {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  border-bottom: 0.5px solid var(--graydiv);
  padding: 15px 11px 10px 15px;
  background-color: var(--background);
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
  align-items: stretch; }
  .article:hover {
    background-color: var(--rightpanel); }
  .article .title {
    color: var(--article-title);
    font-weight: 600;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 5px; }
  .article .url {
    font-weight: 300;
    margin-left: auto;
    white-space: nowrap;
    color: var(--article-title);
    opacity: .5; }
    .article .url img {
      padding-right: 5px;
      vertical-align: bottom; }

.selected {
  border-left: 4px solid var(--selection);
  background-color: var(--rightpanel); }
  .selected .title {
    color: var(--selection); }
  .selected .url {
    color: var(--selection);
    opacity: 1; }

.mini-favicon {
  margin-right: 6px;
  width: 16px;
  height: 16px;
  margin: 1px 12px 0px 0px; }

#fastSearch {
  position: absolute;
  left: 0px;
  display: inline-block;
  width: 100%;
  z-index: 5; }
  #fastSearch:focus-within #searchInput {
    box-shadow: 0 1px 1px 0 rgba(65, 69, 73, 0.3), 0 1px 3px 1px rgba(65, 69, 73, 0.15);
    background: var(--light-background);
    border: none;
    border-radius: 4px 4px 0px 0px; }

#fastSearch input {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding-left: 10px;
  width: 100%;
  height: 26px;
  font-size: 14px;
  background: var(--light-background);
  outline: none;
  text-align: left;
  display: inline-block;
  background: var(--light-background);
  border: 0.5px solid var(--graydiv);
  border-radius: 4px; }
  #fastSearch input::placeholder {
    color: #767778;
    opacity: .5; }

#searchResults {
  display: none;
  position: absolute;
  margin: 0px;
  padding: 0px;
  width: 528px;
  background: white;
  border-radius: 0px 0px 4px 4px;
  box-shadow: 0 1px 1px 0 rgba(65, 69, 73, 0.3), 0 1px 3px 1px rgba(65, 69, 73, 0.15); }

#searchResults li {
  list-style: none;
  width: 100%;
  margin-left: 0em;
  background: white;
  border-bottom: 1px solid var(--graydiv);
  position: relative; }

#searchResults li .title {
  font-size: 1.1em;
  margin-bottom: 10px;
  display: inline-block; }

#searchResults .search-url {
  font-weight: 300;
  margin: 2px 0px 2px auto;
  white-space: nowrap;
  color: #253237;
  opacity: .5; }

.search-content {
  color: #464A4D; }

#searchResults a {
  color: black;
  text-decoration: none !important;
  padding: 10px;
  display: inline-block; }
  #searchResults a img {
    margin-right: 5px; }

#searchResults a:hover, a:focus {
  outline: 0;
  background-color: #ECEEEF; }

#searchResults li:focus-within, #searchResults li:hover {
  outline: 0;
  background-color: #ECEEEF; }

input, button {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #9DB8BF;
  text-decoration: none; }

#citation-capture {
  font-family: -apple-system, system-ui, "Open Sans", "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
  overflow: hidden !important;
  width: 600px;
  height: auto;
  position: fixed !important;
  top: -5px !important;
  right: -5px !important;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(100% - 50px);
  z-index: 2147483;
  padding: 20px; }

.blockquote-wrapper {
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px; }

.citation-tools {
  margin-top: -15px;
  background-color: white;
  border: 1px solid #C2DFE3;
  border-radius: 8px;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.15); }

.comment-field {
  padding: 12px;
  border-bottom: 1px solid #C2DFE3; }

.citation-input {
  width: 500px;
  box-shadow: none;
  -webkit-appearance: none;
  color: #464A4D;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 14px;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease; }
  .citation-input::placeholder {
    font-size: 14px;
    line-height: 150%;
    color: #000000;
    opacity: 0.25; }

.citation-input:focus {
  outline: none; }

.tools-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 44px; }

.control-button {
  border: none;
  height: 44px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
  display: inline-block;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }
  .control-button:hover {
    cursor: pointer;
    opacity: 1;
    background-color: rgba(194, 223, 227, 0.25); }
  .control-button:focus {
    outline: none; }

#getlink {
  padding: 0px;
  color: #395FE5;
  border-right: 1px solid #C2DFE3; }

#getMarkdown {
  padding: 0px;
  text-align: center;
  border-right: 1px solid #C2DFE3; }

#close-button {
  width: 50%; }

.save-indicator {
  font-size: 14px;
  float: right;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  color: rgba(23, 154, 12, 0.5);
  align-self: start; }

#quoteslink {
  height: 44px;
  line-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9DB8BF;
  text-decoration: none;
  text-align: center;
  border-right: 1px solid #C2DFE3; }
  #quoteslink img {
    width: 24px;
    height: auto;
    margin-left: 11px; }

body.welcome {
  margin: 0px auto;
  padding-top: 15rem;
  padding-bottom: 3rem;
  line-height: 130%;
  width: 500px; }
  body.welcome ol li {
    margin-bottom: .5rem; }

.article-container {
  max-width: 700px; }
  .article-container figure {
    margin: 0px; }
  .article-container img {
    width: 100%;
    height: auto; }

/*# sourceMappingURL=styles.css.map */
