/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 24 2026 | 16:08:25 */
.iti {
    width: 100%;
}

#telefono.valid {
    border: 2px solid #22c55e;
}

#telefono.invalid {
    border: 2px solid #ef4444;
}

#telefono-msg {
    font-size: 13px;
    margin-top: 4px;
    display: block;
}

#telefono-msg.valid {
    color: #22c55e;
}

#telefono-msg.invalid {
    color: #ef4444;
}