/**
 * Print Stylesheet
* @version         1.0
*/

/*@page {*/
/*  size: a4;*/
/*}*/

body {
  font-family: Helvetica, Georgia, "Times New Roman", Times, serif;
  line-height: 1.3;
  font-size: 12px;
  background: white !important;
  color: #000;
}

h1 {
  font-size: 16px;
  text-align: center;
}

h2,
h3,
h4,
h5 {
  font-size: 14px;
  margin: 10px 0;
  text-align: center;
}

a {
  page-break-inside: avoid;
  color: black;
}

code,
pre {
  font-family: "Courier New", Courier, mono;
}

ul,
ol {
  list-style: square;
  margin-left: 18pt;
  margin-bottom: 20pt;
}

li {
  line-height: 1.6em;
}

table {
  border: 1px solid #dee2e6;
  border-collapse: collapse;
  border-radius: 0;
  width: 100%;
  margin-bottom: 16px;
}

tr th {
  background-color: #d3d3d3 !important;
  /*Esse comando tem suporte oficial para Chrome e Safari, no Firefox não existe suporte oficial da Mozilla, mas o comportamento foi validados com sucesso e está funcional*/
  color: black;
  font-weight: bold;
  white-space: nowrap;
  -webkit-print-color-adjust: exact !important;
  /*Responsável por deixar as cores de fundo sendo exibidas por padrão*/
  color-adjust: exact;
}

tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
  -webkit-print-color-adjust: exact !important;
  /*Responsável por deixar as cores de fundo sendo exibidas por padrão*/
  color-adjust: exact;
}

table th,
table td {
  border: 1px solid #dee2e6;
}

table td,
table th {
  padding: 1px 2px !important;
  font-size: 10px;
}

.noprint {
  display: none !important;
}

.ant-pagination {
  display: none !important;
}

.ant-empty-image {
  display: none !important;
}

.ant-empty-description {
  text-align: center;
}

.periodo {
  text-align: center;
}

nz-sider,
nz-footer,
nz-header,
.filtro-wrapper,
.ant-breadcrumb,
.ant-collapse-arrow,
app-modulo-select,
app-modulo-select-trigger {
  display: none;
}

.logo {
  width: 2.5cm;
  margin: 0 20px;
}

.monetary {
  font-family: monospace;
}

.linha-forma-total-pagamento {
  text-align: right;
  font-size: 14px;
  background: #f2f2f2;
  font-weight: bold;
}

.ant-collapse-header {
  padding: 2px;
  text-align: center;
  font-size: 14px;
  background: #d3d3d3;
  -webkit-print-color-adjust: exact !important;
  /*Responsável por deixar as cores de fundo sendo exibidas por padrão*/
  color-adjust: exact;
  border: 1px solid #dee2e6;
  border-bottom: 0;
  font-weight: bold;
  color: black;
}

.ant-collapse-header {
}

table tfoot {
  display: table-row-group;
}

.linha-total-pagamentos {
  line-height: 0.8;
  background: #f2f2f2;
}

.linha-total-pagamentos b {
  margin-right: 4px;
}

.linha-total-pagamentos h4,
.linha-total-pagamentos h1 {
  text-align: right;
}

nz-page-header .ant-page-header-heading {
  font-size: 15px;
  font-weight: bold;
  display: block;
  margin: 10px 0;
  padding: 8px;
  top: 0px;
  position: absolute;
  text-align: center;
  word-break: break-word;
  max-width: 450px;
}

nz-page-header-subtitle {
  font-size: 13px;
  font-weight: bold;
  display: block;
}

.cdk-overlay-container {
  display: none;
}

nz-alert {
  margin: 16px 0;
  padding: 8px;
  display: block;
  border: 1px solid black;
  border-left: 4px solid black;
}

.md-chat-widget-btn-container {
  display: none;
}

.print-text-left {
  text-align: left;
}

.print-text-right {
  text-align: right;
}

.w-25 {
  width: 25%;
}

.lista {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.lista p {
  flex: 0 0 30%;
  box-sizing: border-box;
}
