﻿input[type="tel"] {
    width: 100% !important;
    max-width: unset;
    padding: 0.485rem 1.75rem 0.485rem .75rem;
    font-size: 16px;
}

.validation-message {
    margin-top: 10px;
    font-size: 15px;
}

    .validation-message.valid {
        color: #18ff18;
        float: inline-start;
        margin-top: 2px;
        padding: 3px;
    }

    .validation-message.invalid {
        color: red;
        float: inline-start;
        margin-top: 2px;
        padding: 3px;
    }

.iti__search-container {
    padding: 5px 10px;
    background: white;
    border-bottom: 1px solid #ccc;
}

.iti__search-input {
    width: 100%;
    padding: 6px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.iti__country.highlight {
    background-color: #e6f7ff !important;
}
