.select2-choice {
    border: 0;
    border-radius: 2px;
    height: 30px !important;
    padding: 1px 10px !important;
    border-color: #eea236 !important;
}

.select2-choice .select2-arrow {
    border-radius: 0 2px 2px 0;
    color: #fff !important;
    border:0 !important;
    background:transparent !important; 
}

.select2-container {
    height: auto !important;
    padding: 0px;
}

.select2-container.select2-dropdown-open {
    border-color: #5897FB;
    border-radius: 3px 3px 0 0;
}

.select2-container.select2-dropdown-open .select2-choices {
    border-radius: 3px 3px 0 0;
}

.select2-container .select2-choices {
    border: 0 !important;
    border-radius: 3px;
}
.select2-default {
    color: #fff !important;
}

 .select2-container .select2-choice,
 .select2-container .select2-choices,
 .select2-container-active .select2-choice,
 .select2-container-active .select2-choices,
 .select2-dropdown-open.select2-drop-above .select2-choice,
 .select2-dropdown-open.select2-drop-above .select2-choices,
 .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #eea236 !important;
    color: #fff;
    background-color: #f0ad4e !important;
    background-image: none;
}

.select2-container .select2-choice div {
    border-left: 1px solid #C09853 !important;
    background: #FCF8E3 !important;
}
