.cometchat-message-information{border-radius:var(--cometchat-radius-5,20px);border:1px solid var(--cometchat-border-color-light,#f5f5f5);background:var(--cometchat-background-color-01,#fff);flex-shrink:0;width:100%;max-width:420px;height:fit-content;max-height:100%;overflow:hidden;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-message-information__header{height:64px;padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-4,16px);align-items:center;gap:var(--cometchat-padding-3,12px);border-bottom:1px solid var(--cometchat-border-color-light,#f5f5f5);border-left:1px solid var(--cometchat-border-color-light,#f5f5f5);background:var(--cometchat-background-color-01,#fff);align-self:stretch;display:flex}.cometchat-message-information__header-title{color:var(--cometchat-text-color-primary,#141414);text-overflow:ellipsis;font:var(--cometchat-font-heading3-bold,700 20px Roboto);flex-direction:column;flex:1 0 0;justify-content:center;align-items:flex-start;gap:0;display:flex;overflow:hidden}.cometchat-message-information__header-close{cursor:pointer;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.cometchat-message-information__header-close .cometchat-button{background:0 0;gap:0;width:24px;height:24px;padding:0}.cometchat-message-information__header-close .cometchat-button:hover,.cometchat-message-information__header-close .cometchat-button:active{background:0 0}.cometchat-message-information__header-close .cometchat-button__icon{background:var(--cometchat-icon-color-primary,#141414)}.cometchat-message-information__header-close .cometchat-button__icon:hover{background:var(--cometchat-icon-color-highlight)}.cometchat-message-information__message{padding:var(--cometchat-padding-5,20px)var(--cometchat-padding-4,16px);background:var(--cometchat-background-color-02,#fafafa);border-bottom:1px solid var(--cometchat-border-color-light);align-items:flex-start;gap:0;width:100%;max-height:300px;display:flex;overflow:hidden auto}.cometchat-message-information__message .cometchat-message-bubble__wrapper{width:100%;padding:0}.cometchat-message-information__receipts{flex-direction:column;align-items:flex-start;width:100%;height:260px;padding:0;display:flex;overflow:hidden auto}.cometchat-message-information__receipts .cometchat-list-item__body-subtitle{flex-direction:column;gap:0}.cometchat-message-information-hide-scrollbar .cometchat-message-information__receipts::-webkit-scrollbar{display:none}.cometchat-message-information-hide-scrollbar .cometchat-message-information__receipts::-webkit-scrollbar-thumb{display:none}.cometchat-message-information-hide-scrollbar .cometchat-message-information__message::-webkit-scrollbar{display:none}.cometchat-message-information-hide-scrollbar .cometchat-message-information__message::-webkit-scrollbar-thumb{display:none}.cometchat-message-information__receipts .cometchat-list-item__body{padding:0}.cometchat-message-information__receipts .cometchat-list-item:hover{background:0 0}.cometchat-message-information__receipts-subtitle{align-items:flex-start;gap:var(--cometchat-padding-1,4px);flex-direction:column;flex:1 0 0;width:100%;padding:0;display:flex}.cometchat-message-information__receipts-subtitle-text{color:var(--cometchat-text-color-secondary,#727272);text-overflow:ellipsis;font:var(--cometchat-font-body-regular,400 14px Roboto);justify-content:space-between;align-self:stretch;align-items:center;display:flex;overflow:hidden}.cometchat-message-information__receipts .cometchat-list-item{padding:var(--cometchat-padding-3,12px)var(--cometchat-padding-4,16px);align-items:flex-start}.cometchat-message-information__receipts .cometchat-list-item__trailing-view{display:none}.cometchat-message-information__receipts .cometchat-list-item__leading-view,.cometchat-message-information__receipts .cometchat-avatar,.cometchat-message-information__receipts .cometchat-avatar__image{width:40px;height:40px}.cometchat-message-information__shimmer{background:var(--cometchat-background-color-01,#fff);width:100%;height:260px}.cometchat-message-information__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-message-information__shimmer-item-avatar{border-radius:var(--cometchat-radius-max,1000px);background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0%,#eee 100%));width:48px;height:48px;animation:5s linear infinite shimmerAnimation}.cometchat-message-information__shimmer-item-title{background:var(--cometchat-shimmer-gradient-color);border-radius:var(--cometchat-radius-2,8px);flex:1 0 0;justify-content:center;align-items:center;height:40px;animation:5s linear infinite shimmerAnimation;display:flex}@keyframes shimmerAnimation{0%{background-position:-468px 0}to{background-position:468px 0}}.cometchat-message-information__receipts-subtite-text,.cometchat-message-information__receipts-subtitle .cometchat-date,.cometchat-message-information__receipts-subtite-text .cometchat-date{color:var(--cometchat-text-color-secondary,#727272);text-overflow:ellipsis;white-space:nowrap;font:var(--cometchat-font-body-regular,400 14px Roboto);padding:0;overflow:hidden}.cometchat-message-information__receipts-empty,.cometchat-message-information__error-state{width:100%;height:200px;color:var(--cometchat-text-color-secondary,#727272);text-align:center;font:var(--cometchat-font-body-regular,400 14px Roboto);justify-content:center;align-items:center;display:flex}.cometchat-message-information .cometchat-list__header{border-bottom:none}.cometchat-message-information .cometchat-message-bubble{pointer-events:none}