#table_ksef_form:has(tbody tr) thead tr.adding{
    display:none
}

#table_ksef_form:not(:has(tbody tr)) thead tr.after{
    display:none
}

#ksef_preview{
    overflow: hidden;
    height: 40vh;
    transition: height 0.5s ease-in-out;
}

#ksef_preview .preview .pdf-preview-container{
    height:35vh
}

#ksef_preview:not(:has(.pdf-preview-container)){
    height:0vh
}

#ksef_add.htmx-request{
    animation: pulse-text 2s infinite; /* Apply the animation */
    filter:blur(6px);
    
}