.button-cC4UjNEF {
  align-items: center;
  background-color: var(--tv-list-item-button-background-color);
  border-radius: 4px;
  color: #787b86;
  display: inline-flex;
  font-size: 0;
  height: 22px;
  justify-content: center;
  min-width: 22px;
  width: 22px;
}
.button-cC4UjNEF:active {
  background-color: var(--tv-list-item-button-background-hover-color, #e0e3eb);
  color: #131722;
}
@media (any-hover: hover) {
  .button-cC4UjNEF:hover {
    background-color: var(--tv-list-item-button-background-hover-color, #e0e3eb);
    color: #131722;
  }
}
html.theme-dark .button-cC4UjNEF:active {
  background-color: var(--tv-list-item-button-background-hover-color, #363a45);
}
@media (any-hover: hover) {
  html.theme-dark .button-cC4UjNEF:hover {
    background-color: var(--tv-list-item-button-background-hover-color, #363a45);
  }
}
html.theme-dark .button-cC4UjNEF:active {
  color: #d1d4dc;
}
@media (any-hover: hover) {
  html.theme-dark .button-cC4UjNEF:hover {
    color: #d1d4dc;
  }
}
.button-cC4UjNEF.disabled-cC4UjNEF,
.button-cC4UjNEF.disabled-cC4UjNEF:active {
  background-color: var(--tv-list-item-button-disabled-background-color, #0000);
}
@media (any-hover: hover) {
  .button-cC4UjNEF.disabled-cC4UjNEF:hover {
    background-color: var(--tv-list-item-button-disabled-background-color, #0000);
  }
}
html.theme-dark .button-cC4UjNEF.disabled-cC4UjNEF,
html.theme-dark .button-cC4UjNEF.disabled-cC4UjNEF:active {
  background-color: var(--tv-list-item-button-disabled-background-color, #0000);
}
@media (any-hover: hover) {
  html.theme-dark .button-cC4UjNEF.disabled-cC4UjNEF:hover {
    background-color: var(--tv-list-item-button-disabled-background-color, #0000);
  }
}
.button-cC4UjNEF.active-cC4UjNEF,
html.theme-dark .button-cC4UjNEF.active-cC4UjNEF {
  color: #90bff9;
}
.button-cC4UjNEF.active-cC4UjNEF:active {
  background-color: #1848cc;
}
@media (any-hover: hover) {
  .button-cC4UjNEF.active-cC4UjNEF:hover {
    background-color: #1848cc;
  }
}
html.theme-dark .button-cC4UjNEF.active-cC4UjNEF:active {
  background-color: #1848cc;
}
@media (any-hover: hover) {
  html.theme-dark .button-cC4UjNEF.active-cC4UjNEF:hover {
    background-color: #1848cc;
  }
}
.hidden-cC4UjNEF {
  visibility: hidden;
}
