/********************
    Filter Taxes
*********************/
.btn-search {
    background-color: #729cff;
    color: white;
    padding: 0.7rem 2rem;
    font-size: 1.6rem;
    border: none;
}

.btn-search:focus,
.btn-search:active {
    outline: none;
    border: none;
}

.btn-search:hover {
    background-color: #517bdf;
}

/********************
    Tax table
*********************/

.table-fixed {
    border: 0.1rem solid #dee2e6;
    overflow: auto;
    max-height: 50rem;
}

.dropdown-menu {
    width: 0;
}
