.image-modal{position:fixed;top:0;left:0;min-height:100vh;min-height:calc(var(--vh, 1vh) * 100);width:100vw;z-index:9999;display:flex;flex-flow:column nowrap;justify-content:center;align-items:center}.image-modal img{height:auto!important;width:80%!important;max-width:800px!important;max-height:80vh!important;margin:0!important;border:4px solid white;border-radius:14px;box-shadow:0 12px 40px #0000004d;object-fit:contain}.image-modal p{color:var(--text-primary, black);margin-top:14px;max-width:80%;white-space:break-spaces;text-align:center;font-size:14px;font-family:var(--font-sans, sans-serif);line-height:1.5;padding:12px 16px;border-radius:10px;background-color:#fff}@keyframes loaderSwipeAnim{0%{left:-100%}to{left:100%}}
