body {
  background: #5d6b99;
  background-size: cover;
  min-height: 100vh;
  font-family: 'Roboto-Regular';
  font-size: 14px;
  min-width: 375px;

}

.rodape {

    background-color: #1e293b;
    border-top-color: #1e293b;

}

.rodape_texto_desktop {

    font-family: Robotregular;
    font-size: 16px;
    color: white;

}


.rodape_texto_tablet {

    font-family: Robotregular;
    font-size: 12px;
    color: white;

}


.rodape_texto_mobile {

    font-family: Robotregular;
    font-size: 10px;
    color: white;

}


.tres_barras_menu {

    width: 25px; 
    height: 35px; 
    color: white;

}


.fundo_menu {

    width: 375px; 
    height:100vh; 
    background-color:#a7c6db; 
    position: fixed; 
    top:0px; 
    left: 0px; 
    z-index: 1000000; 
    border: solid 1px #1e293b; 
    border-radius: 0px; 
    box-shadow: 4px 4px 10px rgba(0,0,0,0.6);

}


.cabecalho_gravar {

    width: 150px; 
    padding-left: 0px;
    padding-top: 10px; 
    margin: 0px;
    cursor: pointer;
    color: #5d6b99; 
    font-size: 18px;
    background-color: transparent;

}


.cabecalho_excluir {

    width: 150px; 
    padding-left: 0px;
    padding-top: 10px; 
    margin: 0px;
    cursor: pointer;
    color: #5d6b99;
    font-size: 18px;
    background-color: transparent;"

}


.cabecalho_limpar {

    width: 150px; 
    padding-left: 0px;
    padding-top: 10px; 
    margin: 0px;
    cursor: pointer;
    color: #5d6b99;
    font-size: 18px;
    background-color: transparent;"

}


.cabecalho_sair {

    width: 150px; 
    padding-left: 0px;
    padding-top: 10px; 
    margin: 0px;
    cursor: pointer;
    color: #5d6b99;
    font-size: 18px;
    background-color: transparent;

}


.botao_fechar_consulta {

    padding-top: 0px;
    margin: 0px; 
    border:solid;
    border-width: 1px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
    color:black;
    background-color: transparent;
    border-color:black";

}



.campo_travado {

  padding-left: 10px;
  margin: 0px;
  font-family: RobotoRegular;
  font-size: 14px;
  color: black;
  border-radius: 5px;
  border-width: 1px;
  outline: none;
  background-color: #e9ecef;
  opacity: 100%;

}


.campo_normal {

  padding-left: 10px;
  margin: 0px;
  font-family: RobotoRegular;
  font-size: 14px;
  color: black;
  border-radius: 5px;
  border-width: 1px;
  outline: none;
  background-color: white;
  opacity: 100%;

}


/* Estilo geral do popup */
.swal2-popup {
  background: #5d6b99;
  color: #FFFFFF ;
  border-radius: 12px;
  padding: 5px;
}

/* Título */
.swal2-title {
  font-size: 1.5rem ;
  font-weight: bold ;
  color: white ;
  font-family: Arial;
}

/* Texto */
.swal2-html-container {
  font-size: 1.2rem ;
  color: white ;
}

/* Botão de confirmar */
.swal2-confirm {
  background-color: transparent !important;
  color: #FFFFFF !important;
  border: 2px solid #FFFFFF !important;
  border-radius: 5px !important;
  padding: 0.6rem 1.4rem !important;
  box-shadow: none !important; /* remove a borda preta */
}

.swal2-confirm:hover {
  background-color: rgba(255, 255, 255, 0.15) !important;
  border-color: #FFFFFF !important;
  color: #FFFFFF !important;
}



/* Botão de cancelar */
.swal2-cancel {
  background-color: transparent !important;
  color: #FFFFFF !important;
  border: 2px solid #FFFFFF !important;
  border-radius: 5px !important;
  padding: 0.6rem 1.4rem !important;
  box-shadow: none !important; /* remove a borda preta */
}

.swal2-cancel:hover {
  background-color: rgba(255, 255, 255, 0.15) !important;
  border-color: #FFFFFF !important;
  color: #FFFFFF !important;
}
