.BottomPanel0 {
  height: 290px;
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
}
.BottomPanel0 .topToolsContainer {
  display: flex;
  align-items: center;
  margin-top: 1px;
  margin-bottom: 1px;
  width: 100%;
  height: 40px;
  background: #232629;
  border-radius: 2px 2px 0px 0px;
}
.BottomPanel0 .topToolsContainer .btnContainer {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 28px;
  height: 28px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 2px 2px 2px 2px;
  flex-direction: column;
  flex-shrink: 0;
}
.BottomPanel0 .topToolsContainer .btnContainer.is-selected {
  background: #2e3035;
}
.BottomPanel0 .topToolsContainer .btnContainer .btnIcon {
  display: flex;
  width: 16px;
  height: 16px;
}
.BottomPanel0 .topToolsContainer .btnContainer .btnIcon img {
  width: 100%;
  height: 100%;
}
.BottomPanel0 .topToolsContainer .btnContainer .btnIcon.is-scale {
  transform: scaleX(-1);
}
.BottomPanel0 .timeLinesContainer {
  width: 100%;
  flex: 1;
  background: #111111;
  display: flex;
  overflow: auto;
}
.BottomPanel0 .timeLinesContainer .borderMiddle {
  width: 1px;
  height: 100%;
  background: #111111;
  border-radius: 0px 0px 0px 0px;
}
.BottomPanel0 .timeLinesContainer .leftBtnGroupContainer {
  width: 110px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.BottomPanel0 .timeLinesContainer .leftBtnGroupContainer .itemCC {
  display: flex;
  min-height: 80px;
  align-items: center;
  justify-content: center;
  background: #181818;
  margin-bottom: 1px;
}
.BottomPanel0 .timeLinesContainer .leftBtnGroupContainer .itemCC2 {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: center;
  background: #181818;
  margin-bottom: 1px;
}
.BottomPanel0 .timeLinesContainer .leftBtnGroupContainer .itemCCLast {
  display: flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  background: #181818;
}
.BottomPanel0 .timeLinesContainer .leftBtnGroupContainer .btnContainer {
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 2px 2px 2px 2px;
  flex-direction: column;
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  background: #212121;
}
.BottomPanel0 .timeLinesContainer .leftBtnGroupContainer .btnContainer .btnIcon {
  display: flex;
  width: 16px;
  height: 16px;
}
.BottomPanel0 .timeLinesContainer .leftBtnGroupContainer .btnContainer .btnIcon img {
  width: 100%;
  height: 100%;
}
.BottomPanel0 .timeLinesContainer .leftBtnGroupContainer .btnText {
  width: 36px;
  height: 25px;
  margin-left: 13px;
  font-size: 10px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
}
.BottomPanel0 .timeLinesContainer .rightTimeLineCanvasContainer {
  flex: 1;
  overflow: auto;
  display: flex;
}
.BottomPanel0 .timeLinesContainer .rightTimeLineCanvasContainer .canvas {
  padding: 0px !important;
  margin: 0px !important;
}

