:root {
    --litepickerDayIsStartBg: #645aff;
    --litepickerDayIsEndBg: #645aff;
    --litepickerDayColorHover: #645aff;
    --litepickerMonthButtonHover: #645aff;
    --litepickerButtonApplyBg: #645aff;
    --litepickerButtonResetBtnHover: #645aff;
    --litepickerDayIsInRange: #aaa4f8;
}

.dark .litepicker .container__months {
    background-color: rgba(24, 24, 27, 1);
    -webkit-box-shadow: 0 0 5px rgba(9, 9, 11, 1);
    box-shadow: 0 0 5px rgba(9, 9, 11, 1);
}

.dark .litepicker .container__tooltip {
    background-color: rgba(9, 9, 11, 1);
    color: rgba(244, 244, 245, 1);
}

.dark .litepicker .container__tooltip::before,
.dark .litepicker .container__tooltip::after {
    border-top-color: rgba(9, 9, 11, 1);
}