/* Tabela Fundo */

.box-rentabilidade {
  margin-bottom: 24px;
}

.box-rentabilidade h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--color-blue);
  text-transform: uppercase;
  padding-bottom: 8px;
}

.box-rentabilidade h4.locked:before {
  display: inline-block;
  content: url('../img/icon_locker_blue.svg');
  width: 12px;
  height: 12px;
  margin-right: 8px;
}

.info-table {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow-x: auto;
/*   padding-bottom: 24px; */
  color: var(--color-navy-blue);
/*   margin-bottom: 16px; */
}

.fundo *::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  scroll-margin-bottom: 20px;
}

.fundo *::-webkit-scrollbar-track {
  background: var(--color-gray);
}

.fundo *::-webkit-scrollbar-thumb {
  background-color: var(--color-orange);
  border-radius: 12px;
  border: 0px solid transparent;
}

.info-table .info-row {
  width: 100%;
  min-width: 100%;
  height: auto;
  min-height: 64px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  column-gap: 0;
  flex-wrap: nowrap;
  border-bottom: 1px solid var(--color-blue);
}

.info-table .info-row:first-child {
  min-height: 24px;
  border-bottom: none;
}

.info-table .info-row.separator {
  width: 100%;
  height: 2px;
  min-height: 0;
}

.info-table .info-row.separator>.info-col {
  width: 100%;
  height: 2px;
  background-color: var(--color-blue);
}

.info-table .info-row:first-child>.info-col {
  background-color: var(--color-dark-blue);
}

.info-table .info-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 55px;
}

.info-table .info-col:nth-child(1) {
  min-width: 160px;
  align-items: flex-start;
}

.info-table .info-col:nth-child(2),
.info-table .info-col:nth-child(3) {
  min-width: 110px;
}

.info-table .label-tax {
  font-size: .7rem;
  padding: 8px 4px;
  color: var(--color-white);
}

.info-table .info-col:nth-child(1) .label-tax,
.info-table .info-col:nth-child(1) .data-tax {
  padding-left: 12px;
}

.info-table .data-tax {
  font-size: .7rem;
}

.info-table .info-col:nth-child(1) .data-tax {
  font-weight: 600;
}

.info-table .data-tax.locked:before {
  display: inline-block;
  content: url('../img/icon_locker_dark_blue.svg');
  width: 8px;
  height: 8px;
  margin-right: 5px;
}

/* Docs Table */

.docs-table {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow-x: auto;
  color: var(--color-navy-blue);
  margin-bottom: 12px;
  padding-bottom: 0;
}

.docs-table .resultados {
  width: 100%;
  height: auto;
  min-height: 180px;
}

#loader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 180px;
}

.docs-table .info-row {
  width: 100%;
  min-width: 100%;
  height: auto;
  min-height: 32px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  column-gap: 0;
  flex-wrap: nowrap;
  padding-bottom: 4px;
}

.docs-table .info-row:first-child {
  min-height: 24px;
  border-bottom: none;
}

/* .docs-table .info-row:nth-child(2n + 2) {
  background-color: var(--color-table-blue);
} */

.docs-table .info-row .info-col {
  min-height: 32px;
}

.docs-table .info-row:nth-child(2n + 2) .info-col {
  background-color: var(--color-table-blue) !important;
}

.docs-table .icon-download {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  content: url('../img/icon_download.svg');
  width: 18px;
  height: auto;
  border: none;
  box-shadow: none;
}

.docs-table .icon-download img {
  width: 100%;
  height: auto;
}

.docs-table .info-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 45px;
}

.docs-table .info-col:nth-child(1) {
  min-width: 200px;
  align-items: flex-start;
}

.docs-table .label-tax {
  font-size: .7rem;
  padding: 8px 4px;
  color: var(--color-blue);
}

.docs-table .info-col:nth-child(1) .label-tax,
.docs-table .info-col:nth-child(1) .data-tax {
  padding-left: 12px;
}

.docs-table .data-tax {
  font-size: .7rem;
}

.docs-table .info-col:nth-child(1) .data-tax {
  font-weight: 600;
}


/************ Linha de valores de patrimônio líquido da tabela de rentabilidade ******************/
.linha-valor-sub-estrategia {
    width: 100%;
    margin-bottom: 40px;
}

.texto-valor-sub-estrategia {
    font-size: .7rem;
    color: #212529;
}

/************ Linha com asterisco abaixo de patrimônio líquido ******************/
.linha-unica-sub-estrategia {
    width: 100%;
	margin-top: -40px;
    margin-bottom: 40px;
}