.svr-phone-wrap {
    align-items: stretch;
    position: relative;
}

.svr-phone-wrap .iti {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
}

.svr-phone-wrap .iti__selected-country {
    background: transparent;
    color: var(--svr-ink);
    cursor: default;
    pointer-events: none;
}

.svr-form-sec .svr-phone-wrap .iti__selected-country {
    color: var(--svr-white);
}

.svr-phone-wrap .iti__arrow,
.svr-phone-wrap .iti__country-list,
.svr-phone-wrap .iti__country-container button[aria-expanded] .iti__arrow {
    display: none !important;
}

.svr-phone-wrap .iti .svr-phone-input {
    height: 100%;
    width: 100%;
}

.svr-phone-dial {
    display: none;
}

.svr-phone-input.is-valid {
    border-color: #2f7d4a;
}

.svr-phone-input.is-invalid {
    border-color: #b42318;
}
