.select2-container--mailerlite .select2-selection--single {
    border: 1px solid #d1d5db;
    height: 38px;
    width: 100%;
    padding-left: 0;
    border-radius: 0.25rem;}
.select2-dropdown {
    border-color: #d1d5db;
}
.select2-container--mailerlite .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    font-size: 14px;
    color: rgba(0,0,0,0.75);
    padding-left: 12px;
    border-color: #d1d5db;
    height: 38px;
    width: auto;
    display: block;
    background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 12px top 48%;
    background-size: 14px 14px;}
.select2-container--mailerlite .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px; }
.select2-container--mailerlite .select2-selection--single .select2-selection__placeholder {
    color: #999; }
.select2-container--mailerlite .select2-selection--single .select2-selection__arrow {
    display: none;}
.select2-container--mailerlite .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0; }

.select2-container--mailerlite[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }

.select2-container--mailerlite[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto; }

.select2-container--mailerlite.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default; }
.select2-container--mailerlite.select2-container--disabled .select2-selection--single .select2-selection__clear, .select2-container--default .select2-selection--multiple .select2-selection__clear {
    display: none; }

.select2-container--mailerlite.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px; }

.select2-container--mailerlite .select2-selection--multiple,.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #d1d5db;
}
.select2-container--mailerlite .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px; }
.select2-container--mailerlite .select2-selection--multiple .select2-selection__clear {
    display: none;
}
.select2-container--mailerlite .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap; }
.select2-container--mailerlite .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
.select2-container--mailerlite .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0; }
.select2-container--mailerlite .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--mailerlite .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #f1f1f1;
    color: #333;
    outline: none; }

.select2-container--mailerlite[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto; }

.select2-container--mailerlite[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px; }

.select2-container--mailerlite[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }

.select2-container--mailerlite[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto; }

.select2-container--mailerlite.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0; }

.select2-container--mailerlite.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default; }

.select2-container--mailerlite.select2-container--disabled .select2-selection__choice__remove {
    display: none; }

.select2-container--mailerlite.select2-container--open.select2-container--above .select2-selection--single, .select2-container--mailerlite.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.select2-container--mailerlite.select2-container--open.select2-container--below .select2-selection--single, .select2-container--mailerlite.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.select2-container--mailerlite .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa; }

.select2-container--mailerlite .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--mailerlite .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }

.select2-container--mailerlite .select2-results__option .select2-results__option {
    padding-left: 1em; }
.select2-container--mailerlite .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
.select2-container--mailerlite .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
.select2-container--mailerlite .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em; }
.select2-container--mailerlite .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em; }
.select2-container--mailerlite .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em; }
.select2-container--mailerlite .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em; }

.select2-container--mailerlite .select2-results__option--group {
    padding: 0; }

.select2-container--mailerlite .select2-results__option--disabled {
    color: #999; }

.select2-container--mailerlite .select2-results__option--selected {
    background-color: #F9FAFB;
    color: rgba(0,0,0,0.75); }

.select2-container--mailerlite .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #F9FAFB;
    color: rgba(0,0,0,0.75); }

.select2-container--mailerlite .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }

.select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
}

.select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 10px;
    width: 10px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 8px;
    vertical-align: middle;
}
.select2-container--mailerlite .select2-results__option {
    background-color: #fff;
    display: flex;
    align-items: center;
}
.select2-container--mailerlite .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}
.select2-container--mailerlite .select2-selection--multiple {
    margin-bottom: 10px;
}
.select2-container--mailerlite.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}
.select2-container--mailerlite.select2-container--focus .select2-selection--multiple {
    border-color: #d1d5db;
    border-width: 2px;
}
.select2-container--mailerlite .select2-selection--multiple {
    border-width: 2px;
}
.select2-container--open .select2-dropdown--below {
    border-color: transparent;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    overflow: hidden;
}

.select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}
.select2-container--mailerlite .select2-selection--multiple .select2-selection__choice {
    background-color: #e5e7eb;
    border: 0;
    border-radius: 2px;
    font-size: 13px;
    margin-bottom: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 14px;
}
.select2-container--mailerlite .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 0;
    color: rgba(0,0,0,0.75);
    font-weight: normal;
    font-size: 1rem;
    padding-right: 5px;
    right: 0;
    left: auto;
}
.select2-container--mailerlite .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #9b9b9b;
    background-color: #e5e7eb;
}
.select2-container--mailerlite .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-width: 1px;
    border-color: #d1d5db;
}
.select2-results__option.select2-results__option--selected:before {
    color: #fff;
    background-color: #09c269;
    border: 0;
    display: inline-block;
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E");
    padding-left: 0;
    width: 14px;
    height: 14px;
}
.select2-results__option.select2-results__message:before {
    content: none;
}
.select2-container--mailerlite .ml-default-choice .select2-selection__choice__remove {
    display: none;
}
.select2-container--mailerlite .select2-selection__choice.ml-default-choice {
    padding: 2px 5px;
}
.select2-container--mailerlite .select2-search--inline {
    width: 100%;
    position: absolute;
}
.wc-wp-version-gte-53 .select2-container.select2-container--open .select2-selection--multiple {
    border-width: 1px;
    border-color: #d1d5db;
}
