.entry-content ul, .entry-content ol {
    margin-top: 0 !important;
    padding-left: 0px !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-selection--clearable .select2-selection__clear{
    min-height: 40px;
}

.selection button.select2-selection__choice__remove{
    height: 100%;
}

.select2-container .select2-selection--multiple textarea.select2-search__field{
    margin-top: 13px;
}

.selection span.select2-selection__rendered{
    min-height: 40px;
    display: flex !important;
    align-items: center;
}

.selection .select2-selection__arrow{
    min-height: 40px;   
}

.et_pb_contact_field[data-type="select"]::after{
    display: none;
}

.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;
}

.cfefd-select2-error-msg {
    display: block;
    margin-top: 6px;
    color: #e02b2b;
    font-size: 12px;
    line-height: 1.4;
}

.et_pb_contact_form .select2-container.et_contact_error .select2-selection--single,
.et_pb_contact_form .select2-container.et_contact_error .select2-selection--multiple {
    border-color: #e02b2b !important;
}

div.cool-error-field-wrapper{
	gap: 0px;
}
.cool-error-field-wrapper .select2-container{
    border: 1px solid red;
}
select.et_contact_error ~ span.select2-container {
    border: 1px solid red;
}
