.custom-scrollbars > * {
  scroll-behavior: smooth;
}
/* HEY LOOK HERE - NOTE - if you're adding a custom variable, make sure '!default' in not at the end, otherwise,
 Bootstrap will enforce the factory default color */
/*-----------------------------------------------------------*/
/*----               Pagination Component                ----*/
/*-----------------------------------------------------------*/
.pagination-row {
  background: #fff;
}
.pagination-row .page-spread .page-item.active .page-link {
  pointer-events: none;
}
.pagination-row .page-spread .page-item.disabled .page-link {
  pointer-events: visible;
  cursor: not-allowed;
}
.pagination-row .page-spread * {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.pagination-row .page-size {
  position: relative;
}
.pagination-row .page-size select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding-right: 1.5em;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pagination-row .page-size select.form-control:active, .pagination-row .page-size select.form-control:focus {
  -webkit-box-shadow: #19528a auto 1px;
          box-shadow: #19528a auto 1px;
  border: #19528a auto 1px;
  outline: #19528a auto 1px;
}
.pagination-row .page-size select,
.pagination-row .page-size option {
  -moz-text-align-last: right;
       text-align-last: right;
}
.pagination-row .page-size .page-size-caret {
  margin-left: -1.6em;
  pointer-events: none;
}
.pagination-row .page-size:after {
  content: "";
  left: 10px;
  bottom: 0.25em;
  height: 3px;
  width: calc(100% - 0.6em);
  border-bottom: 1px dashed #292929;
  position: absolute;
}
.pagination-row .page-go-to input[type=text] {
  width: 5em;
  color: #606065;
}
.pagination-row .page-spread {
  margin-top: 0;
  margin-bottom: 0;
}
.pagination-row .page-spread .page-link:focus {
  z-index: 4;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pagination-row .page-spread .page-item {
  padding: 0;
  margin: 0;
}
.pagination-row .page-spread .page-item:hover .page-link:not(.directional) span:after {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  margin: 0 auto;
  border-bottom: 1px solid;
  border-color: #606065;
  margin-bottom: -2px;
}
.pagination-row .page-spread .page-item.disabled .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pagination-row .page-spread .page-item.active .page-link {
  border: 1px solid transparent;
}
.pagination-row .icon {
  margin-bottom: -2px;
}
.pagination-row .pagination {
  margin: 0;
}
.pagination-row span[role=button] {
  margin-top: 0.1em;
}
.image-loader .image-container > img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* HEY LOOK HERE - NOTE - if you're adding a custom variable, make sure '!default' in not at the end, otherwise,
 Bootstrap will enforce the factory default color */
.hl-overlay {
  top: 0;
  left: 0;
}

.overlay-button {
  cursor: pointer;
}
.overlay-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.gradient-overlay {
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(5em, rgba(255, 255, 255, 0.229167)), color-stop(10em, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0.229167) 5em, rgba(255, 255, 255, 0) 10em);
  background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0.229167) 5em, rgba(255, 255, 255, 0) 10em);
}

/*# sourceMappingURL=LibraryContent~0fb3e946.ec99851c.chunk.css.map*/