/*
Theme Name: devfamfirstcom
Theme URI: 
Author: Anonymous
Author URI: 
Description: Theme for Wordpress
Version: 1.0.0
Tested up to: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: devfamfirstcom
Tags: custom theme
*/

div#wpadminbar ~ span.select2-container, body.admin-bar > span.select2-container {
    padding-top: 32px !important;
}

@media screen and ( max-width: 782px ) {
    div#wpadminbar ~ span.select2-container, body.admin-bar > span.select2-container {
        padding-top: 46px !important;
    }
}