﻿/* fix calendar positioning bug */
.flatpickr-calendar.static {
    top: unset !important;
}

.navigation {
    width: 100% !important;
}