.flatpickr-calendar.open {
	border: 1px solid #aaa;
	border-top: 5px solid #ea5922;
	box-shadow: 0 0 4px #CCC;
	border-radius: 0 0 3px 3px;
}
.flatpickr-calendar.arrowTop:after {
	display: none;
}
.flatpickr-calendar.arrowTop:before {
	border-bottom-color: #ea5922;
	border-width: 12px;
	margin-top: -12px;
}
.cover-date {
    position: relative;
}
.cover-date input.flatpickr {
    border: 0;
    color: transparent;
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
}
