.timecode-subtitle {
  background-color: rgba(60, 85, 120, 0.6);
  border: 3px solid rgb(80, 115, 160);
  width: 100px;
  height: 110px;
  position: absolute;
  top: 20px;
  z-index: 2;
  border-radius: 5px;
  display: flex;
  align-items: flex-end;
  font-size: 0.8em;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
  user-select: none;
}

.subtitle-border {
  width: 10px;
  height: 100%;
  z-index: 3;
  position: relative;
  cursor: col-resize;
}

.subtitle-border.in-border {
  left: -5px;
}

.subtitle-border.out-border {
  right: -5px;
}

.subtitle-border-container {
  display: flex;
  flex-direction: row-reverse;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  justify-content: space-between;
  z-index: 0;
  cursor: move;
}

.active-waveform-subtitle > .subtitle-border-container {
  background-color: rgba(140, 90, 200, 0.4);
}

.waveform-subtitle-text,
.waveform-timecode-text {
  z-index: 2;
}

.waveform-height {
  position: fixed;
  z-index: 9;
  background-color: rgb(80, 140, 220);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  bottom: 135px;
  text-align: center;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plus-waveform {
  left: 20px;
}
