#activity-container{position:relative;width:100%;height:100%;padding:10px;color:#8bf6f2;display:flex}#activity-container #feed{border-radius:5px;height:100%;display:flex;flex-direction:column;gap:25px;padding:10px}#activity-container #contacts-list{position:absolute;height:100%;width:max-content;top:10px;right:0;padding:10px;border-radius:5px;z-index:1000;pointer-events:none}#activity-container #contacts-list .sticky{overflow-y:auto;position:sticky;top:20px;pointer-events:auto}#activity-container #contacts-list .sticky .people-list{background:#162226;padding:15px;border-radius:2px}@media only screen and (min-width: 960px){#activity-container #feed{flex:1 1 100%}#activity-container #contacts-list{position:relative;top:0;flex:0 0 15em}}.feed-item{font-size:16px;color:#8bf6f2;background:rgba(0,0,0,.2);width:100%;height:300px;display:flex;gap:10px;border-radius:2px;position:relative;padding:10px}.feed-item .online-list{z-index:1000;text-shadow:0 0 1px #fffee5;flex:0 0 10em;max-height:100%;padding:8px;background:#162226;border-radius:2px;background:#162226;box-shadow:0 0 2px #e5fbda;overflow-y:auto}.feed-item .world-thumb{flex:1 1 100%}.feed-item .world-thumb .world-square{height:100%}.feed-item.persistent{height:300px}.feed-item.ephemeral{height:110px}.scrollbar{overflow-y:auto;scrollbar-gutter:stable}.scrollbar::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.scrollbar::-webkit-scrollbar{width:6px;background:rgba(0,0,0,0)}.scrollbar::-webkit-scrollbar-thumb{background:#162226;border-radius:4px}.green-dot{background-color:green;width:10px;height:10px;border-radius:50%;display:inline-block;margin-right:10px}.people-list{margin-bottom:10px}.people-list h3{color:#fff;font-size:1rem;text-shadow:0 0 1px #e5fbda;display:flex;flex-direction:row;justify-content:space-between;cursor:pointer}.people-list ul{list-style-type:none;margin-top:10px}.people-list ul li{padding:5px;display:flex;flex-direction:row;align-items:center;font-size:.9rem}.people-list ul li:hover{background:#8bf6f2;color:#162226;border-radius:2px;box-shadow:0 0 2px #e5fbda;cursor:pointer}
