@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Poppins", sans-serif;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    scrollbar-width: thin;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

.titulo_pagina {
    color: #ffd84b;
    font-size: 1rem;
    margin-bottom: 0.2rem;
}

html,
main {
    scroll-behavior: smooth;
}

main {
    flex: 1;
    width: 100%;
    overflow: auto;
}

header {
    background-color: #ffffff;
    width: 100%;
    padding: 0.4rem 0.8rem;
    padding-top: calc(0.6rem + env(safe-area-inset-top));
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 70px;
}

.nav_logo {
    height: 100%;
    display: flex;
    align-items: center;
}

.nav_logo img {
    height: 100%;
    height: 34px;
}

footer {
    background-color: #ffffff;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0.6rem;
    padding-bottom: calc(0.6rem + env(safe-area-inset-bottom));
    box-sizing: border-box;
    min-height: 60px;
}

.texto_footer {
    font-size: 12px;
    font-weight: 500;
    color: #7a7f83;
}

.logo_footer {
    width: 64px;
    position: absolute;
    top: -48px;
    left: 50%;
    transform: translateX(-50%);
}

.div_footer_icones {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    color: rgb(0, 0, 0);
    width: 65px;
}

.div_footer_icones i {
    color: #7a7f83;
}

.btn_voltar {
    font-size: 14px;
    background: linear-gradient(90deg, #ffcc00, #ffaa00);
    border-radius: 6px;
    cursor: pointer;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.titulos_espaco {
    display: flex;
    margin-bottom: 0.4rem;
    align-items: center;
    gap: 0.4rem;
}

.texto_titulo {
    font-size: 16px;
    font-weight: 600;
}

.descricao_titulo {
    font-size: 14px;
}

.div_titulo_secao {
    display: flex;
    flex-direction: column;
    margin-bottom: 0rem;
}

.icones_footer {
    font-size: 20px;
    width: 24px;
}

.menu-lateral {
    position: fixed;
    top: calc(70px + env(safe-area-inset-top));
    bottom: 0;
    right: -100%;
    width: 100%;
    background-color: #002D78;
    color: white;
    padding: 20px 20px;
    transition: right 0.3s ease-in-out;
    z-index: 9999;
    box-sizing: border-box;
}

.menu-lateral.ativo {
    right: 0;
}

.menu-links {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.menu-links li {
    margin: 15px 0;
}

.menu-links a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s;
}

.icone_perfil {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 2px solid #80808087;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    cursor: pointer;
}

.div_espaco_header {
    display: flex;
    align-content: center;
    gap: 0.4rem;
}

.estilo_menu {
    background-color: #002D78;
    color: white;
    padding: 0.6rem;
    border-radius: 6px;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 40px;
}

body {
    height: 100dvh;
    background: #EAEFF5;
    color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.container_conteudo {
    min-height: calc(100vh - 136.23px);
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin: 1rem;
    gap: 1rem;
    margin-bottom: 3rem;
}

.titulo_secao {
    font-size: 16px;
    font-weight: 500;
}

input[type="datetime-local"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    padding: .7rem 1rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    background-color: #fff;
    color: #333;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px;
    font-family: inherit;
    outline: none;
}

input[type="datetime-local"]::placeholder {
    color: #999;
}

.div_titulo_tabela {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.img_filtro_tabela {
    width: 20px;
    height: 20px;
}

input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    display: none;
}

.footer_ativo i,
.footer_ativo .texto_footer {
    color: #002D78;
}

.input_busca {
    width: 100%;
    padding: 8px 8px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    background-color: white;
    box-sizing: border-box;
    padding-left: 2rem;
}

.input_busca:focus {
    outline: none;
    border: 1px solid #002D78;
}

.icone_buscar_tabelas {
    position: absolute;
    top: 50%;
    left: 8px;
    color: grey;
    transform: translateY(-50%);
}