.navbar-brand img{
    height: 50px;
}
.search-bar{
    width: 100%;
    padding: .5rem 4rem;
}

.table-default{
    margin: 0 4rem;
    width: 94%;
    min-height: 800px;
}
.search-bar form{
    display: flex;
    float: right;
}

.search-bar input{
    width: 500px;
}

.table_product {
   height: 75px;
}


.product-img{
    max-height: 60px ;
    max-width: 100px;
}
.product-actions{
    display: flex;
}

.product-actions button{
    padding-right:  1rem;
}
.product-actions img, .product-actions_modal img{
    width: 25px;
}

.product-actions_modal{
    padding-bottom: 1rem;
}

.product-actions_remove a ,button{
    background: none;
    border: none;
}

.btn-hidden{
    margin-left: 1rem;
    border: none;
    text-align: center;
    align-items: center;
}


.btn-hidden img{
    height: 25px;
}

.hide{
    color: rgba(0,0,0,0);
}

.path-input{
    min-width: 350px;
    background: none;
    border: none;
}

.input_key{
    min-width: 1100px;
    background: none;
    border: none;
}

.key-actions_modal{
    margin-bottom: 1rem;
}

.key-actions_modal select{
    min-width: 200px ;
}

.key-actions_modal button{
    margin-right: 2rem;
    tab-size: inherit;
    background-color: #38c172;
}

.key-actions_modal input{
    display: none;
}

.key-actions_modal label{
    margin-left: 1rem;
    padding: .4rem 1rem;
    background-color: #008641;
    border-radius: 10px;
}

input:focus{
    outline: 1px;
    box-shadow: 0 0 0 0;
}

.form-update{
    margin: 1rem 10rem;
}

.form-update_title{
    margin-bottom: 2rem;
}

.key-input{
    background: none;
    border: none;
}

.data-form label{
    margin-right: 0.5rem;
}

.data-form input{
    color: #495057;
    border: 1px solid #ced4da;
    width: 180px;
    margin-right: 1rem;
    padding: .300rem .75rem;
    border-radius: 5px;
}

.navegacao{
    float: right;
}

.navegacao a {
    color: slategray;
}

.buttonExport{
    color: black;
    border-radius: 5px;
    padding: .4rem;
    margin-right: 1rem;
    background-color: #38c172;
    cursor: pointer;
}

.buttonExport:hover{
    text-decoration: none;
    color: black;
;
}

.form-search{
    max-width: 400px;
}

.a-modal{
 cursor: pointer;
}
