/* Lista rolável no modal de novas prioridades */
.pp-prioridade-modal-list {
    max-height: min(55vh, 28rem);
    overflow-y: auto;
}

.pp-prioridade-modal-list .list-group-item {
    cursor: default;
}

.pp-prioridade-modal-list .form-check-input:disabled + .form-check-label {
    cursor: not-allowed;
    opacity: 0.65;
}
