.wrapper-hoWtpNyh {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.isActive-hoWtpNyh,
html.theme-dark .isActive-hoWtpNyh {
  color: var(
    --tv-color-popup-element-background-active,
    var(--themed-color-popup-element-background-active, #2962ff)
  );
}
.isActive-hoWtpNyh:after {
  background-color: currentColor;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
}
.button-hoWtpNyh {
  all: unset;
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.button-hoWtpNyh:before {
  border-radius: 4px;
  content: none;
  height: 100%;
  left: 0;
  outline: 2px none #2962ff;
  outline-offset: -2px;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.button-hoWtpNyh:focus-visible:before {
  content: "";
  outline-style: solid;
}
.button-hoWtpNyh.isActive-hoWtpNyh,
html.theme-dark .button-hoWtpNyh.isActive-hoWtpNyh {
  color: var(
    --tv-color-popup-element-background-active,
    var(--themed-color-popup-element-background-active, #2962ff)
  );
}
.wrapper-RXEt_NWz {
  border-bottom: 1px solid
    var(
      --tv-color-popup-element-divider-background,
      var(--themed-color-popup-menu-separator, #ebebeb)
    );
  display: flex;
  padding: 6px 6px 3px;
}
html.theme-dark .wrapper-RXEt_NWz {
  border-bottom: 1px solid
    var(
      --tv-color-popup-element-divider-background,
      var(--themed-color-popup-menu-separator, #4a4a4a)
    );
}
.wrapper-QWmdCZSA {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  font-size: 11px;
  height: 100%;
  letter-spacing: 0.4px;
  padding: 6px 6px 0 18px;
  text-transform: uppercase;
}
.wrapper-QWmdCZSA,
html.theme-dark .wrapper-QWmdCZSA {
  color: var(
    --tv-color-popup-element-secondary-text,
    var(--themed-color-popup-element-secondary-text, grey)
  );
}
.wrapper-MeQD3kFA {
  align-items: center;
  border-radius: 4px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
}
.button-MeQD3kFA {
  all: unset;
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.button-MeQD3kFA:before {
  border-radius: 4px;
  content: none;
  height: 100%;
  left: 0;
  outline: 2px none #2962ff;
  outline-offset: -2px;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.button-MeQD3kFA:focus-visible:before {
  content: "";
  outline-style: solid;
}
.wrapper-M14KUVdG {
  align-items: center;
  display: flex;
  height: 100%;
  overflow: hidden;
  padding: 0 6px;
}
.emojiItem-M14KUVdG.hovered-M14KUVdG,
.emojiItem-M14KUVdG:active {
  background-color: var(
    --tv-color-popup-element-background-hover,
    var(--themed-color-popup-element-background-hover, #f2f2f2)
  );
}
@media (any-hover: hover) {
  .emojiItem-M14KUVdG:hover {
    background-color: var(
      --tv-color-popup-element-background-hover,
      var(--themed-color-popup-element-background-hover, #f2f2f2)
    );
  }
}
html.theme-dark .emojiItem-M14KUVdG.hovered-M14KUVdG,
html.theme-dark .emojiItem-M14KUVdG:active {
  background-color: var(
    --tv-color-popup-element-background-hover,
    var(--themed-color-popup-element-background-hover, #303030)
  );
}
@media (any-hover: hover) {
  html.theme-dark .emojiItem-M14KUVdG:hover {
    background-color: var(
      --tv-color-popup-element-background-hover,
      var(--themed-color-popup-element-background-hover, #303030)
    );
  }
}
.list-JPoFARaG {
  content-visibility: auto;
  overscroll-behavior: none;
  padding-bottom: 6px;
  will-change: contents;
}
@media (pointer: fine) {
  @supports (-moz-appearance: none) {
    .list-JPoFARaG {
      scrollbar-color: var(--themed-color-scroll-bg, #9c9c9c) #0000;
      scrollbar-width: thin;
    }
    html.theme-dark .list-JPoFARaG {
      scrollbar-color: var(--themed-color-scroll-bg, #3d3d3d) #0000;
    }
  }
  .list-JPoFARaG::-webkit-scrollbar {
    height: 5px;
    width: 5px;
  }
  .list-JPoFARaG::-webkit-scrollbar-thumb {
    background-clip: content-box;
    background-color: var(
      --tv-color-scrollbar-thumb-background,
      var(--themed-color-scroll-bg, #9c9c9c)
    );
    border: 1px solid #0000;
    border-radius: 3px;
  }
  html.theme-dark .list-JPoFARaG::-webkit-scrollbar-thumb {
    background-color: var(
      --tv-color-scrollbar-thumb-background,
      var(--themed-color-scroll-bg, #3d3d3d)
    );
  }
  .list-JPoFARaG::-webkit-scrollbar-track {
    background-color: initial;
    border-radius: 3px;
  }
  .list-JPoFARaG::-webkit-scrollbar-corner {
    display: none;
  }
}
.wrapper-VmCoyMWF {
  background-color: var(
    --tv-color-popup-background,
    var(--themed-color-popup-background, #fff)
  );
  border-radius: 6px;
}
html.theme-dark .wrapper-VmCoyMWF {
  background-color: var(
    --tv-color-popup-background,
    var(--themed-color-popup-background, #262626)
  );
}
