﻿.select2-selection__choice {
    color: #004899 !important;
    white-space: normal;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #004899 !important;
    color: white !important;
    font-size: 14px !important;
}

.select2-selection__choice__remove {
    border: none !important;
    border-radius: 0 !important;
    padding: 0 2px !important;
}

    .select2-selection__choice__remove:hover {
        background-color: transparent !important;
        color: #ef5454 !important;
    }

.career__counselor__container__right__form .select2 input {
    padding-left: 10px;
}

.select2 .select2-selection {
    background: #1e2248 !important;
    border-radius: 0px !important;
}

select2-container--default .select2-selection--multiple {
    border: 1px solid #fff !important;
    border-radius: 0px !important;
    border: 1px solid #ffffff !important;
}
