
.no-scroll{
	height: 100vh !important;
	overflow-y: hidden !important;
}
#lightbox-pdf-viewer-wrapper{
  padding: 10px 200px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .65);
  z-index: 9999999;
  opacity: 1;
  transition: all .3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.lightbox_pdf-button{
  display: contents;
}
.lightbox_pdf-button a{
	padding: 18px 33px 17px 27px;
	margin: 50px 0 75px 0;
	background-color: #C42237;
	color: #fff;
	border-radius: 20px;
	text-decoration: none;
}
.lightbox_pdf-button a:hover{
  background-color: #B12436;
  text-decoration: none;
  color: #fff;
}
#lightbox-pdf-viewer-wrapper.hidden{
  opacity: 0;
  visibility: hidden;
}
#lightbox-pdf-viewer-wrapper #lightbox-pdf-viewer-canvas-wrap{
  margin: auto auto 20px auto;
  height: calc(100% - 200px);
  max-width: 100%;
  object-fit: contain;
  overflow: scroll;
}
#lightbox-pdf-viewer-wrapper #lightbox-pdf-viewer-by-csomor{
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  transform-origin: left top;
}
#lightbox-pdf-viewer-prev{
  width: 17px;
  height: 34px;
  background-image: url('../images/prev.png');
  outline: none;
  border: none;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .2s ease;
}
#lightbox-pdf-viewer-prev:hover{
  transform: scale(1.2);
}
#lightbox-pdf-viewer-next{
  width: 17px;
  height: 34px;
  background-image: url('../images/next.png');
  outline: none;
  border: none;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .2s ease;
}
#lightbox-pdf-viewer-next:hover{
  transform: scale(1.2);
}
#lightbox-pdf-viewer-close{
  width: 44px;
  height: 44px;
  background-color: #F7F7F7;
  border: 1px solid #888888;
  border-radius: 15px;
  background-image: url('../images/close.png');
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 15px;
  right: 200px;
  transition: all .2s ease;
  cursor: pointer;
}
#lightbox-pdf-viewer-close:hover{
  background-color: #eeeeee;
  transform: scale(1.2);
}
#lightbox-pdf-viewer-navbar{
  width: 100%;
  display: flex;
  justify-content: center;
}
#lightbox-pdf-viewer-counter{
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  margin: auto 30px auto 0;
  width: 250px;
}
#lightbox-pdf-viewer-counter .pagecount{
  height: 44px;
  min-width: 60px;
  background-color: #8080807d;
  text-align: center;
  padding-top: 10px;
}
#lightbox-pdf-viewer-counter #download-pdf{
  height: 44px;
  width: 44px;
  font-size: 30px;
  text-align: center;
  color: #6E757B;
}
#lightbox-pdf-viewer-counter #lightbox-pdf-viewer-zoomin, #lightbox-pdf-viewer-counter #lightbox-pdf-viewer-zoomout{
  height: 44px;
  width: 44px;
  font-size: 36px;
  text-align: center;
  color: #6E757B;
  line-height: 32px;
  cursor: pointer;
  background-position: center;
  background-size: 26px;
  background-repeat: no-repeat;
  transition: all .2s ease;
  backface-visibility: visible;
}
#lightbox-pdf-viewer-counter #lightbox-pdf-viewer-zoomin:hover, #lightbox-pdf-viewer-counter #lightbox-pdf-viewer-zoomout:hover{
  transform: scale(1.1);
}
#lightbox-pdf-viewer-counter #newtab-img{
  height: 44px;
  width: 44px;
  padding: 10px;
  transition: all .2s ease;
  backface-visibility: visible;
}
#lightbox-pdf-viewer-counter #newtab-img:hover{
  transform: scale(1.1);
}
#lightbox-pdf-viewer-audio{
  height: 44px;
}

.lightbox_pdf-card{
  width: 100%;
  max-width: 235px;
  height: 100%;
  max-height: 346px;
  text-align: center;
  overflow: hidden;
  padding-bottom: 5px;
}
.lightbox_pdf-card .rounded-box{
  width: 100%;
  max-width: 223px;
  height: 100%;
  max-height: 325px;
  border-radius: 25px;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.lightbox_pdf-card img{
  width: 100%;
  max-width: 223px;
  height: 100%;
  max-height: 325px;
}
.lightbox_pdf-card .pdf-shadow{
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  max-width: 223px;
  padding-top: 20px;
  text-align: center;
  transition: all .3s ease;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}
.lightbox_pdf-card a:hover .pdf-shadow{
  bottom: 0;
}
.lightbox_pdf-card a:hover p{
  text-decoration: underline;
}
.lightbox_pdf-card h5{
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.lightbox_pdf-card p{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
@media(max-width:991px){
  #lightbox-pdf-viewer-wrapper{
    padding: 10px 100px;
  }
  #lightbox-pdf-viewer-close{
    right: 100px;
  }
}
@media(max-width:768px){
  #lightbox-pdf-viewer-wrapper{
    padding: 10px 50px;
  }
  #lightbox-pdf-viewer-close{
    right: 50px;
  }
  #lightbox-pdf-viewer-prev{
    position: absolute;
    bottom: 20px;
    left: 50px;
  }
  #lightbox-pdf-viewer-next{
    position: absolute;
    bottom: 20px;
    right: 50px;
  }
  .lightbox_pdf-button{
    display: flex;
  }
}
@media(max-width:576px){
  .lightbox_pdf-card{
    max-width: 100%;
  }
}