/* Lightbox v2.11.5 */
html.lb-disabled,
body.lb-disable-scrolling {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

body.lb-disable-scrolling {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.lightboxOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
  width: 100%;
  height: 100%;
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  margin: 0;
  padding: 10px;
  background: transparent;
  overflow-y: auto;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  width: auto;
  max-width: calc(100vw - 20px);
  max-height: 70vh;
  border-radius: 3px;
  border: 4px solid white;
  object-fit: contain;
  position: relative;
  z-index: 10001;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: auto;
  height: auto;
  max-width: calc(100vw - 20px);
  max-height: auto;
  margin: 0;
  padding: 0;
  border-radius: 4px;
  background-color: transparent;
  z-index: 10001;
  flex-shrink: 1;
}

.lb-figure {
  margin: 0;
  padding: 0;
}

.lb-container {
  position: relative;
  padding: 0;
  width: auto;
  height: auto;
  margin: 0;
  z-index: 10001;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
  z-index: 10000;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10002;
  display: flex;
  align-items: center;
  pointer-events: none;
}

.lb-container>.nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
  pointer-events: auto;
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  z-index: 10003;
  pointer-events: auto;
  background-clip: padding-box;
  line-height: 1;
}

.lb-nav a.lb-prev {
  width: 10%;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0.7 !important;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  font-size: 48px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lb-nav a.lb-prev::before {
  content: "❮";
  color: white;
  font-size: 48px;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  display: block;
  line-height: 1;
  height: 48px;
  vertical-align: middle;
}

.lb-nav a.lb-prev:hover {
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.8);
}

.lb-nav a.lb-next {
  width: 10%;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0.7 !important;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  font-size: 48px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lb-nav a.lb-next::before {
  content: "❯";
  color: white;
  font-size: 48px;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  display: block;
  line-height: 1;
  height: 48px;
  vertical-align: middle;
}

.lb-nav a.lb-next:hover {
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.8);
}


.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.8);
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 0;
  zoom: 1;
  width: auto;
  max-width: 90vw;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  position: fixed;
  top: 15px;
  right: 15px;
  display: block !important;
  width: 40px;
  height: 40px;
  background: none !important;
  text-align: center;
  outline: none;
  opacity: 1 !important;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 10004;
  cursor: pointer;
  font-size: 36px;
  color: white;
  line-height: 40px;
  padding: 0;
  border: none;
  background-image: none !important;
  float: none !important;
}

.lb-data .lb-close:before {
  content: "✕";
  color: white;
  font-size: 36px;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  display: block;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1 !important;
  transform: scale(1.1);
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}