#filtro_estoque_form .input_filtro {
    font-size: 12px !important;
    height: 35px;
}

a.btn.btn-outline-secondary.input_filtro_textual {
    border-left: none;
    border-color: #c5c5c5;
}
a.btn.btn-outline-secondary.input_filtro_textual:hover {
    border-color: var(--text_primary);
    background: var(--bg_primary);
}


input.form-control.input_text_filtro_textual {
    border-right: none;
}

label.input-group-text.label_filtro_textual {
    background-color: #fff;
    border-right: none;
    color: gray;
}
select.custom-select.select_filtro_textual {
    border-left: none;
}
button.filtro_btn:hover{
    color:  var(--text_primary);
    background-color: #ffffff;
    border-color: #fff;

}
button.filtro_btn {
    position: absolute;
    right: -59px;
    padding: 3px;
    color: #fff;
    border-color: #fff;
    display: none;
    top: 0;
}

span.page-link.current {
    background: #ff8036;
    color: #ffff;
}
a.page-link {
    color: black;
}
.page-link{
   color: black!important;
}

.modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}
.modal-header .close{
    padding: 0px;
    margin: 0px;
}


#filtro_estoque_form .form-control{
    height: 30px;
    font-size: 12px;
    border-radius: 5px;
}

button#input_filtro_textual {
    border-left: none;
    border-color: #ced4da;
}
