

.select2-drop{
    z-index: 100000;
}

.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit {
    background: #ffffff !important;
    display: list-item;
    padding-left: 5px;
}

.select2-container .select2-choice .select2-arrow {
    display: none !important;
}

.search-input-wrap {
    margin: 0 !important;
}

.select2-container{
    background-color: transparent!important;
    border: none !important;
    padding: 0;
}
.select2-container .select2-choice {
    height: 100%;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgb(255, 255, 255);
    color: #002A4A !important;
    font-weight: 400;
    border: none !important;
    font-size: 13px;

}

.select2-container .select2-choice, .select2-container .select2-choices{
    box-shadow: none!important;
    background-color: transparent!important;
}
.select2-container.search-input {
    border: none !important;
    border-radius: 0px !important;
    flex: 1;
}

.select2-container .select2-choice > .select2-chosen {
    display: flex;
    align-items: center;
    margin-right: 0 !important;
    margin-left: 7px !important;
    height: 100%;
}
