/* 
Theme Name:		 Hello Elementor Child
Theme URI:		 https://dreamskinhaven.co.ke/
Description:	 Hello Elementor Child is a child theme of Hello Elementor, created by ChildTheme-Generator.com
Author:			 Jack
Author URI:		 https://dreamskinhaven.co.ke/
Template:		 hello-elementor
Version:		 1.0.0
Text Domain:	 hello-elementor-child
*/

.custom-combobox {
    position: relative;
    display: inline-block;
}
.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}
.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}

.custom-combobox {
    width: 100%;
}

.custom-combobox-input {
    background-color: #fff;
    border-color: var(--e-global-color-a8a316d);
    font-weight: 400;
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #818a91 !important;
    vertical-align: middle;
    flex-grow: 1;
    border-radius: 3px;
}