.overlay{position:fixed;top:0;right:0;bottom:0;left:0;margin:auto;animation:fade .2s}.content{border:0;animation:fade .2s}.box-none{pointer-events:none}.box-none *{pointer-events:all}.overlayNone{position:fixed;top:0;right:0;bottom:0;left:0;margin:auto;width:"100%";height:"100%";animation:fade .2s;pointer-events:none}.overlayNone *{pointer-events:all}.contentNone{border:0;animation:fade .2s}@keyframes fade{0%{opacity:0}to{opacity:1}}