/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-34.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-34.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-34.use[3]!./src/css/custom-element-ui.less ***!
  \**********************************************************************************************************************************************************************************************************************************************/
.el-dialog.custom-dialog .el-dialog__header {
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 54px;
  background-color: #f8f8f8;
}
.el-dialog.custom-dialog .el-dialog__header .el-dialog__headerbtn {
  top: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.el-dialog.custom-dialog .el-dialog__body {
  height: calc(100% - 54px);
  overflow: auto;
}
.el-dialog.custom-dialog-footer .el-dialog__body {
  height: calc(100% - 54px - 62px);
}
.el-input-number.custom-input-number .el-input-number__decrease,
.el-input-number.custom-input-number .el-input-number__increase {
  display: none;
}
.el-input-number.custom-input-number .el-input__wrapper {
  padding: 0 10px;
}

/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-34.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-34.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-34.use[3]!./src/css/main-style.less ***!
  \***************************************************************************************************************************************************************************************************************************************/
.main-button {
  background: linear-gradient(180deg, #ffffff 0%, #fff1e2 100%);
  color: #bc9265;
  text-align: center;
  border: 1px solid #dddddd;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
}
.error-button {
  background-color: #d94700;
  text-align: center;
  line-height: 30px;
  height: 30px;
  font-size: 13px;
  color: white;
  cursor: pointer;
}
.error-button:hover {
  background-color: #d94700;
  color: white;
}
.main-button-color {
  background: linear-gradient(180deg, #ffffff 0%, #fff1e2 100%);
  color: #bc9265;
  border: 1px solid #dddddd;
}
.main-button:hover,
.main-button-color:hover {
  background: linear-gradient(180deg, #ffffff 0%, #fff1e2 100%);
  border: 1px solid #dddddd;
  color: #bc9265;
}
.el-select-dropdown__item.is-selected {
  color: #bc9265;
}
.el-select__wrapper.is-focused {
  box-shadow: 0 0 0 1px #bc9265 inset;
}
.combination-cell-config-container-dialog {
  min-width: 1250px;
  height: 80vh;
}
.el-radio-button__original-radio:checked + .el-radio-button__inner {
  background: linear-gradient(180deg, #ffffff 0%, #fff1e2 100%);
  color: #bc9265 !important;
  text-align: center;
  border: 1px solid #dddddd !important;
}
.el-radio-button.is-active .el-radio-button__original-radio:not(:disabled) + .el-radio-button__inner {
  background-color: transparent !important;
}
.el-radio-button:last-child .el-radio-button__inner {
  border: 1px solid #dddddd;
}
.el-radio-button__inner:hover {
  color: #bc9265;
}
.el-radio-button__inner {
  box-shadow: none !important;
}
.font-library-manage-btn {
  background-color: #bc9265;
  width: 67px;
  height: 32px;
  border-radius: 5px;
  text-align: center;
  line-height: 32px;
  color: white;
  font-size: 13px;
  cursor: pointer;
}
.el-pagination.is-background .el-pager li.is-active {
  background-color: #bc9265 !important;
}
.el-tag.el-tag--primary {
  background: linear-gradient(180deg, #ffffff 0%, #fff1e2 100%);
  color: #bc9265;
  border: 1px solid #dddddd;
}
.el-loading-spinner .el-loading-text {
  color: #bc9265;
}
.el-loading-spinner .path {
  stroke: var(--el-color-warning-dark-2);
}
.logout-btn {
  background-color: #d94700 !important;
  border: none;
}
.cancel-btn {
  background-color: white !important;
  border: none;
  color: #bc9265;
}
.cancel-btn:hover {
  color: #bc9265;
}
.el-message-box .el-button--primary {
  background: linear-gradient(180deg, #ffffff 0%, #fff1e2 100%);
  color: #bc9265;
  border: 1px solid #dddddd;
}
.el-message-box .el-button:hover {
  color: black;
  border: 1px solid #dcdfe6;
  background-color: white;
}
.material-dialog {
  padding: 0;
}
.material-dialog .el-dialog__header {
  padding: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
.material-dialog .el-dialog__body {
  height: calc(100% - 40px) !important;
  overflow-y: auto;
  position: relative;
}
.el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #bc9265;
}

