/* UT21 DatePicker natif — 2026-04-29c */
input[type="date"][data-ut21-datepicker]{
    font-family:inherit;font-size:16px;
    padding:11px 14px;
    border:1px solid #e2e8f0;border-radius:12px;
    background:#fff;color:#0b4f7a;
    box-sizing:border-box;width:100%;
    cursor:pointer;
    -webkit-appearance:none;appearance:none;
    background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23009ee0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='4' width='18' height='18' rx='2' ry='2'/><line x1='16' y1='2' x2='16' y2='6'/><line x1='8' y1='2' x2='8' y2='6'/><line x1='3' y1='10' x2='21' y2='10'/></svg>");
    background-repeat:no-repeat;
    background-position:right 12px center;
    background-size:18px;
    padding-right:40px;
}
input[type="date"][data-ut21-datepicker]:focus{
    border-color:#009ee0;outline:none;box-shadow:0 0 0 3px rgba(0,158,224,0.18);
}
/* Cacher l'icône native moche d'iOS Safari (on garde la nôtre en background-image) */
input[type="date"][data-ut21-datepicker]::-webkit-calendar-picker-indicator{
    opacity:0;cursor:pointer;
    position:absolute;right:0;top:0;width:100%;height:100%;
}
input[type="date"][data-ut21-datepicker]::-webkit-date-and-time-value{
    text-align:left;
}
