/* custom-select2.css */
#wp-admin-bar-fm_user_switch .select2-container {
    width: 250px !important;
    position:relative;
    top:-2px;

}

#wp-admin-bar-fm_user_switch .select2-container input,
#wp-admin-bar-fm_user_switch .select2-container li{
    width:100%;
}


#wp-admin-bar-fm_user_switch .select2-container .select2-dropdown--below {
    background: #1d2327;
    padding:5px;
    box-sizing:border-box;
}

#wp-admin-bar-fm_user_switch .select2-selection {
    background-color: #1d2327;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 5px;
}

#wp-admin-bar-fm_user_switch .select2-selection__rendered {
    color: #fff; /* Change text color to white */
}

#wp-admin-bar-fm_user_switch .select2-selection__arrow {
    display: none;
}
