.panel-channels_title h1{
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    color: var(--roxoMuitoJogo);
}

.panel-channels_options{
    margin: 1rem 0;
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    align-items: center;
}

.panel-channels_options__link{
    padding: 0.25rem;
    width: 117px;
    height: 25px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--cinza2);
    margin-right: 1.5rem;
    text-align: center;
}

.panel-channels_options div:nth-child(1){
    display: flex;
}

.panel-select_channels .panel-form_button button{
    height: 60px;
}

.panel-select_channels{
    margin: 2rem 0;
}

.panel-select_channels option{
    text-transform: capitalize;
}

.panel-form_channels__product{
    margin: 0 0 2rem;
}

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

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

.panel-form_channels__product section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2rem 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: var(--roxoMuitoJogo);
}

.panel-channels_body{
    width: calc(100% - 200px);
    max-width: 800px;
    min-width: 600px;
}

.panel-channels_search{
    width: calc(50%);
    margin-right: 2rem;
    width: -webkit-fill-available;
    display: flex;
    height: 45px;
}

.panel-channels_search form{
    display: flex;
    width: 100%;
    height: 100%;
}

.panel-channels_search input{
    display: flex;
    width: calc(100% - 40px);
    background-color: var(--branco2);
    border: none;
    border-radius: 10px 0 0 10px;
    color: var(--cinza2);
    font-size: 1.1rem;
    padding-left: 1rem;
}

.panel-channels_search input:focus{
    outline: none;
}

.panel-channels_search button{
    width: 40px;
    background-color: var(--branco2);
    border: 0;
    border-left: 1px solid var(--cinza2);
    border-radius: 0 10px 10px 0;
    color: var(--cinza2);
}

.panel-emission{
    min-width: 783px;
    width: calc(80%);
    background-color: var(--branco2);
    padding: 0 2rem 1rem;
    border-radius: 8px;
}

.panel-emission section{

}

.panel-emission_line{
    display: flex;
    padding: 1rem 0;
    border-bottom: 2px solid var(--cinza1);
}

.panel-emission_column{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 1.6rem;
}

.panel-emission_column span:nth-child(1){
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: var(--roxoMuitoJogo);
    margin-bottom: 2rem;

}

.panel-emission_column span:nth-child(2){
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 1rem;
}

.panel-filter_body-search input, .form-search-input{
    background-color: var(--branco2);
    border-radius: 8px;
    margin: 5px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    width: 130px;
    height: 25px;
}

.panel-emission_column__input{
    background-color: transparent;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 15px;
    border: none;
}

.panel-channels_delete-link a{
    width: 190px;
    height: 50px;
    border-radius: 8px;
    background-color: var(--roxoMuitoJogo);
    color: var(--branco);
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-search-input{
    border: 1px solid #ced4da;
    padding: 0.375rem 0.75rem;
    color: #495057;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-search-input:focus{
    outline: none; /* Remove a borda padrão ao redor do input */
    box-shadow: 0 0 5px 2px rgba(3 ,115, 255, 0.5);
}

.panel-channels_search-sellers{
    margin: 1.5rem 0 0;
}

.panel-providers_panel{
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

