/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 06 2026 | 12:29:55 */
#page #content .Zebra_DatePicker_Icon {
	background: transparent; 
	border: none; 
	position: absolute; 
	left: 2rem;
	top: 50% !important; 
	transform: translateY(-50%) !important; 
	background: url('https://cdn.jsdelivr.net/npm/zebra_datepicker@latest/dist/css/default/icons.png') center top no-repeat !important;
}
#content .Zebra_DatePicker_Icon_Wrapper {
	padding: 0 !important;
	width: 100% !important
}
#page #content #main-content .Zebra_DatePicker_Icon {
	left: 12px !important;
	padding: 0 !important;
}
#page #content .Zebra_DatePicker_Icon_Wrapper input {
	min-width: 100% !important;	
	padding-left: 32px !important;
	width: 100% !important;
}

@media only screen and (max-width: 500px) {
	.Zebra_DatePicker {
		left: 50% !important;
		transform: translateX(-50%) !important;
	}
}