.cometchat-sticker-keyboard{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;gap:0;width:100%;height:100%;padding:0;display:flex;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-sticker-keyboard__tabs{gap:var(--cometchat-padding-2,8px);border-bottom:1px solid var(--cometchat-border-color-default,#e8e8e8);will-change:scroll-position;height:40px;min-height:40px;display:flex;overflow:auto hidden;transform:translateZ(0)}.cometchat-sticker-keyboard__tab{padding:var(--cometchat-padding-1,4px)}.cometchat-sticker-keyboard__tab-active{border-bottom:2px solid var(--cometchat-primary-color,#6852d6)}.cometchat-sticker-keyboard__tab>img{justify-content:center;align-items:center;gap:var(--cometchat-padding-3,12px);border-radius:var(--cometchat-radius-max,800px);cursor:pointer;flex-direction:column;width:32px;height:32px;display:flex}.cometchat-sticker-keyboard__tab-active>img{background:var(--cometchat-extended-primary-color-100,#edeafa)}.cometchat-sticker-keyboard__list{background:inherit;width:100%;padding:var(--cometchat-padding-3)var(--cometchat-padding-3)0px var(--cometchat-padding-3);flex-wrap:wrap;display:flex;overflow:hidden auto}.cometchat-sticker-keyboard__list-item{width:80px;min-width:80px;height:80px;min-height:80px;padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-2,8px);cursor:pointer;flex-wrap:wrap;align-content:center;align-items:center;display:flex}.cometchat-sticker-keyboard__shimmer-tabs{padding:var(--cometchat-padding-2,8px);align-items:center;gap:var(--cometchat-padding-2,8px);border-bottom:1px solid var(--cometchat-border-color-default,#e8e8e8);display:flex}.cometchat-sticker-keyboard__shimmer-tab{border-radius:var(--cometchat-radius-max,800);background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0%,#eee 100%));flex-direction:column;justify-content:center;align-items:center;width:32px;height:32px;animation:10s linear infinite shimmerAnimation;display:flex}.cometchat-sticker-keyboard__shimmer-list{gap:var(--cometchat-padding-3,12px)}.cometchat-sticker-keyboard__shimmer-list-item{background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0%,#eee 100%));border-radius:8px;width:70px;min-width:70px;height:70px;min-height:70px;animation:5s linear infinite shimmerAnimation}.cometchat-sticker-keyboard__empty-view{justify-content:center;align-items:center;gap:var(--cometchat-padding-3,12px);height:272px;color:var(--cometchat-text-color-primary,#141414);text-align:center;font:var(--cometchat-font-heading4-bold);flex-direction:column;flex-shrink:0;align-self:stretch;font-style:normal;display:flex}.cometchat-sticker-keyboard__error-view{height:272px;color:var(--cometchat-text-color-secondary,#727272);text-align:center;font:var(--cometchat-font-body-regular);flex-direction:column;flex-shrink:0;justify-content:center;align-self:stretch;display:flex}.cometchat-sticker-keyboard__empty-view-icon{width:60px;height:60px;-webkit-mask-image:url("../../assets/sticker.svg") center center no-repeat;-webkit-mask-image:url("../../assets/sticker.svg") center center no-repeat;mask-image:url("../../assets/sticker.svg") center center no-repeat;background-color:var(--cometchat-icon-color-tertiary,#dcdcdc);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@keyframes shimmerAnimation{0%{background-position:-468px 0}to{background-position:468px 0}}