.storage-donut-chart-extracted {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--aaa-dim-text);
    font-size: 0.8rem;
}

.hidden-dummy {
    display: none;
}

.menu-icon-orange {
    color: var(--aaa-orange);
}

.menu-icon-blue {
    color: var(--aaa-persian-blue);
}
#pane-chat #messages-scroll,
#pane-chat .messages,
#messages {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}
#pane-chat #messages-scroll::-webkit-scrollbar,
#pane-chat .messages::-webkit-scrollbar,
#messages::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}
#btn-emoji[data-composer-mode="sticker"] {
  color: var(--muted, #8a96a3) !important;
  background: transparent !important;
  box-shadow: none !important;
}
#btn-emoji[data-composer-mode="sticker"] .sticker-main-svg {
  color: currentColor !important;
  stroke: currentColor !important;
}
#emoji-picker[data-sticker-mode="emoji"] .sticker-pack-strip.empty {
  display: none !important;
}
#emoji-picker[data-sticker-mode="sticker"] .sticker-pack-strip.empty {
  display: flex !important;
}
.sticker-empty-polished {
  min-height: 190px !important;
  max-width: 320px !important;
  margin: 16px auto !important;
  border-radius: 28px !important;
  background: color-mix(in srgb, currentColor 5%, transparent) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), inset 0 0 0 1px color-mix(in srgb, currentColor 8%, transparent) !important;
}
.sticker-empty-polished .sticker-empty-title {
  font-size: 15px !important;
  font-weight: 850 !important;
  letter-spacing: -.02em !important;
}
.sticker-focus-layer,
.sticker-focus-card,
.sticker-focus-media {
  touch-action: none !important;
  user-select: none !important;
  -webkit-user-select: none !important;
}
