.tab-player-root {
  min-height: 0;
}

.tab-player-root .tab-player-viewer {
  height: auto;
  min-height: 420px;
  overflow: visible;
}

.tab-player-root .tab-player-popup {
  z-index: 1055;
  max-height: calc(100vh - 6rem);
}

.tab-player-root .tab-player-tracks-popup {
  max-width: calc(100vw - 1.5rem);
}

.tab-player-root .progress {
  height: 2px;
}

.tab-player-root .at-cursor-bar {
  background: rgba(var(--bs-info-rgb), 0.16);
}

.tab-player-root .at-cursor-beat {
  width: 1px;
  background: rgba(var(--bs-danger-rgb), 0.9);
}

.tab-player-root .at-highlight * {
  fill: var(--bs-danger);
  stroke: var(--bs-danger);
}

.tab-player-root .at-selection {
  pointer-events: none;
}

.tab-player-root .at-selection div {
  background: rgba(var(--bs-warning-rgb), 0.22);
}
