.select2-container .select2-selection--single,.select2-selection--multiple {
    background-color: white !important;
}
.select2-selection--multiple{
    background-color: white !important;

}
.select2-selection__arrow {
    border: 2px solid #1b989e;
    padding-left: 30px;
    padding-right: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #1b989e transparent transparent transparent;
}

.select2-container .select2-selection--single,.select2-selection--multiple {
    height: 55px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow  {
    height: 55px ;
}
.select2-search__field{
    margin-top: 12px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}
.select2-container .select2-selection--single .select2-selection__clear{
    font-size: 1.5em;
}
.select2-container .select2-selection--multiple .select2-selection__clear{
    font-size: 1.5em;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
    margin-right:70px
}
.select2-container--default .select2-selection--multiple .select2-selection__clear{
    margin-top: 0px;
}
.select2-container--default .select2-selection--multiple{
    border:0px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    margin-top:7px !important;
}