
.container {

}

.timelineWrapperSelection {
  width: 100%;
  position: relative;
  /* background-color: #421400; */
  background-color: rgba(142, 44, 2, 1.0);
  height: 28px;
  margin-bottom: 4px;
  cursor: col-resize;
}

.timelineWrapper {
  width: 100%;
  position: relative;
  /* background-color: #421400; */
  height: 16px;
  /* cursor: col-resize; */
}

.timelinePlayheadSelection {
  position: absolute;
  /* bottom: 0; */
  /* top: 0; */
  width: 2px;
  background-color: rgba(255, 80, 6, 1);
  height: 24px;
  margin-top: 2px;
}

.timelinePlayhead {
  position: absolute;
  /* bottom: 0; */
  /* top: 0; */
  width: 2px;
  background-color: rgba(255, 80, 6, 1);
  height: 16px;
  margin-top: 0px;
}

.timelineCutSelection {
  position: absolute;
  background-color: rgba(255, 80, 6, 0.4);
  height: 16px;
  cursor: col-resize;
}

.timelineCut {
  position: absolute;
  background-color: #421400;
  height: 16px;
  cursor: col-resize;
}

.timelineWrapper .currentTime {
  background-color: #FF5006;
  z-index: 2;
}
.timelineWrapper .cutStartTime {
  background-color: rgba(0, 0, 0, 0.3);
  border-left: 1px solid black;
  border-right: 1px solid black;
  z-index: 1;
}
