/* [data-select2-id] {
  height: 100% !important;
} */

::placeholder {
  font-family: 'Poppins', sans-serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}

/* SWEETALERT2: Evitar deslocamento do background */
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    height: 100% !important;
}



/*SCROOL*/

/* Estiliza o thumb do scrollbar */
::-webkit-scrollbar-thumb {
background-color: #888;
border-radius: 10px;
}

/* Estiliza a track do scrollbar */
::-webkit-scrollbar-track {
background-color: #f1f1f1;
}

/* Estiliza o scrollbar */
::-webkit-scrollbar {
width: 8px;
height: 8px;
}

iframe#__PAP__pageRelatorioPDFModal {
  height: 100% !important;
  width: 100% !important;
}