.select2-container .select2-search--inline .select2-search__field {
	padding: 1px !important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
	border: none !important;
	margin-top: calc(.375rem + 2px) !important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
	margin-top: calc(.375rem + 2px) !important;
}

.select2-container--bootstrap4 .select2-selection__clear {
    float: right;
    width: 1.2em !important;
    height: 1.2em !important;
    padding-left: .30em !important;
    padding-top: .3em !important;
    margin-top: .9em !important;
    margin-right: .3em !important;
    line-height: .75em !important;
    color: #ffffff !important;
    background-color: #ff0000 !important;
    border-radius: 20% !important;
	font-weight: 600 !important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
    position: absolute !important;
    top: -1px !important;
}

/* .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice+.select2-search { */
    /* width: 100%; */
    /* padding: 5px; */
    /* border: solid 1px #e9e9e9; */
    /* border-radius: 10px; */
    /* margin-bottom: 10px; */
    /* margin-top: 10px; */
    /* height: 50px; */
    /* line-height: 40px; */
/* } */
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice+.select2-search {
    min-width: 40px;
}