.slideInPopupOverlay{position:fixed;top:0;left:0;width:100vw;height:100%;background-color:rgba(0,0,0,0);z-index:6000;overflow:hidden;pointer-events:none}.slideInPopupOverlay.withDarkOverlay{pointer-events:none}.slideInPopupOverlay.open>.slideInPopup{bottom:0}.slideInPopupOverlay.open.withDarkOverlay{pointer-events:all;animation:popupContainerAnimation .5s forwards}.slideInPopupOverlay.closed.withDarkOverlay.hasBeenOpen{animation:popupContainerAnimation .5s backwards}.slideInPopup{pointer-events:all;position:absolute;width:100%;bottom:-100%;left:0;transition:bottom .5s ease;background-color:#fff;overflow:hidden;border-top-left-radius:16px;border-top-right-radius:16px}.slideInPopup .slideInPopupContent{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.slideInPopup .closeButton{position:absolute;top:16px;right:16px;z-index:10;background:#fff;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer}@keyframes popupContainerAnimation{0%{background-color:rgba(0,0,0,0)}10%{background-color:rgba(0,0,0,0)}to{background-color:rgba(0,0,0,.5647058824)}}.closeButton{background-color:#f7f7f7;border-radius:8px;width:42px;height:42px;display:flex;align-items:center;justify-content:center}.closeButton>img{width:13px;height:13px}