body {
  user-select: none;
}
	
::placeholder {
    font-style: normal !important;
    text-decoration: none !important;
    font-size: 13px !important;
  }
  
.spinner {
  position: fixed;
  top: 0; 
  left: 0;  
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner-animation {
  width: 400px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.SumoSelect>.optWrapper>.options li.opt:hover {
    background-color: #1967D2 !important;
	color: #ffffff !important;
}

/* Spinner no botão */
button.carregando {
  position: relative;
  pointer-events: none;
  cursor: default;
  opacity: 0.5; 
}

button.carregando::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border: 3px solid #ccc;
  border-top: 3px solid #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

iframe#__PAP__pageGuiaPortageEducacao {
  top: 0px !important;
}

iframe#__PAP__pageDetalhesGerenciamentoPendencias
{
  height: 100% !important;
  width: 100% !important;
}