.nenhum-encontrado {
    text-align: center;
    margin: 20px auto 32px;
}
.nenhum-encontrado h1 {
    font-size: 2.5rem;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.nenhum-encontrado h1 strong {
    font-size: 2.5rem;
}

.nenhum-encontrado p {
    font-size: 16px;
}

.nenhum-encontrado a {
    color: #ffad38;
    font-weight: 700;
}

.select2-results__option {
    padding: 4px;
    font-size: .825rem;
} 

.select2-results__group {
    padding: 4px;
    font-size: .875rem;
}

.select2-selection__rendered li {
    font-size: 0.725rem;
    max-height: 22px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #a51d2f;
    color: var(--contrast-for-primary);
    border: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: var(--contrast-for-primary);
}