.panel-form_title{

}

.panel-form_title h1{
    font-size: 48px;
    color: var(--roxoMuitoJogo);
    font-weight: 900;
    margin-bottom: 1.8rem;
}

.panel-form_body{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.panel-form_category>div{
    min-width: 450px;
    margin-bottom: 1rem;
}

.panel-form_category>div:nth-child(1), .panel-form_attribute>div:nth-child(1){
    margin-right: 2rem;
}

.panel-form_input input, .panel-form_select option, .panel-form_text_area textarea, .panel-form_file label, .panel-form_select select{
    color: var(--roxoMuitoJogo);
    font-weight: 500;
    width: 100%;
    border: none;
    background-color: var(--branco2);
    padding: 0.375rem 0.75rem;
    border-radius: 8px;
}
.panel-form_anchor{

}

.panel-form_anchor a{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--roxoMuitoJogo);
    width: 100%;
    border: none;
    color: var(--branco2);
    padding: 0.375rem 0.75rem;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
}

.panel-form_input input:focus, .panel-form_input_select select:focus, .panel-form_select option:focus, .panel-form_text_area textarea:focus, .panel-form_select select:focus, .panel-form_input_select input:focus{
    outline: none;
    text-decoration: none;
    border: none;
}

.panel-form_input input::placeholder,  .panel-form_input_select select::placeholder, .panel-form_text_area textarea::placeholder, .panel-form_input_select input::placeholder{
    color: var(--roxoMuitoJogo);
    font-weight: 500;
}

.panel-form_input input{
    height: 60px;
}


.panel-form_select select{
    height: 60px;
}

.panel-form_select option{
    height: 60px;
}

.panel-form_text_area textarea{
    height: 80px;
    resize: none;
}

.panel-form_file input{
    display: none;
}

.panel-form_file label{
    cursor: pointer;
}

.panel-form_category .panel-form_file label{
    height: 80px;
}

.panel-form_product .panel-form_file  label{
    height: 60px;
}

.panel-form_button button, .panel-form_button-submit button{
    color: var(--branco);
    border: none;
    border-radius: 8px;
    width: 136px;
    height: 50px;
    background-color: var(--roxoMuitoJogo);
    font-weight: 700;
    font-size: 14px;
}

.panel_table-1{
    font-size: 14px;
    margin: 0 1rem;
    font-weight: 500;
    color: var(--roxoMuitoJogo);
}

.panel_table-1 th{
    border-top: none;
}

.panel_table-1_slug span{
    background-color: var(--branco2);
    padding: 5px;
    border-radius: 8px;
}

.panel_table-1_image{
    font-size: 14px;
    width: 34px;
    height: 34px;
    background-size: cover;
    background-position: 50%;
    border-radius: 50%;
}

.panel-categories_control{
    margin: 0 28px;
}

.panel-categories_control input{
    margin-right: 1rem;
}

.panel-categories_control button{
    color: var(--branco);
    border: none;
    border-radius: 8px;
    width: 59px;
    height: 23px;
    background-color: var(--roxoMuitoJogo);
    font-weight: 700;
    font-size: 10px;
}

.panel-form_attribute>div:nth-child(1){
    width: 50%;
    min-width: 450px;
    margin-bottom: 1rem;
}

.panel-form_attribute>div:nth-child(2){
    width: 35%;
    min-width: 350px;
    margin-bottom: 1rem;
}

.table_scroll{
    overflow-y: auto;
    height: 300px;
    overflow-x: hidden;
}

.panel-form_product>div{
    width: 100%;
    max-width: 1000px;
}

.panel-form_product-form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.panel-form_product-form>div{

}

.panel-form_product-form>div:nth-child(1){
    width: 65%;
}

.panel-form_product-form>div:nth-child(2){
    height: 35%;
}

.panel-form_category-radio{
    color: var(--roxoMuitoJogo);
    margin-top: 1rem;
    font-weight: 500;
    width: 245px;
    height: 240px;
    border: none;
    background-color: var(--branco2);
    padding: 1.3rem;
    border-radius: 8px;
}

.panel-form_category-radio>span{
    margin-left: 1rem;
}

.panel-form_category-radio__title span{
    padding-left: 1rem;
}

.panel-form_category-radio__title hr{
    margin-right: 1rem;
    margin-left: 1rem;
}

.panel-form_category-radio__body{
    padding: 0 1rem;
    height: 150px;
    overflow-y: auto;
}

.panel-form_category-radio__title{
    display: flex;
    justify-content: space-between;
}

.panel-form_category-radio__title button{
    background-color: transparent;
    border: none;
}

.panel-form_category-radio__title button:focus{
    outline: none;
}

.panel-form_product .panel-form_button, .panel-form_button-submit {
    margin-top: 1rem;
}

.panel-form_product-attributes{
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}

.panel-form_filter-selected{
    align-self: end;
}

.panel-form_filter-selected:nth-child(1){
    height: 95px;
    background-color: var(--branco2);
    color: var(--roxoMuitoJogo);
    font-weight: 500;
    padding: 0.375rem 0.75rem;
    border-radius: 8px;
}


.panel-form_filter-selected{
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
    max-width: 250px;
    width: 100%;
}

.panel-form_filter-selected span{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    height: min-content;
    width: min-content;
    background-color: var(--cinza3);
    color: var(--branco);
    flex-shrink: 0;
    margin: 0 16px 8px 0;
    border: 1px solid #d0d0d0;
    border-radius: 100px;
    padding: 3px 4px 3px 10px;
}

.panel-form_filter-selected span button{
    background-color: transparent;
    padding-left: 8px;
    margin-top: -1px;
    border: none;
    color: var(--branco);
}

.panel-form_filter-selected span button:focus{
    outline: none;
}

.panel-form_update>div{
    width: 70%;
}

.panel-form_update>div{
    width: 70%;
}

.panel-form_update .panel-form_file label{
    height: 80px;
}

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

.panel-select_epay{
    margin: 1rem 0;
}

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

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

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

.panel-form_epay__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_table-2{
    font-size: 14px;
    margin: 0 1rem;
    font-weight: 500;
    color: var(--roxoMuitoJogo);
    width: 100%;
}

.panel_table-2 th{
    border: none;
    font-weight: 700;
}

.panel_table-2 thead th{
    border-bottom: none;
}

.panel_table-2{
    font-size: 14px;
    margin: 0 1rem;
    font-weight: 500;
    color: var(--roxoMuitoJogo);
    border-spacing: 0 0.5rem;
    border-collapse: separate;
}

.panel_table-2 td{
    border-top: 0;
}

.panel_table-2 tbody tr{
    margin: 0.5rem 0;
    border-bottom: none;
    background-color: var(--branco2);
    height: 46px;
    border-radius: 8px;
    font-weight: 500;
    color: var(--cinza4);
}

.panel_table-2 tbody tr>td:first-child{
    border-radius: 8px 0 0 8px;
}

.panel_table-2 tbody tr>td:last-child{
    border-radius: 0 8px 8px 0;
}

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

.panel-form_span span{
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    color: var(--roxoMuitoJogo);
}

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

.panel-form_checkbox input{
    display: none;
}

.panel-form_checkbox label{
    width: 24px;
    height: 24px;
    background-color: var(--cinza1);
    border-radius: 8px;
    margin-right: 15px;
    cursor: pointer;
}

.scroll-up-button{
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    height: 60px;
    width: 60px;
    padding: 0.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px -1px rgba(50,50,93,0.25), 0 1px 35px -1px rgba(0, 0, 0, 0.03);
    background: rgba(245,245,246,.8);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    z-index: 5;
    cursor: pointer;
    transition: opacity .2s;
    text-align: center;
}

.scroll-up-button h4{
    line-height: 1rem;
    font-size: 18px;
    font-weight: 500;
}

.scroll-up-button i{
    font-size: 1rem
}

.panel-form_input_select{
    flex-wrap: nowrap;
    display: flex;
    justify-content: left;
}

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

.panel-form_input_select select{
    background-color: var(--roxoMuitoJogo);
    font-weight: 500;
    width: 30%;
    min-width: 135px;
    border: none;
    color: var(--branco2);
    padding: 0.375rem 0.75rem;
    border-radius: 8px 0 0 8px;
    height: 60px;
}

.panel-form_input_select option{
    color: var(--roxoMuitoJogo);
    background-color: var(--branco2);
}

#suggestionsContainer div {
    cursor: pointer;
    padding: 5px;
    margin: 5px 0;
}
#suggestionsContainer div:hover {
    background-color: #f0f0f0;
}

.panel-epay{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 0;
    border-top: 1px solid --cinza3;
    border-bottom: 1px solid --cinza3;
}

.panel-epay button{
    border: none;
    background-color: var(--cinza5);
    color: black;
    padding: 8px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 12px;
    min-width: 270px;
    max-width: 270px;
}

.panel-epay button:hover{
    outline: none;
}
