/* Sales Module Styles */
.sales-app { --module-color: var(--color-primary); }

/* ============================================
   Send Button with Loading State
   ============================================ */

.send-btn .htmx-indicator { display: none; }
.send-btn.htmx-request .btn-text { display: none; }
.send-btn.htmx-request .htmx-indicator { display: inline; }
.send-btn.htmx-request {
    pointer-events: none;
    opacity: 0.65;
}

/* ============================================
   Form Save Button with Loading State
   ============================================ */

.htmx-request .fa-save { display: none; }

