/* Styling applied to override third-party library functions */
.noUi-tooltip {
    font-size: 13px !important;
}

.noUi-base {
    z-index: 0 !important;
}

.iti--inline-dropdown {
    width: 100%;
}

.iti {
    width: 100%;
    z-index: 1;
}

.choices__list[aria-expanded] {
    z-index: 2;
}

.iti--inline-dropdown {
    width: 100%;
}

#phone {
    outline: 0;
}

#phone:valid {
    border-color: green;
}

#phone:focus:invalid {
    border-color: red;
}
