.uawpf-datepicker-wrap {
	position: relative !important;
}
.uawpf-datepicker-clear {
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	cursor: pointer;
	color: #999;
	position: absolute !important;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	color: black;
	font-size: 12px;
    text-decoration: none !important;
}
.uawpf-datepicker-clear:hover {
    color: #333;
}
