.booknetic_custom_duration_popup
{
    top: 10% !important;
    position: fixed;
    z-index: 9999;
    opacity: 0;
    transition: opacity 250ms ease;

}

.enter {
    opacity: 1 !important;
}

.booknetic_custom_duration_popup.enter {
    bottom: unset !important;
}


