/* 
Theme Name: Unit
Theme URI: https://github.com/elementor/hello-theme/
Description: Unit is a child theme of Hello Elementor, created by Elementor team
Author: Unit Digital
Author URI: https:/unitdigital.co.uk/
Template: hello-elementor
Version: 1.0.1
Text Domain: unitcm
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.select2-search__field {
    line-height: 2rem;
    font-size:1.5rem;
}

.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #aaa!important;
    border-top-left-radius: 5px!important;
    border-top-right-radius: 5px!important;
}

#frm_field_858_container .select2-container .select2-selection--single {
    height:36px;
}

#frm_field_858_container .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height:36px;
}

.select2-dropdown.select2-dropdown--below {margin-top:-4px}

#dw-glossary-search {
	background-color:#ADC2C721;
	color: var(--e-global-color-primary);
	border:0!important;
	border-radius:8px;
	min-height:50px;
	background-image:url(/wp-content/uploads/2025/11/search-line-1-1.png);
	background-repeat:no-repeat;
	background-position:left 10px center;
	padding-left:50px;
}

.dw-glossary-items .dw-glossary-title {
	background-color: var(--e-global-color-text);
	color: var(--e-global-color-primary);
}