* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #e9ecef;
}

a {
  text-decoration: none;
}

.mt-2 {
  margin-top: 20px;
}

.float-right {
  float: right;
}

.el-breadcrumb {
  margin-bottom: 20px;
}

.search-form {
  padding: 20px 20px 0;
  background: #fff;
}

.data-table {
  margin-top: 10px;
}

.data-table-footer {
  padding: 15px 10px;
  border-left: 1px solid #ebeef5;
  border-right: 1px solid #ebeef5;
  background: #fff;
  overflow: hidden;
}

.data-table-footer .table-batch {
  float: left;
}

.data-table-footer .table-pagination {
  float: right;
}

main.el-main {
  height: 100% !important;
}

.table-button-group {
  margin-top: 15px;
  margin-bottom: 10px;
}

.ql-tooltip .ql-editing {
  left: 0;
}

.quill-editor .ql-container {
  height: 550px;
}

.table-expand {
  font-size: 0;
}

.table-expand label {
  width: 90px;
  color: #99a9bf;
}

.table-expand .el-form-item {
  margin-right: 0;
  margin-bottom: 0;
  width: 30%;
}

.el-tabs--border-card {
  margin-top: 30px;
}

.upload-btn {
  font-size: 0;
}

.error-msg-quan {
  word-break: break-all;
}

