body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.location-modal-overlay{align-items:center;animation:fadeIn .3s ease-in-out;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.location-modal-content{animation:slideIn .4s cubic-bezier(.68,-.55,.265,1.55);background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000004d;display:flex;flex-direction:column;max-height:85vh;max-width:900px;overflow:hidden;width:90%}@keyframes slideIn{0%{opacity:0;transform:translateY(-100px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.location-modal-header{background:linear-gradient(135deg,#b8006b,#8b0052);border-bottom:2px solid #e8eef5;color:#fff;padding:24px 28px;position:relative}.location-modal-header h2{font-size:1.75rem;font-weight:600;letter-spacing:-.5px;margin:0 0 8px;padding-right:40px}.modal-close-btn{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:36px;justify-content:center;line-height:1;position:absolute;right:16px;top:16px;transition:background .2s ease;width:36px}.modal-close-btn:hover{background:#ffffff59}.header-subtext{font-size:.95rem;font-weight:400;opacity:.95}.location-modal-body{background-color:#f8f9fb;flex:1 1;overflow-y:auto;padding:24px 28px}.instructions{background-color:#e6f2ff;border-left:4px solid #3182ce;border-radius:4px;color:#4a5568;font-size:1rem;line-height:1.6;margin:0 0 20px;padding:12px 16px}.select-all-container{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 3px #00000014;margin-bottom:16px;padding:14px 16px}.checkbox-label{align-items:center;color:#2d3748;cursor:pointer;display:flex;font-weight:500;-webkit-user-select:none;user-select:none}.checkbox-input{accent-color:#b8006b;cursor:pointer;height:20px;margin-right:12px;width:20px}.checkbox-text{font-size:1rem;font-weight:500}.locations-table-container{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 2px 4px #0000000d;margin-bottom:20px;overflow-x:auto}.locations-table{border-collapse:collapse;font-size:.95rem;width:100%}.locations-table thead{background:linear-gradient(135deg,#b8006b,#8b0052);color:#fff}.locations-table th{border-bottom:none;font-size:.9rem;font-weight:600;letter-spacing:.3px;padding:14px 12px;text-align:left;text-transform:uppercase}.locations-table td{border-bottom:1px solid #e2e8f0;color:#2d3748;padding:14px 12px}.locations-table tbody tr{transition:background-color .2s ease,transform .1s ease}.locations-table tbody tr:hover{background-color:#f7fafc}.locations-table tbody tr:last-child td{border-bottom:none}.locations-table tbody tr.row-selected{background-color:#ffe6f0;border-left:3px solid #b8006b}.col-select{text-align:center!important;width:60px}.col-utility-account{font-family:Courier New,monospace;font-weight:500;min-width:200px}.col-status{width:120px}.col-billing{width:140px}.col-zip{width:100px}.utility-account-text{color:#2d3748;font-weight:500}.status-badge{border-radius:14px;display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.5px;padding:5px 12px;text-transform:uppercase}.status-badge.status-active{background-color:#c6f6d5;color:#22543d}.status-badge.status-inactive{background-color:#fed7d7;color:#742a2a}.status-badge.status-pending{background-color:#feebc8;color:#7c2d12}.status-badge.status-unknown{background-color:#e2e8f0;color:#4a5568}.selection-summary{align-items:center;background:linear-gradient(135deg,#e6f2ff,#f0e7ff);border:2px solid #bee3f8;border-radius:8px;color:#2c5282;display:flex;font-size:1rem;font-weight:500;gap:8px;justify-content:center;padding:14px 18px;text-align:center}.summary-icon{font-size:1.3rem}.selection-summary strong{color:#2c5282;font-weight:700}.warning-message{align-items:center;background-color:#fff5f5;border-left:4px solid #fc8181;border-radius:4px;color:#c53030;display:flex;font-size:.95rem;font-weight:500;gap:8px;margin-top:12px;padding:12px 16px}.location-modal-footer{background-color:#f8f9fb;border-top:2px solid #e8eef5;display:flex;gap:12px;justify-content:flex-end;padding:20px 28px}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:8px;letter-spacing:.3px;padding:12px 32px;transition:all .2s ease}.btn-primary{background:linear-gradient(135deg,#b8006b,#8b0052);box-shadow:0 4px 12px #b8006b66;color:#fff}.btn-primary:hover:not(:disabled){box-shadow:0 6px 20px #b8006b80;transform:translateY(-2px)}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-primary:disabled{background:linear-gradient(135deg,#a0aec0,#718096);box-shadow:none;cursor:not-allowed;opacity:.6}.spinner{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:inline-block;height:16px;width:16px}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:768px){.location-modal-content{max-height:90vh;width:95%}.location-modal-header{padding:20px}.location-modal-header h2{font-size:1.4rem}.location-modal-body{padding:20px}.locations-table{font-size:.85rem}.locations-table td,.locations-table th{padding:10px 8px}.btn{font-size:.95rem;padding:10px 24px}}.location-modal-body::-webkit-scrollbar{width:8px}.location-modal-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.location-modal-body::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}.location-modal-body::-webkit-scrollbar-thumb:hover{background:#a0aec0}.transcript-panel{background:#fafbfc;display:flex;flex-direction:column;height:100%}.transcript-header{align-items:center;background:#fff;border-bottom:1px solid #e8e8e8;display:flex;flex-shrink:0;justify-content:space-between;min-height:48px;padding:10px 14px}.transcript-live-dot{animation:pulse-dot 1.5s infinite;background:#e53935;border-radius:50%;height:8px;margin-left:4px;width:8px}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.3}}.transcript-messages{display:flex;flex:1 1;flex-direction:column;gap:8px;min-height:0;overflow-y:auto;padding:12px 10px}.transcript-bubble{border-radius:12px;max-width:88%;padding:8px 12px;word-break:break-word}.transcript-bubble.customer{align-self:flex-start;background:#e3f2fd;border-bottom-left-radius:4px}.transcript-bubble.agent{align-self:flex-end;background:#f3e5f5;border-bottom-right-radius:4px}.transcript-speaker{color:#666;display:block;font-size:11px!important;font-weight:600;margin-bottom:2px}.transcript-text{color:#222;font-size:13px!important;line-height:1.4!important}.nba-panel{background:#fff;border-top:1px solid #e0e0e0;display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden}.nba-header{align-items:center;background:#fafafa;border-bottom:1px solid #f0f0f0;display:flex;flex-shrink:0;justify-content:space-between;padding:8px 14px}.nba-cards{display:flex;flex:1 1 auto;flex-direction:column;gap:6px;min-height:0;overflow-y:auto;padding:8px 10px}.nba-card{background:#fff;border:1px solid #e8e8e8;border-radius:8px;cursor:pointer;flex-shrink:0;min-height:90px;padding:12px 14px;transition:all .15s ease}.nba-card:hover{background:#fdf2f8;border-color:#b8006b;box-shadow:0 2px 8px #b8006b1a}.nba-card-title{color:#333;font-size:13px!important;font-weight:600!important}.nba-card-desc{color:#666;font-size:12px!important;line-height:1.3!important;margin-top:2px!important}.nba-card-query{color:#b8006b;display:block;font-size:11px!important;font-style:italic;margin-top:4px!important}.App-logo{width:60px}.footerButtonDisabled{background-color:#fff!important;opacity:50%}.dot-flashing{animation:dot-flashing 1s linear infinite alternate;animation-delay:.5s;background-color:#9880ff;border-radius:5px;color:#9880ff;height:10px;margin-left:35px;position:relative;width:10px}.dot-flashing:after,.dot-flashing:before{content:"";display:inline-block;position:absolute;top:0}.dot-flashing:before{animation:dot-flashing 1s infinite alternate;animation-delay:0s;left:-15px}.dot-flashing:after,.dot-flashing:before{background-color:#9880ff;border-radius:5px;color:#9880ff;height:10px;width:10px}.dot-flashing:after{animation:dot-flashing 1s infinite alternate;animation-delay:1s;left:15px}@keyframes dot-flashing{0%{background-color:#9880ff}50%,to{background-color:#9880ff33}}
/*# sourceMappingURL=main.3edfa387.css.map*/