a[data-toggle],
a[data-toggle]:not([href]):not([tabindex]):focus,
a[data-toggle]:not([href]):not([tabindex]):hover {
  cursor: pointer; }

.fixed {
  overflow: hidden; }

#cboxOverlay {
  background: #262626; }

#colorbox #cboxMiddleLeft,
#colorbox #cboxMiddleRight,
#colorbox #cboxTopLeft,
#colorbox #cboxTopRight,
#colorbox #cboxBottomLeft,
#colorbox #cboxBottomRight,
#colorbox #cboxBottomCenter,
#colorbox #cboxTopCenter {
  background: none; }

#colorbox #cboxContent {
  overflow: visible;
  border-radius: 5px; }

#colorbox #cboxLoadedContent {
  margin-bottom: 0;
  overflow: hidden !important;
  border-radius: 10px; }

#cboxClose {
  position: absolute;
  bottom: 100%;
  right: auto;
  left: 100%;
  display: inline-block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  background-image: none; }
  #cboxClose::before, #cboxClose::after {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    background: #cccccc;
    height: 2px;
    margin-top: -2px; }
  #cboxClose::before {
    transform: rotate(45deg); }
  #cboxClose::after {
    transform: rotate(-45deg); }

#colorbox, #cboxOverlay, #cboxWrapper {
  z-index: 10000003; }


/*# sourceMappingURL=lightbox-assets-9701c32e9fedb69098cb.css.map*/