@keyframes modalBackdropIn{0%{opacity:0}to{opacity:1}}@keyframes modalContentIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.animate-modal-backdrop{animation:modalBackdropIn .4s cubic-bezier(.33,1,.68,1) forwards;cursor:pointer}.animate-modal-content{animation:modalContentIn .45s cubic-bezier(.33,1,.68,1) forwards}.gallery-modal-swiper{width:100%;height:100%;min-height:0}.gallery-modal-swiper .swiper-wrapper{height:100%}.gallery-modal-swiper .gallery-modal-swiper-slide{height:100%;display:flex;align-items:center;justify-content:center;box-sizing:border-box}html[data-theme=light] .gallery-modal-nav-btn{background:rgba(255,255,255,.2)!important;color:var(--theme-text)!important}html[data-theme=light] .gallery-modal-nav-btn:hover{background:rgba(255,255,255,.3)!important}