.index-stories-section{align-items:center;display:flex;flex-direction:column;gap:16px;width:100%}.index-stories-section__title{color:#868994;font-family:var(--font-text);font-size:15px;font-weight:500;line-height:normal;margin:0;text-transform:uppercase}.index-stories{align-items:center;display:flex;gap:24px}.index-stories__item{align-items:center;background:transparent;border:0;cursor:pointer;display:flex;flex-direction:column;gap:10px;justify-content:center;padding:0;width:80px}.index-stories__item--skeleton{cursor:default;pointer-events:none}.index-stories__avatar{flex-shrink:0;height:56px;position:relative;width:56px}.index-stories__ring{border-radius:100px;box-shadow:0 1px 1px #0000000f;top:0;right:0;bottom:0;left:0;overflow:hidden;position:absolute}.index-stories__ring:before{animation:index-stories-spin 2.8s linear infinite;background:conic-gradient(from 0deg,#483dfc,#8b7cff,#67e8f9,#c4b5fd,#483dfc 1turn);content:"";top:-50%;right:-50%;bottom:-50%;left:-50%;position:absolute}.index-stories__inner{align-items:center;background:#fff;border-radius:100px;display:flex;top:2px;right:2px;bottom:2px;left:2px;justify-content:center;overflow:hidden;position:absolute;z-index:1}.index-stories__inner img{border-radius:5px;height:44px;-o-object-fit:cover;object-fit:cover;width:44px}.index-stories__name{color:#000;font-family:var(--font-heading);font-feature-settings:"lnum" 1,"pnum" 1;font-size:15px;font-weight:600;line-height:normal;max-width:80px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}@keyframes index-stories-spin{to{transform:rotate(1turn)}}
