/* v18.14 filtro inteligente y fix categorías */
.smart-filter-clean .pos-filter-field.month-year-hidden{
    display:none!important;
}
.smart-filter-clean .pos-date-custom{
    display:none!important;
}
.smart-filter-clean .pos-date-custom.show{
    display:grid!important;
}
.cat-v2-saving{
    opacity:.65;
    pointer-events:none;
}
#catV2Save[disabled],
#catSaveBtn[disabled]{
    opacity:.55!important;
    cursor:not-allowed!important;
}

/* v18.14.1 modal freeze prevention */
.pos-modal-card *{
    max-width:100%;
}
.pos-modal.open{
    pointer-events:auto;
}
.cat-v2-tree,
.services-v2-list{
    contain:content;
}
