body {
    overflow-x: hidden;
    margin-top: 5rem;
    max-height: calc(100vh - 5rem);
}

body::-webkit-scrollbar { 
  display: none;
}

/*FONTE DO ETERNIDADE*/
*{
    font-family: 'Montserrat';
}
/*BARRA DE ROLAGEM*/
*::-webkit-scrollbar {
    width: .25rem;
}

*::-webkit-scrollbar-track {
    background: var(--cinza);
}

*::-webkit-scrollbar-thumb {
    background-color: var(--cinza);
}

a:hover{
    text-decoration: none;
    cursor: pointer;
}
/*IMAGENS*/
#img-formulario-funeraria{
    width: 100px;
}

#logo-login-eternidade{
    padding-top: 25px;
}

/*BOTÕES*/
.btn-eternidade-azul {
    background-color: var(--azul);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 0.50rem;

    transition: all 0.3s;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.btn-eternidade-amarelo {
    background-color: var(--amarelo);
    color: var(--preto);
    border: none;
    padding: 10px 20px;
    border-radius: 0.50rem;
    font-weight: bold;

    transition: all 0.3s;
}

.btn-eternidade-vermelho-escuro{
    background-color: var(--vermelho-escuro);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 0.50rem;
}

.btn-eternidade-verde-escuro{
    background-color: var(--verde-escuro);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 0.50rem;
}

.btn-eternidade-branco{
    background-color: var(--branco);
    color: var(--preto);
    border: none;
    padding: .5rem 1.3rem;
    border-radius: 2rem;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;

    transition: all 0.3s;
}

#login-registrar{
    margin-top: -40px;
    width: 50%;
}

.btn-eternidade {
    color: var(--azul);
    background-color: white;
    border:none;
    border-radius: .25rem;
    text-align: center;
    font-weight: 500;
    -webkit-box-shadow: 0px 4px 12px 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 4px 12px 2px rgba(0,0,0,0.4);
    box-shadow: 0px 4px 12px 2px rgba(0,0,0,0.4);
}

.btn-eternidade:hover {
    cursor: pointer;
    filter: brightness(90%);
}

.btn-login{
    font-size: 150%;
}

.btn-registrar{
    font-size: 120%;
}

.btn-eternidade-azul:hover{
    background-color: var(--azul);
    -webkit-box-shadow: 4px 7px 12px 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 4px 7px 12px 2px rgba(0,0,0,0.4);
    box-shadow: 4px 7px 12px 2px rgba(0,0,0,0.4);

    filter: brightness(110%);
}

.btn-eternidade-branco:hover{
    filter: brightness(85%);
}

.btn-eternidade-verde{
    background-color: var(--verde);
    color: var(--branco);
    font-weight: bold;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 60%;
    transition: all 0.5s;
}

.btn-eternidade-amarelo:hover {
    filter: brightness(110%);
}

.btn-eternidade-verde:hover{
    -webkit-box-shadow: 5px 3px 0px 0px rgba(0,0,0,0.33);
    box-shadow: 5px 3px 0px 0px rgba(0,0,0,0.33);
}

.btn-eternidade-vermelho{
    background-color: var(--vermelho);
    color: var(--branco);
    font-weight: bold;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
}

.btn-eternidade-vermelho:hover{
    transition: all 0.5s;
    -webkit-box-shadow: 5px 3px 0px 0px rgba(0,0,0,0.33);
    box-shadow: 5px 3px 0px 0px rgba(0,0,0,0.33);
}

.bg-primary {
    background-color: var(--azul)!important;
}

.btn-pagina{
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 5px;
}

.btn-pagina:hover{
    font-weight: bold;
    color: black;
}

/*FOOTER*/
.rede-social {
    width: 50px;
    height: 50px;
    background-color: var(--azul);
    border-radius: 50%;
    margin: 10px;
    -webkit-box-shadow: 0px 4px 12px 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 4px 12px 2px rgba(0,0,0,0.4);
    box-shadow: 0px 4px 12px 2px rgba(0,0,0,0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rede-social i {
    font-size: 200%;
    color: white;
}

.redeSocial i:hover {
    filter: brightness(90%);  
    text-decoration: none;
}

#rodape{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 80px;
}
/*LOGIN*/
#formulario-login{
    margin-top: -50px;
    width: 80%;
}

#conteudo-login{
    margin-top: -50px;
}

.registrar-login{
    background-color: var(--azul);
}

/*----------------------------CADASTRO DE FUNERÁRIA---------------------------------*/
#formulario-funeraria{
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);
}

/*INPUT*/
input{
    caret-color: var(--azul);
}

/*-------------------------HOME------------------------*/
#caixaHoje{
    border-radius: .50rem;
    background-color: var(--azul);
    
}
/*CONTEUDO CENTRAL*/
#conteudoOs{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
/*ORDEM DE SERVIÇO*/
#ordemServicoTitulo{
    font-size: 150%;
    font-weight: bold;
}

#ordemServico {
    background-color: var(--cinza);
    border-radius: 18px;
    box-shadow: 10px 8px 26px -6px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 10px 8px 26px -6px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 10px 8px 26px -6px rgba(0, 0, 0, 0.25);
}

#osHead{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: .5rem;
}

#ordensServico{
    font-size: 80%;
}

.status {
    width: 113px;
    height: 28px;
    text-align: center;
    border-radius: 20px;
    background-color: var(--verde);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#etapasOrdensServico{
    height: 100%;
    margin:0;
    width: 290px;
    height: 100px;
    background-color: var(--azul);
}

#etapasOrdensServico ul{
    list-style: none;
    margin-left: 20px;
}

#etapasOrdensServico ul li{
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

#etapasOrdensServico ul li .barra{
    display: inline;
    margin-right: 5px;
    border: 3px solid white;
    border-radius: 5px;
}

#listaOpcoes button{
    background-color: var(--azul);
    border: none;
    font-weight: bold;
    color: white;
    font-size: 80%;
}

.atualizar{
    position:fixed;
    font-size: 15px;
}

#espacoFormularioOrdemServico .tab-content{
    margin-top: 10px;
    margin-left: 10px;
}

#espacoFormularioOrdemServico .tab-content .titulo{
    font-size: 200%;
    font-weight: bold;
}   

#espacoFormularioOrdemServico .tab-content label{
    font-size: 120%;
    font-weight: bold;
}

#opcoesCapela{
    width: 500px;
}

#detalhesServicoCartorio, #detalhesTranslado, #detalhesServicoTratamentoCorpo, #detalhesItensFuneral, .detalhesRemocao{
    height: 100px;
    resize: none;
}

#observacaoImportante{
    height: 200px;
    resize: none;
}

.remocao, .formularioTipoTranslado{
    padding: 10px;
    background-color: var(--branco);
    border: 1px solid;
    height: auto;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.DO{
    font-size: 15px !important;
}

.divisaoNOVAOS{
    height: 4px;
    width: 300px;
    background-color: red;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
}

.emandamento{
    background-color: var(--amarelo);
}
 
.somente_remocao{
    background-color: var(--vermelho);
    color: white;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    font-size: 150%;
    border: 2px solid black;
    font-weight: bold;
    width: auto;
}

.finalizado{
    background-color: var(--verde);
}

.statusOS{
    font-size: 110%;
    padding: .25rem;
    border-radius: .25rem;
    font-weight: bold;
}

#dadosOS span{
    font-weight: bold;  
}

#dadosOS .titulo{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 150%;
    font-weight: bold;
}

#dadosOS p{
    margin-top: 5px;
    font-weight: bold;
}

#statusOS{
    font-size: 110%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: .25rem;
    border: 2px solid black;
    font-weight: bold;
}

.naoTem{
    padding: 10px;
    background-color: cornflowerblue;
    border-radius: .25rem;
    width: 200px;
    color: white;
}

/*INFORMAÇÕES DE CAIXA*/
#faturamentoMensal{
    font-size: 150%;
}

#saldo{
    margin-top: 0px;
    font-size: 200%;
    font-weight: bolder;
}

#caixa {
    display: flex;
    justify-content: space-around;
    background-color: var(--azul);
    border-radius: .50rem;
    color: #fff;
    box-shadow: 10px 8px 26px -6px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 10px 8px 26px -6px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 10px 8px 26px -6px rgba(0, 0, 0, 0.25);
}

#caixaImagem{
    width: 30%;
}
/*INFORMAÇÕES DE ESTOQUE*/
#estoque{
    border-radius: 20px;
    background-color: var(--cinza);
    box-shadow: 10px 8px 26px -6px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 10px 8px 26px -6px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 10px 8px 26px -6px rgba(0, 0, 0, 0.25);
}

#estoqueTitulo{
    font-size: 130%;
    font-weight: bold;
}
/*-----------------USUÁRIOS ESPECIAIS-------------------*/

/*-----------------MODELO DE TABELA DE INFORMAÇÕES ---------------*/
.tabela-eternidade{
    background-color: var(--cinza);
    -webkit-box-shadow: 0px 4px 12px 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 4px 12px 2px rgba(0,0,0,0.4);
    box-shadow: 0px 4px 12px 2px rgba(0,0,0,0.4);
    border-radius: 16px;
}

#usuariosEspeciais{
    font-size: 150%;
    font-weight: bold;
}

.campo-estoque {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    margin-bottom: 2rem;
}

/*--------------------AUDITORIA-----------------------*/
#parametrosPesquisa{
    width: 300px;
}

.nav-pagination {
    width: 100%;
    overflow-x: scroll;
}

nav ul li .page-link {
    background-color: var(--azul);
    color: white;
}

/*-----------------------FUNERÁRIA(ACESSÍVEL NO SIDEBAR) --------------------*/
#logotipoFuneraria{
    width: 220px;
    height: 280px;
}

#dadosFunerariaTabela {
    margin-top: 1rem;
}

#dadosFunerariaTabela label{
    font-size: 120%;
    font-weight: bolder;
}
#dadosFunerariaTabela p{
    margin-top: 0px;
}

#carrofunebre, #lapide{
    width: 230px;
    height: 230px;
    margin: 0 auto;
}

#mensagemFuneraria{
    background-color: var(--azul);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;   
}
/*-------------------FUNCIONÁRIOS -------------------*/
.contatosFuncionario{
    font-size: 80%;
}

.excluirGrupo, .btnExcluiProdutoListaEntrada{
    font-size: 60%;
}

.btnOpcoes{
    font-size: 80%;
}
/*-----------------FUNERÁRIA (CONFIGURAÇÕES) -------------*/
#limiteUsuariosFunerariaAuditor,#limiteUsuariosFunerariaAuditorEditar{
    width: 100px;
}

.logotipo{
    width:80px;
    height: 80px;
}

/*---------------PRODUTO-----------------*/
#nomeProdutoVerProduto{
    font-size: 150%;
    font-weight: bold;
}

#quantidadeProduto{
    font-size: 200%;
}

#informacoesFabricanteVerProduto p{
    margin: 2px;
}

#imagemProduto{
    width: 200px;
    height: 200px;
    border: 1px solid;
}

#verProdutoSeparacao{
    border-right: 1px solid;
}

#codigoFabricanteVerProduto{
    font-size: 150%;
    font-weight: bold;
}

.quantidade, .valorUnitario{
    font-size: 120%;
}

#detalhesEntrada{
    height: 100px;
}

.labelEntrada{
    font-size:80%;
}
/*---------------RELATÓRIOS ESTOQUE -----------*/
.tituloGrafico{
    font-size: 200%;
    font-weight: bold;
}

#formularioQuantidadeProduto{
    width: 300px;
}
/*---------------RELATÓRIO ORDEM DE SERVICO --------*/

.cardsRelatorioOS .card{
    height: 250px;
    color: var(--branco);
    margin-bottom: 30px;
}

#cardOS{
    background-color: var(--azul);
}

#cardReceita{
    background-color: var(--verde-limao);
}

#cardDespesa{
    background-color: var(--vermelho-escuro);
}

#cardLucro{
    background-color: var(--verde-escuro);
}

#cardDespesaExtra{
    background-color: var(--amarelo);
}

#cardMoney{
    width: 140px;
}

#cardPrejuizo{
    background-color: var(--roxo);
}

.iconeOS{
    width: 100px;
    height: 100px;
}

.numeroCard{
    margin-top: -5px;
    font-size: 30px;
}

.iconeRelatorioOS{
    font-size: 700%;
}

#btnGerarRelatorioPersonalizadoOS{
    font-size: 120%;
}

#btnPesquisarOS{
    width: 200px;
}
/* --------- PLANOS DO ETERNIDADE ----------*/
.p-azul{
    color: var(--azul);
    font-weight: bold;
}

.icone_clubedahora{
    background-color: var(--preto);
    width: 50px;
    border-radius: 10px;
}

.card-plano{
    background-color: var(--azul) !important;
    max-height: 100%;
    border-radius: .50rem;
}

.card-plano .titulo, .card-plano .numero {
    color: white;
    text-align: center;
}

.card-plano .titulo{
    font-size: 110%;
}

.card-body {
    padding: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.3rem;

    flex-direction: column;
}

.card-body-item {
    border-bottom: 1px solid var(--branco);
}

.card-body p {
    margin: 1px;
    color: var(--branco);
    font-size: 1.5rem;
    text-align: center;
}

.card-strong td {
    font-size: 1rem;
    color: var(--azul);
    text-align: start;
}

.card-span td {
    font-size: 1rem;
    color: var(--preto);
    text-align: start;
}

.card-body .icon {
    font-size: 1.5rem;
    color: var(--branco);
    border-bottom: 1px solid var(--branco);
}

.demais_informacoes p {
    margin: 1px;
    color: var(--branco);
    font-size: 80%;
    text-align: center;
}

.demais_informacoes  div{
    margin-bottom: 1px;
    color: var(--branco);
    font-size: 80%;
    text-align: center;
}

.card-plano .numero{
    font-size: 1.3rem;
    font-weight: bold;
}

.info_associado{
    margin-top: -5px;
    font-weight: bold;
}

#boletos_asaas img {
    width: 6rem;
    height: 2.5rem;
}

#parte_carencia{
    margin: 10px;
    padding: 20px;
    background-color: blueviolet;
    border: 2px solid white;
    border-radius: 10px;
}
/*-- NOTIFICAÇOES --*/
#notificacoes{
    font-size: 150%;
}

#notificacoes span{
    color:red !important;
    font-weight: bold;
}
/*---- LOADER ----*/
#loader{
    width: 100%;
    height: 100vh;
    background-color: white !important;
    z-index: 999;
    opacity: 1;
    position: fixed;
}

#bola{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    z-index: 1001;
}

#spinnerPrincipal{
    border: 15px solid rgba(0, 0, 0, 0.1);
    border-left-color: var(--azul);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
/*---TAB DA HOME */
#tabHome .active{
    background-color: var(--azul);
    color: var(--branco);
}

#tabHome button{
    padding: 10px;
    font-weight: bold;
}
/*---- AÇÕES EM MASSA ----------*/
.opcao_acao_massa{
    background-color: white;
    border: 1px solid black;
    border-radius: 10px;
    padding: 10px;
}
/*--- RELATÓRIO PERIÓDICO ----*/
#relatorio_periodico{
    width: 500px;
    height: 100px;
    margin-left: 20px;
    background-color:burlywood;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid black;
}

#relatorio_periodico h3{
    text-align: center;
}
/*------- AUTOCOMPLETE ---------*/
.autocomplete {
    position: relative;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}