.country-select {
    width: 100%;
    background-color: #3b3b3b;
    color: #ffffff; 
    border: 1px solid #444;
}

.country-select .country-dropdown {
    background-color: #3b3b3b; 
    color: #ffffff; 
    border: 1px solid #333;
}

.country-select .country-list {
    background-color: #3b3b3b; 
    color: #ffffff;
}

.country-select .country-list .country.highlight {
    background-color: #333; 
}

.country-select .selected-flag {
    background-color: #3b3b3b; 
    border: 1px solid #444;
}

.country-select .country-search {
    background-color: #3b3b3b; 
    color: #ffffff;
    border: 1px solid #444;
}

.country-select .country-search::placeholder {
    color: #bbbbbb;
}

.country-select .country-list::-webkit-scrollbar {
    width: 8px;
    background: #222;
}

.country-select .country-list::-webkit-scrollbar-thumb {
    background: #444;
    border-radius: 4px;
}

.iti {
    width: 100%;
    --iti-border-color: #5b5b5b;
    --iti-dialcode-color: #999999;
    --iti-dropdown-bg: #0d1117;
    --iti-arrow-color: #aaaaaa;
    --iti-hover-color: #30363d;
    --iti-path-flags-1x: url("/node_modules/intl-tel-input/build/img/flags.webp");
    --iti-path-flags-2x: url("/node_modules/intl-tel-input/build/img/flags@2x.webp");
    --iti-path-globe-1x: url("/images/globe_accent.webp");
    --iti-path-globe-2x: url("/images/globe_accent@2x.webp");
}
.iti__search-input {
    background-color: #3b3b3b;
    color: #ffffff;
    border: 1px solid #5b5b5b;
}
.iti__search-input::placeholder {
    color: #aaaaaa;
}
