
.card-dark {
    background-color: rgba(16, 20, 31, 0.5);
    color: #ffffff;
}

.card {
    border-radius: 20px;
}

.top-session {
    border: solid #2F2F2F 2pt;
    border-radius: 20px;
}

h3 {
    font-size: 18pt;
    font-weight: 700;
}

.label-card {
    font-size: 11pt;
    margin-bottom: 5px;
}

.txt-card {
    font-size: 13pt;
    margin-bottom: 0px;
    font-weight: 700;
}

.subtitulo{
    font-size: 15pt;
    margin-bottom: 20px;
    padding-left: 20px;
    font-weight: 800;
}

.cpf_lista_dossie {
    font-size: 15pt;
    font-weight: 800;
}

.img_circle {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    margin: 10px;
}


.icon-titulo {
    width: 25px;
}


.mosaic-title {
    font-size: 20pt; 
    font-weight: 900;
}



@media print {
  .page-break {
    page-break-before: always; /* Força quebra antes */
    /* ou page-break-after: always; para forçar depois */
  }

  p {
    font-size: 8pt;
  }

  td {
    font-size: 8pt;
  }

  li {
    font-size: 8pt;
  }

  .label-card,  .txt-card {
    font-size: 8pt
  }

  h4 {
    font-size: 14pt;
  }

  h3 {
    font-size: 12pt;
  }

  .icon-titulo {
    width: 18px;
  }

  #bigMap {
    height: 400px !important;
    display: block !important;
  }

  .leaflet-control-container {
    display: none !important;
  }

  .mosaic-title {
    font-size: 14pt; 
    font-weight: 900;
}

.progress-bar {
    background-color: #2F2F2F;
    border-color: #2F2F2F;
    border: 1px solid;
}

.card {
  page-break-inside: avoid;
}


}