Elementor form date field placeholder text not visible on mobile – FIX

input[type="date"]:before{
color:rgba(63, 63, 63, 0.68);
content:attr(placeholder);
}

input[type="date"].full:before {
color:black;
content:""!important;
}

input[type="time"]:before{
color:rgba(63, 63, 63, 0.68);
content:attr(placeholder);
}

input[type="time"].full:before {
color:black;
content:""!important;
}