/* [project]/src/styles/globals.css [app-client] (css) */
body {
  background: #e8e8e8;
  margin: 0;
}

.ant-table-tbody .ant-table-cell {
  color: #000 !important;
}

.ant-table-thead .ant-table-cell {
  color: #fff !important;
}

.ant-table-column-sorter {
  color: #aaa !important;
}

.ant-table-cell-fix-left, .ant-table-cell-fix-right {
  background: #fff !important;
}

.ant-table-thead .ant-table-cell-fix-left, .ant-table-thead .ant-table-cell-fix-right {
  background: #111 !important;
}

.row-focused .ant-table-cell-fix-left, .row-focused .ant-table-cell-fix-right, .row-focused td {
  background: #fffdf5 !important;
}

.row-focused td.col-calculated {
  background: #eef3fa !important;
}

.cell-focused {
  outline-offset: -2px;
  background: #fff8e6 !important;
  outline: 2px solid #b8860b !important;
}

td.col-calculated.cell-focused {
  background: #fff8e6 !important;
}

td.col-calculated {
  font-style: italic;
  color: #1a3a5c !important;
  background: #f0f5fa !important;
}

th.col-calculated, th.col-calculated.ant-table-column-sort {
  background: #1a2a3e !important;
}

td.col-calculated.ant-table-column-sort {
  color: #1a3a5c !important;
  background: #e8eff7 !important;
}

.ant-statistic-title {
  color: #333 !important;
  font-weight: 600 !important;
}

.ant-statistic-content {
  color: #000 !important;
  font-weight: 700 !important;
}

.ant-descriptions-item-label {
  color: #000 !important;
  background: #eaeaea !important;
  font-weight: 700 !important;
}

.ant-descriptions-item-content {
  color: #000 !important;
}

.ant-card-head-title {
  color: #000 !important;
  font-weight: 700 !important;
}

.ant-tag, .ant-segmented-item-label {
  font-weight: 600 !important;
}

.ant-menu-item {
  font-weight: 500 !important;
}

.split-selected-row td {
  background: #fff1cc !important;
}

.split-selected-row:hover td {
  background: #ffe7a0 !important;
}

.split-selected-row .ant-table-cell-fix-left, .split-selected-row .ant-table-cell-fix-right {
  background: #fff1cc !important;
}

.split-selected-row:hover .ant-table-cell-fix-left, .split-selected-row:hover .ant-table-cell-fix-right {
  background: #ffe7a0 !important;
}

.split-selected-row.row-focused td, .split-selected-row.row-focused .ant-table-cell-fix-left, .split-selected-row.row-focused .ant-table-cell-fix-right {
  background: #fff1cc !important;
}

/*# sourceMappingURL=src_styles_globals_0c8m6fs.css.map*/