/* DevisVox — Factures — Mobile */
#p-factures{display:none;flex-direction:column;min-height:100%}
#p-factures.active{display:flex}
.lr-swipe{position:relative;overflow:hidden}
.lr-swipe-acts{position:absolute;right:0;top:0;bottom:0;display:flex;align-items:stretch;transform:translateX(100%);transition:transform .22s ease}
.lr-swipe.open .lr-swipe-acts{transform:translateX(0)}
.lr-swipe-act{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:0 18px;font-size:11px;font-weight:700;cursor:pointer;border:none;color:#fff;min-width:64px}
.lr-swipe-act.edit{background:var(--info-tx)}
.lr-swipe-act.send{background:var(--ok)}
.lr-swipe-act.del{background:var(--er)}
.lr-swipe-act svg{width:18px;height:18px;stroke:#fff;fill:none;stroke-width:2}
.period-dropdown{position:absolute;top:calc(100% + 6px);left:0;min-width:160px;background:var(--card);border-radius:var(--r);box-shadow:var(--sh2);border:1px solid var(--b2);z-index:200;overflow:hidden}
.period-opt{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;font-size:14px;font-weight:600;color:var(--text);cursor:pointer;border:none;background:transparent;font-family:inherit;width:100%;border-bottom:1px solid var(--b);transition:background .13s}
.period-opt:last-child{border-bottom:none}
.period-opt.on{color:var(--accent)}
.period-opt:active{background:var(--b)}
.fpill{display:inline-flex;align-items:center;justify-content:center;padding:6px 13px;border-radius:99px;font-size:13px;font-weight:600;color:var(--text2);background:var(--b);border:none;cursor:pointer;font-family:inherit;transition:background var(--tr),color var(--tr);white-space:nowrap}
.fpill.on{background:var(--accent-wash);color:var(--accent)}
.fpill:active{background:var(--b2)}
