.entry-content ul, .entry-content ol {
    margin-top: 0 !important;
    padding-left: 0px !important;
 }

 /* .select2-container--open .singleClass.select2-dropdown--below{
    margin-top: -1px !important;
 } */


.select-caret-down-wrapper {
    display: none !important;
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

span.select2-selection.select2-selection--single.select2-selection--clearable {
    min-height: 40px !important;
    padding-top: 6px !important;
}

.select2-container--default .select2-selection--single {
    min-height: 40px !important;
    padding-top: 6px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear{
    margin-right: 25px !important;
    display: flex;
    align-items: center;
    padding-right: 0 !important;    
    box-shadow: none;
}

button.select2-selection__clear span{
    margin-right: 3px !important;
    color: red;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-family: var(--e-global-typography-text-font-family), sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);   
}


/* Multiple selection CSS */

/* .select2-container--default .select2-selection--multiple{
    height: 40px !important;
} */

.select2-container .select2-search--inline .select2-search__field{
    height: 29px !important;
    font-family: var(--e-global-typography-text-font-family), sans-serif;
    font-weight: var(--e-global-typography-text-font-weight); 
    padding-left: 2px;
    padding-top: 1px;  
}

.select2-container .select2-selection--multiple .select2-selection__clear{
    box-shadow: none !important;
    margin-top: 9px;
}

body.elementor-editor-active .is-field-type-select .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: unset;
}
body.elementor-editor-active .is-field-type-select .select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 9px;
}

body.elementor-editor-active .elementor-field-type-select .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: unset;
}
body.elementor-editor-active .elementor-field-type-select .select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 9px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    height: 100%;
}

/* commom CSS */

/* .select2-container--default .select2-selection--single {
    border: 1px solid var(--e-global-color-border, #aaa) !important;
} */