.cometchat-call-logs{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-call-logs__outgoing-call{z-index:10;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.cometchat-call-logs__list-item-active .cometchat-list-item{background-color:var(--cometchat-white-pressed,#e8e8e8)}.cometchat-call-logs__list-item-trailing-view{background:var(--cometchat-icon-color-primary,#fff);border:none;justify-content:center;align-self:center;align-items:center;width:24px;height:24px;display:flex;-webkit-mask-size:contain;mask-size:contain}.cometchat-call-logs__list-item-trailing-view-video{-webkit-mask:url("../../assets/call-log_video.svg") 50% no-repeat;mask:url("../../assets/call-log_video.svg") 50% no-repeat}.cometchat-call-logs__list-item-trailing-view-audio{-webkit-mask:url("../../assets/call-log-audio.svg") 50% no-repeat;mask:url("../../assets/call-log-audio.svg") 50% no-repeat}.cometchat-call-logs__list-item-subtitle{gap:4px;display:flex}.cometchat-call-logs__list-item-subtitle .cometchat-date{color:var(--cometchat-text-color-secondary,#727272);text-overflow:ellipsis;font:var(--cometchat-font-body-regular);padding:0;overflow:hidden}.cometchat-call-logs__list-item-subtitle-icon{background:var(--cometchat-icon-color-primary,#fff);border:none;justify-content:center;align-self:center;align-items:center;width:16px;height:16px;display:flex;-webkit-mask-size:contain;mask-size:contain}.cometchat-call-logs__list-item-subtitle-icon-missed-call{background-color:var(--cometchat-error-color,#f44649);-webkit-mask:url("../../assets/call_received.svg") 50% no-repeat;mask:url("../../assets/call_received.svg") 50% no-repeat}.cometchat-call-logs__list-item-subtitle-icon-outgoing-call{background-color:var(--cometchat-success-color,#09c26f);-webkit-mask:url("../../assets/call_made.svg") 50% no-repeat;mask:url("../../assets/call_made.svg") 50% no-repeat}.cometchat-call-logs__list-item-subtitle-icon-incoming-call{background-color:var(--cometchat-success-color,#09c26f);-webkit-mask:url("../../assets/missedCallIcon.svg") 50% no-repeat;mask:url("../../assets/missedCallIcon.svg") 50% no-repeat}.cometchat-call-logs__empty-state-view,.cometchat-call-logs__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-call-logs__empty-state-view-body,.cometchat-call-logs__error-state-view-body{gap:var(--cometchat-padding,2px);flex-direction:column;display:flex}.cometchat-call-logs__empty-state-view-body-title,.cometchat-call-logs__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-call-logs__empty-state-view-body-description,.cometchat-call-logs__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-call-logs__shimmer{background:var(--cometchat-background-color-01,#fff);width:100%;height:100%}.cometchat-call-logs__shimmer-item{width:100%;min-width:240px;height:72px;padding:var(--cometchat-padding-3,12px)var(--cometchat-padding-4,16px);align-items:center;gap:12px;display:flex}.cometchat-call-logs__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-call-logs__shimmer-item-body{align-items:center;gap:var(--cometchat-padding-2,8px);width:100%;height:100%;display:flex}.cometchat-call-logs__shimmer-item-body-title-wrapper{flex-direction:column;gap:10px;width:100%;height:100%;display:flex}.cometchat-call-logs__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-call-logs__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}.cometchat-call-logs__shimmer-item-body-tail{border-radius:var(--cometchat-radius-2,8px);background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0%,#eee 100%));width:32px;height:32px;min-height:32px;animation:10.5s linear infinite shimmerAnimation}.cometchat-call-logs .cometchat-list-item{padding:var(--cometchat-padding-3,12px)var(--cometchat-padding-4,16px);cursor:pointer}.cometchat-call-logs .cometchat-list-item__body{padding:0}@keyframes shimmerAnimation{0%{background-position:-468px 0}to{background-position:468px 0}}