.mt-2 {
    margin-top: .5rem;
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
}

.text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219/var(--tw-text-opacity));
}

.leading-8 {
    line-height: 2rem;
}

.font-semibold {
    font-weight: 600;
}

.eedt-controller .text-lg {
    font-size: 1.825rem;
    line-height: 3rem;
}

.tracking-tight {
    letter-spacing: -.025em;
}

.font-bold {
    font-weight: 700;
}

.eedt-controller .text-3xl {
    font-size: 3rem;
    line-height: 3.5rem;
}

.text-center {
    text-align: center;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.relative {
    position: relative;
}

.isolate {
    isolation: isolate;
}

.eedt-popup-container {
    display: flex;
    gap: 20px;
    border: 1px solid red;
    width: min-content;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}


.eedt-date-field {
    display: none;
}

.eedt-popup .flatpickr-month {
    height: 38px;
}

.eedt-popup {
    position: absolute;
    z-index: 2;
    top: 0px;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.eedt-visible-date {
    max-width: 100%;
}

.eedt-popup.open {
    height: 330px;
    opacity: 1;
    top: -338px;
}

.eedt-popup.ease-out {
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
}

.eedt-popup.duration-300 {
    transition-duration: .3s;
}

.eedt-popup.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .45s;
}

.eedt-popup .bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255);
}

.eedt-popup .border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219);
}

.eedt-popup .rounded-lg {
    border-radius: .5rem;
}


.eedt-popup .flatpickr-calendar {
    box-shadow: none;
}

.eedt-popup .flatpickr-calendar::before {
    display: none;
}

.eedt-calendar {
    border-left: 1px solid rgb(209, 213, 219);
    padding-left: 20px;
}

.eedt-calendar .eedt-date-field {
    display: none;
}

.eedt-holiday-container ul {
    margin-left: 0;
}

.eedt-holiday-container ul li {
    font-size: 1.5rem;
    cursor: pointer;
    list-style: none;
}

#eed-reminder-form .eedt-visible-date-btn {
    background: none;
    border: none;
    position: absolute;
    right: 5px;
    top: 2px;
    opacity: 0.8;
    color: #fff;
    height: 100%;
}

#eed-reminder-form .eedt-visible-date-btn:hover {
    color: #fff;
}

#eed-reminder-form .eedt-child {
    width: 100%;
}

#eed-reminder-form .eedt-child input {
    width: 100%;
}

.eedt-holiday-container {
    min-width: 150px;
}

.eedt-holiday-container li {
    padding: 5px 0;
}

.eedt-visible-date-btn svg {
    width: 1.85rem;
    height: 1.85rem;
}

.eed-error {
    color: red;
    font-size: 11px;
}

.edd-submit-response {
    margin-top: 10px;
    font-size: 14px;
    color: #29A599;
    text-align: center;
}

.eedt-popup-container .flatpickr-month .numInputWrapper input{
    min-height: auto;
}
.eedt-popup-container .flatpickr-current-month {
    padding: 0;
    padding-top: 3px;
}

@media (max-width: 768px) {

    .eedt-popup-container {
        flex-direction: column;
    }
.eedt-holiday-container {
    border-bottom:  1px solid rgb(209, 213, 219);
    padding-bottom: 20px;
}
    .eedt-calendar {
        border-left: none;
        padding-left: 0;
    }

    .eedt-holiday-container ul {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: space-around;
    }
    .eedt-popup.open {
        height: min-content;
        opacity: 1;
        bottom: 63px;
        left: calc(50% - 175px);
        top: auto;
    }
}