.BottomPanel[data-v-6bedc002] {
  height: 266px;
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
}
.BottomPanel .topToolsContainer[data-v-6bedc002] {
  display: flex;
  align-items: center;
  margin-top: 1px;
  margin-bottom: 1px;
  width: 100%;
  height: 40px;
  background: #232629;
  border-radius: 2px 2px 0px 0px;
}
.BottomPanel .topToolsContainer .btnContainer[data-v-6bedc002] {
  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;
}
.BottomPanel .topToolsContainer .btnContainer.is-selected[data-v-6bedc002] {
  background: #2e3035;
}
.BottomPanel .topToolsContainer .btnContainer .btnIcon[data-v-6bedc002] {
  display: flex;
  width: 16px;
  height: 16px;
}
.BottomPanel .topToolsContainer .btnContainer .btnIcon img[data-v-6bedc002] {
  width: 100%;
  height: 100%;
}
.BottomPanel .topToolsContainer .btnContainer .btnIcon.is-scale[data-v-6bedc002] {
  transform: scaleX(-1);
}
.BottomPanel .timeLinesContainer[data-v-6bedc002] {
  width: 100%;
  flex: 1;
  background: #181818;
  display: flex;
  overflow: auto;
}
.BottomPanel .timeLinesContainer .borderMiddle[data-v-6bedc002] {
  width: 1px;
  height: 100%;
  background: #232323;
  border-radius: 0px 0px 0px 0px;
}
.BottomPanel .timeLinesContainer .leftBtnGroupContainer[data-v-6bedc002] {
  width: 110px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.BottomPanel .timeLinesContainer .leftBtnGroupContainer .btnContainer[data-v-6bedc002] {
  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;
}
.BottomPanel .timeLinesContainer .leftBtnGroupContainer .btnContainer .btnIcon[data-v-6bedc002] {
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
}
.BottomPanel .timeLinesContainer .leftBtnGroupContainer .btnContainer .btnIcon img[data-v-6bedc002] {
  width: 60%;
  height: 60%;
}
.BottomPanel .timeLinesContainer .leftBtnGroupContainer .btnText[data-v-6bedc002] {
  margin-left: 13px;
  height: 12px;
  font-size: 10px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
}
.BottomPanel .timeLinesContainer .rightTimeLineCanvasContainer[data-v-6bedc002] {
  flex: 1;
  overflow: hidden;
  display: flex;
  position: relative;
}
.BottomPanel .timeLinesContainer .rightTimeLineCanvasContainer .canvas[data-v-6bedc002] {
  padding: 0px !important;
  margin: 0px !important;
}

