body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0px;
}

.container {
    text-align: center;
}

a {
    text-decoration: none;
    color: white;
}

h1 {
    font-size: 16px;
    font-weight: 400;
    color: mediumseagreen;
}

h2 {
    margin-top: 2px;
}

h3 {
    margin-top: 0px;
    padding-top: 60px;
    font-size: 12px;
    font-weight: 400;
}

h5 {
    margin: 0px;
}

#formLogin {
    margin-top: 80px;
    position: absolute;
    width: 100%;
}

#Login label {
    font-size: 14px;
}

.inputLogin {
    width: 200px !important; 
    height: 30px;
    font-size: 16px; /*16px no input para não dao o zoom no mobile quando selecionar o foco*/
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
}

#botaoAcessar {
    margin-top: 30px;
    margin-bottom: 80px;
    cursor: pointer;
}

.botaoAcessar { 
    width: 140px;
    margin-top: 20px;
    height: 40px;
    background: rgb(48, 141, 90);
    color: white;
    border-radius: 3px;
    text-decoration: none;
    border: 0px;
    padding: 10px 40px;
}

.botaoAcessar:hover {
    background: rgb(38, 110, 70);
    transition: 0.3s;
}

.botao { 
    width: 140px;
    margin-top: 10px;
    height: 30px;
    background: rgb(48, 141, 90);
    color: white;
    border-radius: 3px;
    text-decoration: none;
    border: 0px;
    cursor: pointer;
    font-size: 12px;
}

.botao:hover {
    background: rgb(38, 110, 70);
    transition: 0.3s;
}

.botaoVerMais { 
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: #9fd5b9;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.botaoVerMais:hover {
    background: #85bda0;
    transition: 0.3s;
}

.imgVerDetalhes {
    width: 36px;
    height: 36px;
}

.card {
    max-width: 400px;
    margin: 0px auto;
}

.cardDetalhe {
    background-color: #b9e9cf;
    max-width: 360px;
    margin: 0px auto;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#detalhesPaciente {
    background-color: #b9e9cf;
    margin: 0px 20px;
    border-radius: 5px;
    padding: 10px;
}

#detalhesPaciente .textoPrincipal {
    font-size: 20px;
    font-weight: 600;
}

#detalhesPaciente .textoSecundario {
    font-size: 12px;
    font-weight: 300;
}

.cardDetalheTitulo {
    margin-right: 5px;
}

.cardDetalheTituloId {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 10px;
    margin-bottom: 4px;
}

.cardDetalheTituloNome {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}

.numeroCard {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.numeroCard span {
    font-size: 42px;
    font-weight: 800;
    width: 150px;
    align-content: end;
    color: #FFF;
    height: 50%;
    margin-top: 20px;
}

.tituloCard {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    color: #FFF;
    height: 50%;
}

#buscaPacientes {
    background-color: #3CB371;
    color: #FFF;
    border-radius: 10px;
    flex-direction: row;
    display: flex;
    margin: 0px auto;
    height: 120px;
    align-items: center;
}

#btnBuscarPacientes { 
    width: 170px;
    height: 20px;
    font-size: 10px;
}

#btnBuscarPacientesNome {
    width: 60px;
}

#buscarPaciente {
    display: flex;
    flex-direction: column;
}

#buscarPacienteNome {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 10px auto;
    flex-wrap: wrap;
}

#buscarPacienteNome label {
    margin-bottom: 5px;
    font-size: 12px;
}

#buscarPacienteNome button {
    margin-top: 5px;
}

#buscarPacienteNomeDetalhe {
    display: flex;
    flex-direction: column;
    align-items: start;
}

#buscarPacienteNomeDetalhe input {
    width: 140px;
    margin-right: 20px;
}

#dataNovaEvolucao {
    width: 120px;
}

#textoNovaEvolucao {
    height: 200px;
    width: 400px;
}

#nomePacienteSelecionado {
    padding: 0px;
    margin: 0px;
}

#novaEvolucao {
    padding-top: 0px;
}

textarea {
    text-transform: uppercase;
}

.cardEvolucao,.cardEvolucaoNovo {
    background-color: rgb(219, 219, 219);;
    border-radius: 5px;
    max-width: 400px;
    margin: 20px auto;
    padding: 1px 5px;
    font-weight: 300;
}

.cardEvolucaoNovo {
    background-color: rgb(190, 194, 78);
}


.dataEvolucao,.dataEvolucaoNovo {
    background-color: rgb(188, 187, 187);
    font-weight: 600;
    width: 100px;
    border-radius: 5px;
    margin-top: 5px;
    height: 20px;
}

.dataEvolucaoNovo {
    background-color: whitesmoke;
    width: 110px;
    height: 40px;
    font-weight: 400;
}

/* Header */
#logoTuig{
    margin-top: 5px;
    width: 120px;
}

#header {
    background-color: rgb(248, 248, 248);
    width: 100%;
    height: 45px;
    position: fixed;
    box-shadow: 0px 0px 6px rgb(141, 141, 141);
    z-index: 1;
    margin: 0px;
}


/* Rodapé */

#rodape {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 15px;
    position: relative;
    bottom: 0;
    
    display: flex;
    flex-direction: column;
    align-items: center;
}

#fones {
    font-weight: 800;
}

#rodape p {
    font-size: 12px;
    margin: 3px 0px;
}

#logoInove {
    width: 100px;
}


/* Auxiliares */
/* Loader Padrão */
.loader {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-block;
    border-top: 4px solid #11AEAC;
    border-right: 4px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
  }
  .loader::after {
    content: '';  
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border-left: 4px solid #FECD29;
    border-bottom: 4px solid transparent;
    animation: rotation 0.5s linear infinite reverse;
  }
  @keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  } 
