.overlayContainer{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);z-index:1000;justify-content:flex-end}.noScroll{overflow:hidden}.overlayContainer.open{z-index:999991;display:flex}.contentArea{width:40%;background:#FFFFFF;padding:5px;position:relative;overflow-y:auto}.closeButton{position:absolute;top:20px;right:20px;background:none;border:none;font-size:24px;cursor:pointer}@media (max-width:1024px){.contentArea{width:100%;height:65%;position:absolute;top:auto;bottom:0}.successContent{display:flex;flex-direction:column;align-items:center}.storeIcons{width:162px;flex-direction:column;gap:10px}}