body {
  cursor: default;
  color: #000 !important;
}

.ant-form-item-explain-error {
  font-size: 13px !important;
}

.site-form-item-icon {
  color: #999 !important;
  margin-right: 8px !important;
}

.ant-drawer-body {
  padding: 0px !important;
}

.line-v {
  margin: 0px 8px;
  color: #ccc;
}

.ant-form-item-explain {
  padding-top: 3px !important;
  font-size: 12px !important;
}

.ant-drawer-body {
  padding: 0px !important;
}

.ant-table-cell {
  vertical-align: top;
}

.ant-input-prefix i {
  margin-right: 8px;
}

.ant-table-content {
  overflow: auto;
}

.ant-back-top {
  bottom: 80px !important;
  left: 24px !important;
}

.ant-table-thead th {
  background: #283747 !important;
  color: #fff !important;
}

.ant-tabs-tab-btn {
  color: #000;
}

.dot {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.hide {
  display: none !important;
}

.red {
  color: red;
}

.green {
  color: green;
}

.ql-editor {
  min-height: auto;
  cursor: pointer;
}

.ql-toolbar {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.ql-container {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

input:read-only {
  background-color: #fef9e7;
}
