/** Shopify CDN: Minification failed

Line 117:9 Expected ":"
Line 117:10 Expected identifier but found "100%"

**/

.hb-modal__overlay {
  background: rgba(0,0,0,0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  display:block !important;
}
.hb-pdf-popup__modal-grid {
    display: flex;
    height: 100%;
}
.hb-pdf-popup__header {
    padding: 24px 24px 12px;
}
.hb-pdf-popup__modal {
  position: relative;
  max-width: 500px;
  margin:auto;
  background: #fff;
  height:100%;
  scrollbar-width: none;
  border-radius: 10px;
  display:flex;
  flex-direction:column;
}
.hb-pdf-popup .hb-pdf-slider.swiper {
    position:unset;
}
.hb-pdf-slider.swiper {
    overflow-x: hidden;
    width:100%;
     overflow-y:auto;
    scrollbar-width: none;
    overflow-y: auto;
    box-shadow: 0 25px 50px -12px #00000040;
    background: oklch(96.7% .003 264.542);
    padding: 20px;
    height: 100%;
}
.hb-pdf-popup .swiper-wrapper {
    box-sizing:border-box;
}
.hb-pdf-popup__title {
    color: #000;
    margin: 0 0 10px;
}
.hb-pdf-popup__text { 
    color: #1a1a1a;
    margin: 0 0;
}
.hb-pdf-slide iframe {
  width: 100%;
  height: 100%; 
  display:block;
  object-fit:cover;
}
.hb-pdf-popup__footer {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    gap:20px;
}
.hb-pdf-popup__zoom-no {
    color:#000;
}
/* Next Previse Btn Css */
.hb-swiper-btn {
  background-color: rgb(0, 91, 211);
  max-width:48px;
  min-width:48px;
  height:48px;
  border-radius:50%;
  padding: 12px;
}
.hb-swiper-btn.swiper-button-prev {
    left: 0;
}
.hb-swiper-btn.swiper-button-next {
    right: 0;
}
.hb-swiper-btn::after, .hb-swiper-btn::before {
    display:none; 
}
.hb-swiper-btn svg {
    width:100%;
    height:100%;
    display:block;
    color:#fff;
}
.hb-swiper-btn.swiper-button-next.swiper-button-disabled, 
.hb-swiper-btn.swiper-button-prev.swiper-button-disabled {
    display:none;
}
.hb-pdf-popup__close {
    position: absolute;
    top: 10px;
    right: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    right: 10px;
    padding: 0;
    width: 16px;
    height: 16px;
}
.hb-pdf-popup__close:hover {
    position:absolute !important;
}
.hb-pdf-popup__close svg {
    width;100%;
    height:100%;
    display:block;
}
.swiper-pagination.hb-swiper-pagination {
    position:unset;
    width: fit-content;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width:20px;
    border-radius:8px;
}
.hb-pdf-controls {
    display: flex;
    gap:5px;
}
.hb-pdf-controls .zoom-in,
.hb-pdf-controls .zoom-out {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background: #fff;
}
.hb-pdf-popup .swiper-pagination.hb-swiper-pagination {
    position:absolute;
    bottom: 30px;
    right: 0;
    transform: unset !important;
    left: auto !important;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.hb-video-popup .swiper-slide {
    height:auto;
    padding-bottom:50px;
    width:100% !important;
    display:flex;
}
.hb-video-popup .swiper-slide video {
    width:100% !important;
    height:100% !important;
    display:block;
    object-fit:cover;
}
@media screen and (max-width:767px){
 .hb-pdf-popup__modal {
    max-width:98%;
 }
}