/* -------------------------------------------------------------------------- */
/* 0) IMPORTS                                                                 */
/* -------------------------------------------------------------------------- */
@import url(./ecds-annotator.min.css);
/* ========================================================================== */
/* RESPONSIVE MEDIA QUERIES                                               */
/* ========================================================================== */
@media (max-width: 639px) {
  .uk-logo {
    padding: 0; } }

@media (min-width: 640px) {
  .rx-splash {
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    position: sticky;
    top: 0;
    justify-content: space-between;
    height: calc(100vh - 200px); } }

@media (min-width: 768px) {
  .modal-dialog > .modal-content {
    top: 200px; } }

@media (min-width: 960px) {
  .uk-navbar-right {
    flex-wrap: initial; } }

@media (min-width: 320px) and (max-width: 959px) {
  .rx-title-image {
    object-fit: cover;
    height: 150px;
    width: 100%; }
  footer {
    padding: 2rem 0 0 0 !important; } }

@media only screen and (max-width: 480px) {
  #box {
    width: 100%;
    padding-bottom: 100%; } }

@media only screen and (max-width: 650px) and (min-width: 481px) {
  #box {
    width: 50%;
    padding-bottom: 50%; } }

@media only screen and (max-width: 1050px) and (min-width: 651px) {
  #box {
    width: 33.3%;
    padding-bottom: 33.3%; } }

@media only screen and (max-width: 1290px) and (min-width: 1051px) {
  #box {
    width: 25%;
    padding-bottom: 25%; } }

@media only screen and (max-width: 1250px) {
  ol {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1; } }

/* Social Auth Buttons */
a.rdx-provider-button {
  color: #ffffff;
  padding: 1rem; }

a.rdx-provider-button:hover {
  color: #cccccc; }

.rdx-indented-help-block {
  text-indent: 1.25rem; }

/* End of Social Auth Buttons */
/* Wagtail embedded objects */
.rich-text img {
  max-width: 100%;
  height: auto; }

.responsive-object {
  position: relative; }

.responsive-object iframe,
.responsive-object object,
.responsive-object embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* end of Wagtail embedded objects */
.uk-switch {
  position: relative;
  display: inline-block;
  height: 17px;
  width: 30px; }

/* Hide default HTML checkbox */
.uk-switch input {
  display: none; }

/* Slider */
.uk-switch-slider {
  background-color: #cccccc;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 500px;
  bottom: 0;
  cursor: pointer;
  transition-property: background-color;
  transition-duration: .2s; }

/* Switch pointer */
.uk-switch-slider:before {
  content: '';
  background-color: #ffffff;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 1px;
  bottom: 1px;
  border-radius: 50%;
  transition-property: transform, box-shadow;
  transition-duration: .2s; }

/* Slider active color */
input:checked + .uk-switch-slider {
  background-color: #1D3557 !important; }

/* Pointer active animation */
input:checked + .uk-switch-slider:before {
  transform: translateX(13px); }

input:checked + .uk-switch-slider.uk-switch-big:before {
  transform: translateX(13px) scale(1.2); }

/* -------------------------------------------------------------------------- */
/* FOOTER                                                                  */
/* -------------------------------------------------------------------------- */
.footer {
  background-color: #457B9D;
  color: #ffffff;
  padding: 20px; }

.footer-links {
  display: flex;
  flex-direction: column;
  font-weight: bold; }

.footer-links a {
  color: #ffffff;
  text-decoration: none; }
  .footer-links a:hover {
    text-decoration: underline; }

.footer-logo {
  display: flex;
  align-items: center; }
  .footer-logo svg {
    width: 50px;
    height: 50px; }

.footer-bottom {
  text-align: left;
  margin-top: 10px;
  color: #ffffff; }

/* -------------------------------------------------------------------------- */
/* 1) ROOT VARIABLES                                                          */
/* -------------------------------------------------------------------------- */
:root {
  --contrast: 200%;
  --link-color: $rx-color-midnight-blue; }

/* -------------------------------------------------------------------------- */
/* 2) BASE / LAYOUT                                                           */
/* -------------------------------------------------------------------------- */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important; }

html, body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column; }

main {
  flex-grow: 1; }

/* Home page navigation transparent */
.home-nav nav {
  background-color: transparent !important; }

/* Overlay & content shell */
.overlay {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 80vh;
  min-height: 500px;
  background-color: rgba(29, 53, 87, 0.8); }

.content {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: flex;
  flex-flow: column; }
  .content .space {
    flex-grow: 1; }
  .content .uk-section-default:empty {
    background-color: transparent; }

/* Text & headings */
.paragraph {
  color: #1D3557;
  line-height: normal; }

.title {
  color: #1D3557;
  font-size: x-large;
  font-weight: bold; }

.hero {
  padding-top: 15vh;
  color: #ffffff; }

.uk-container h2 {
  margin-bottom: 1rem; }

/* Utilities */
.slash-gap {
  margin: 0 0.5rem; }

.color-black {
  color: #000000; }

/* Make nav z-order above content when overlayed */
.uk-navbar-container {
  z-index: 10;
  position: absolute;
  width: 100%; }

/* -------------------------------------------------------------------------- */
/* 3) GLOBAL LINKS & INTERACTIVE                                              */
/* -------------------------------------------------------------------------- */
.uk-link, a {
  color: var(--link-color); }

a:hover {
  text-decoration: initial !important; }

.text-anchor {
  color: #E60000;
  font-weight: 600;
  transition: color 0.1s ease;
  text-decoration: underline; }
  .text-anchor:hover {
    color: #b30000; }
  .text-anchor:active {
    color: #670000; }

.text-anchor-blue {
  color: #1D3557;
  font-weight: 700;
  transition: color 0.1s ease; }
  .text-anchor-blue:hover {
    color: #101e31;
    text-decoration: underline; }
  .text-anchor-blue:active {
    color: black;
    text-decoration: underline; }

/* Consolidated interactive text on dark backgrounds */
.brand-logo, .menu-item, .brand-readux {
  color: #ffffff !important;
  transition: color 0.1s ease;
  text-decoration: none !important; }
  .brand-logo:hover, .menu-item:hover, .brand-readux:hover {
    color: #e6e6e6 !important; }
  .brand-logo:active, .menu-item:active, .brand-readux:active {
    color: #bfbfbf !important; }

.brand-logo {
  font-size: large;
  font-weight: bold; }

.menu-item {
  text-transform: unset !important; }

.brand-inline {
  font-size: small;
  font-weight: normal;
  text-decoration: underline !important; }

.brand-tagline {
  font-size: small;
  color: #ffffff; }

/* Page titles */
.page-title {
  font-size: xx-large;
  font-weight: bold;
  color: #000000; }

.page-text-lead {
  font-size: medium;
  color: #000000; }

/* Copy color (project-level override) */
p {
  color: #595959; }

em {
  color: inherit !important; }

/* -------------------------------------------------------------------------- */
/* 4) BREADCRUMBS & DROPDOWNS                                                 */
/* -------------------------------------------------------------------------- */
.breadcrumb {
  list-style: none;
  display: flex;
  font-family: -apple-system, 'Helvetica Neue', 'Helvetica', 'Arial', 'Segoe UI', 'Roboto', 'Ubuntu', sans-serif;
  font-size: 14px;
  padding: 0;
  margin: 0; }
  .breadcrumb > li {
    margin-right: 5px; }
  .breadcrumb > li + li::before {
    content: "/";
    margin-right: 5px;
    color: #1D3557; }
  .breadcrumb a {
    color: #1D3557;
    text-decoration: underline;
    transition: color 0.1s ease; }
    .breadcrumb a:hover {
      color: rgba(29, 53, 87, 0.8); }
  .breadcrumb .icon-chevron-down {
    margin-left: 3px; }

/* Breadcrumb dropdown */
.uk-navbar-dropdown {
  background-color: #F1FAEE;
  border-radius: 4px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  padding: 10px 0 !important;
  min-width: 0 !important; }

.uk-navbar-dropdown-nav a,
.uk-navbar-dropdown-nav.sort-dropdown label {
  cursor: pointer;
  color: #1D3557 !important;
  font-weight: 600;
  padding: 5px 15px !important;
  display: block;
  transition: background-color 0.1s ease; }
  .uk-navbar-dropdown-nav a:hover,
  .uk-navbar-dropdown-nav.sort-dropdown label:hover {
    background-color: rgba(29, 53, 87, 0.1); }

.uk-navbar-dropdown-nav.sort-dropdown label input {
  display: none; }

.pagination-nav span {
  padding: 5px 15px !important;
  display: block; }

/* -------------------------------------------------------------------------- */
/* 5) UIKIT OVERRIDES / COMPONENTS                                            */
/* -------------------------------------------------------------------------- */
/* Slidenav */
.uk-slidenav {
  color: rgba(29, 53, 87, 0.6); }
  .uk-slidenav:hover {
    color: #1D3557; }

/* Focus ring */
.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
  border-color: #1D3557; }

/* Buttons */
.uk-button-default {
  transition: border-color 0.1s ease; }
  .uk-button-default:hover {
    border-color: #101e31; }
  .uk-button-default:active {
    border-color: black; }

.uk-button-primary {
  background-color: var(--link-color); }
  .uk-button-primary:hover, .uk-button-primary:active {
    background-color: var(--link-color);
    filter: contrast(var(--contrast)); }

/* Close icon */
.uk-close {
  color: #1D3557;
  transition: border-color 0.1s ease; }
  .uk-close:hover {
    border-color: #101e31; }
  .uk-close:active {
    border-color: black; }

/* Slider */
.uk-slider-items {
  gap: 4rem; }

/* Tabs */
.uk-tab > .uk-active > a {
  border-color: var(--link-color) !important;
  color: var(--link-color) !important; }

/* Form controls */
.uk-checkbox, .uk-radio {
  border: 1px solid #cccccc !important; }

/* Lists & list items */
.uk-container ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  list-style: none; }

/* Navbar */
.uk-navbar-nav {
  font-weight: bold; }

.uk-navbar-right {
  flex-wrap: initial; }

/* Offcanvas */
.uk-offcanvas-container {
  top: -80px;
  position: inherit; }

/* Accordion */
.uk-accordion-content {
  color: #595959 !important; }

.uk-accordion > :nth-child(n+2) {
  margin-top: 10px; }

/* Override UIkit accordion icons */
.uk-open > .uk-accordion-title::before {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%231D3557%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E); }

.uk-open > .uk-accordion-title:hover::before {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%231D3557%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E); }

.uk-accordion-title::before {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%231D3557%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%231D3557%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E); }

.uk-accordion-title:hover::before {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%231D3557%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%231D3557%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E); }

/* Offcanvas accordion color override */
.uk-offcanvas-bar .uk-open > .uk-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%8Csvg+width%3D%2213%22+height%3D%2213%22+viewBox%3D%220+0+13+13%22+xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A++++%3Crect+fill%3D%22rgba%28149%2C+9%2C+83%2C+1%29%22+width%3D%2213%22+height%3D%221%22+x%3D%220%22+y%3D%226%22+%2F%3E%0D%0A%3C%2Fsvg%3E") !important; }

/* -------------------------------------------------------------------------- */
/* 6) CARDS / GRID / LISTS                                                    */
/* -------------------------------------------------------------------------- */
/* Volume grid */
.volume-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem; }

.grid-item {
  text-align: left;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  opacity: 0.75;
  transition: opacity 0.1s ease;
  display: block;
  color: #000000; }
  .grid-item:hover {
    opacity: 1;
    text-decoration: none;
    color: #000000; }
  .grid-item img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
    border-radius: 4px; }
  .grid-item h2 {
    text-decoration: underline;
    color: #1D3557;
    font-weight: 600;
    font-size: medium;
    margin: 0; }
  .grid-item p {
    margin: 0; }

/* List view table */
.list-view-table {
  margin-left: -0.5rem; }
  .list-view-table thead th {
    color: #1D3557;
    font-weight: bold; }
  .list-view-table tbody tr {
    color: rgba(0, 0, 0, 0.75);
    transition: color 0.3s ease; }
  .list-view-table tbody tr:hover {
    background-color: #F1FAEE !important;
    color: #000000; }
  .list-view-table th, .list-view-table td {
    padding: 0.5rem; }

/* Info line / pagination */
.info-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  font-weight: 600;
  color: #1D3557; }
  .info-line .info-group, .info-line .pagination-controls {
    display: flex;
    align-items: center;
    gap: 5px; }
  .info-line a, .info-line select {
    color: #E60000;
    text-decoration: underline; }

.pagination-controls .uk-icon-button {
  color: #1D3557; }

.pagination-controls .uk-icon-button[disabled] {
  color: #cccccc;
  cursor: not-allowed; }

/* Hoverable rows */
.list-item:hover, .clickable-row:hover {
  cursor: pointer; }

/* -------------------------------------------------------------------------- */
/* 7) SEARCH                                                                  */
/* -------------------------------------------------------------------------- */
.search-bar form {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin: 2rem auto; }

.search-bar input {
  flex: 1;
  height: 50px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 1.2em; }

.search-bar button {
  height: 50px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 1.2em;
  background-color: #E60000;
  color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease; }
  .search-bar button:hover, .search-bar button:active {
    background-color: #b30000; }

/* Featured text area */
.truncate-text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal; }

.section-offset {
  background-color: #ffffff;
  margin-top: 200px; }

/* Video section */
.video-section {
  position: relative;
  text-align: center;
  color: #ffffff; }

.video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  cursor: pointer;
  z-index: 2; }
  .video-overlay h2 {
    margin-bottom: 10px;
    font-size: 2em; }
  .video-overlay .play-icon {
    font-size: 48px;
    margin-bottom: 10px; }
  .video-overlay p {
    max-width: 600px;
    margin: 0 auto; }

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: #000000; }

.video-thumbnail, iframe, .transparent-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%; }

.video-thumbnail {
  object-fit: cover; }

.transparent-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1; }

iframe {
  display: none; }

/* -------------------------------------------------------------------------- */
/* 10) SECTIONS / HIGHLIGHTS                                                  */
/* -------------------------------------------------------------------------- */
.column {
  background-color: #F1FAEE;
  padding: 2rem;
  border-radius: 8px;
  text-align: center;
  position: relative; }

/* -------------------------------------------------------------------------- */
/* 11) BUTTONS / AUTH                                                         */
/* -------------------------------------------------------------------------- */
.description-button {
  background-color: #E60000 !important;
  transition: background-color 0.1s ease; }
  .description-button:hover {
    background-color: #b30000 !important; }
  .description-button:active {
    background-color: #670000 !important; }

button.google, button.github {
  color: #ffffff; }

/* -------------------------------------------------------------------------- */
/* 12) CONTENT PADDING TWEAKS                                                 */
/* -------------------------------------------------------------------------- */
.content > .uk-section {
  padding-bottom: 0; }

/* -------------------------------------------------------------------------- */
/* 13) PROJECT-SPECIFIC ELEMENTS (rx-*)                                       */
/* -------------------------------------------------------------------------- */
.rx-breadcrumb, .rx-action-btn {
  color: var(--link-color);
  text-transform: uppercase;
  font-weight: bold;
  display: inline-flex;
  padding: 0;
  margin: 0;
  user-select: auto; }

.rx-action-btn {
  letter-spacing: 0.1em;
  font-size: small; }

.rx-action-btn:hover .rx-label-copy {
  background-color: #1D3557 !important;
  color: #ffffff !important; }

.rx-breadcrumb-item > a, .rx-action-btn, .rx-icon-btn, .uk-dropdown-nav > li > a:hover {
  color: var(--link-color) !important;
  opacity: 0.75;
  transition: all 100ms ease-in-out; }

.rx-breadcrumb-item > a:hover, .rx-action-btn:hover, .rx-icon-btn:hover, .uk-dropdown-nav > li.uk-active > a {
  color: var(--link-color);
  opacity: 1;
  transition: all 100ms ease-in-out; }

.rx-anchor {
  color: var(--link-color) !important;
  opacity: 0.75;
  word-break: break-all;
  transition: all 100ms; }
  .rx-anchor:hover {
    color: var(--link-color);
    opacity: 1; }

.rx-label-copy {
  background: #ffffff;
  color: var(--link-color) !important;
  border: var(--link-color) 1px solid;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  cursor: pointer;
  transition: all 100ms ease-in-out;
  font-weight: 600;
  font-family: 'Consolas','Monaco','Andale Mono','Ubuntu Mono','monospace' !important; }
  .rx-label-copy:active {
    background-color: #1D3557 !important;
    border: 1px solid #1D3557 !important;
    opacity: 1; }
  .rx-label-copy:hover {
    background: #1D3557;
    border-color: #1D3557;
    color: #ffffff !important; }

/* Navigation & bars */
.breadcrumbs {
  font-size: 80%;
  margin: 0; }

/* Media / imagery */
.openseadragon-container span {
  color: transparent;
  display: inline-flex !important;
  font-size: 100%;
  line-height: initial;
  white-space: nowrap; }

.box {
  width: 25%;
  padding-bottom: 25%;
  position: relative;
  float: left; }

.box a img {
  width: 100%;
  overflow: hidden; }

ul.listing-thumbs > li > img.thumbnail-image {
  height: 150px; }

/* Info panels */
.rx-head-container {
  margin: 0 0 3em; }

.rx-info-content {
  padding: 0 0 1.25em;
  font-size: 0.9rem; }
  .rx-info-content:last-child {
    padding: 0; }

.rx-info-content-label {
  color: #595959 !important;
  font-weight: 600 !important;
  font-size: 0.9rem !important; }

.rx-info-content-value {
  color: #595959;
  line-height: 1.5; }

.rx-info-content .uk-tab a {
  color: #595959; }
  .rx-info-content .uk-tab a:hover {
    color: #666; }

/* Badges */
.rx-annotation-badge {
  border-radius: 3px;
  background: #ffffff;
  color: #595959 !important;
  border: #595959 1px solid;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
  display: inline-block;
  cursor: default;
  text-transform: uppercase;
  padding: 0.1rem 0.5rem; }

/* Fieldsets */
.rx-fieldset {
  border: none; }

/* Titles & banners */
.rx-sticky {
  position: sticky;
  top: 0;
  z-index: 1; }

.rx-title-container {
  background: #ffffff;
  padding: 1em 0;
  position: sticky;
  top: 0;
  z-index: 3; }

.rx-title {
  font-size: 2em;
  font-weight: bold;
  color: var(--link-color); }

.rx-title-2 {
  font-size: 1.5em;
  font-weight: bold;
  color: #595959; }

.rx-title-tagline {
  font-size: 14px;
  color: #ffffff; }

.rx-title-image {
  object-fit: cover;
  height: 150px;
  width: 100%; }

.rx-breadcrumb-item {
  font-size: 1rem;
  font-weight: bold;
  color: var(--link-color); }

/* Tooltip */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; }

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  margin-left: -60px;
  font-size: 14px; }

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent; }

.tooltip:hover .tooltiptext {
  visibility: visible; }

/* Page search */
.rx-page-search-container {
  width: calc(100% - 30px) !important;
  color: #595959 !important; }

.rx-page-search-option-label {
  display: block; }

/* Reader / viewer & layout utils */
.rdx-viewer-container {
  position: absolute;
  left: 0;
  bottom: 0;
  height: calc(100% - 36px);
  width: 100%;
  margin: 0; }

#rdx-viewer > div > div > div.py-8.grid.grid-cols-2.gap-2 {
  padding-bottom: 0; }

.reader-modal {
  width: 400px !important;
  height: fit-content !important;
  padding: 0 !important;
  left: 75px !important;
  top: 60px !important;
  background: #ffffff; }

.rx-line-height-sm {
  line-height: 1.25em; }

.rx-volume-search em {
  color: #E60000 !important; }

.rx-volume-search {
  max-height: 75vh; }

.rx-padding-extra-small {
  padding: 10px; }

.rx-scrollable-area {
  max-height: 75vh;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .rx-scrollable-area::-webkit-scrollbar {
    display: none; }

.count {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 20%;
  padding-right: 20%;
  height: 10px;
  width: 10px;
  font-size: 10px;
  text-align: center; }

.rx-flex {
  display: flex; }

.uk-accordion-content {
  padding: 0.5rem 10px; }

/* Accordion (rx-) */
.rx-accordion-head {
  background: #ffffff;
  color: var(--link-color);
  border: var(--link-color) 1px solid;
  font-size: 0.85rem;
  letter-spacing: 0.1rem;
  cursor: pointer;
  transition: all 100ms ease-in-out;
  font-weight: 600;
  font-family: 'Consolas','Monaco','Andale Mono','Ubuntu Mono','monospace' !important; }
  .rx-accordion-head::before {
    color: #ffffff; }

.rx-accordion-handle {
  color: var(--link-color) !important; }

.rx-accordion-content {
  margin: 0;
  padding: 0 0 10px 0; }

.rx-accordion-container {
  margin: 20px 0 0 0; }

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