.panel-sellers{
    margin-top: 10px;
}

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

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

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


.panel-sellers_body__item{
    flex-wrap: wrap;
    gap: 8px;
    padding: 7px 0;
}

.panel-sellers_body__item>div:nth-child(4){
    order: 0;
}

.panel-sellers_select{
    margin-right: 1rem;
}

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

.panel-sellers_select option{
    border-radius: 8px;
}


.panel-sellers_input input{
    width: 180px;
}

.panel-sellers_input input::placeholder{
    color: var(--roxoMuitoJogo);
    font-weight: 500;
}

.panel-sellers_select select{
    width: 100px;
}

.panel-sellers_checkbox{

}

.panel-sellers_new span{
    font-weight: 500;
    font-size: 14px;
    color: #585858;
    margin: 0 1rem;
}

.panel-sellers_new__item input:nth-child(2){
    font-weight: 500;
    font-size: 14px;
    color: #585858;
    margin: 0 1rem;
    border: none;
    background-color: transparent;
    width: 260px;
}

.panel-sellers_new .panel-sellers_checkbox{
    margin-left: .5rem;
}


.panel-sellers_new .panel-sellers_input{
    margin: 0 10px;
}

.panel-sellers_header{
    display: flex;
    align-items: center;
    margin: 1.5rem 0;
}

.panel-sellers_header>div{
    margin: 0 .5rem;
}

.panel-sellers_checkbox label{
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: -0.01em;
    color: #606060;
    text-align: left;
    margin-bottom: 0;
    padding-left: .5rem;
}


.panel-sellers_button button{
    width: 102px;
    height: 24px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    color: #bdbaba;
    background-color: var(--branco2);
    border: none;
}

.panel-form_button-submit{
    display: flex;
}

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

.panel-sellers_header button{
    border: none;
    background-color: transparent;
    border-radius: 8px;
}

.panel-sellers_header button:focus{
    outline: none;
}

.panel-sellers_header button{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

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

.panel-sellers_header_active{
    color: black;
}

.panel-sellers_header_inactive{
    color: var(--cinza4);
}

.panel-sellers_body__item>div{
    margin: 0 .5rem;
}

.panel-sellers_body__item span{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.panel-sellers_body__association{
    width: 345px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.panel-sellers_body__association span{
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 345px;
    display: block;
}

.panel-sellers_body__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-sellers_body__association input{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(345px - 102px);
    min-width: calc(345px - 102px);
    display: block;
    height: 24px;
    color: var(--roxoMuitoJogo);
    background-color: var(--branco);
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    border: none;
    padding: 3px;
    font-weight: 500;
    letter-spacing: -0.01em;
}

.panel-sellers_body__status{
    font-weight: 600;
}

.panel-form_channels form{
    max-width: 1000px;
    width: 100%;
}

.panel-sellers_new__submit{
    margin-top: 1.5rem;
    display: flex;
    justify-content: flex-end;
}

.panel-sellers_new__submit>div{
    display: flex;
    justify-content: flex-end;
    min-width: 150px;
}

.panel-sellers_configs{
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 2rem;
}

.panel-sellers_configs button{
    margin: .7rem 0;
    border: none;
    width: 120px;
    height: 22px;
    background-color: var(--branco4);
    color: var(--cinza3);
    font-size: 11px;
}

.panel-sellers_configs__message_body{
    height: 120px;
    padding: 10px;
    width: 60%;
    min-width: 505px;
    background-color: var(--branco4);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0.5rem;
}

.panel-sellers_configs__message_body span{
    color: var(--cinza2);
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.panel-sellers_configs__message_body div{
    margin: .5rem 0;
    display: flex;
    gap: 1rem;
    justify-content: end;
    color: var(--cinza4);
}

.panel-sellers_configs__message_body div i{
    cursor: pointer;
}

.panel-sellers_configs__message_body title{
    display: block;
    font-weight: 500;
    font-size: 13px;
    color: var(--cinza4);
}

.newMessageModal .modal-content, .newMessageModal .modal-header, .newMessageModal .modal-body, .newMessageModal .modal-footer{
    background-color: var(--branco4);
}

.newMessageModal div{
    border: none;
}

.newMessageModal .modal-title{
    font-weight: 400;
    color: var(--cinza2);
    margin-left: 1rem;
}

.newMessageModal .modal-body{
    margin: 0 2rem;
    background-color: var(--branco);
    width: 438px;
    height: 450px;
}

.newMessageModal .modal-footer button{
    width: 82px;
    font-size: 12px;
    font-weight: 400;
    background-color: var(--roxoMuitoJogo);
    color: var(--branco);
}


.panel-sellers_body__item > div:nth-child(6) {
    padding-left: 3rem;
}

.panel-ml-messages>div{
    width: 750px;
    min-width: 430px;
    display: block;
}

.panel-sellers_questions{
    width: 225px;
    height: 100px;
    background-color: #FFF;
    border: solid 1px;
    position: absolute;
    z-index: 1;
    display: none;
    text-align: initial;
    padding: 5px;
    overflow-y: auto;
    overflow-x: unset;

}

.panel-sellers_questions input{
    margin-right: 10px;
}
.panel-sellers_questions label{
    max-width: 170px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0;
}

.panel-sellers_questions-button{
    background-color: var(--branco);
    border: none;
    border-radius: 8px;
    padding: 3px;
    font-weight: 500;
    font-size: 14px;
    color: var(--roxoMuitoJogo);
    position: relative;
}

.buttonClose{
    color: rgb(0, 0, 0);
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: none;
}

.plati-auto-select{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin: 5px 0;
}

.plati-auto-select>span{
    padding-right: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: -0.01em;
    color: #606060;
    margin: 5px 0 10px;
}
.plati-auto-select label{
    margin-bottom: 0;
}

@media only screen and (max-width: 1245px) {
    .panel-sellers_body__item > div:nth-child(5) {
        padding-left: 3rem;
    }
    .panel-sellers_body__item > div:nth-child(6) {
        padding-left: 0;
    }
}
