.select2 {
    font-family: "Trebuchet MS", sans-serif !important;
    color: #000 !important;
}

.select2.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    height: 40px;
    padding: .5rem 1rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px;
    padding: 0;
    color: #000;
    font-size: 16px;
    letter-spacing: 1.1px;
}

.select2.select2-container::after {
    content: "";
    width: 40px;
    height: 40px;
    border-left: 1px solid #c4c4c4;
    position: absolute;
    right: 0px;
    bottom: 0;
    z-index: 10;
    background-image: url(/wp-content/themes/acad/assets/img/icons/dropdown.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100% auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.select2-selection__arrow {
    display: none;
}

.select2-results__option {
    margin-bottom: 0 !important;
}