/* intl-tel-input — ocupa a largura do form-control */
.iti {
    width: 100%;
    display: block;
}

.iti__flag-container {
    z-index: 3;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
}

.iti__country-list {
    z-index: 1060;
    max-height: 220px;
}

/* Dark mode (Landrick) */
html[data-theme="dark"] .iti__selected-flag,
html[data-bs-theme="dark"] .iti__selected-flag {
    background-color: transparent !important;
}

html[data-theme="dark"] .iti__country-list,
html[data-bs-theme="dark"] .iti__country-list {
    background-color: #1c2434;
    border-color: #2a3347;
    color: #e9ecef;
}

html[data-theme="dark"] .iti__country.iti__highlight,
html[data-theme="dark"] .iti__country:hover,
html[data-bs-theme="dark"] .iti__country.iti__highlight,
html[data-bs-theme="dark"] .iti__country:hover {
    background-color: #2a3347;
}

html[data-theme="dark"] .iti__divider,
html[data-bs-theme="dark"] .iti__divider {
    border-bottom-color: #2a3347;
}

html[data-theme="dark"] .iti--separate-dial-code .iti__selected-dial-code,
html[data-bs-theme="dark"] .iti--separate-dial-code .iti__selected-dial-code {
    color: #e9ecef;
}
