.vc[data-vc-input] {
	z-index: var(--wd-date-time-picker-z-index, 1080);
}

.wd-date-time-picker__actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: .75rem .75rem .5rem;
	border-top: 1px solid #dee2e6;
}

.wd-date-time-field > .help-block {
	flex: 0 0 100%;
	order: 3;
	margin-bottom: 0;
}
