.select2-dropdown {
    background-color: #f8f9fa;
}

.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #aaa;
    border-radius: 4px;
    overflow: hidden;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f3ecf3;
    color: #77176e;
}

.info-page.not-found {
    margin: auto;
}

.info-page.not-found .info-page__content {
    justify-content: center;
}

.info-page.not-found .btn.btn-purple {
    margin-top: 10px !important;
}
