/* [project]/src/views/spam/call/search/styles.module.css [app-client] (css) */
.styles-module__Do_NNa__bgImage {
  background: url("/images/pages/faq-header.png");
}

/* [project]/src/views/spam/call/search/styles.css [app-client] (css) */
#shipment-statistics .apexcharts-legend .apexcharts-legend-series {
  border: 1px solid var(--mui-palette-divider);
  border-radius: .5rem;
  block-size: 83%;
  padding-block: 4px;
  padding-inline: 16px;
}

/* [project]/src/@core/styles/table.module.css [app-client] (css) */
.table-module__Mig-TG__table {
  border-collapse: collapse;
  white-space: nowrap;
  inline-size: 100%;
  font-size: .875rem;
}

.table-module__Mig-TG__table [align="right"] > * {
  text-align: end;
}

.table-module__Mig-TG__table [align="center"] > * {
  text-align: center;
}

.table-module__Mig-TG__table thead {
  text-transform: uppercase;
  color: var(--mui-palette-text-primary);
}

.table-module__Mig-TG__table thead th {
  letter-spacing: .2px;
  text-align: start;
  background-color: var(--mui-palette-customColors-tableHeaderBg);
  block-size: 50px;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 1.8462;
}

.table-module__Mig-TG__table thead th:not(:first-of-type):not(:last-of-type) {
  padding-block: .5rem;
  padding-inline: 1rem;
}

.table-module__Mig-TG__table thead th:first-of-type:not(:has(input[type="checkbox"])) {
  padding-block: .5rem;
  padding-inline: 1.25rem 1rem;
}

.table-module__Mig-TG__table thead th:first-of-type:has(input[type="checkbox"]) {
  inline-size: 51px;
  padding-inline-start: .6875rem;
}

.table-module__Mig-TG__table thead th:last-of-type {
  padding-block: .5rem;
  padding-inline: 1rem 1.25rem;
}

.table-module__Mig-TG__table tbody {
  color: var(--mui-palette-text-secondary);
}

.table-module__Mig-TG__table tbody th, .table-module__Mig-TG__table tbody td {
  block-size: 30px;
  font-size: .9375rem;
  line-height: 1.4667;
}

:is(.table-module__Mig-TG__table tbody th, .table-module__Mig-TG__table tbody td):not(:first-of-type):not(:last-of-type) {
  padding-block: .5rem;
  padding-inline: 1rem;
}

:is(.table-module__Mig-TG__table tbody th, .table-module__Mig-TG__table tbody td):first-of-type:not(:has(input[type="checkbox"])) {
  padding-block: .5rem;
  padding-inline: 1.25rem 1rem;
}

:is(.table-module__Mig-TG__table tbody th, .table-module__Mig-TG__table tbody td):first-of-type:has(input[type="checkbox"]) {
  padding-inline-start: .6875rem;
}

:is(.table-module__Mig-TG__table tbody th, .table-module__Mig-TG__table tbody td):last-of-type {
  padding-block: .5rem;
  padding-inline: 1rem .25rem;
}

.table-module__Mig-TG__table tbody tr:not(:last-child) {
  border-block-end: 1px solid var(--border-color);
}

.table-module__Mig-TG__cellWithInput input {
  inline-size: 100%;
  font-size: inherit;
  color: inherit;
  border-radius: var(--mui-shape-customBorderRadius-sm);
  background-color: #0000;
  margin-inline: -10px;
  padding-block: 6px;
  padding-inline: 10px;
}

.table-module__Mig-TG__cellWithInput input:focus-visible {
  outline: 1px solid var(--mui-palette-primary-main);
}

/*# sourceMappingURL=src_a355d6e3._.css.map*/