.cometchat-smart-replies__wrapper{width:100%;height:100%;padding:var(--cometchat-padding-1,4px)var(--cometchat-padding-2,8px)}.cometchat-smart-replies{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-4,16px);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-smart-replies__header{justify-content:space-between;align-self:stretch;align-items:center;display:flex}.cometchat-smart-replies__header-title{color:var(--cometchat-text-color-primary,#141414);text-overflow:ellipsis;font:var(--cometchat-font-body-medium);font-style:normal;overflow:hidden}.cometchat-smart-replies__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-smart-replies__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-smart-replies__shimmer-container{justify-content:flex-start;align-items:center;gap:var(--cometchat-padding-2,8px);flex-flow:wrap;width:100%;display:flex}.cometchat-smart-replies__shimmer-item{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;width:20%;height:33px;animation:1.5s linear infinite shimmerAnimation;display:flex}@keyframes shimmerAnimation{0%{background-position:-468px 0}to{background-position:468px 0}}.cometchat-smart-replies__items-container{gap:var(--cometchat-padding-2,8px);flex-direction:column;justify-content:flex-start;display:flex}.cometchat-smart-replies__item{padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-3,12px);border-radius:var(--cometchat-radius-max,1000px);border:1px solid var(--cometchat-border-color-light,#f5f5f5);background:var(--cometchat-background-color-01,#fff);cursor:pointer;align-items:center;width:100%;display:flex}.cometchat-smart-replies__item:hover{background:var(--cometchat-white-hover,#fafafa);cursor:pointer}.cometchat-smart-replies__item-button{color:var(--cometchat-text-color-primary);cursor:pointer;text-align:left;background-color:#0000;border:none;width:100%}