.select2-dropdown {
    background-color: #121212!important;
    border: 1px solid #7a7a7a;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
.select2-results__option{
    color: #ffffff!important;
}
.topper {
    text-align: center;
    padding: 5px 0;
}