.cometchat-action-sheet{border-radius:var(--cometchat-radius-4,16px);border:1px solid var(--cometchat-border-color-light,#f5f5f5);background:var(--cometchat-background-color-01,#fff);flex-direction:column;justify-content:flex-start;align-items:flex-start;width:max-content;height:310px;padding:0;display:flex;position:absolute;overflow:hidden auto;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-action-sheet__item-icon{background:var(--cometchat-icon-color-highlight,#6852d6);justify-content:center;align-items:center;width:24px;height:24px;display:flex;-webkit-mask-size:contain;mask-size:contain}.cometchat-action-sheet__item-body{-webkit-line-clamp:1;color:var(--cometchat-text-color-primary,#141414);text-overflow:ellipsis;font:var(--cometchat-font-heading4-regular,400 16px Roboto);text-align:left;-webkit-box-orient:vertical;line-height:120%;display:-webkit-box;overflow:hidden}.cometchat-action-sheet__item{align-items:center;gap:var(--cometchat-padding-2,8px);padding:var(--cometchat-padding-4,16px);cursor:pointer;width:100%;display:flex}.cometchat-action-sheet__item:hover{background:var(--cometchat-white-hover)}.cometchat-popover .cometchat-action-sheet{height:inherit}