.select2-container {
    width: 100% !important;
    min-width: 10em !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border : 0.0625rem solid #D1D5DB;
  }
.select2-selection__choice {
    margin-top: 0rem !important;
}

.select2-search__field {
    margin: 0rem;
    border-radius: 0.5rem;
    border : 0.0625rem solid #D1D5DB;
}

.select2-dropdown{
    border-radius: 0.5rem;
    border : 0.0625rem solid #D1D5DB;
}

.select2-results__field {
    border-radius: 0.5rem;
}

/* django-addanother bootstrap css fix */
.related-widget-wrapper{
    padding-right: 16px;
    position: relative;
}
.related-widget-wrapper-link{
    position: absolute;
    top: 3px;
    right: 0px;
}

span.select2-selection.select2-selection--single {
    height: 40px !important;
    border : 0.0625rem solid #D1D5DB;
    color: #6B7280;
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
}

span.select2-selection.select2-selection--multiple {
    min-height: 40px;
    border : 0.0625rem solid #D1D5DB;
    color: #6B7280;
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
}
    
span.select2-selection__placeholder {
        font-size: 16px;
    }
