body {
    font-size: 1rem;
    font-family: Arial;
    margin: 0%;
    border: none;
    outline: 0;
}
a, a:visited, span.visualizar { 
    text-decoration: none; 
}
a:hover, a:active, span.visualizar:hover { 
    color: #00F; text-decoration: underline; 
}
.bodytelalogin {
    background-image: url('/static/img/fundo.png');
    background-size: 100% 100%;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: Arial, sans-serif;
}

.wrapper-login{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.loginBox {
    background-color: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    width: 300px;
}
.pgTitlelogin{
    font-size: 1rem;
    color: #003366;
    margin-bottom: 1rem;
}

input.login {
    width: 70%;
    padding: 0.5rem;
    margin: 0.5rem 0;
    border-radius: 25px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.btnsubmitlogin{
    width: 100%;
    padding: 0.75rem;
    margin-top: 1rem;
    border-radius: 25px;
    border: none;
    background-color: #003366;
    color: white;
    cursor: pointer;
    font-size: 1rem;
}
input.btnsubmitlogin:hover {
    background-color: #002244;
}
input.login:focus {
    background-color: #fcfae7;
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
div.errmsg {
    font-size: 16px;
    color: darkblue;
}
h3 a, span.visualizar {
    color: #00F;
}
span.visualizar:hover {
    cursor: pointer;
}
nav {
    width: max-content;
    margin: 2rem 0;
    text-align: left;
}
ul {
    list-style: none;
}

td {
    padding: 0 1rem;
}
.button {
    background-color: #007bff;
    border: none;
    border-radius:10px ;
    color: white;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    margin-left: 10px;
    align-items: center;
}
.button:hover {
    background-color: #354cfd;
}
.button-pequeno {
    background-color: #007bff;
    border: none;
    border-radius:10px ;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 20px;
    margin-left: 10px;
}
.button-pequeno:hover {
    background-color: #354cfd;
}
.btnsubmit {
    margin-top: .5rem;
    padding: .5rem 1rem;
}
.btn {
    font-size: 0.8rem;
    font-family: sans-serif;
    border:1px solid #FF0000;
    background-color: #fff;
    cursor: pointer;
    color: #FF0000;
    font-weight: bold;
    padding: 0 1rem;
}
.btn:hover {
    color: #0000ff;
    border:1px solid #0000ff;
    text-decoration: none;
}
.ilnimg {
    height: 1.4rem;
    width: 1.4rem;
    vertical-align: middle;
}
.tdTipo:hover {
    color: #0000ff;
    cursor: pointer;
    font-weight: bold;
}
li.reconciliar {
    border: 1px solid #000;
    color: #00f;
    text-align: center;
    border-radius: 1em;
    padding: 0.1em 0.5em;
    display: inline-block;
}
li.reconciliar:hover {
    color: #f00;
    cursor: pointer;
    border: 1px solid #f00;
}
div.folder {
    width: 47em;
    margin: 0 10px;
    clear: both;
    /* border-radius: 1em; */
    border: 1px #000 solid;
    background-color: #fff;
    font-weight: bold;
    padding: 0.2rem .67rem;
}
div.item {
    width: 48em;
    height: 1em;
    clear: both;
    margin: 5px 1em;
}
div.linhalog {
    margin-left: 4em;
    display: flex;
}
div.linhalog div {
    -ms-flex: 1;  /* IE 10 */
    flex: 1;
}
div.linhalog div:nth-of-type(2) {flex-grow: 3.5;}

div.item:nth-child(even) {
    background-color: #e4eaee;
}
div.item:hover {
    background-color: #4fdde4;
}
div.info {
    float: left;
    padding-left: 3em;
}
div.actions {
    float: right;
    padding-right: 2em;
}

tr, th, td ,p {
    border: 1px solid #ddd;
    padding: 8px 0;
}
th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #007bff;
    color: white;
}
.tabelaunidades,p {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    border-spacing: 0;

}

.tabelaunidades, tr:nth-child(even) {
    background-color: #f2f2f2;
}
.tabelaunidades,tr:hover {
    background-color: #ddd;
}
.tabelachamados {
    /* width: 98%; */
    margin-left: 10px;

}

.tabelachamados,p {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    border-spacing: 0;

}

.tabelachamados, tr:nth-child(even) {
    background-color: #f2f2f2;
}
.tabelachamados,tr:hover {
    background-color: #ddd;

}

.log-container {
    width: 98%;
}

.log-container table {
    width: 98%;
}

.log-container p {
    width: 98%;
    margin: 10px;
    /* padding: 15px 0; */
}
.log-container-pros {
    width: 98%;
}

.log-container-pros table {
    width: 98%;
}

.log-container-pros p {
    width: 98%;
    margin: 10px;
    /* padding: 15px 0; */
}
table {
    width: 98%;
    margin-left: 10px;

}

table,p {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    border-spacing: 0;

}

table, tr:nth-child(even) {
    background-color: #f2f2f2;
}
table,tr:hover {
    background-color: #ddd;
}
.tabelaunidades {
    width: 98%;
    margin-left: 10px;

}

.header-menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f1f1f1; /* Cor de fundo da linha inteira */
    border: none; /* Remove qualquer borda */
    box-shadow: none; /* Remove qualquer sombra de borda */
    width: 100%;
    
}

.header-menu div {
    display: flex;
    align-items: center;
    margin: 15px;
}

.header-menu span {
    margin-left: 5px;
    font-weight: bold;
}

.header {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    background-color: #f1f1f1; /* Cor de fundo da linha inteira */
    border: none; /* Remove qualquer borda */
    box-shadow: none; /* Remove qualquer sombra de borda */
    width: 100%;
}

.logo-menu{
    margin: 10px;
    /* width: 190px; */
    height: auto; /* Ajusta a altura proporcionalmente */
}

#pgTitle {
    font-family: sans-serif;
    font-size: 2rem;
    font-weight: bold;
}

.header div {
    display: flex;
    align-items: center;
    margin: 15px;
}

.header span {
    margin-left: 5px;
    font-weight: bold;
}

.header-right {
    margin-left: 15px;
    text-decoration: none;
    color: white;
    background-color: #007bff;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
}

.MenuPagAdministrar {
  list-style-type: none;
  margin: 0;
  margin-top: 40px;
  padding: 0;
  width: 200px;
  background-color: #f1f1f1;
}

.MenuPagAdministrar li a {
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
}

/* Muda a cor do link ao passar o mouse */
.MenuPagAdministrar li a:hover {
  background-color: #555;
  color: white;
}

.containerdownloads{
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    gap: 10px; /* Espaçamento entre os botões */
    margin-right: 50px;
}

.download{
    float: right;   
    margin-right: 10px; 
}

.unidades,p{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.formsdogerenciararquivos{
    margin-left: 10px;
}
.senhalabel{
    display: block;
    margin-left: 10px;
}
.inputsenha{
    margin-left:5px;
    margin-bottom: 5px;
}
.alterar_senha{
    margin-left: 20px;
    background-color: #007bff;
    border: none;
    border-radius:10px ;
    color: white;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    margin-left: 10px;
    margin-top: 10px;
}
.alterar_senha:hover {
    background-color: #354cfd;
}
#mensagemErro{
    margin-left: 10px;
}
.form-container{
    margin-left: 10px;
    margin-bottom: 10px;
}
.botaocriar{
  
    background-color: #007bff;
    border: none;
    border-radius:10px ;
    color: white;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 20px;
    margin-left: 10px;
}
.botaocriar:hover {
    background-color: #354cfd;
}
.enviararquivo{
    margin-left: 10px;
    margin-bottom: 10px;
}
#searchContainer {
    margin: 20px 0;
    text-align: center;
}

#searchInput {
    width: 80%;
    max-width: 600px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-left: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s ease;
}

#searchInput:focus {
    border-color: #007bff;
    outline: none;
}

#searchInput::placeholder {
    color: #aaa;
    font-style: italic;
}
.buttoncriar {
    background-color: #007bff;
    border: none;
    border-radius:10px ;
    color: white;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 20px;
    align-items: center;
}
.buttoncriar:hover {
    background-color: #354cfd;
}
.buttonsalvarunidades{
    background-color: #007bff;
    border: none;
    border-radius:10px ;
    color: white;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 20px;
    margin-left: 10px;
}
.buttonsalvarunidades:hover {
    background-color: #354cfd;
}
.btn-excluir {
    background-color: #dc3545;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 3px;
    font-size: 0.9rem;
}

.btn-excluir:hover {
    background-color: #c82333;
}
.edicaounidades{
    margin-left: 10px;
}
.log-list {
    list-style-type: none;
    padding: 0;
    margin: 1rem 0;
}

.log-list li {
    margin: 0.5rem 0;
}

.log-link {
    color: #007bff;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s;
}

.log-link:hover {
    color: #002244;
}

.navigation {
    margin: 1rem 0;
    display: flex;
    gap: 1rem;
    justify-content: center;
}
.section-title {
    margin-left: 20px; /* Ajuste conforme necessário */
    font-size: 1.5rem;
    color: #003366;
    margin-top: 20px;
    margin-bottom: 10px;
}
.margined-list {
    margin-left: 20px; /* Ajuste conforme necessário */
    padding-left: 20px;
}
.log-list {
    margin-left: 20px; /* Ajuste o valor conforme necessário */
    padding-left: 20px;
}

.card {
    width: 40%; /* Reduza a largura dos cards para um tamanho mais proporcional */
    text-align: center;
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 250px; /* Define a mesma largura para os cards e os gráficos */
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    
}
.card:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.card:active {
    transform: scale(0.95);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.card h3 {
    color: white;
    margin-bottom: 10px;
}

.card p {
    font-size: 1.5em;
    color: white;
    font-weight: bold;
}
.card {
    position: relative;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.card:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card:active {
    transform: scale(0.95);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.card i {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.5rem;
    color: white;
    cursor: pointer;
    transition: color 0.2s;
}

.card i:hover {
    color: rgb(47, 47, 47);
}


/* Defina tamanhos específicos para os gráficos */
canvas {
    max-width: 250px; /* Largura máxima */
    max-height: 250px; /* Altura máxima */
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
}

.content {
    display: block;
    align-items: flex-start; /* Alinha o conteúdo ao topo */
}

.sidebar {
    width: 200px;
    background-color: #f1f1f1;
    /* padding: 20px; */
    flex-shrink: 0; /* Mantém a largura fixa do menu */
}

.dashboard-container-container {
    flex-grow: 1; /* Faz o dashboard ocupar o espaço restante */
    padding: 0 50px;
    height: 500px;
    max-width: 1022px; /* Limita a largura total do dashboard */
    display: flex;
    flex-direction: column;
    align-items: center; /* Centraliza o conteúdo apenas dentro do dashboard */
    margin: 0 auto; /* Centraliza o dashboard no espaço restante */
}

.dashboard-container {
    /* min-height: 600px;  */
    display: flex;
    background-color: #f8f9fa;
    border-radius: 5px;
    align-items: flex-start;
    width: 100%;
}

.dashboard-cards {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    /* margin-bottom: 20px;  */
    width: 100%; /* Garante que os cards ocupem toda a largura disponível */
}

.dashboard-charts {
    gap: 50px;
    display: flex;
    justify-content: center; /* Centraliza os gráficos abaixo dos cards */
    gap: 20px;
    width: 100%; /* Garante que os gráficos ocupem toda a largura */
    height: 500px;
}
.dashboard-actions {
    /* margin: 20px 0; */
    text-align: center;
}

.dashboard-actions .button {
    margin: 0 10px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

.dashboard-table {
    margin-top: 20px;
    width: 100%;
    border-collapse: collapse;
}

.dashboard-table table {
    margin-bottom: 50px;
    border: 1px solid #ccc;
}

.dashboard-table th, .dashboard-table td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: center;
}
.card {
    position: relative;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
}

.card:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card:active {
    transform: scale(0.95);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Estilos específicos para cada card */
.button-atualizadas {
    background-color: #008000; 
}

.button-falha {
    background-color: #ff6961; 
}

.button-processamento {
    background-color: #ffc107; 
    color: #000;
}

.button-pendente {
    background-color: #17a2b8; 
}

.hidden {
    display: none;
}



/* Outras customizações para o modo noturno */
.button-excluir {
    background-color: red;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

.button-excluir:hover {
    background-color: darkred;
}