.cometchat-groups{background:var(--cometchat-background-color-01,#fff);flex-direction:column;flex-shrink:0;align-items:flex-start;gap:0;width:100%;height:100%;display:flex}.cometchat-groups__empty-state-view{flex-direction:column;display:flex}.cometchat-groups__empty-state-view,.cometchat-groups__error-state-view{gap:var(--cometchat-padding-5,20px);background:var(--cometchat-background-color-01,#fff);flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.cometchat-groups__empty-state-view-body,.cometchat-groups__error-state-view-body{gap:var(--cometchat-padding,2px);flex-direction:column;display:flex}.cometchat-groups__empty-state-view-body-title,.cometchat-groups__error-state-view-body-title{width:280px;color:var(--cometchat-text-color-primary,#141414);text-align:center;font:var(--cometchat-font-heading3-bold);font-style:normal}.cometchat-groups__empty-state-view-body-description,.cometchat-groups__error-state-view-body-description{width:280px;color:var(--cometchat-text-color-secondary,#727272);text-align:center;font:var(--cometchat-font-body-regular);font-style:normal}.cometchat-groups__shimmer{background:var(--cometchat-background-color-01,#fff);width:100%;height:100%}.cometchat-groups__shimmer-item{width:100%;min-width:240px;max-width:1440px;height:72px;padding:var(--cometchat-padding-3,12px)var(--cometchat-padding-4,16px);align-items:center;gap:12px;display:flex}.cometchat-groups__shimmer-item-avatar{border-radius:var(--cometchat-radius-max,1000px);background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0%,#eee 100%));flex-shrink:0;width:48px;height:48px;display:flex}.cometchat-groups__shimmer-item-body{gap:var(--cometchat-padding-2,8px);flex-direction:column;width:100%;height:100%;display:flex}.cometchat-groups__shimmer-item-body-title{border-radius:var(--cometchat-radius-2,8px);background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0%,#eee 100%));flex-shrink:0;width:50%;height:22px;animation:1.5s linear infinite shimmerAnimation}.cometchat-groups__shimmer-item-body-subtitle{border-radius:var(--cometchat-radius-2,8px);background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0%,#eee 100%));flex-shrink:0;width:25%;height:12px;animation:1.5s linear infinite shimmerAnimation}@keyframes shimmerAnimation{0%{background-position:-468px 0}to{background-position:468px 0}}.cometchat-groups__list-item{cursor:pointer}.cometchat-groups__list-item-active .cometchat-list-item{background-color:var(--cometchat-white-pressed,#e8e8e8)}.cometchat-groups__list-item-password .cometchat-list-item__status{border-radius:var(--cometchat-radius-max,1000px);border:2px solid var(--cometchat-neutral-color-50,#fff);background-color:var(--cometchat-success-color,#09c26f);justify-content:center;align-items:center;width:14px;min-width:14px;height:14px;margin-right:-14px;display:flex;position:relative;top:20px;right:15px}.cometchat-groups__list-item-private .cometchat-list-item__status{border-radius:var(--cometchat-radius-max,1000px);border:2px solid var(--cometchat-neutral-color-50,#fff);background-color:var(--cometchat-warning-color,#ffab00);justify-content:center;align-items:center;width:14px;min-width:14px;height:14px;margin-right:-14px;display:flex;position:relative;top:20px;right:15px}.cometchat-groups__list-item-password .cometchat-list-item__status-icon{background:var(--cometchat-static-white,#fff);border:none;justify-content:center;align-self:center;align-items:center;width:8px;height:8px;display:flex;-webkit-mask:url("../../assets/lock.svg") 50%/contain no-repeat;mask:url("../../assets/lock.svg") 50%/contain no-repeat}.cometchat-groups__list-item-private .cometchat-list-item__status-icon{background:var(--cometchat-static-white,#fff);border:none;justify-content:center;align-self:center;align-items:center;width:8px;height:8px;display:flex;-webkit-mask:url("../../assets/shield.svg") 50%/contain no-repeat;mask:url("../../assets/shield.svg") 50%/contain no-repeat}.cometchat-groups__subtitle{color:var(--cometchat-text-color-secondary,#727272);text-overflow:ellipsis;white-space:nowrap;font:var(--cometchat-font-body-regular);font-style:normal;overflow:hidden}.cometchat-groups__list-item .cometchat-avatar,.cometchat-groups__list-item .cometchat-list-item__leading-view{width:40px;height:40px}.cometchat-groups .cometchat-list-item__body{padding:0}