#grafico01 {
    height: 450px;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 320px;
    max-width: 320px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 320px;
    max-width: 320px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.avisos{
    background-color:#fff;
    position: fixed;
    left: auto;
    right: 10px;
    z-index: 9999999;
    bottom: 40px;
    display: none;
}

.active{
    background-color: #0098FF !important;
    color:#fff !important;
}
.ihover{
    cursor: pointer;
}
.ihover:hover{
    color:#00406B;
}
.teste {
    display: flex;
    width: 400px;
    right: 400px;
}
.noMenu{
    display: none;
}
.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.esqueciASenha{
    /* background-color: #e90000 !important; */
    cursor: pointer;
}

.esqueciASenha:hover{
    color: #ffffff98 !important;
}

.loadSession{
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.skeletonLoading {
    position: relative;
    min-width: 20%;
    z-index: 1;
  }
  
  @keyframes loading {
    0% {
      background-position: 0%;
    }
  
    50% {
      background-position: 50%;
    }
  
    100% {
      background-position: 100%;
    }
  }
  
  .skeletonLoading > * {
    opacity: 0; /* Torna todos os elementos filhos invisíveis */
  }
  
  .skeletonLoading::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(-45deg, #131313, #575757, #131313);
    width: 100%;
    height: 100%;
    background-size: 1000%;
    border-radius: 0.25rem;
    animation: loading 2s linear infinite;
  }

#menuEsquerdo{
    background-color: #0a0a0a;
    position: relative;
    z-index: 2;
    min-height: calc(100vh - var(--header-height));
}

.content-item-form{
    display: flex !important;
    flex-direction: column !important;
    justify-content: end !important;
}


/* @media screen and (max-width: 768px) {
    #conteudo {
        padding-top: 120px;
    }  
}

@media screen and (min-width: 768px) {
    #conteudo {
        padding-top: 70px;
    }  
} */