@charset "utf-8";

/* flatpickr style start */
.flatpickr-calendar {
    left: unset !important;
    right: unset !important;
}

@media only screen and (max-width: 600px) {
    .flatpickr-calendar {
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        right: auto !important;
        margin: 0 !important;
        max-width: 360px !important;
        /* 根據需求調整 */
        min-width: 0 !important;
        z-index: 9999 !important;
        position: fixed;
    }
}

.desired_date {
    width: 100%;
}

/* flatpickr style end */