.select2 {
    width: 100% !important;
}

.familab_theme .select2-container--default .select2-selection {
    border-radius: var(--rounded-default) !important
}

.select2-search__field {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    height: auto !important;
    width: 100% !important
}

.select2-container li:only-child,
.select2-container input:placeholder-shown {
  width: 100% !important;
}

.familab_theme .select2-container--default .select2-selection--single {
    font-size: 1rem !important;
    overflow: hidden;
}

.familab_theme .select2-container--default .select2-selection--single>.select2-selection__rendered {
    color: #444 !important
}

.select2-container.select2-container--default .select2-selection--single>.select2-selection__arrow {
    background-color: white;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 10px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    display          : flex;
    align-items      : center;
    background-color : var(--slate-100) !important;
    color            : var(--slate-600) !important;
    border           : 1px solid var(--slate-100) !important;
    border-radius    : 2px !important;
    padding          : 5px 8px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 8px !important
}

.select2-selection__choice__remove {
    display          : inline-flex !important;
    align-items      : center;
    justify-content  : center;
    font-size        : 25px;
    font-weight      : 400 !important;
    background-color : var(--slate-200);
    padding          : 5px !important;
    border-radius    : 50px;
    color            : var(--slate-600) !important;
    width            : 24px;
    height           : 23px;
    vertical-align   : top;
}
.select2-selection__choice__remove:hover {
    background-color : var(--slate-300);
}