﻿/* Orange */
/* Slightly lighter dark blue than $colordarkblue */
.ant-table-wrapper {
  margin-bottom: 15px !important; }
  .ant-table-wrapper .ant-table th {
    background-color: #002266 !important;
    color: #fff !important; }
    .ant-table-wrapper .ant-table th svg {
      color: #fff !important; }
  .ant-table-wrapper .ant-table th.sf-tableFilterActive svg {
    color: #E87757 !important; }
  .ant-table-wrapper .ant-table tr:hover {
    cursor: pointer; }
  .ant-table-wrapper .ant-table tr:nth-child(2n) td {
    background-color: #EEF2F6; }
  .ant-table-wrapper .ant-table-container table > thead > tr:first-child > *:first-child {
    border-start-start-radius: 0; }
  .ant-table-wrapper .ant-table-container table > thead > tr:first-child > *:last-child {
    border-start-end-radius: 0; }
  .ant-table-wrapper .ant-table-container table tbody tr td {
    color: #002266;
    font-size: 0.75rem; }
  .ant-table-wrapper .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
    height: 4rem; }
  .ant-table-wrapper .ant-table-thead > tr > td:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
    height: 4rem; }
  .ant-table-wrapper .actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 60%; }

.status-toggle {
  display: flex;
  align-items: center;
  justify-content: right; }
  .status-toggle :where(.css-dev-only-do-not-override-1adbn6x).ant-checkbox-checked .ant-checkbox-inner {
    background-color: #002266;
    border-color: #002266; }

.total-records {
  font-weight: 500; }
