.ddi-country-option__flag,
.ddi-country-selection > span:first-child {
    display: inline-block;
    min-width: 1.45em;
    font-size: 1.15em;
    line-height: 1;
}

.ddi-country-field .select2-container {
    width: 100% !important;
}

.public-cadastro-ddi-select {
    position: relative;
}

.public-cadastro-ddi-select .ddi-country-preload {
    align-items: center;
    column-gap: 6px;
    display: inline-flex;
    height: 38px;
    left: 10px;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: 2;
}

.public-cadastro-ddi-select .ddi-country-preload .fi {
    font-size: 1.3em;
    line-height: 1;
    min-width: 1.55em;
}

.ddi-country-preload__code,
.ddi-country-selection__code {
    color: inherit;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1;
}

.public-cadastro-form .public-update-city-select.public-cadastro-ddi-select:not(.is-select2-ready) > select.ddi-country-select,
.public-update-form .public-update-city-select.public-cadastro-ddi-select:not(.is-select2-ready) > select.ddi-country-select {
    opacity: 0 !important;
    pointer-events: none;
}

.public-cadastro-ddi-select.is-select2-ready .ddi-country-preload {
    display: none;
}

.ddi-country-field .select2-selection__rendered {
    align-items: center;
    display: flex !important;
    height: 100%;
    line-height: normal !important;
}

.ddi-country-field .ddi-country-selection {
    align-items: center;
    column-gap: 5px;
    display: inline-flex;
    line-height: 1;
}

.public-cadastro-form .public-update-city-select.public-cadastro-ddi-select .select2-selection--single .select2-selection__rendered,
.public-update-form .public-update-city-select.public-cadastro-ddi-select .select2-selection--single .select2-selection__rendered {
    padding-left: 10px !important;
}

#update-modal .public-update-form .public-update-city-select.public-cadastro-ddi-select .select2-selection--single .select2-selection__rendered {
    padding-left: 10px !important;
    padding-right: 38px !important;
}

.public-cadastro-ddi-select .ddi-country-selection > span:first-child {
    font-size: 1.3em;
    min-width: 1.55em;
}

.ddi-country-dropdown .select2-results__option {
    white-space: normal;
}

.ddi-country-dropdown .select2-results__options {
    overflow-x: hidden;
}

@media (max-width: 767.98px) {
    .ddi-country-field .select2-selection__rendered {
        min-height: 38px;
    }
}
