.button-GwQQdU8S {
  all: unset;
  align-items: center;
  box-sizing: border-box;
  cursor: default;
  display: flex;
  height: 100%;
  transition: background-color 60ms ease, opacity 60ms ease, color 60ms ease;
  --tv-toolbar-explicit-hover-border-radius: 4px;
  color: var(
    --tv-color-toolbar-button-text,
    var(--themed-color-toolbar-button-text, #1a1a1a)
  );
}
html.theme-dark .button-GwQQdU8S {
  color: var(
    --tv-color-toolbar-button-text,
    var(--themed-color-toolbar-button-text, #dbdbdb)
  );
}
.button-GwQQdU8S.hover-GwQQdU8S,
.button-GwQQdU8S:active {
  color: var(
    --tv-color-toolbar-button-text-hover,
    var(--themed-color-toolbar-button-text-hover, #1a1a1a)
  );
}
@media (any-hover: hover) {
  .button-GwQQdU8S:hover {
    color: var(
      --tv-color-toolbar-button-text-hover,
      var(--themed-color-toolbar-button-text-hover, #1a1a1a)
    );
  }
}
html.theme-dark .button-GwQQdU8S.hover-GwQQdU8S,
html.theme-dark .button-GwQQdU8S:active {
  color: var(
    --tv-color-toolbar-button-text-hover,
    var(--themed-color-toolbar-button-text-hover, #dbdbdb)
  );
}
@media (any-hover: hover) {
  html.theme-dark .button-GwQQdU8S:hover {
    color: var(
      --tv-color-toolbar-button-text-hover,
      var(--themed-color-toolbar-button-text-hover, #dbdbdb)
    );
  }
}
.button-GwQQdU8S.clicked-GwQQdU8S,
.button-GwQQdU8S:active {
  color: var(
    --tv-color-toolbar-button-text-clicked,
    var(
      --tv-color-toolbar-button-text-hover,
      var(--themed-color-toolbar-button-text-hover, #1a1a1a)
    )
  );
}
html.theme-dark .button-GwQQdU8S.clicked-GwQQdU8S,
html.theme-dark .button-GwQQdU8S:active {
  color: var(
    --tv-color-toolbar-button-text-clicked,
    var(
      --tv-color-toolbar-button-text-hover,
      var(--themed-color-toolbar-button-text-hover, #dbdbdb)
    )
  );
}
.button-GwQQdU8S svg {
  display: block;
  -moz-transform: translateX(0);
}
.button-GwQQdU8S.isInteractive-GwQQdU8S {
  position: relative;
  z-index: 0;
}
.button-GwQQdU8S.isInteractive-GwQQdU8S:before {
  border-radius: var(--tv-toolbar-explicit-hover-border-radius, 2px);
  bottom: var(--tv-toolbar-explicit-hover-margin, 2px);
  display: block;
  left: var(--tv-toolbar-explicit-hover-margin, 2px);
  outline: 2px none #2962ff;
  position: absolute;
  right: var(--tv-toolbar-explicit-hover-margin, 2px);
  top: var(--tv-toolbar-explicit-hover-margin, 2px);
  z-index: -1;
}
.button-GwQQdU8S.isInteractive-GwQQdU8S.hover-GwQQdU8S:before,
.button-GwQQdU8S.isInteractive-GwQQdU8S:active:before {
  background-color: var(
    --tv-color-toolbar-button-background-hover,
    var(--themed-color-toolbar-button-background-hover, #f2f2f2)
  );
  content: "";
}
@media (any-hover: hover) {
  .button-GwQQdU8S.isInteractive-GwQQdU8S:hover:before {
    background-color: var(
      --tv-color-toolbar-button-background-hover,
      var(--themed-color-toolbar-button-background-hover, #f2f2f2)
    );
    content: "";
  }
}
html.theme-dark .button-GwQQdU8S.isInteractive-GwQQdU8S.hover-GwQQdU8S:before,
html.theme-dark .button-GwQQdU8S.isInteractive-GwQQdU8S:active:before {
  background-color: var(
    --tv-color-toolbar-button-background-hover,
    var(--themed-color-toolbar-button-background-hover, #303030)
  );
}
@media (any-hover: hover) {
  html.theme-dark .button-GwQQdU8S.isInteractive-GwQQdU8S:hover:before {
    background-color: var(
      --tv-color-toolbar-button-background-hover,
      var(--themed-color-toolbar-button-background-hover, #303030)
    );
  }
}
.button-GwQQdU8S.isInteractive-GwQQdU8S.clicked-GwQQdU8S:before,
.button-GwQQdU8S.isInteractive-GwQQdU8S:active:before {
  background-color: var(
    --tv-color-toolbar-button-background-clicked,
    var(
      --tv-color-toolbar-button-background-hover,
      var(--themed-color-toolbar-button-background-hover, #f2f2f2)
    )
  );
  content: "";
}
html.theme-dark .button-GwQQdU8S.isInteractive-GwQQdU8S.clicked-GwQQdU8S:before,
html.theme-dark .button-GwQQdU8S.isInteractive-GwQQdU8S:active:before {
  background-color: var(
    --tv-color-toolbar-button-background-clicked,
    var(
      --tv-color-toolbar-button-background-hover,
      var(--themed-color-toolbar-button-background-hover, #303030)
    )
  );
}
.button-GwQQdU8S.isInteractive-GwQQdU8S.accessible-GwQQdU8S:focus-visible:before {
  content: "";
  outline-style: solid;
}
.button-GwQQdU8S.isInteractive-GwQQdU8S.isGrouped-GwQQdU8S {
  position: relative;
  z-index: 0;
}
.button-GwQQdU8S.isInteractive-GwQQdU8S.isGrouped-GwQQdU8S:before {
  border-radius: var(--tv-toolbar-explicit-hover-border-radius, 2px);
  bottom: var(--tv-toolbar-explicit-hover-margin, 2px);
  display: block;
  left: var(--tv-toolbar-explicit-hover-margin, 2px);
  left: 0;
  outline: 2px none #2962ff;
  position: absolute;
  right: var(--tv-toolbar-explicit-hover-margin, 2px);
  right: 0;
  top: var(--tv-toolbar-explicit-hover-margin, 2px);
  z-index: -1;
}
.button-GwQQdU8S.isInteractive-GwQQdU8S.isGrouped-GwQQdU8S.hover-GwQQdU8S:before,
.button-GwQQdU8S.isInteractive-GwQQdU8S.isGrouped-GwQQdU8S:active:before {
  background-color: var(
    --tv-color-toolbar-button-background-hover,
    var(--themed-color-toolbar-button-background-hover, #f2f2f2)
  );
  content: "";
}
@media (any-hover: hover) {
  .button-GwQQdU8S.isInteractive-GwQQdU8S.isGrouped-GwQQdU8S:hover:before {
    background-color: var(
      --tv-color-toolbar-button-background-hover,
      var(--themed-color-toolbar-button-background-hover, #f2f2f2)
    );
    content: "";
  }
}
html.theme-dark
  .button-GwQQdU8S.isInteractive-GwQQdU8S.isGrouped-GwQQdU8S.hover-GwQQdU8S:before,
html.theme-dark
  .button-GwQQdU8S.isInteractive-GwQQdU8S.isGrouped-GwQQdU8S:active:before {
  background-color: var(
    --tv-color-toolbar-button-background-hover,
    var(--themed-color-toolbar-button-background-hover, #303030)
  );
}
@media (any-hover: hover) {
  html.theme-dark
    .button-GwQQdU8S.isInteractive-GwQQdU8S.isGrouped-GwQQdU8S:hover:before {
    background-color: var(
      --tv-color-toolbar-button-background-hover,
      var(--themed-color-toolbar-button-background-hover, #303030)
    );
  }
}
.button-GwQQdU8S.isInteractive-GwQQdU8S.isGrouped-GwQQdU8S.clicked-GwQQdU8S:before,
.button-GwQQdU8S.isInteractive-GwQQdU8S.isGrouped-GwQQdU8S:active:before {
  background-color: var(
    --tv-color-toolbar-button-background-clicked,
    var(
      --tv-color-toolbar-button-background-hover,
      var(--themed-color-toolbar-button-background-hover, #f2f2f2)
    )
  );
  content: "";
}
html.theme-dark
  .button-GwQQdU8S.isInteractive-GwQQdU8S.isGrouped-GwQQdU8S.clicked-GwQQdU8S:before,
html.theme-dark
  .button-GwQQdU8S.isInteractive-GwQQdU8S.isGrouped-GwQQdU8S:active:before {
  background-color: var(
    --tv-color-toolbar-button-background-clicked,
    var(
      --tv-color-toolbar-button-background-hover,
      var(--themed-color-toolbar-button-background-hover, #303030)
    )
  );
}
.button-GwQQdU8S.isInteractive-GwQQdU8S.isGrouped-GwQQdU8S.accessible-GwQQdU8S:focus-visible:before {
  content: "";
  outline-style: solid;
}
.button-GwQQdU8S.isInteractive-GwQQdU8S.isActive-GwQQdU8S {
  color: var(
    --tv-color-toolbar-button-text-active,
    var(--themed-color-toolbar-button-text-active, #2962ff)
  );
}
html.theme-sa .button-GwQQdU8S.isInteractive-GwQQdU8S.isActive-GwQQdU8S {
  color: var(
    --tv-color-toolbar-button-text-active,
    var(--themed-color-toolbar-button-text-active, #ff7200)
  );
}
html.theme-dark .button-GwQQdU8S.isInteractive-GwQQdU8S.isActive-GwQQdU8S {
  color: var(
    --tv-color-toolbar-button-text-active,
    var(--themed-color-toolbar-button-text-active, #2962ff)
  );
}
.button-GwQQdU8S.isInteractive-GwQQdU8S.isActive-GwQQdU8S.hover-GwQQdU8S,
.button-GwQQdU8S.isInteractive-GwQQdU8S.isActive-GwQQdU8S:active {
  color: var(
    --tv-color-toolbar-button-text-active-hover,
    var(--themed-color-toolbar-button-text-active-hover, #1e53e5)
  );
}
@media (any-hover: hover) {
  .button-GwQQdU8S.isInteractive-GwQQdU8S.isActive-GwQQdU8S:hover {
    color: var(
      --tv-color-toolbar-button-text-active-hover,
      var(--themed-color-toolbar-button-text-active-hover, #1e53e5)
    );
  }
}
html.theme-dark
  .button-GwQQdU8S.isInteractive-GwQQdU8S.isActive-GwQQdU8S.hover-GwQQdU8S,
html.theme-dark
  .button-GwQQdU8S.isInteractive-GwQQdU8S.isActive-GwQQdU8S:active {
  color: var(
    --tv-color-toolbar-button-text-active-hover,
    var(--themed-color-toolbar-button-text-active-hover, #1e53e5)
  );
}
@media (any-hover: hover) {
  html.theme-dark
    .button-GwQQdU8S.isInteractive-GwQQdU8S.isActive-GwQQdU8S:hover {
    color: var(
      --tv-color-toolbar-button-text-active-hover,
      var(--themed-color-toolbar-button-text-active-hover, #1e53e5)
    );
  }
}
.button-GwQQdU8S.isInteractive-GwQQdU8S.isOpened-GwQQdU8S.hover-GwQQdU8S:before,
.button-GwQQdU8S.isInteractive-GwQQdU8S.isOpened-GwQQdU8S:active:before,
.button-GwQQdU8S.isInteractive-GwQQdU8S.isOpened-GwQQdU8S:before {
  background-color: var(
    --tv-color-toolbar-button-background-expanded,
    var(--themed-color-toolbar-opened-element-bg, #f2f2f2)
  );
  border-radius: var(--tv-toolbar-opened-element-hover-border-radius, 0);
  bottom: var(--tv-toolbar-opened-element-hover-margin, 0);
  content: "";
  display: block;
  left: var(--tv-toolbar-opened-element-hover-margin, 0);
  position: absolute;
  right: var(--tv-toolbar-opened-element-hover-margin, 0);
  top: var(--tv-toolbar-opened-element-hover-margin, 0);
  z-index: -1;
}
@media (any-hover: hover) {
  .button-GwQQdU8S.isInteractive-GwQQdU8S.isOpened-GwQQdU8S:hover:before {
    background-color: var(
      --tv-color-toolbar-button-background-expanded,
      var(--themed-color-toolbar-opened-element-bg, #f2f2f2)
    );
    border-radius: var(--tv-toolbar-opened-element-hover-border-radius, 0);
    bottom: var(--tv-toolbar-opened-element-hover-margin, 0);
    content: "";
    display: block;
    left: var(--tv-toolbar-opened-element-hover-margin, 0);
    position: absolute;
    right: var(--tv-toolbar-opened-element-hover-margin, 0);
    top: var(--tv-toolbar-opened-element-hover-margin, 0);
    z-index: -1;
  }
}
html.theme-dark
  .button-GwQQdU8S.isInteractive-GwQQdU8S.isOpened-GwQQdU8S.hover-GwQQdU8S:before,
html.theme-dark
  .button-GwQQdU8S.isInteractive-GwQQdU8S.isOpened-GwQQdU8S:active:before,
html.theme-dark
  .button-GwQQdU8S.isInteractive-GwQQdU8S.isOpened-GwQQdU8S:before {
  background-color: var(
    --tv-color-toolbar-button-background-expanded,
    var(--themed-color-toolbar-opened-element-bg, #303030)
  );
}
@media (any-hover: hover) {
  html.theme-dark
    .button-GwQQdU8S.isInteractive-GwQQdU8S.isOpened-GwQQdU8S:hover:before {
    background-color: var(
      --tv-color-toolbar-button-background-expanded,
      var(--themed-color-toolbar-opened-element-bg, #303030)
    );
  }
}
.button-GwQQdU8S.isInteractive-GwQQdU8S.isOpened-GwQQdU8S.clicked-GwQQdU8S:before,
.button-GwQQdU8S.isInteractive-GwQQdU8S.isOpened-GwQQdU8S:active:before {
  background-color: var(
    --tv-color-toolbar-button-background-clicked,
    var(
      --tv-color-toolbar-button-background-expanded,
      var(--themed-color-toolbar-opened-element-bg, #f2f2f2)
    )
  );
  content: "";
  display: block;
}
html.theme-dark
  .button-GwQQdU8S.isInteractive-GwQQdU8S.isOpened-GwQQdU8S.clicked-GwQQdU8S:before,
html.theme-dark
  .button-GwQQdU8S.isInteractive-GwQQdU8S.isOpened-GwQQdU8S:active:before {
  background-color: var(
    --tv-color-toolbar-button-background-clicked,
    var(
      --tv-color-toolbar-button-background-expanded,
      var(--themed-color-toolbar-opened-element-bg, #303030)
    )
  );
}
.button-GwQQdU8S.isDisabled-GwQQdU8S {
  opacity: 0.3;
}
.button-GwQQdU8S.isDisabled-GwQQdU8S,
.button-GwQQdU8S.isDisabled-GwQQdU8S:active {
  background-color: initial;
}
@media (any-hover: hover) {
  .button-GwQQdU8S.isDisabled-GwQQdU8S:hover {
    background-color: initial;
  }
}
.button-GwQQdU8S.isDisabled-GwQQdU8S.isActive-GwQQdU8S {
  color: var(
    --tv-color-toolbar-button-text-active,
    var(--themed-color-toolbar-button-text-active, #2962ff)
  );
  opacity: 1;
}
html.theme-sa .button-GwQQdU8S.isDisabled-GwQQdU8S.isActive-GwQQdU8S {
  color: var(
    --tv-color-toolbar-button-text-active,
    var(--themed-color-toolbar-button-text-active, #ff7200)
  );
}
html.theme-dark .button-GwQQdU8S.isDisabled-GwQQdU8S.isActive-GwQQdU8S {
  color: var(
    --tv-color-toolbar-button-text-active,
    var(--themed-color-toolbar-button-text-active, #2962ff)
  );
}
.icon-GwQQdU8S + .text-GwQQdU8S,
.text-GwQQdU8S + .icon-GwQQdU8S {
  margin-left: 2px;
}
.endIcon-GwQQdU8S {
  display: flex;
  margin-left: 4px;
}
