
.iti__divider, .iti__country {
    margin-top: 0px !important;
}

.iti__country-list, .iti__selected-flag {
    direction: ltr;
    z-index: 99999;
}

.iti {
    width: 100%;
}

body .iti__flag-container {
    position: static !important;
    padding: 0px !important;
}

body .iti__selected-flag {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    left: 0;
}

body .iti--allow-dropdown .iti__country-list {
    width: 100%;
    top: 110%;
}

.iti-mobile .iti__country-list {
    max-height: 30%;
}
