#tb_leiloes {
    width: 95%;
    display: block;
    margin-top: 20px;
    margin-bottom: 50px;
    background-color: var(--white);
    justify-align: center;
    border: 1px solid #DEE0DF;
    border-radius: 8px;
    padding: 10px;
}

    #tb_leiloes table {
        width: 100%;
        border-spacing: 5px;
        border-radius: 8px;
    }

        #tb_leiloes table tr.titulo {
            height: 53px;
            margin-left: 33px;
            background-color: #F48120;
            font-family: Sora;
            font-style: normal;
            font-weight: bold;
            font-size: 14px;
            line-height: 18px;
            color: #FFFFFF;
        }

tr.titulo th {
    margin-left: 33px;
}

#tb_leiloes table td img.ativo {
    cursor: pointer;
    filter: invert(32%) sepia(92%) saturate(409%) hue-rotate(57deg) brightness(97%) contrast(88%);
}

#tb_leiloes table td img.inativo {
    cursor: pointer;
    filter: invert(96%) sepia(37%) saturate(0%) hue-rotate(177deg) brightness(140%) contrast(86%);
}

#tb_leiloes table tr.texto {
    font-family: Sora;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    border-bottom: 2px solid #00000020;
}

#tb_leiloes th, td {
    padding: 5px;
}

@media screen and (max-width: 680px) {
    #tb_leiloes {
        padding: 1px;
    }
}
