[theme='light'] .flatpickr-calendar {
        background: transparent;
        opacity: 0;
        display: none;
        text-align: center;
        visibility: hidden;
        padding: 0;
        animation: none;
        direction: ltr;
        border: 0;
        font-size: 14px;
        line-height: 24px;
        border-radius: 5px;
        position: absolute;
        width: 307.875px;
        box-sizing: border-box;
        touch-action: manipulation;
        box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
    }
    [theme='light'] .flatpickr-calendar.open,
    [theme='light'] .flatpickr-calendar.inline {
        opacity: 1;
        max-height: 640px;
        visibility: visible;
    }
    [theme='light'] .flatpickr-calendar.open {
        display: inline-block;
        z-index: 99999;
    }
    [theme='light'] .flatpickr-calendar.animate.open {
        animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    [theme='light'] .flatpickr-calendar.inline {
        display: block;
        position: relative;
        top: 2px;
    }
    [theme='light'] .flatpickr-calendar.static {
        position: absolute;
        top: calc(100% + 2px);
    }
    [theme='light'] .flatpickr-calendar.static.open {
        z-index: 999;
        display: block;
    }
    [theme='light'] .flatpickr-calendar.multiMonth
        .flatpickr-days
        .dayContainer:nth-child(n + 1)
        .flatpickr-day.inRange:nth-child(7n + 7) {
        box-shadow: none !important;
    }
    [theme='light'] .flatpickr-calendar.multiMonth
        .flatpickr-days
        .dayContainer:nth-child(n + 2)
        .flatpickr-day.inRange:nth-child(7n + 1) {
        box-shadow:
            -2px 0 0 #e6e6e6,
            5px 0 0 #e6e6e6;
    }
    [theme='light'] .flatpickr-calendar .hasWeeks .dayContainer,
    [theme='light'] .flatpickr-calendar .hasTime .dayContainer {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    [theme='light'] .flatpickr-calendar .hasWeeks .dayContainer {
        border-left: 0;
    }
    [theme='light'] .flatpickr-calendar.hasTime .flatpickr-time {
        height: 40px;
        border-top: 1px solid #eceef1;
    }
    [theme='light'] .flatpickr-calendar.hasTime .flatpickr-innerContainer {
        border-bottom: 0;
    }
    [theme='light'] .flatpickr-calendar.hasTime .flatpickr-time {
        border: 1px solid #eceef1;
    }
    [theme='light'] .flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
        height: auto;
    }
    [theme='light'] .flatpickr-calendar:before,
    [theme='light'] .flatpickr-calendar:after {
        position: absolute;
        display: block;
        pointer-events: none;
        border: solid transparent;
        content: '';
        height: 0;
        width: 0;
        left: 22px;
    }
    [theme='light'] .flatpickr-calendar.rightMost:before,
    [theme='light'] .flatpickr-calendar.arrowRight:before,
    [theme='light'] .flatpickr-calendar.rightMost:after,
    [theme='light'] .flatpickr-calendar.arrowRight:after {
        left: auto;
        right: 22px;
    }
    [theme='light'] .flatpickr-calendar.arrowCenter:before,
    [theme='light'] .flatpickr-calendar.arrowCenter:after {
        left: 50%;
        right: 50%;
    }
    [theme='light'] .flatpickr-calendar:before {
        border-width: 5px;
        margin: 0 -5px;
    }
    [theme='light'] .flatpickr-calendar:after {
        border-width: 4px;
        margin: 0 -4px;
    }
    [theme='light'] .flatpickr-calendar.arrowTop:before,
    [theme='light'] .flatpickr-calendar.arrowTop:after {
        bottom: 100%;
    }
    [theme='light'] .flatpickr-calendar.arrowTop:before {
        border-bottom-color: #eceef1;
    }
    [theme='light'] .flatpickr-calendar.arrowTop:after {
        border-bottom-color: #eceef1;
    }
    [theme='light'] .flatpickr-calendar.arrowBottom:before,
    [theme='light'] .flatpickr-calendar.arrowBottom:after {
        top: 100%;
    }
    [theme='light'] .flatpickr-calendar.arrowBottom:before {
        border-top-color: #eceef1;
    }
    [theme='light'] .flatpickr-calendar.arrowBottom:after {
        border-top-color: #eceef1;
    }
    [theme='light'] .flatpickr-calendar:focus {
        outline: 0;
    }
    [theme='light'] .flatpickr-wrapper {
        position: relative;
        display: inline-block;
    }
    [theme='light'] .flatpickr-months {
        display: flex;
    }
    [theme='light'] .flatpickr-months .flatpickr-month {
        border-radius: 5px 5px 0 0;
        background: #eceef1;
        color: #5a6171;
        fill: #5a6171;
        height: 34px;
        line-height: 1;
        text-align: center;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        overflow: hidden;
        flex: 1;
    }
    [theme='light'] .flatpickr-months .flatpickr-prev-month,
    [theme='light'] .flatpickr-months .flatpickr-next-month {
        text-decoration: none;
        cursor: pointer;
        position: absolute;
        top: 0;
        height: 34px;
        padding: 10px;
        z-index: 3;
        color: #5a6171;
        fill: #5a6171;
    }
    [theme='light'] .flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
    [theme='light'] .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
        display: none;
    }
    [theme='light'] .flatpickr-months .flatpickr-prev-month i,
    [theme='light'] .flatpickr-months .flatpickr-next-month i {
        position: relative;
    }
    [theme='light'] .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
    [theme='light'] .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
        /*
        /*rtl:begin:ignore*/
        /*
        */
        left: 0;
        /*
        /*rtl:end:ignore*/
        /*
        */
    }
    /*
        /*rtl:end:ignore*/
    [theme='light'] .flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
    [theme='light'] .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
        /*
        /*rtl:begin:ignore*/
        /*
        */
        right: 0;
        /*
        /*rtl:end:ignore*/
        /*
        */
    }
    /*
        /*rtl:end:ignore*/
    [theme='light'] .flatpickr-months .flatpickr-prev-month:hover,
    [theme='light'] .flatpickr-months .flatpickr-next-month:hover {
        color: #bbb;
    }
    /*
        /*rtl:begin:ignore*/
    [theme='light'] .flatpickr-months .flatpickr-prev-month:hover svg,
    [theme='light'] .flatpickr-months .flatpickr-next-month:hover svg {
        fill: #f64747;
    }
    /*
        /*rtl:begin:ignore*/
    [theme='light'] .flatpickr-months .flatpickr-prev-month svg,
    [theme='light'] .flatpickr-months .flatpickr-next-month svg {
        width: 14px;
        height: 14px;
    }
    [theme='light'] .flatpickr-months .flatpickr-prev-month svg path,
    [theme='light'] .flatpickr-months .flatpickr-next-month svg path {
        transition: fill 0.1s;
        fill: inherit;
    }
    [theme='light'] .numInputWrapper {
        position: relative;
        height: auto;
    }
    [theme='light'] .numInputWrapper input,
    [theme='light'] .numInputWrapper span {
        display: inline-block;
    }
    [theme='light'] .numInputWrapper input {
        width: 100%;
    }
    [theme='light'] .numInputWrapper input::-ms-clear {
        display: none;
    }
    [theme='light'] .numInputWrapper input::-webkit-outer-spin-button,
    [theme='light'] .numInputWrapper input::-webkit-inner-spin-button {
        margin: 0;
        -webkit-appearance: none;
    }
    [theme='light'] .numInputWrapper span {
        position: absolute;
        right: 0;
        width: 14px;
        padding: 0 4px 0 2px;
        height: 50%;
        line-height: 50%;
        opacity: 0;
        cursor: pointer;
        border: 1px solid rgba(72, 72, 72, 0.15);
        box-sizing: border-box;
    }
    [theme='light'] .numInputWrapper span:hover {
        background: rgba(0, 0, 0, 0.1);
    }
    [theme='light'] .numInputWrapper span:active {
        background: rgba(0, 0, 0, 0.2);
    }
    [theme='light'] .numInputWrapper span:after {
        display: block;
        content: '';
        position: absolute;
    }
    [theme='light'] .numInputWrapper span.arrowUp {
        top: 0;
        border-bottom: 0;
    }
    [theme='light'] .numInputWrapper span.arrowUp:after {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-bottom: 4px solid rgba(72, 72, 72, 0.6);
        top: 26%;
    }
    [theme='light'] .numInputWrapper span.arrowDown {
        top: 50%;
    }
    [theme='light'] .numInputWrapper span.arrowDown:after {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid rgba(72, 72, 72, 0.6);
        top: 40%;
    }
    [theme='light'] .numInputWrapper span svg {
        width: inherit;
        height: auto;
    }
    [theme='light'] .numInputWrapper span svg path {
        fill: rgba(90, 97, 113, 0.5);
    }
    [theme='light'] .numInputWrapper:hover {
        background: rgba(0, 0, 0, 0.05);
    }
    [theme='light'] .numInputWrapper:hover span {
        opacity: 1;
    }
    [theme='light'] .flatpickr-current-month {
        font-size: 135%;
        line-height: inherit;
        font-weight: 300;
        color: inherit;
        position: absolute;
        width: 75%;
        left: 12.5%;
        padding: 7.48px 0 0 0;
        line-height: 1;
        height: 34px;
        display: inline-block;
        text-align: center;
        transform: translate3d(0px, 0px, 0px);
    }
    [theme='light'] .flatpickr-current-month span.cur-month {
        font-family: inherit;
        font-weight: 700;
        color: inherit;
        display: inline-block;
        margin-left: 0.5ch;
        padding: 0;
    }
    [theme='light'] .flatpickr-current-month span.cur-month:hover {
        background: rgba(0, 0, 0, 0.05);
    }
    [theme='light'] .flatpickr-current-month .numInputWrapper {
        width: 6ch;
        width: 7ch\0;
        display: inline-block;
    }
    [theme='light'] .flatpickr-current-month .numInputWrapper span.arrowUp:after {
        border-bottom-color: #5a6171;
    }
    [theme='light'] .flatpickr-current-month .numInputWrapper span.arrowDown:after {
        border-top-color: #5a6171;
    }
    [theme='light'] .flatpickr-current-month input.cur-year {
        background: transparent;
        box-sizing: border-box;
        color: inherit;
        cursor: text;
        padding: 0 0 0 0.5ch;
        margin: 0;
        display: inline-block;
        font-size: inherit;
        font-family: inherit;
        font-weight: 300;
        line-height: inherit;
        height: auto;
        border: 0;
        border-radius: 0;
        vertical-align: initial;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield;
    }
    [theme='light'] .flatpickr-current-month input.cur-year:focus {
        outline: 0;
    }
    [theme='light'] .flatpickr-current-month input.cur-year[disabled],
    [theme='light'] .flatpickr-current-month input.cur-year[disabled]:hover {
        font-size: 100%;
        color: rgba(90, 97, 113, 0.5);
        background: transparent;
        pointer-events: none;
    }
    [theme='light'] .flatpickr-current-month .flatpickr-monthDropdown-months {
        appearance: menulist;
        background: #eceef1;
        border: none;
        border-radius: 0;
        box-sizing: border-box;
        color: inherit;
        cursor: pointer;
        font-size: inherit;
        font-family: inherit;
        font-weight: 300;
        height: auto;
        line-height: inherit;
        margin: -1px 0 0 0;
        outline: none;
        padding: 0 0 0 0.5ch;
        position: relative;
        vertical-align: initial;
        -webkit-box-sizing: border-box;
        -webkit-appearance: menulist;
        -moz-appearance: menulist;
        width: auto;
    }
    [theme='light'] .flatpickr-current-month .flatpickr-monthDropdown-months:focus,
    [theme='light'] .flatpickr-current-month .flatpickr-monthDropdown-months:active {
        outline: none;
    }
    [theme='light'] .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
        background: rgba(0, 0, 0, 0.05);
    }
    [theme='light'] .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
        background-color: #eceef1;
        outline: none;
        padding: 0;
    }
    [theme='light'] .flatpickr-weekdays {
        background: #eceef1;
        text-align: center;
        overflow: hidden;
        width: 100%;
        display: flex;
        align-items: center;
        height: 28px;
    }
    [theme='light'] .flatpickr-weekdays .flatpickr-weekdaycontainer {
        display: flex;
        flex: 1;
    }
    [theme='light'] span.flatpickr-weekday {
        cursor: default;
        font-size: 90%;
        background: #eceef1;
        color: #5a6171;
        line-height: 1;
        margin: 0;
        text-align: center;
        display: block;
        flex: 1;
        font-weight: bolder;
    }
    [theme='light'] .dayContainer,
    [theme='light'] .flatpickr-weeks {
        padding: 1px 0 0 0;
    }
    [theme='light'] .flatpickr-days {
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: flex-start;
        width: 307.875px;
        border-left: 1px solid #eceef1;
        border-right: 1px solid #eceef1;
    }
    [theme='light'] .flatpickr-days:focus {
        outline: 0;
    }
    [theme='light'] .dayContainer {
        padding: 0;
        outline: 0;
        text-align: left;
        width: 307.875px;
        min-width: 307.875px;
        max-width: 307.875px;
        box-sizing: border-box;
        display: inline-block;
        display: flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        justify-content: space-around;
        transform: translate3d(0px, 0px, 0px);
        opacity: 1;
    }
    [theme='light'] .dayContainer + .dayContainer {
        box-shadow: -1px 0 0 #eceef1;
    }
    [theme='light'] .flatpickr-day {
        background: none;
        border: 1px solid transparent;
        border-radius: 150px;
        box-sizing: border-box;
        color: #484848;
        cursor: pointer;
        font-weight: 400;
        width: 14.2857143%;
        flex-basis: 14.2857143%;
        max-width: 39px;
        height: 39px;
        line-height: 39px;
        margin: 0;
        display: inline-block;
        position: relative;
        justify-content: center;
        text-align: center;
    }
    [theme='light'] .flatpickr-day.inRange,
    [theme='light'] .flatpickr-day.prevMonthDay.inRange,
    [theme='light'] .flatpickr-day.nextMonthDay.inRange,
    [theme='light'] .flatpickr-day.today.inRange,
    [theme='light'] .flatpickr-day.prevMonthDay.today.inRange,
    [theme='light'] .flatpickr-day.nextMonthDay.today.inRange,
    [theme='light'] .flatpickr-day:hover,
    [theme='light'] .flatpickr-day.prevMonthDay:hover,
    [theme='light'] .flatpickr-day.nextMonthDay:hover,
    [theme='light'] .flatpickr-day:focus,
    [theme='light'] .flatpickr-day.prevMonthDay:focus,
    [theme='light'] .flatpickr-day.nextMonthDay:focus {
        cursor: pointer;
        outline: 0;
        background: #e2e2e2;
        border-color: #e2e2e2;
    }
    [theme='light'] .flatpickr-day.today {
        border-color: #bbb;
    }
    [theme='light'] .flatpickr-day.today:hover,
    [theme='light'] .flatpickr-day.today:focus {
        border-color: #bbb;
        background: #bbb;
        color: #fff;
    }
    [theme='light'] .flatpickr-day.selected,
    [theme='light'] .flatpickr-day.startRange,
    [theme='light'] .flatpickr-day.endRange,
    [theme='light'] .flatpickr-day.selected.inRange,
    [theme='light'] .flatpickr-day.startRange.inRange,
    [theme='light'] .flatpickr-day.endRange.inRange,
    [theme='light'] .flatpickr-day.selected:focus,
    [theme='light'] .flatpickr-day.startRange:focus,
    [theme='light'] .flatpickr-day.endRange:focus,
    [theme='light'] .flatpickr-day.selected:hover,
    [theme='light'] .flatpickr-day.startRange:hover,
    [theme='light'] .flatpickr-day.endRange:hover,
    [theme='light'] .flatpickr-day.selected.prevMonthDay,
    [theme='light'] .flatpickr-day.startRange.prevMonthDay,
    [theme='light'] .flatpickr-day.endRange.prevMonthDay,
    [theme='light'] .flatpickr-day.selected.nextMonthDay,
    [theme='light'] .flatpickr-day.startRange.nextMonthDay,
    [theme='light'] .flatpickr-day.endRange.nextMonthDay {
        background: #ff5a5f;
        box-shadow: none;
        color: #fff;
        border-color: #ff5a5f;
    }
    [theme='light'] .flatpickr-day.selected.startRange,
    [theme='light'] .flatpickr-day.startRange.startRange,
    [theme='light'] .flatpickr-day.endRange.startRange {
        border-radius: 50px 0 0 50px;
    }
    [theme='light'] .flatpickr-day.selected.endRange,
    [theme='light'] .flatpickr-day.startRange.endRange,
    [theme='light'] .flatpickr-day.endRange.endRange {
        border-radius: 0 50px 50px 0;
    }
    [theme='light'] .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
    [theme='light'] .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)),
    [theme='light'] .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)) {
        box-shadow: -10px 0 0 #ff5a5f;
    }
    [theme='light'] .flatpickr-day.selected.startRange.endRange,
    [theme='light'] .flatpickr-day.startRange.startRange.endRange,
    [theme='light'] .flatpickr-day.endRange.startRange.endRange {
        border-radius: 50px;
    }
    [theme='light'] .flatpickr-day.inRange {
        border-radius: 0;
        box-shadow:
            -5px 0 0 #e2e2e2,
            5px 0 0 #e2e2e2;
    }
    [theme='light'] .flatpickr-day.flatpickr-disabled,
    [theme='light'] .flatpickr-day.flatpickr-disabled:hover,
    [theme='light'] .flatpickr-day.prevMonthDay,
    [theme='light'] .flatpickr-day.nextMonthDay,
    [theme='light'] .flatpickr-day.notAllowed,
    [theme='light'] .flatpickr-day.notAllowed.prevMonthDay,
    [theme='light'] .flatpickr-day.notAllowed.nextMonthDay {
        color: rgba(72, 72, 72, 0.3);
        background: transparent;
        border-color: transparent;
        cursor: default;
    }
    [theme='light'] .flatpickr-day.flatpickr-disabled,
    [theme='light'] .flatpickr-day.flatpickr-disabled:hover {
        cursor: not-allowed;
        color: rgba(72, 72, 72, 0.1);
    }
    [theme='light'] .flatpickr-day.week.selected {
        border-radius: 0;
        box-shadow:
            -5px 0 0 #ff5a5f,
            5px 0 0 #ff5a5f;
    }
    [theme='light'] .flatpickr-day.hidden {
        visibility: hidden;
    }
    [theme='light'] .rangeMode .flatpickr-day {
        margin-top: 1px;
    }
    [theme='light'] .flatpickr-weekwrapper {
        float: left;
    }
    [theme='light'] .flatpickr-weekwrapper .flatpickr-weeks {
        padding: 0 12px;
        border-left: 1px solid #eceef1;
    }
    [theme='light'] .flatpickr-weekwrapper .flatpickr-weekday {
        float: none;
        width: 100%;
        line-height: 28px;
    }
    [theme='light'] .flatpickr-weekwrapper span.flatpickr-day,
    [theme='light'] .flatpickr-weekwrapper span.flatpickr-day:hover {
        display: block;
        width: 100%;
        max-width: none;
        color: rgba(72, 72, 72, 0.3);
        background: transparent;
        cursor: default;
        border: none;
    }
    [theme='light'] .flatpickr-innerContainer {
        display: block;
        display: flex;
        box-sizing: border-box;
        overflow: hidden;
        background: #fff;
        border-bottom: 1px solid #eceef1;
    }
    [theme='light'] .flatpickr-rContainer {
        display: inline-block;
        padding: 0;
        box-sizing: border-box;
    }
    [theme='light'] .flatpickr-time {
        text-align: center;
        outline: 0;
        display: block;
        height: 0;
        line-height: 40px;
        max-height: 40px;
        box-sizing: border-box;
        overflow: hidden;
        display: flex;
        background: #fff;
        border-radius: 0 0 5px 5px;
    }
    [theme='light'] .flatpickr-time:after {
        content: '';
        display: table;
        clear: both;
    }
    [theme='light'] .flatpickr-time .numInputWrapper {
        flex: 1;
        width: 40%;
        height: 40px;
        float: left;
    }
    [theme='light'] .flatpickr-time .numInputWrapper span.arrowUp:after {
        border-bottom-color: #484848;
    }
    [theme='light'] .flatpickr-time .numInputWrapper span.arrowDown:after {
        border-top-color: #484848;
    }
    [theme='light'] .flatpickr-time.hasSeconds .numInputWrapper {
        width: 26%;
    }
    [theme='light'] .flatpickr-time.time24hr .numInputWrapper {
        width: 49%;
    }
    [theme='light'] .flatpickr-time input {
        background: transparent;
        box-shadow: none;
        border: 0;
        border-radius: 0;
        text-align: center;
        margin: 0;
        padding: 0;
        height: inherit;
        line-height: inherit;
        color: #484848;
        font-size: 14px;
        position: relative;
        box-sizing: border-box;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield;
    }
    [theme='light'] .flatpickr-time input.flatpickr-hour {
        font-weight: bold;
    }
    [theme='light'] .flatpickr-time input.flatpickr-minute,
    [theme='light'] .flatpickr-time input.flatpickr-second {
        font-weight: 400;
    }
    [theme='light'] .flatpickr-time input:focus {
        outline: 0;
        border: 0;
    }
    [theme='light'] .flatpickr-time .flatpickr-time-separator,
    [theme='light'] .flatpickr-time .flatpickr-am-pm {
        height: inherit;
        float: left;
        line-height: inherit;
        color: #484848;
        font-weight: bold;
        width: 2%;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        align-self: center;
    }
    [theme='light'] .flatpickr-time .flatpickr-am-pm {
        outline: 0;
        width: 18%;
        cursor: pointer;
        text-align: center;
        font-weight: 400;
    }
    [theme='light'] .flatpickr-time input:hover,
    [theme='light'] .flatpickr-time .flatpickr-am-pm:hover,
    [theme='light'] .flatpickr-time input:focus,
    [theme='light'] .flatpickr-time .flatpickr-am-pm:focus {
        background: #eaeaea;
    }
    [theme='light'] .flatpickr-input[readonly] {
        cursor: pointer;
    }
    @keyframes fpFadeInDown {
        from {
            opacity: 0;
            transform: translate3d(0, -20px, 0);
        }
        to {
            opacity: 1;
            transform: translate3d(0, 0, 0);
        }
    }
    [theme='light'] span.flatpickr-day.selected {
        font-weight: bold;
    }

