.cometchat-delete-bubble{padding:var(--cometchat-padding-2,8px);border-radius:var(--cometchat-radius-3,12px);flex-direction:column;align-items:flex-end;max-width:270px;display:flex}.cometchat-delete-bubble-outgoing{background:var(--cometchat-primary-color,#6852d6)}.cometchat-delete-bubble-incoming{background:var(--cometchat-neutral-color-300,#383838)}.cometchat-delete-bubble__body{justify-content:flex-end;align-items:flex-start;gap:var(--cometchat-padding-1,4px);border-radius:0;padding:0;display:flex}.cometchat-delete-bubble__icon{background:var(--cometchat-primary-button-icon,#fff);justify-content:center;align-items:center;width:16px;height:16px;display:flex;-webkit-mask:url("../../assets/message_delete.svg") 50%/contain no-repeat;mask:url("../../assets/message_delete.svg") 50%/contain no-repeat}.cometchat-delete-bubble-incoming .cometchat-delete-bubble__icon{background:var(--cometchat-neutral-color-600,#727272)}.cometchat-delete-bubble-outgoing .cometchat-delete-bubble__icon{background:var(--cometchat-static-white,#fff)}.cometchat-delete-bubble__text{font:var(--cometchat-font-body-regular,400 14px Roboto);text-align:left}.cometchat-delete-bubble-outgoing .cometchat-delete-bubble__text{color:var(--cometchat-static-white,#fff)}.cometchat-delete-bubble-incoming .cometchat-delete-bubble__text{color:var(--cometchat-neutral-color-600,#989898)}