.vc-popover-content-wrapper.is-interactive .vc-popover-content-wrapper {
    /* This is to solve the issue of the un-aligned month/year popup. See DEVO-15816 */
    transform: translate3d(43px, 38px, 0) !important;
}

.DateTimeInput .vc-am-pm .active {
    background-color: var(--primary) !important;
}

.DateTimeInput .vc-am-pm button:focus {
    border-color: var(--primary) !important;
}
