.showright-panel {
  overflow: hidden;
  position: relative;
  width: calc(100% - 15px);
}.right-panel-background[data-v-5d672280] {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.right-panel[data-v-5d672280] {
  width: 100%;
  max-width: 300px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.25s cubic-bezier(0.7, 0.3, 0.1, 1);
  transform: translate(100%);
  background: #fff;
  z-index: 40000;
}
.show[data-v-5d672280] {
  transition: all 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.show .right-panel-background[data-v-5d672280] {
  z-index: 20000;
  opacity: 1;
  width: 100%;
  height: 100%;
}
.show .right-panel[data-v-5d672280] {
  transform: translate(0);
}
.handle-button[data-v-5d672280] {
  width: 48px;
  height: 48px;
  position: absolute;
  left: -48px;
  text-align: center;
  font-size: 24px;
  border-radius: 6px 0 0 6px !important;
  z-index: 0;
  pointer-events: auto;
  cursor: pointer;
  color: #fff;
  line-height: 48px;
  top: 45%;
  background: rgb(24, 144, 255);
}
.handle-button i[data-v-5d672280] {
  font-size: 24px;
  line-height: 48px;
}
.right-panel-items[data-v-5d672280] {
  margin-top: 60px;
  height: 100vh;
  overflow: auto;
}
.project-configuration[data-v-5d672280] {
  display: flex;
  width: 100%;
  height: 30px;
  position: fixed;
  justify-content: space-between;
  align-items: center;
  top: 15px;
  margin-left: 10px;
}
.project-configuration i[data-v-5d672280] {
  font-size: 20px;
  margin-right: 20px;
}
.project-configuration i[data-v-5d672280]:hover {
  cursor: pointer;
  color: var(--el-color-primary);
}
[data-v-5d672280] .el-divider--horizontal {
  width: 90%;
  margin: 20px auto 0 auto;
}