.bubbles{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0}.bubble{position:absolute;bottom:-100px;border-radius:50%;opacity:.7;animation:rise 10s infinite ease-in}@keyframes rise{0%{transform:translateY(0) translate(0);opacity:.7}50%{opacity:.3}to{transform:translateY(-1080px) translate(var(--translateX));opacity:0}}.custom-scrollbar::-webkit-scrollbar{height:8px;width:8px}.custom-scrollbar::-webkit-scrollbar-track{background:#0f172a80;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#64748b80;border-radius:4px;border:2px solid transparent;background-clip:content-box}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#64748bcc}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(100,116,139,.5) rgba(15,23,42,.5)}
