﻿.iti--allow-dropdown input.iti__tel-input,
.iti--allow-dropdown input.iti__tel-input[type=tel] {
    background-color: transparent;
    border-radius: 0.25rem;
    box-shadow: none;
    border-style: solid;
}

[data-bnft-theme="dark"] .iti--allow-dropdown input.iti__tel-input,
[data-bnft-theme="dark"] .iti--allow-dropdown input.iti__tel-input[type=tel] {
    color: white;
}

[data-bnft-theme="dark"] .iti__dropdown-content {
    background-color: #191919;
}

[data-bnft-theme="dark"] .iti__search-input {
    background-color: #191919;
    color: white;
}