.panel-product-supply table{
    border-collapse: collapse;
}

.panel-product-supply td>input{
    background: none;
    border: none;
    width: 100%;
}

.panel-product-supply td>input:focus{
    outline: none;
}

.panel_supply_add input{
    display: none;
}

.panel_supply_add label{
    height: 50px;
    width: 120px;
    color: var(--branco);
    background-color: var(--roxoMuitoJogo);
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
}

.panel_supply_add button{
    width: 120px;
    height: 49px;
    border-radius: 8px;
    background-color: var(--roxoMuitoJogo);
    color: var(--branco);
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    border: none;
    justify-content: center;
    text-transform: uppercase;
}

.panel-supply_body{

}

.panel-supply_body__key-filter{
    margin: 0 28px;
}

.panel-supply_body__key-filter div{
    display: flex;
    flex-direction: row;
    justify-content: left;
}

.panel-supply_body__key-filter label{
    font-weight: 700;
    font-size: 14px;
    color: var(--roxoMuitoJogo);
}

.panel-supply_body__key-filter input{
    background: var(--branco2);
    border: none;
    border-radius: 8px 0 0 8px;
    width: 380px;
    padding-left: 1rem;
    color: var(--cinza2);
    height: 33px;
}

.panel-supply_body__key-filter button{
    background: var(--branco2);
    border: none;
    border-left: 1px solid var(--cinza1);
    height: 33px;
    width: 40px;
    border-radius: 0 8px 8px 0;
}

.panel-supply_body__key-filter i{
    color: var(--roxoMuitoJogo);
}

.panel-supply_body__controll{
    display: flex;
    gap: 1rem;
    margin: 1rem 2rem;
    align-items: center;
}

.panel-supply_body__controll span:first-child{
    color: var(--cinza3);
    font-size: 14px;
}

.panel-supply_body__controll span:nth-child(2){
    color: var(--roxoMuitoJogo);
    font-size: 14px;
    font-weight: 600;
}
.panel-supply_body__controll button, .panel-supply_body__controll a{
    background: var(--cinza5);
    border-radius: 5px;
    color: var(--cinza4);
    width: 90px;
    height: 31px;
    border: none;
    font-weight: 700;
}

.panel-supply_body__controll a{
    display: flex;
    justify-content: center;
    align-items: center;
}

.input_key{
    border: none;
    background-color: transparent;
    width: -webkit-fill-available;
}

.panel-supply_body__sku{
    display: flex;
    margin: 0 2rem;
}

.panel-supply_body__sku pre{
    color: var(--roxoMuitoJogo);
    white-space: unset;
    margin-bottom: 0;
}
