.form-find-kine-specificites .select2-container {
    font-size: 16px;
    color: #666;
    width: 100% !important;
}

.form-find-kine-specificites .btn-submit {
    font-size: 13px;
    text-align: left;
}

.form-find-kine-specificites .form-group:first-child {
    margin-bottom: 10px;
}

.form-find-kine-specificites .form-group:nth-child(2) {
    margin-bottom: 8px;
}

.form-find-kine-specificites .select2-container--default .select2-selection--single {
    height: 46px;
    /* set your desired height */
    display: flex;
    align-items: center;
    /* vertical centering */
    border-radius: 0;
    /* optional, rounded corners */
    border: none;
    ;
}

/* Center the text vertically */
.form-find-kine-specificites .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal;
    /* reset default */
    flex: 1;
    display: flex;
    align-items: center;
    /* vertical alignment */
    padding-left: 8px;
    /* adjust padding */
    color: #666;

}

/* Adjust the dropdown arrow alignment */
.form-find-kine-specificites .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    display: flex;
    align-items: center;
    right: 10px;
    /* adjust arrow padding */
}

/* === MULTIPLE SELECT === */
.form-find-kine-specificites .select2-container--default .select2-selection--multiple {
    min-height: 46px;
    /* base height */
    display: flex;
    align-items: center;
    /* center placeholder when empty */
    border: none;
    border-radius: 0;
    padding-left: 3px;
}

/* Adjust tags (choices) styling */
.form-find-kine-specificites .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 4px;
    /* spacing between tags */
    margin-bottom: 4px;
    padding: 4px 8px;
    border-radius: 0;
}

/* Placeholder alignment */
.form-find-kine-specificites .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* vertical alignment */
    gap: 4px;
    /* spacing between tags */
}

.form-find-kine-specificites .select2-container--default .select2-search--inline .select2-search__field {
    font-family: merriweather, times, serif;
    height: 25px;
}

.form-find-kine-specificites .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    font-size: 12px;
}

.form-find-kine-specificites .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border: none;
    top: -2px;
    left: -2px;
}