/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.m-table {
  width: 100%;
}
.m-table-tr-pinto:nth-child(odd) {
  background: #f9f9f9;
}
.m-table-td {
  position: relative;
  min-width: 48px;
  max-width: 340px;
  height: 32px;
  padding: 4px 16px;
  font-size: 12px;
  text-align: justify;
  word-break: break-all;
  cursor: pointer;
  table-layout: fixed;
  user-select: none;
  border: 1px solid #e8e8e8;
}
.m-table-td-popover .ant-popover-inner-content {
  padding: 4px;
}
.m-table-td-div-text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.m-table-td-active {
  user-select: text;
  outline: 1px solid #21bc29;
}
.m-table-td-editing {
  cursor: text;
  user-select: text;
  outline: 1px solid #21bc29;
}
.m-table-td-highlight {
  color: #14961e;
  background: rgba(33, 188, 41, 0.3);
  outline: 1px solid #21bc29;
}
.m-table-td-error {
  font-weight: 500;
  color: #ee5144;
}
.m-table-td-icon {
  position: absolute;
  top: -2px;
  right: -20px;
  z-index: 999;
  width: 20px;
  height: 20px;
  padding-top: 2px;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  cursor: pointer;
  background: #41a368;
  border-radius: 0 1px 1px 0;
}
.m-table-td-icon .anticon {
  width: 20px;
}
.m-table-pagination {
  margin-top: 5px;
  text-align: right;
}
.m-table-dropdown-li {
  display: flex;
  align-items: center;
}
.m-table-dropdown-li i {
  font-size: 16px !important;
}
.m-table-header-dropdown {
  position: absolute;
  top: 50%;
  right: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 0 1px 1px 0;
  box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.05);
  transform: translateY(-50%);
}
.m-table-header-dropdown-icon {
  font-size: 10px;
}
