/**
 * Media viewers
 *  
 ============================================================================ */
/**
OpenSeadragon viewer theming
**/
.openseadragon-canvas canvas {
  background: #000000 !important;
}

div[id^="navigator"].displayregion {
  border: 2px solid #f37321 !important;
  background: rgba(240, 186, 81, 0.5) !important;
}

.openseadragon-container > div > div img {
  display: none;
}

.openseadragon-container > div > div [title^='Zoom in'], .openseadragon-container > div > div [title^='Zoom out'], .openseadragon-container > div > div [title^='Go home'], .openseadragon-container > div > div [title^='Toggle full page'] {
  height: 2rem;
  margin: 1rem 0 !important;
}

.openseadragon-container > div > div [title^='Zoom in']:before, .openseadragon-container > div > div [title^='Zoom out']:before, .openseadragon-container > div > div [title^='Go home']:before, .openseadragon-container > div > div [title^='Toggle full page']:before {
  font-family: "Font Awesome 7 Pro", FontAwesome, sans-serif;
  font-size: 1.5rem;
  padding: .5rem;
  background-color: #005596;
  color: #ffffff;
  border-radius: 25%;
  margin: .25rem;
}

.openseadragon-container > div > div [title^='Zoom in']:hover:before, .openseadragon-container > div > div [title^='Zoom in']:focus:before, .openseadragon-container > div > div [title^='Zoom out']:hover:before, .openseadragon-container > div > div [title^='Zoom out']:focus:before, .openseadragon-container > div > div [title^='Go home']:hover:before, .openseadragon-container > div > div [title^='Go home']:focus:before, .openseadragon-container > div > div [title^='Toggle full page']:hover:before, .openseadragon-container > div > div [title^='Toggle full page']:focus:before {
  background-color: #f37321;
  cursor: pointer;
}

.openseadragon-container > div > div [title^='Zoom in']:before {
  content: "\2b";
}

.openseadragon-container > div > div [title^='Zoom out']:before {
  content: "\f068";
}

.openseadragon-container > div > div [title^='Go home']:before {
  content: "\f0e2";
}

.openseadragon-container > div > div [title^='Toggle full page']:before {
  content: "\f31e";
}

/**
Internet Archive book reader theming
**/
/* Loading glyph in background of Colorbox container */
#scrapbook-viewer-book-colorbox-content {
  background-color: #000000;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--!Font Awesome Pro v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2025 Fonticons, Inc.--><path fill="%23FFFFFF" d="M296 64L297.3 97.1C252.5 101.6 211.6 119.3 178.5 146.3L156 122L122 156L146.4 178.5C119.4 211.6 101.7 252.5 97.2 297.3L64 296L64 344L97.1 342.7C101.6 387.5 119.3 428.4 146.3 461.5L122 484L156 518L178.5 493.6C211.6 520.6 252.5 538.3 297.3 542.8L296 575.9L344 575.9L342.7 542.8C387.5 538.3 428.4 520.6 461.5 493.6L484 518L518 484L493.6 461.5C520.6 428.4 538.3 387.5 542.8 342.7L575.9 344L575.9 296L542.8 297.3C538.3 252.5 520.6 211.6 493.6 178.5L518 156L484 122L461.5 146.4C428.4 119.4 387.5 101.7 342.7 97.2L344 64L296 64zM211.2 458.3L265.9 399.3C276.6 406.7 289 411.9 302.3 414.4L299.2 494.8C266.2 490.9 236.1 477.9 211.3 458.4zM240.7 374.1L181.6 428.8C162.1 404 149.1 373.8 145.2 340.9L225.6 337.8C228.1 351.1 233.3 363.4 240.7 374.2zM145.2 299.1C149.1 266.1 162.1 236 181.6 211.2L240.7 265.9C233.3 276.6 228.1 289 225.6 302.3L145.2 299.2zM320 272C346.5 272 368 293.5 368 320C368 346.5 346.5 368 320 368C293.5 368 272 346.5 272 320C272 293.5 293.5 272 320 272zM265.9 240.7L211.2 181.6C236 162.1 266.2 149.1 299.1 145.2L302.2 225.6C288.9 228.1 276.6 233.3 265.8 240.7zM340.9 145.2C373.9 149.1 404 162.1 428.8 181.6L374.1 240.7C363.3 233.3 351 228.1 337.7 225.6L340.8 145.2zM428.8 458.3C404 477.8 373.8 490.8 340.9 494.7L337.8 414.3C351.1 411.8 363.4 406.6 374.2 399.2L428.9 458.2zM458.3 428.8L399.3 374.1C406.7 363.3 411.9 351 414.4 337.7L494.8 340.8C490.9 373.8 477.9 403.9 458.4 428.7zM458.3 211.2C477.8 236 490.8 266.2 494.7 299.1L414.3 302.2C411.8 288.9 406.6 276.6 399.2 265.8L458.2 211.1z"/><animateTransform attributeName="transform" begin="0s" dur="5s" type="rotate" from="0" to="360" repeatCount="indefinite" /></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80px 80px;
}

.BRcontrols .controls button {
  background-color: #005596;
  color: #ffffff;
  margin: 0 3px;
}

.BRcontrols .controls button:hover {
  background-color: #f37321;
}

.BRicon .icon {
  font-family: "Font Awesome 7 Pro", FontAwesome, sans-serif;
}

.BRicon .icon.icon-left-arrow:before {
  content: "\f053";
}

.BRicon .icon.icon-onepg:before {
  content: "\e1d8";
}

.BRicon .icon.icon-twopg:before {
  content: "\e753";
}

.BRicon .icon.icon-thumb:before {
  content: "\e196";
}

.BRicon .icon.icon-magnify:before {
  content: "\f068";
}

.BRicon .icon.icon-magnify.plus:before {
  content: "\2b";
}

.BRicon .icon.icon-fullscreen:before {
  content: "\f31e";
}

.BRicon .icon.icon-fullscreen-exit:before {
  content: "\f78c";
}
/*# sourceMappingURL=media-viewers.css.map */