.btn_importall button{
    color: var(--cinza4);
    font-weight: 400;
    cursor: pointer;
    border: none;
    background-color: transparent;
    margin-bottom: 8px;
}

.spreadsheets_products label{
    color: var(--cinza4);
    font-weight: 400;
    cursor: pointer;
}

.spreadsheets_products input{
    display: none;
}

.panel-provider-new_item{
    min-width: 780px;
}


.panel-provider-new_item, .panel-providers_item{
    display: flex;
    min-height: 50px;
    background-color: var(--branco2);
    border-radius: 8px;
    align-items: center;
    margin: .5rem 0;
    flex-wrap: wrap;
    padding: 10px;
    gap: 10px 0;
}

.panel-provider_checkbox{
    margin-left: 2rem;
}

.panel-provider_checkbox label{
    font-weight: 500;
    font-size: 14px;
    color: #585858;
    margin: 0 10px;
    border: none;
}

.panel-provider_input input{
    color: var(--roxoMuitoJogo);
    background-color: var(--branco);
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    border: none;
    padding: 3px;
    font-weight: 500;
    width: 180px;
    letter-spacing: -0.01em;
}

.panel-provider_text-input input{
    font-weight: 500;
    font-size: 14px;
    color: #585858;
    margin: 0 1rem;
    border: none;
    background-color: transparent;
    width: 400px;
}

@keyframes jump {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

.jump-animation {
    animation: jump 0.5s ease;
}


.panel-providers{
    margin-top: 10px;
    max-width: 1150px;
    width: 100%;
}

.panel-providers>div:first-child{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: var(--cinza2);
    margin-bottom: .5rem;
}

.panel-providers>div:nth-child(1) div {
    background-color: rgba(0,0,0,0.2);
    height: 1px;
    width: 60%;
    margin-left: 1rem;
}

.panel-sellers_body__info input{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px;
    height: 24px;
    color: var(--roxoMuitoJogo);
    background-color: var(--branco);
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    border: none;
    padding-left: 8px;
    font-weight: 500;
    letter-spacing: -0.01em;
    margin-left: 1rem;
}

.panel-providers_item{
    min-width: 910px;
}

.panel-provider_association{
    display: flex;
    gap: 1rem;
}

.panel-provider_association label{
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 102px;
    max-width: 102px;
    display: block;
    margin-bottom: 0;
}

.panel-provider_association input{
    width: 195px;
}

.panel-provider_text-name input, .panel-provider_association input, .panel-sellers_body__currency select{
    font-weight: 500;
    font-size: 14px;
    margin: 0 1rem;
    border: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 24px;
    color: #585858;
    background-color: var(--branco);
    border-radius: 8px;
    outline: none;
    padding: 3px;
    letter-spacing: -0.01em;
}

.panel-sellers_body__currency label, .panel-sellers_body__info label{
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 1rem;
}

.panel-provider_text-name input{
    width: 300px;
}

.panel-provider_actions{
    display: flex;
    gap: 2rem;
    margin: 1rem 0;
}

.panel-provider_actions>div{
    display: flex;
    align-items: center;
    gap: 1rem;
}

.panel-provider_actions label{
    margin: 0;
}

.panel-provider_actions button{
    border-radius: 8px;
    background-color: var(--roxoMuitoJogo);
    padding: 6px 10px;
    color: var(--branco);
    border: none;
}

.tooltip-text {
    position: absolute;
    display: none;
    background-color: #f9f9f9;
    border: 1px solid #d3d3d3;
    padding: 5px;
    z-index: 1000;
}

.panel-provider-new_product{
    display: flex;
    min-height: 50px;
    background-color: var(--branco2);
    border-radius: 8px;
    align-items: center;
    margin: 0 0 .5rem;
    flex-wrap: nowrap;
    padding: 10px 10px 10px 42px;
    gap: 20px;
    width: fit-content;
}

.panel-provider-new_product button{
    border-radius: 8px;
    background-color: var(--roxoMuitoJogo);
    padding: 6px 10px;
    color: var(--branco);
    border: none;
}

.panel-provider_btn-new-product button{
    border: none;
    width: 22px;
    height: 22px;
    margin-left: 12px;
    border-radius: 8px;
    background-color: var(--roxoMuitoJogo);
}

.panel-provider-new_product>div>input{
    padding-left: 10px;
}

.panel-provider_radio_btn{
    display: flex;
    gap: 5px;
    align-items: center;
    accent-color: var(--roxoMuitoJogo);
}

.panel-provider_radio_btn span{
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 1rem;
}

.panel-provider_radio_btn label{
    font-weight: 500;
    margin-bottom: 0;
    font-size: 14px;
}

.panel-providers_panel-new{
    display: flex;
    flex-direction: column;
}

.panel-providers_panel-new__select-product{
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.panel-providers_panel-new__select-product .form-row{
    width: 100%;
}

.panel-providers_panel-new__select-product___label{
    display: flex;
    align-items: center;
    height: 60px;
    justify-content: center;
    border-radius: 8px;
    background-color: var(--cinza3);
    color: var(--branco);
    padding: 1px 6px;
    margin-right: 1rem;
    max-width: 210px;
    font-weight: 700;
}

.panel-providers_panel-new__select-product___label label{
    margin-bottom: 0;
}

.panel-providers_panel-new__select-product___input{
    max-width: 420px;
}

.panel-providers_panel-new__select-product___input input{
    color: var(--roxoMuitoJogo);
    font-weight: 500;
    width: 100%;
    border: none;
    background-color: var(--branco2);
    padding: 0.375rem 0.75rem;
    border-radius: 8px;
    height: 60px;
}

.panel-providers_panel-new__select-product___button button{
    color: var(--branco);
    border: none;
    border-radius: 8px;
    width: 136px;
    height: 60px;
    background-color: var(--roxoMuitoJogo);
    font-weight: 700;
    font-size: 14px;
}

#openModalDeleteSuppliesBtn{
    background-color: var(--roxoMuitoJogo);
    color: white;
    font-weight: 700;
}

.modal_erro {
    display: none; /* escondido por padrão */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
}

/* Caixa do modal */
.modal_erro-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 300px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    animation: fadeIn 0.3s;
}

@keyframes fadeIn {
    from {opacity: 0; transform: scale(0.9);}
    to {opacity: 1; transform: scale(1);}
}

/* Botões */
.modal_erro-buttons {
    margin-top: 15px;
    display: flex;
    justify-content: space-around;
    gap: 1rem;
}

.modal_erro-buttons button {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

.cancel-btn {
    background: #ccc;
}

.confirm-btn {
    background: var(--roxoMuitoJogo);
    color: #fff;
}

.panel-filter_currency{
    margin: .5rem 0;
}
