#myTable_wrapper,
#myTable2_wrapper {
    padding-top: 1rem;
}

#myTable_wrapper button,
#myTable2_wrapper button,
.main__table .dt-buttons button {
    padding: 0.5rem !important;
    background-color: #334155 !important;
    border: none !important;
    color: #94a3b8 !important;
    border-radius: 0.5rem !important;
    font-weight: 700 !important;
    transition: all 0.3s !important;
    min-width: 70px !important;
}


#myTable_wrapper button:first-child,
#myTable2_wrapper button:first-child,
.main__table .dt-buttons button:first-child {
    color: #fefefe !important;
    background-color: #bb2121 !important;
}


#myTable_wrapper button:first-child:hover,
#myTable2_wrapper button:first-child:hover,
.main__table .dt-buttons button:first-child:hover {
    color: #fefefe !important;
    background-color: #861c1c !important;
}

#myTable_wrapper button:hover,
.main__table .dt-buttons button:hover {
    background-color: #0f172a !important;
    color: #0ea5e9 !important;
}

#myTable_filter,
#myTable2_filter {
    position: relative;
    top: 0;
    right: 30px;
    margin: 0;
}

#myTable_filter label,
#myTable2_filter label,
.main__table .dataTables_filter label {
    color: transparent;
}

#myTable_filter input,
#myTable2_filter input,
.main__table .dataTables_filter label input {
    font-family: inherit;
    font-size: 0.8125rem;
    font-weight: 600;
    max-width: 235px;
    padding: 0.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.4rem;
    color: #94a3b8;
    outline: none;
}

#myTable_filter input::placeholder,
#myTable2_filter input::placeholder,
.main__table .dataTables_filter label input::placeholder {
    color: #94a3b8;
}

#number {
    width: 5% !important;
}

.fiscais tfoot {
    top: -40px !important;
}

.leis tfoot {
    top: -60px !important;
}

tfoot {
    position: absolute;
    top: -50px;
}

tfoot tr {
    border-bottom: none !important;
}

tfoot th {
    border: none !important;
    font-size: 0.7rem;
    text-align: start;
    padding: 10px 1rem 0 0 !important;
    width: 200px;
}

tfoot th select {
    cursor: pointer;
    font-family: inherit;
    font-size: 0.8125rem;
    font-weight: 600;
    width: 100%;
    max-width: 235px;
    padding: 0.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.4rem;
    color: #94a3b8;
    outline: none;
}
