.htMenu.htContextMenu, .htMenu.htDropdownMenu {
  z-index: 99999999 !important;
}
.theme-default .dialog-fullscreen ::v-deep .el-dialog {
  margin-top: 0 !important;
  width: 100% !important;
}
.theme-default .card-fullscreen {
  position: fixed;
  width: 100%;
  z-index: 999999;
  left: 0;
  top: 0;
  height: 100vh;
}
.theme-default .fullscreen-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.theme-default .fullscreen-box .el-collapse-item {
  height: 100vh;
  background-color: #fff;
}
.theme-default .fullscreen-box .el-collapse-item__header .el-collapse-item__arrow {
  display: none;
}
.ebix-excel-editor .slot-head-title,
.ebix-excel-editor .collapse-item-head-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ebix-excel-editor .collapse-item-head-title {
  padding: 15px;
}
.ebix-excel-editor .btn {
  padding: 10px;
}
.ebix-excel-editor .el-collapse-item__header {
  height: 51px;
  border-radius: 5px 5px 0 0;
  color: #fff;
  background-color: rgb(93, 194, 211);
}
.ebix-excel-editor .el-collapse-item__arrow {
  margin-right: 20px;
}
.ebix-excel-editor .el-collapse-item__wrap {
  border: 1px #eee solid;
}
.ebix-excel-editor .header-col .title {
  position: absolute;
  display: none;
}
.ebix-excel-editor .header-col:hover .title {
  display: block;
}
.ebix-excel-editor .el-icon-arrow-right:before {
  content: "\e6e1";
}
.ebix-excel-editor .el-button.bg-primary {
  background-color: rgb(93, 194, 211);
  color: #fff;
}
.ebix-excel-editor .el-button.disabled {
  color: #eee;
  border-color: #eee;
  cursor: unset;
}
.ebix-excel-editor .el-button.disabled:hover {
  background-color: #fff;
}
.ebixexceleditor-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 5px;
}
.step_num2 {
  width: 20pt;
  height: 20pt;
  text-align: center;
  line-height: 20pt;
  border-radius: 50%;
  background: #fff;
  color: #5dc2d3;
  float: left;
  margin-right: 10px;
  display: inline-block;
}
