.buscaProcessos--seleçãoDosSetores__scrollpanel {
    position: relative;
    height: 400px;
}
.buscaProcessos--seleçãoDosSetores__table--select {
    text-align: center;
    width: 40px;
}
.buscaProcessos--seleçãoDosSetores__panelbutton {
    border: none;
    position: relative;
    width: 100%;
}

.buscaProcessos--seleçãoDosSetores__button {
    height: 35px;
    position: absolute;
}

@media screen and (min-width: 1090px) {
    .buscaProcessos--seleçãoDosSetores__dialog {
        height: 510px !important;
        width: 1000px !important;
    }
    .buscaProcessos--seleçãoDosSetores__panel {
        height: 195px;
    }

    .buscaProcessos--seleçãoDosSetores__panelbutton {
        height: 50px;
    }
    .buscaProcessos--seleçãoDosSetores__button {
        width: 300px;
    }
    .buscaProcessos--seleçãoDosSetores__button--prosseguir {
        left: calc(50% - 310px);
        top: 5px;
    }
    .buscaProcessos--seleçãoDosSetores__button--cancelar {
        right: calc(50% - 310px);
        top: 5px;
    }
}

@media screen and (max-width: 1089px) and (min-width: 665px) {
    .buscaProcessos--seleçãoDosSetores__dialog {
        height: 100% !important;
        left: 0px !important;
        top: 0px !important;
        width: 100% !important;
    }
    .buscaProcessos--seleçãoDosSetores__panel {
        height: 195px;
    }

    .buscaProcessos--seleçãoDosSetores__panelbutton {
        height: 50px;
    }
    .buscaProcessos--seleçãoDosSetores__button {
        width: calc(50% - 15px);
    }
    .buscaProcessos--seleçãoDosSetores__button--prosseguir {
        left: 10px;
        top: 5px;
    }
    .buscaProcessos--seleçãoDosSetores__button--cancelar {
        right: 10px;
        top: 5px;
    }
}

@media screen and (max-width: 664px) {
    .buscaProcessos--seleçãoDosSetores__dialog {
        height: 100% !important;
        left: 0px !important;
        top: 0px !important;
        width: 100% !important;
    }
    .buscaProcessos--seleçãoDosSetores__panel {
        height: 230px;
    }

    .buscaProcessos--seleçãoDosSetores__panelbutton {
        height: 90px;
    }
    .buscaProcessos--seleçãoDosSetores__button {
        width: calc(100% - 20px);
    }
    .buscaProcessos--seleçãoDosSetores__button--prosseguir {
        left: 10px;
        top: 5px;
    }
    .buscaProcessos--seleçãoDosSetores__button--cancelar {
        left: 10px;
        top: 45px;
    }
}