﻿/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.8.1
Text Domain: hello-elementor-child
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
*/

/* Add your custom styles here */
/* Styling for the dropdown div */
.geot-dropdown-wrapper {
    border-radius: 100px;
    border: 2px solid var(--primary-solar-yellow, #FFC50D);
    padding: 19px 20px;
    background-image: none !important;
    background-color: transparent;
    color: #000;
    box-shadow: none;
    padding: 21px 20px;  font-size: 12px;
    position: relative;
}

.geot-dropdown-wrapper::after {
content: '\f107';
display: block;
position: absolute;
top: 53%;
margin-top: 0px;
width: auto;
height: auto;
border: none !important;
font-family: "FontAwesome";
font-size: 22px;
transform: translateY(-50%);
right: 15px !important;
left: auto !important;
}

.geot-dropdown-wrapper .geot-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    z-index: 1;
    width: 100%;
    padding: 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(4px);
    left:0px;
    top:70px;
}

.geot-dropdown-wrapper  .selectize-input {
    border-radius: 80px;
    border: 1px solid var(--Tints-White-Lite, rgba(255, 255, 255, 0.24));
    height: 56px;
    padding: 22px 40px;
    background: transparent !important;
    color: #fff;
    position: relative;
    }

    .geot-dropdown-wrapper .geot-dropdown-content .option {
        padding: 16px 40px 16px 0px;
        }

        .geot-dropdown-wrapper .selectize-dropdown .active {
        background-color: transparent;
        color: #fff;
        }



        .geot-dropdown-wrapper .selectize-dropdown {
        background: transparent;
        border:0 ;
        border-top:1px solid #fff;
        margin: 0;
        position: relative;
        top:0 !important;
        margin-top:16px;
        padding-top:16px;
        }
        .geot-dropdown-wrapper .selectize-input.dropdown-active{
        border-radius: 80px;

        }
        .geot-dropdown-wrapper .selectize-control.single .selectize-input.items.full::after {
        content:unset;
        }
        .geot-dropdown-wrapper .selectize-control.single .selectize-input .before-search::before {
        content: '\f002';
        position: absolute;
        top: 50%;
        margin-top: 0px;
        width: auto;
        height: auto;
        border: none !important;
        font-family: "FontAwesome";
        font-size: 18px;
        transform: translateY(-45%);
        left: 10px;
        background: transparent;

        }
        .geot-dropdown-wrapper .geot-flag {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        margin-right:16px;
        }
        .geot-dropdown-wrapper .url{
        color:#fff;
        }
        .flag-icon {
        border-radius: 50%;
        display: inline-block;
        width: 1em;
        font-size: 24px !important;
        background-repeat: unset;
        }
        .geot-dropdown-trigger {
        display: flex;
        align-items: center;
        gap: 8px;
        }

