.panel-reports_header h1{
    font-weight: 900;
    font-size: 48px;
    line-height: 58px;

    letter-spacing: -0.01em;

    color: #4B1248;
}

.panel-reports_selecion__sub{
    display: flex;
    align-items: center;
    margin: 2rem 0;
}

.panel-reports_selecion__sub span{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;

    color: #9197B3;
    margin-right: 2rem;

}

.panel-reports_selecion__sub div{
    height: 1px;
    background-color: rgba(0,0,0,0.2);
    width: 60%;
}

.panel-reports_selection button{
    height: 60px;
}

.panel-reports_body{
    margin-top: 1rem;
    background-color: var(--branco3);
    padding: 5px 1.6rem;
    min-height: 720px;
    width: 1020px;
}

.panel-reports_body__controller{
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
}

.panel-reports_body__controller div{
    display: flex;
    align-items: center;
    border-bottom: 1px var(--cinza1) solid;
    width: 70%;
}

.panel-reports_body__controller span{
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 17px;
    color: var(--roxoMuitoJogo);
    height: 17px;
}

.panel-reports_body__controller button{
    width: 75px;
    height: 45px;
    border-radius: 8px;
    background-color: var(--roxoMuitoJogo);
    text-decoration: none;
    color: var(--branco);
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

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

.panel-reports_body__item{
    display: flex;
    padding: 0.5rem;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px #cfcfcf solid;
}

.panel-reports_body__item span, .panel-reports_body__item input{
    color: var(--roxoMuitoJogo);
}

.panel-reports_body__item span:first-child{
    width: 170px;
}


.panel-reports_body__item span:nth-child(2){
    width: 52px
}


.panel-reports_body__item input{
    width: 600px;
    background-color: transparent;
    border: none;
}

.panel-reports_body__item input:focus, .panel-reports_body__item button:focus{
    outline: none;
}

.panel-reports_body__item button{
    border-radius: 8px;
    border: none;
    background-color: var(--roxoMuitoJogo);
    color: var(--branco);
    width: 52px;
    padding: 3px;
}
