﻿.custom-image-modal-container{display:none;position:fixed;z-index:9999;left:0;top:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.8);justify-content:center;align-items:center}.custom-image-modal-container.show{display:flex}.custom-image-overlay{position:absolute;left:0;top:0;width:100vw;height:100vh;background:rgba(0,0,0,.8);z-index:1}.custom-image-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;width:auto;height:auto;max-width:90vw;max-height:90vh}.custom-image-slider{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.custom-image-slide img{max-width:90vw;max-height:80vh;object-fit:contain;border-radius:8px;box-shadow:0 0 20px #000;background:#fff;display:block;margin:auto}.custom-image-close.custom-image-btn,.gclose.gbtn.custom-image-close{position:absolute;top:30px;right:50px;background:0 0;border:none;color:#fff;font-size:40px;cursor:pointer;z-index:10}.custom-image-title{color:#fff;text-align:center;margin-top:10px;font-size:1.2rem;font-weight:500;text-shadow:0 2px 8px #000}.custom-image-close.custom-image-btn{font-weight:700}.gclose.gbtn.custom-image-close{padding:0;line-height:1}.gclose.gbtn.custom-image-close svg{width:40px;height:40px;fill:#fff}