.pagination-controls {
  display: flex;
  gap: 10rem;
  align-items: center;
  margin-top: 20rem;
  position: absolute;
  bottom: 20rem;
}

.pagination-controls button {
  padding: 4rem;
  background-color: white;
  border: solid 1px #dcdfe6;
  cursor: pointer;
}

.pagination-controls .pageSizeWrap input {
  width: 50rem;
  outline: none;
}

.w-e-full-screen-container {
  z-index: 9999;
}

html {
  background-color: #f3f5f8;
}

.el-color-dropdown__btns {
  display: flex;
  gap: 6rem;
}

.el-button+.el-button {
  margin-left: 0 !important;
}

.el-input--small {
  height: 34rem !important;
}

.el-color-picker__trigger {
  width: 24rem !important;
  height: 24rem !important;
  padding: 2rem !important;
}

.el-popper {
  padding: 11rem !important;
}

.el-color-dropdown__btn {
  background-color: #1193C6 !important;
  color: white !important;
}

.el-color-dropdown__btn:hover {
  background-color: #153254 !important;
}

.el-message-box__btns {
  gap: 10rem;
}

.el-message-box__status+.el-message-box__message {
  /* padding-left: 10rem !important; */
}

.el-message-box__btns button:nth-child(2) {
  background-color: #1193C6;

}

.el-message-box__btns button:nth-child(2):hover {
  background-color: #153254;
}

.el-input__inner {
  height: 32rem !important;
}

.el-message-box__container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 8px !important;
}

.el-message-box__status {
  position: initial !important;
  transform: initial !important;
  top: initial !important;
  font-size: 24rem !important;
}

.el-icon svg {
  width: 100% !important;
  height: 100% !important;
}

.el-icon {
  width: 18rem !important;
  height: 18rem !important;
  flex-shrink: 0;
  margin-top: 1rem;
}

.el-message-box__message p {
  line-height: initial !important;
}

.el-pagination.is-background .btn-next.is-active,
.el-pagination.is-background .btn-prev.is-active,
.el-pagination.is-background .el-pager li.is-active {
  background-color: #153254 !important;
}

/* 英文字体类 */
.quill-editor-wrapper,
.ql-toolbar {
  background-color: white;
}

.ql-font-arial {
  font-family: "Arial";
}

.ql-font-helvetica {
  font-family: "Helvetica";
}

.ql-font-times-new-roman {
  font-family: "Times New Roman";
}

.ql-font-courier-new {
  font-family: "Courier New";
}

.ql-font-verdana {
  font-family: "Verdana";
}

.ql-font-georgia {
  font-family: "Georgia";
}

/* 中文字体类 */
.ql-font-microsoft-yahei {
  font-family: "Microsoft YaHei";
}

.ql-font-simsun {
  font-family: "SimSun";
}

.ql-font-kaiti {
  font-family: "KaiTi";
}

.ql-font-pingfang {
  font-family: "PingFang SC";
}



.ql-font-source-han-sans {
  font-family: "Source Han Sans CN";
}

/* 日文字体类 */
.ql-font-meiryo {
  font-family: "Meiryo";
}

.ql-font-ms-mincho {
  font-family: "MS Mincho";
}

.ql-font-hiragino-mincho {
  font-family: "Hiragino Mincho Pro";
}