.esimatrix-date-field {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
    text-align: right;
}

.esimatrix-date-field label {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
}

.esimatrix-date-field input[type="date"] {
    max-width: 220px;
    padding: 7px 10px;
    font-size: 15px;
    direction: ltr; /* כדי שהתאריך יוצג כראוי */
    text-align: left;
}
