.cometchat-conversation-summary__wrapper{width:100%;height:100%;padding:var(--cometchat-padding-1,4px)var(--cometchat-padding-2,8px)}.cometchat-conversation-summary{width:100%;height:100%;padding:var(--cometchat-padding-3,12px)var(--cometchat-padding-4,16px);border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:var(--cometchat-radius-2,8px);background:var(--cometchat-background-color-01,#fff);align-items:flex-start;gap:var(--cometchat-padding-2,8px);flex-direction:column;display:flex;box-shadow:0 12px 16px -4px #10182805,0 4px 6px -2px #10182808}.cometchat-conversation-summary__header{justify-content:space-between;align-self:stretch;align-items:center;display:flex}.cometchat-conversation-summary__header-title{color:var(--cometchat-text-color-primary,#141414);text-overflow:ellipsis;font:var(--cometchat-font-body-medium);font-style:normal;overflow:hidden}.cometchat-conversation-summary__header-close-button{background-color:var(--cometchat-icon-color-primary,#141414);cursor:pointer;width:20px;height:20px;-webkit-mask:url("../../assets/close.svg") 50% no-repeat;mask:url("../../assets/close.svg") 50% no-repeat}.cometchat-conversation-summary__body{width:100%;color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-body-regular);text-align:left;flex:1 0 0;font-style:normal}.cometchat-conversation-summary__shimmer{justify-content:center;align-items:flex-start;gap:var(--cometchat-padding-2,8px);flex-direction:column;width:100%;display:flex}.cometchat-conversation-summary__shimmer-item{width:100%;height:14px;padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-5,20px);align-content:center;align-items:center;gap:4px var(--cometchat-padding-1,4px);border-radius:var(--cometchat-radius-max,1000px);background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0%,#eee 100%));background-size:800px 104px;flex-wrap:wrap;align-self:stretch;animation:1.5s linear infinite shimmerAnimation;display:flex}.cometchat-conversation-summary__shimmer .cometchat-conversation-summary__shimmer-item:last-child{width:70%}@keyframes shimmerAnimation{0%{background-position:-468px 0}to{background-position:468px 0}}.cometchat-conversation-summary__shimmer-item{background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0%,#eee 100%));background-size:800px 104px;animation:1.5s linear infinite shimmerAnimation}.cometchat-conversation-summary__error-view,.cometchat-conversation-summary__empty-view{color:var(--cometchat-text-color-secondary,#727272);text-align:center;font:var(--cometchat-font-body-regular);font-style:normal}