.sticky-bottom{position:fixed;bottom:0;left:0;width:100%;z-index:9999;background:white;opacity:0;transition:opacity 0.5s ease-in-out;pointer-events:auto}.sticky-bottom.visible{opacity:1}