.ticketshop_2024 #contentWrap{position:static}.spinnerWrap{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0, 0, 0, 0.3);z-index:2;display:flex;justify-content:center;align-items:center;font-size:4em}.spinnerWrap i{color:#000;animation:spinner 1.5s infinite}@keyframes spinner{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.maskOverlayWrap{display:table;width:100%;height:100%;position:fixed;top:0;bottom:0;left:0;right:0;z-index:99999999;display:none}.maskOverlayWrap ul{margin-left:20px}.maskOverlayWrap .maskOverlay{position:relative;top:0;z-index:999999999;left:0;right:0;bottom:0;background-color:rgba(0, 0, 0, 0.7);display:table-cell;vertical-align:middle}.maskOverlayWrap .miniLightbox{background-color:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;position:relative;margin:auto;vertical-align:middle;max-width:550px;width:100%;padding:40px 20px 25px;text-align:left;border-radius:var(--borderRadius)}.maskOverlayWrap .miniLightbox h2{font-size:1.5em;line-height:1.2em;margin-top:0;margin-bottom:10px}.maskOverlayWrap .miniLightbox a.dfm_btn{display:inline-block;position:relative;float:none}.maskOverlayWrap.showIt{display:table}.closeIt{cursor:pointer;float:right;height:30px;opacity:1;position:absolute;right:5px;top:5px;width:34px}.closeIt:before,.closeIt:after{background-color:#000;content:"";display:block;height:28px;position:absolute;right:20px;top:5px;width:5px}.closeIt:before{transform:rotate(-45deg)}.closeIt:after{transform:rotate(45deg)}.closeIt:hover{opacity:0.7}