#lightbox-modal {
  display: none;
  position: fixed;
  z-index: 200;
  padding-top: 0px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: black;
}

.science-mode img {
  filter: invert();
}

#lightbox-content-bounds {
  position: relative;
  background: black;
  margin: auto;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

#lightbox-main {
  flex-grow: 1;
  background: black;
}

#lightbox-main-prev-button,
#lightbox-main-next-button {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 2em;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  z-index: 200;
}
#lightbox-main-prev-button:hover,
#lightbox-main-next-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

#lightbox-main-next-button {
  right: 0;
  border-radius: 3px 0 0 3px;
}

#lightbox-toolbar {
  width: 100%;
  height: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  background: linear-gradient(to bottom, #2a2b29 90%, #161614 100%);
  color: #e9e8ef;
  position: relative;
}

#lightbox-toolbar-left-section,
#lightbox-toolbar-center-section,
#lightbox-toolbar-right-section {
  display: flex;
  align-items: center;
  height: 100%;
}

#lightbox-toolbar-center-section {
  position: absolute;
  text-align: center;
  left: 50%;
  flex-shrink: 0;
  font-size: 20px;
}
#lightbox-toolbar-center-section > * {
  flex-shrink: 0;
}

#lightbox-toolbar-right-section,
#lightbox-toolbar-left-section > * {
  margin-right: 10px; /* Spacing between items on the left */
}

#lightbox-toolbar-left-section,
#lightbox-toolbar-right-section > * {
  margin-left: 10px; /* Spacing between items on the right */
}

#lightbox-close-button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: bold;
  user-select: none;
}
#lightbox-close-button:hover, #lightbox-close-button:focus {
  color: #989997;
  text-decoration: none;
  cursor: pointer;
}

.lightbox-toolbar-icon-sizer {
  display: flex;
  height: 100%;
}
.lightbox-toolbar-icon-sizer a {
  height: 60%;
  margin: 5px;
}
.lightbox-toolbar-icon-sizer img path, .lightbox-toolbar-icon-sizer svg path {
  fill: #e9e8ef;
}
.lightbox-toolbar-icon-sizer img:hover path, .lightbox-toolbar-icon-sizer img:focus path, .lightbox-toolbar-icon-sizer svg:hover path, .lightbox-toolbar-icon-sizer svg:focus path {
  fill: #989997;
}

#lightbox-zoom-viewport {
  height: 100%;
  width: 100%;
  background: #262624;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

#lightbox-zoom-content {
  cursor: grab;
  position: absolute;
}

.lightbox-zoom-overlay-image {
  width: auto;
  height: auto;
  margin: auto;
}

.lightbox-zoom-overlay-svg {
  position: absolute;
  left: 0px;
  top: 0px;
}

#lightbox-preview-bounds {
  position: relative;
  height: 15%;
  background: black;
  transition: 0.25s;
}

#lightbox-preview-scrollspace {
  height: 100%;
  display: flex;
  overflow-x: auto;
  align-items: center;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
#lightbox-preview-scrollspace::-webkit-scrollbar {
  display: none; /* For Chrome, Safari and Opera */
}

#lightbox-preview-block-tocenter {
  margin: auto;
  display: flex;
  height: 100%;
}

.lightbox-preview-wrapper {
  position: relative;
  height: 100%;
  flex-shrink: 0;
  display: inline-flex;
  margin-right: 10px; /* spacing between images */
}

.lightbox-preview-image {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.lightbox-preview-scroll-button {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 40px;
  height: 50%;
  background: linear-gradient(to bottom, #636462 0%, #2a2b29 30%, #2a2b29 70%, #636462 100%);
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 210;
  user-select: none;
}

#lightbox-preview-scroll-left {
  left: 0;
  border-radius: 0px 10px 10px 0px;
}

#lightbox-preview-scroll-right {
  right: 0;
  border-radius: 10px 0px 0px 10px;
}

.lightbox-preview-toggle-button {
  position: absolute;
  top: 0;
  left: 50%;
  height: 20px;
  width: 50px;
  transform: translate(-50%, -50%);
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #a0a09f;
  color: white;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 210;
  user-select: none;
  transition: 0.25s;
}

.lightbox-preview-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lightbox-preview-wrapper-noselect {
  transform: scale(0.9);
  transition: 0.5s;
}
.lightbox-preview-wrapper-noselect:hover {
  transform: scale(1);
}

.lightbox-preview-noselect {
  background: rgba(0, 0, 0, 0.5) 0%;
}
.lightbox-preview-noselect:hover {
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 100%);
}

.lightbox-preview-info-icon {
  position: absolute;
  height: 25%;
  right: 3%;
  bottom: 3%;
}

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