body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}*{box-sizing:border-box}@media (prefers-color-scheme:dark){html{color-scheme:dark}body{color:#fff;background:#000}}img{width:120px;height:120px;-o-object-fit:cover;object-fit:cover}img,input{border-radius:.5rem;display:block}input{border:1px solid #ccc;font-size:1rem;width:100%}button,input{padding:.5rem}button{border-radius:.5rem;background-color:#2a3bbb;color:#fff;border:none;width:180px;height:50px;cursor:pointer}.avatar{border-radius:50%;display:block;max-width:50px;max-height:50px;-o-object-fit:cover;object-fit:cover;padding:.15rem}.userContainer{background-color:#242739;padding:1rem;border-radius:1rem;gap:1rem}.userContainer>div{padding:1rem}.user{width:100%;display:flex;align-items:center;justify-content:center;justify-content:space-between;margin:0 auto;padding:1.5rem}.bubblAvatar{justify-content:center}.bubblAvatar,.userBubbls{align-items:center;overflow-x:scroll;display:flex;padding:1rem;width:100%}.userBubbls{margin:0 auto;height:100%;background:#422424;flex-wrap:no-wrap;overflow-x:auto;border-radius:.5rem}.waitlist{overflow-x:scroll;margin:0 auto;background:#342424;flex-wrap:no-wrap;overflow-x:auto}.waitlist,.waitlistUser{align-items:center;width:100%;height:100%;padding:1rem;display:flex;border-radius:.5rem}.waitlistState,.waitlistUser{flex-direction:column;justify-content:center;margin:.5rem;background:#242739}.waitlistState{display:flex;align-items:center;padding:1rem;border-radius:.5rem;width:100%;height:100%}.waitlistState>div{padding:1rem}.userFriends{overflow-x:scroll;align-items:center;margin:0 auto;width:100%;height:100%;background:#3a1b1b;padding:1rem;display:flex;flex-wrap:no-wrap;overflow-x:auto;border-radius:.5rem}.bubbl-last{background:#170e0e;flex-direction:column;overflow-x:scroll;margin-right:0;flex:0 0 auto}.bubbl,.bubbl-last{align-items:center;justify-content:center}.bubbl{display:flex;flex-direction:column;width:300px;height:380px;background:#363131;border-radius:10px;margin:10px;padding:10px;box-shadow:0 0 10px rgba(0,0,0,.2);transition:all .2s ease-in-out;cursor:pointer}