.dialogrelatorio--relatorioProcessosPorSetor__panel {
    height: 120px;
    position: relative;
}

.dialogrelatorio--relatorioProcessosPorSetor__campo {
    position: absolute;
}

.dialogrelatorio--relatorioProcessosPorSetor__select--setor {
    left: 20px;
    min-width: 0px !important;
    top: 35px;
    width: calc(100% - 40px);
}
.dialogrelatorio--relatorioProcessosPorSetor__button {
    height: 35px;
    position: absolute;
    left: 10px;
    top: 70px;
    width: calc(100% - 20px);
}

@media screen and (min-width: 665px) {
    .dialogrelatorio--relatorioProcessosPorSetor__dialog {
        height: 170px !important;
        width: 460px !important;
    }
    .dialogrelatorio--relatorioProcessosPorSetor__output--setor {
        left: 170px;
        top: 10px;
    }
}

@media screen and (max-width: 664px) {
    .dialogrelatorio--relatorioProcessosPorSetor__output--setor {
        left: 35%;
        top: 10px;
    }
}