.modal-sales{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;display:flex;align-items:center;justify-content:center;padding:16px;background:#050a1fb8;opacity:0;transition:opacity .18s ease}.modal-sales.is-open{opacity:1}.modal-sales:not(.is-open){pointer-events:none}.modal-panel-sales{width:100%;max-width:560px;max-height:90vh;display:flex;flex-direction:column;background:#fff;color:var(--text);border-radius:var(--radius);box-shadow:var(--shadow);outline:none;transform:translateY(12px);opacity:0;transition:opacity .18s ease,transform .18s ease}.modal-sales.is-open .modal-panel-sales{transform:none;opacity:1}.modal-head-sales{padding:20px 24px 0}.modal-head-sales h5{margin:0;font-size:18px;font-weight:900;text-transform:uppercase;letter-spacing:.02em}.modal-body-sales{padding:16px 24px;overflow-y:auto}.modal-foot-sales{display:flex;justify-content:flex-end;align-items:center;gap:10px;flex-wrap:wrap;padding:0 24px 20px}.modal-foot-sales .me-auto-sales{margin-right:auto}body.modal-open-sales{overflow:hidden}@media (max-width: 640px){.modal-sales{padding:0}.modal-panel-sales{max-width:none;height:100%;max-height:none;border-radius:0}.modal-foot-sales{flex-direction:column-reverse;align-items:stretch}.modal-foot-sales .btn-sales{width:100%}.modal-foot-sales .me-auto-sales{margin-right:0}}
