
header .logo img:nth-child(1) {
    padding-right: 20px;
    border-right: 5px solid #23C1F1;
}

header .logo img:nth-child(2) {
    margin-left: 18px;
}

header .active {
    background-color: #4E4E4E;
    color: #fff;
    border-radius: 20px;
    padding-left: 25px !important;
    padding-right: 25px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cicle-blue {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border: 5px solid #1F95B9;
    /* Borda azul */
    border-radius: 50%;
    /* Torna o quadrado um círculo */
}

.circle-blue.activee {
    display: none !important;
    /* Mostra o círculo quando a classe 'active' é adicionada */
}

main .title-main h3 {
    color: #fff;
    font-weight: 500;
    line-height: 10px;
}

main .title-main span {
    color: #707070;
    font-weight: 400;
}


/* ocutatando coisas do datatable */
.dt-search,
.dt-length,
.dt-column-order,
.pagination,
.dt-info{
    display: none;
}
    

