@charset "UTF-8";
/*
 * GLightbox close-button icon.
 * Uses a RELATIVE url() so the servlet context path (e.g. /merchant in UAT) is inherited from
 * this stylesheet's own (proxy-rewritten) URL. An absolute /resources/... url() inside an inline
 * <style> is NOT rewritten by the UAT reverse proxy (only href/src HTML attributes are), so it
 * 404s under a context-path deployment. Keeping it here mirrors the working imgDelete.png rule.
 */
.glightbox-container .ginner-container .gclose { position: absolute; top: -18px; right: -18px; width: 42px; height: 42px; background: url("../images/icon/btnClose.png") 0 0 no-repeat; background-size: 42px auto; background-color: transparent !important; border-radius: 0 !important; padding: 0; opacity: 1 !important; }
.glightbox-container .ginner-container .gclose svg { display: none; }
.glightbox-container .ginner-container .gclose:hover { background-position: 0 -42px; background-color: transparent !important; opacity: 1 !important; }
