form#webform-submission-technician-s-checklist-wireless-add-form .js-form-type-date:after{
	    right: 41.30%;
}
 /* Hide the default date picker icon */
input[type="date"]::-webkit-calendar-picker-indicator {
    background: url('/themes/custom/gtt/assets/images/calender.svg') no-repeat;
    background-size: 16px 16px; /* Adjust the size as needed */
    opacity: 0; /* Hide the default icon */
    width: 16px; /* Adjust the width as needed */
    height: 16px; /* Adjust the height as needed */
    cursor: pointer; /* Show pointer cursor to indicate interactivity */
}

/* For Firefox */
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button {
    display: none;
}


@media (min-width:768px) and (max-width:1024px){

#webform-submission-technician-s-checklist-add-form .webform-flexbox{
	   display: block !important;
}
}