@import '_content/SharedRazor/SharedRazor.bundle.scp.css';

/* /Pages/Reader.razor.rz.scp.css */
/*  Reader.scss - Styles for the Reader page */
main[b-5gwrl0gfmd] {
  background-color: #fff;
}

@media (max-width: 767.98px) {
  header.main[b-5gwrl0gfmd] {
    height: 3rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-direction: row;
  }
  [b-5gwrl0gfmd] .categories {
    display: none;
  }
}
@media (min-width: 992px) {
  header.main[b-5gwrl0gfmd] {
    height: 4rem;
    display: grid;
    grid-template-columns: auto 10.5rem 4rem;
    grid-template-rows: 2rem 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom: 1px solid #c1cad9;
    background-color: var(--neutralLighter);
  }
  header.main .logo[b-5gwrl0gfmd] {
    grid-column: 3;
    grid-row-start: 1;
    grid-row-end: span 2;
  }
  header.main nav[b-5gwrl0gfmd] {
    grid-column: 1;
    grid-row: 2;
  }
  header.main .headlines[b-5gwrl0gfmd] {
    grid-column: 1;
    grid-row: 1;
  }
  header.main .time[b-5gwrl0gfmd] {
    grid-column: 2;
    grid-row-end: span 2;
  }
}
@media (max-width: 767.98px) {
  header.main nav[b-5gwrl0gfmd] {
    line-height: 3rem;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  header.main nav[b-5gwrl0gfmd] {
    margin-left: 5px;
  }
}
header.main nav[b-5gwrl0gfmd]  button.toggle {
  border-style: none;
  border-color: transparent;
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  color: #333;
}
header.main nav[b-5gwrl0gfmd]  button.toggle span {
  display: inline-block;
  margin-left: 0.25rem;
}
@media (max-width: 767.98px) {
  header.main nav[b-5gwrl0gfmd]  .dropdown-menu {
    position: initial;
    display: block;
  }
  header.main nav[b-5gwrl0gfmd]  .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 992px) {
  header.main nav[b-5gwrl0gfmd]  .toggle-category {
    display: none;
  }
}

@media (max-width: 767.98px) {
  a.logo[b-5gwrl0gfmd] {
    padding-left: 1rem;
    text-decoration: none;
    color: #000;
    line-height: 3rem;
  }
  a.logo img[b-5gwrl0gfmd] {
    display: none;
  }
  a.logo span[b-5gwrl0gfmd] {
    font-weight: bold;
  }
}
@media (min-width: 992px) {
  a.logo[b-5gwrl0gfmd] {
    background-color: #e8e8e8;
    padding: 0.5rem;
    display: inline-block;
  }
  a.logo span[b-5gwrl0gfmd] {
    display: none;
  }
  a.logo img[b-5gwrl0gfmd] {
    max-height: 100%;
  }
}

.time[b-5gwrl0gfmd] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #e8e8e8;
  border-left: 1px solid #c1cad9;
  color: #333;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 575.98px) {
  .time[b-5gwrl0gfmd] {
    display: none;
  }
}
.time[b-5gwrl0gfmd]  time {
  height: 3rem;
}
@media (max-width: 575.98px) {
  .time[b-5gwrl0gfmd]  time {
    display: none;
  }
}

.headlines[b-5gwrl0gfmd] {
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .headlines[b-5gwrl0gfmd] {
    display: none;
  }
}

section.wire[b-5gwrl0gfmd] {
  position: absolute;
  bottom: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 992px) {
  section.wire[b-5gwrl0gfmd] {
    width: 35%;
    top: 4rem;
  }
}
@media (max-width: 767.98px) {
  section.wire[b-5gwrl0gfmd] {
    top: 3rem;
  }
}
section.wire header[b-5gwrl0gfmd] {
  z-index: 1;
  height: 3rem;
  background-color: #fafafa;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
section.wire nav[b-5gwrl0gfmd] {
  overflow-x: hidden;
  overflow-y: scroll;
  flex-grow: 1;
  background-color: #fafafa;
  position: relative;
}
section.wire nav[b-5gwrl0gfmd]::-webkit-scrollbar {
  width: 10px;
}
section.wire nav[b-5gwrl0gfmd]::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
section.wire nav[b-5gwrl0gfmd]::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
}
section.wire footer[b-5gwrl0gfmd] {
  height: 30px;
  border-top: 1px solid #ccc;
  display: flex;
  justify-content: stretch;
  background-color: #f0f0f0;
}

[b-5gwrl0gfmd] .sidebar {
  position: fixed;
  padding: 2rem;
  right: 0;
  bottom: 0;
  background-color: #fafafa;
  border-left: 2px solid rgba(0, 0, 0, 0.05);
  width: 375px;
  display: none;
  z-index: 2;
}
@media (max-width: 767.98px) {
  [b-5gwrl0gfmd] .sidebar {
    top: 3rem;
  }
}
@media (min-width: 992px) {
  [b-5gwrl0gfmd] .sidebar {
    top: 4rem;
  }
}
[b-5gwrl0gfmd] .sidebar.open {
  display: block;
  transform: translate3d(0, 0, 0);
  animation: open 0.5s ease-in-out;
}
[b-5gwrl0gfmd] .sidebar.close {
  display: block;
  transform: translate3d(375px, 0, 0);
  animation: close 300ms ease-in-out;
}
@media (max-width: 575.98px) {
  [b-5gwrl0gfmd] .mobile-sidebar {
    position: fixed;
    padding: 2rem;
    right: 0;
    bottom: 0;
    background-color: #fafafa;
    border-left: 2px solid rgba(0, 0, 0, 0.05);
    width: 375px;
    display: none;
    z-index: 2;
    overflow-y: auto;
  }
}
@media (max-width: 575.98px) and (max-width: 767.98px) {
  [b-5gwrl0gfmd] .mobile-sidebar {
    top: 3rem;
  }
}
@media (max-width: 575.98px) and (min-width: 992px) {
  [b-5gwrl0gfmd] .mobile-sidebar {
    top: 4rem;
  }
}
@media (max-width: 575.98px) {
  [b-5gwrl0gfmd] .mobile-sidebar.open {
    display: block;
    transform: translate3d(0, 0, 0);
    animation: open 0.5s ease-in-out;
  }
}
@media (max-width: 575.98px) {
  [b-5gwrl0gfmd] .mobile-sidebar.close {
    display: block;
    transform: translate3d(375px, 0, 0);
    animation: close 300ms ease-in-out;
  }
}

[b-5gwrl0gfmd] .story {
  position: absolute;
  overflow: auto;
}
[b-5gwrl0gfmd] .story.mono {
  font-family: "Roboto Mono", monospace;
}
@media (min-width: 992px) {
  [b-5gwrl0gfmd] .story {
    top: 4rem;
    bottom: 0;
    left: 35%;
    right: 0;
    padding: 2rem;
  }
}
@media (max-width: 767.98px) {
  [b-5gwrl0gfmd] .story {
    background-color: #fff;
    z-index: 1050;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 1rem;
    box-shadow: 0 0 5px 10px rgba(0, 0, 0, 0.5);
  }
}
[b-5gwrl0gfmd] .story::-webkit-scrollbar {
  width: 10px;
}
[b-5gwrl0gfmd] .story::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
}
[b-5gwrl0gfmd] .story::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
}
[b-5gwrl0gfmd] .story.closing {
  animation: fadeOut ease 0.35s;
  animation-fill-mode: forwards;
}
[b-5gwrl0gfmd] .story.close {
  display: none;
}

.show-modal[b-5gwrl0gfmd] {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 1100;
  overflow: hidden;
  outline: 0;
  opacity: 1;
  transition: opacity 0.3s;
}

.hide-modal[b-5gwrl0gfmd] {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: -1100;
  opacity: 0;
  transition: opacity 0.3s;
}
