.style-module__jGjHHG__loading{color:#6b7280;justify-content:center;align-items:center;height:200px;font-size:1.125rem;display:flex}.style-module__jGjHHG__searchContainer{border-bottom:1px solid #e5e7eb;margin-bottom:32px;padding-bottom:24px}.style-module__jGjHHG__search-bar-container{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:20px;display:flex}.style-module__jGjHHG__search-input-container{background-color:#fff;border-radius:.5rem;align-items:center;padding:1.5rem;display:flex;box-shadow:0 1px 20px #0000000f}.style-module__jGjHHG__search-keyword-input{border:none;outline:none;width:180px;padding:6px}.style-module__jGjHHG__search-btn{cursor:pointer;background:0 0;border:none;align-items:center;padding:4px;display:flex}.style-module__jGjHHG__filtersRow{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem;display:grid}.style-module__jGjHHG__uploadButton{color:#fff;cursor:pointer;background-color:#4caf50;border:none;border-radius:6px;align-items:center;gap:8px;padding:10px 14px;font-size:14px;display:flex}.style-module__jGjHHG__uploadButton:hover{background-color:#45a049}.style-module__jGjHHG__checkboxWrapper{justify-content:center;align-items:center;padding:4px;display:flex}.style-module__jGjHHG__customCheckbox{width:16px;height:16px;accent-color:var(--primary-color);cursor:pointer;margin:0}.style-module__jGjHHG__bulkActionBar{z-index:20;justify-content:flex-end;align-items:center;gap:12px;padding:10px 16px;display:flex;position:sticky;top:80px;right:0}.style-module__jGjHHG__iconButton{cursor:pointer;color:#444;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:6px;transition:background .2s;display:flex}.style-module__jGjHHG__iconButton:hover{background-color:#e0e0e0}.style-module__jGjHHG__divider{background-color:#ccc;width:1px;height:20px;margin:0 4px}.style-module__jGjHHG__searchRow{align-items:center;gap:1rem;display:flex}.style-module__jGjHHG__searchRow>div:first-child{flex:1}.style-module__jGjHHG__searchButton{background-color:var(--primary-color);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:.5rem;align-items:center;gap:.5rem;width:max-content;padding:.75rem 1.5rem;font-weight:500;transition:background-color .2s;display:flex}.style-module__jGjHHG__searchButton:hover{background-color:var(--primary-dark)}.style-module__jGjHHG__searchIcon{width:1rem;height:1rem}.style-module__jGjHHG__activeFilters{border-top:1px solid #e5e7eb;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:1rem;padding-top:1rem;display:flex}.style-module__jGjHHG__filterTag{background-color:var(--primary-light);color:var(--primary-color);border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;display:flex}.style-module__jGjHHG__removeFilter{cursor:pointer;background:0 0;border:none;border-radius:50%;padding:.125rem;transition:background-color .2s}.style-module__jGjHHG__removeFilter:hover{background-color:#3b82f61a}.style-module__jGjHHG__removeIcon{width:.875rem;height:.875rem}.style-module__jGjHHG__clearAll{color:#fff;cursor:pointer;background-color:#ef4444;border:none;border-radius:.375rem;padding:.5rem .75rem;font-size:.875rem;transition:background-color .2s}.style-module__jGjHHG__clearAll:hover{background-color:#dc2626}.style-module__jGjHHG__actions{justify-content:flex-end;gap:10px;margin-bottom:1.5rem;display:flex}.style-module__jGjHHG__downloadButton{color:#fff;cursor:pointer;background-color:#059669;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:700;transition:background-color .2s;display:flex}.style-module__jGjHHG__downloadButton:hover{background-color:#047857}.style-module__jGjHHG__downloadIcon{width:1rem;height:1rem}.style-module__jGjHHG__tableContainer{background-color:#fff;border-radius:10px;padding:20px 24px;overflow:hidden;box-shadow:0 1px 20px #0000000f}.style-module__jGjHHG__table{border-collapse:collapse;width:100%}.style-module__jGjHHG__th{text-align:left;color:#374151;border-bottom:1px solid #e5e7eb;padding:1rem;font-size:.875rem;font-weight:600}.style-module__jGjHHG__td{vertical-align:middle;border-bottom:1px solid #f3f4f6;padding:24px 20px;font-size:.875rem}.style-module__jGjHHG__evenRow{background-color:#fff}.style-module__jGjHHG__oddRow{background-color:#f2f2f2}.style-module__jGjHHG__nameCell{align-items:center;gap:.75rem;display:flex}.style-module__jGjHHG__name{text-transform:capitalize}.style-module__jGjHHG__assignDropdownWrapper{display:inline-block;position:relative}.style-module__jGjHHG__assignDropdown{z-index:100;background:#fff;border:1px solid #ddd;border-radius:12px;width:240px;padding:1rem;animation:.3s ease-in-out style-module__jGjHHG__dropdownFadeIn;position:absolute;top:45px;left:50%;transform:translate(-50%);box-shadow:0 12px 32px #00000026}@keyframes style-module__jGjHHG__dropdownFadeIn{0%{opacity:0;transform:translate(-50%)scale(.95)}to{opacity:1;transform:translate(-50%)scale(1)}}.style-module__jGjHHG__dropdownTitle{color:#333;text-align:center;margin:0 0 8px;font-size:15px;font-weight:600}.style-module__jGjHHG__dropdownSelect{background-color:#f9f9f9;border:1px solid #ccc;border-radius:8px;outline:none;width:100%;margin-bottom:10px;padding:8px;font-size:14px;transition:border .2s}.style-module__jGjHHG__dropdownSelect:focus{background-color:#fff;border-color:#0070f3}.style-module__jGjHHG__assignBtn{color:#fff;cursor:pointer;background-color:#0070f3;border:none;border-radius:8px;width:100%;padding:8px 0;font-weight:600;transition:background-color .2s}.style-module__jGjHHG__assignBtn:hover{background-color:#0057c2}.style-module__jGjHHG__avatar{background-color:var(--primary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.875rem;font-weight:600;display:flex}.style-module__jGjHHG__name{color:#111827;font-weight:500}.style-module__jGjHHG__contactCell{align-items:center;gap:.5rem;display:flex}.style-module__jGjHHG__contactIcon{color:#6b7280;width:1rem;height:1rem}.style-module__jGjHHG__country{color:#111827;font-weight:500}.style-module__jGjHHG__mode{color:#374151;font-weight:400}.style-module__jGjHHG__statusBadge{text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;justify-content:center;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:flex}.style-module__jGjHHG__statusNew{background-color:var(--primary-light);color:var(--primary-color)}.style-module__jGjHHG__statusProgress{color:#d97706;background-color:#fef3c7}.style-module__jGjHHG__statusReview{color:#5b21b6;background-color:#e0e7ff}.style-module__jGjHHG__statusSubmitted{color:#15803d;background-color:#dcfce7}.style-module__jGjHHG__statusFollowup{color:#c53030;background-color:#fed7d7}.style-module__jGjHHG__statusCompleted{color:#047857;background-color:#d1fae5}.style-module__jGjHHG__statusDefault{color:#374151;background-color:#f3f4f6}.style-module__jGjHHG__date{color:#6b7280;font-weight:400}.style-module__jGjHHG__actionButtons{align-items:center;gap:.5rem;display:flex}.style-module__jGjHHG__actionButton{cursor:pointer;background-color:#0000;border:none;border-radius:.25rem;justify-content:center;align-items:center;padding:.5rem;transition:background-color .2s;display:flex}.style-module__jGjHHG__actionButton:hover{background-color:#f3f4f6}.style-module__jGjHHG__actionButton:first-child:hover{background-color:var(--primary-light)}.style-module__jGjHHG__actionButton:last-child:hover{background-color:#fef3c7}.style-module__jGjHHG__actionIcon{color:#6b7280;width:1rem;height:1rem}.style-module__jGjHHG__actionButton:first-child .style-module__jGjHHG__actionIcon{color:var(--primary-color)}.style-module__jGjHHG__actionButton:last-child .style-module__jGjHHG__actionIcon{color:#d97706}.style-module__jGjHHG__tableFooter{background-color:#f9fafb;border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.style-module__jGjHHG__resultsInfo{color:#6b7280;font-size:.875rem}.style-module__jGjHHG__pagination{align-items:center;gap:1rem;display:flex}.style-module__jGjHHG__paginationButton:hover{background-color:#f9fafb}.style-module__jGjHHG__pageInfo{color:#6b7280;font-size:.875rem}.style-module__jGjHHG__applicationBadge{text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:500}.style-module__jGjHHG__generated{color:#15803d;background-color:#dcfce7}.style-module__jGjHHG__notGenerated{color:#dc2626;background-color:#fecaca}.style-module__jGjHHG__duplicateRow{align-items:center;gap:4px;margin-top:2px;display:flex}.style-module__jGjHHG__duplicateText{color:#dc2626;font-size:12px}.style-module__jGjHHG__contactsCell{color:#4b5563;flex-direction:column;gap:2px;font-size:14px;font-weight:400;display:flex}.style-module__jGjHHG__whatsappLink,.style-module__jGjHHG__emailLink{color:#4b5563;align-items:center;gap:4px;font-size:14px;font-weight:400;text-decoration:none;display:inline-flex}.style-module__jGjHHG__assignBranch{color:#6b7280;font-size:13px}.style-module__jGjHHG__nameBelowNumber{color:#6b7280;margin-top:2px;font-size:13px;font-weight:400}.style-module__jGjHHG__assignDateBelow{color:#6b7280;margin-top:2px;font-size:12px;font-weight:400}.style-module__jGjHHG__recordingsCell{align-items:center;display:flex;overflow:visible}.style-module__jGjHHG__recordingsPlayerCapsule{box-sizing:border-box;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:9999px;align-items:center;min-width:240px;padding:8px 12px;display:inline-flex}.style-module__jGjHHG__recordingsPlayerCapsule>*{flex:1;min-width:0}.style-module__jGjHHG__recordingsLink{color:#4b5563;align-items:center;font-size:14px;text-decoration:none;display:inline-flex}.style-module__jGjHHG__recordingsLink:hover{color:#2563eb;text-decoration:underline}.style-module__jGjHHG__recordingsNoRecording{color:#9ca3af;font-size:13px;font-weight:500}.style-module__jGjHHG__recordingsNoRecordingPlaceholder{pointer-events:none;cursor:default;flex:1;align-items:center;gap:10px;min-width:0;display:flex}.style-module__jGjHHG__recordingsNoRecordingPlay{opacity:.8;background:#d1d5db;border-radius:50%;flex-shrink:0;width:32px;height:32px}.style-module__jGjHHG__recordingsNoRecordingProgress{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.style-module__jGjHHG__recordingsNoRecordingBar{background:#e5e7eb;border-radius:3px;width:100%;height:6px}.style-module__jGjHHG__recordingsNoRecordingTime{color:#9ca3af;font-size:12px;font-weight:500}.style-module__jGjHHG__recordingsNoRecordingSpeed{color:#9ca3af;text-align:center;background:#e5e7eb;border-radius:6px;flex-shrink:0;min-width:44px;padding:5px 8px;font-size:12px;font-weight:600}.style-module__jGjHHG__recordingsBlock{flex-direction:column;gap:8px;display:flex}.style-module__jGjHHG__recordingsWithMore{flex-wrap:wrap;align-items:center;gap:10px;display:inline-flex}.style-module__jGjHHG__recordingsViewAll{color:#1d4ed8;white-space:nowrap;cursor:pointer;background:#eff6ff;border:1px solid #93c5fd;border-radius:8px;justify-content:center;align-items:center;margin:0;padding:6px 12px;font-family:inherit;font-size:12px;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.style-module__jGjHHG__recordingsViewAll:hover{color:#1d4ed8;background:#dbeafe;border-color:#3b82f6;text-decoration:none}.style-module__jGjHHG__recordingsExpandedList{flex-direction:column;gap:6px;margin-top:2px;display:flex}.style-module__jGjHHG__scoreCell{justify-content:center;align-items:center;display:flex}.style-module__jGjHHG__scoreCircle{border-radius:9999px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}@media (max-width:1024px){.style-module__jGjHHG__filtersRow{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.style-module__jGjHHG__searchRow{flex-direction:column;align-items:stretch}.style-module__jGjHHG__tableContainer{overflow-x:auto}.style-module__jGjHHG__table{min-width:1000px}}@media (max-width:768px){.style-module__jGjHHG__tableFooter{flex-direction:column;align-items:stretch;gap:1rem}.style-module__jGjHHG__pagination,.style-module__jGjHHG__actions{justify-content:center}}.style-module__jGjHHG__back-button{cursor:pointer;background-color:#0000;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:8px;transition:background-color .2s ease-in-out;display:flex}.style-module__jGjHHG__back-button:hover{background-color:#f3f4f6}.style-module__jGjHHG__back-button svg{color:#4b5563;width:20px;height:20px}@media (max-width:768px){.style-module__jGjHHG__back-button{align-self:flex-start;margin-right:auto}.style-module__jGjHHG__headerRow{margin-bottom:16px;flex-direction:column!important;justify-content:flex-start!important;align-items:flex-start!important;gap:12px!important}.style-module__jGjHHG__headerRow>div:first-child{flex-direction:column;align-items:flex-start;gap:8px}}.style-module__jGjHHG__kanbanBoard{grid-template-columns:repeat(4,1fr);align-items:flex-start;gap:20px;margin-bottom:24px;padding:10px 0 20px;display:grid;overflow-x:auto}.style-module__jGjHHG__kanbanColumn{flex-direction:column;gap:16px;min-width:320px;display:flex}.style-module__jGjHHG__kanbanHeader{background:#fff;border-left:4px solid #e5e7eb;border-radius:10px;justify-content:space-between;align-items:center;padding:16px 20px;display:flex;box-shadow:0 1px 3px #0000000d}.style-module__jGjHHG__kanbanHeaderNew,.style-module__jGjHHG__kanbanHeaderOpen,.style-module__jGjHHG__kanbanHeaderInProgress,.style-module__jGjHHG__kanbanHeaderOpenDeal{border-left-color:var(--primary-color)}.style-module__jGjHHG__kanbanTitle{color:#111827;align-items:center;gap:10px;font-size:15px;font-weight:700;display:flex}.style-module__jGjHHG__statusDot{border-radius:50%;width:6px;height:6px}.style-module__jGjHHG__dotNew,.style-module__jGjHHG__dotOpen,.style-module__jGjHHG__dotInProgress,.style-module__jGjHHG__dotOpenDeal{background-color:var(--primary-color)}.style-module__jGjHHG__kanbanCount{color:#6b7280;font-size:13px;font-weight:500}.style-module__jGjHHG__kanbanCard{cursor:pointer;background:#fff;border:1px solid #f3f4f6;border-radius:12px;flex-direction:column;gap:16px;padding:20px;transition:all .2s;display:flex;position:relative;box-shadow:0 1px 2px #0000000d}.style-module__jGjHHG__kanbanCard:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.style-module__jGjHHG__kanbanCardSelected{border-color:var(--primary-color);background-color:var(--primary-light)}.style-module__jGjHHG__kanbanCardHeader{align-items:center;gap:12px;display:flex;position:relative}.style-module__jGjHHG__kanbanInitials{width:36px;height:36px;color:var(--primary-color);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.style-module__jGjHHG__kanbanNameSection{flex:1;min-width:0}.style-module__jGjHHG__kanbanName{color:#111827;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:18px;font-weight:700;overflow:hidden}.style-module__jGjHHG__kanbanMeatball{color:var(--primary-color);cursor:pointer;border:1px solid var(--primary-light);background-color:var(--primary-light);border-radius:6px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.style-module__jGjHHG__kanbanMeatball:hover{color:#111827;background:#f9fafb}.style-module__jGjHHG__kanbanGridInfo{grid-template-columns:1fr 1fr;gap:12px;display:grid}.style-module__jGjHHG__kanbanInfoItem{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:8px;font-size:15px;display:flex;overflow:hidden}.style-module__jGjHHG__kanbanInfoIcon{color:var(--primary-color);flex-shrink:0}.style-module__jGjHHG__kanbanAssigneeSection{justify-content:space-between;align-items:center;padding-top:12px;display:flex}.style-module__jGjHHG__kanbanAssignee{align-items:center;gap:8px;display:flex}.style-module__jGjHHG__kanbanAssigneeInfo{flex-direction:column;display:flex}.style-module__jGjHHG__kanbanAssigneeAvatar{color:#6b7280;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.style-module__jGjHHG__kanbanAssigneeName{color:#4b5563;font-size:15px;font-weight:500;line-height:1.2}.style-module__jGjHHG__kanbanBranchName{color:#6b7280;font-size:13px;line-height:1.2}.style-module__jGjHHG__kanbanCardFooter{justify-content:space-between;align-items:center;padding-top:12px;display:flex}.style-module__jGjHHG__kanbanDate{color:#111827;align-items:center;gap:6px;font-size:14px;display:flex}.style-module__jGjHHG__kanbanActions{align-items:center;gap:10px;display:flex}.style-module__jGjHHG__kanbanActionIcon{color:var(--primary-color);cursor:pointer;transition:all .2s}.style-module__jGjHHG__kanbanActionIcon:hover{color:var(--primary-dark);transform:scale(1.1)}.style-module__jGjHHG__kanbanMenu{z-index:10;minWidth:140px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:4px;position:absolute;top:40px;right:0;box-shadow:0 10px 15px -3px #0000001a}.style-module__jGjHHG__kanbanMenuItem{cursor:pointer;border-radius:4px;align-items:center;gap:8px;padding:8px 12px;font-size:14px;transition:background .2s;display:flex}.style-module__jGjHHG__kanbanMenuItem:hover{background-color:#f3f4f6}@media (max-width:1440px){.style-module__jGjHHG__kanbanBoard{grid-template-columns:repeat(3,1fr)}}@media (max-width:1100px){.style-module__jGjHHG__kanbanBoard{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.style-module__jGjHHG__kanbanBoard{grid-template-columns:1fr}}.style-module__jGjHHG__leadsHeaderContainer{justify-content:space-between;align-items:center;margin-bottom:16px;padding:16px 0;display:flex}.style-module__jGjHHG__selectAllContainer{align-items:center;gap:8px;display:flex}.style-module__jGjHHG__selectAllCheckbox{cursor:pointer;width:18px;height:18px;accent-color:var(--primary-color)}.style-module__jGjHHG__selectAllLabel{color:#374151;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:14px;font-weight:500}.style-module__jGjHHG__leadsCount{align-items:center;gap:8px;display:flex}.style-module__jGjHHG__leadsCountLabel{color:#6b7280;font-size:14px;font-weight:500}.style-module__jGjHHG__leadsCountValue{color:#111827;font-size:16px;font-weight:600}.style-module__jGjHHG__viewToggleContainer{align-items:center;gap:12px;display:flex}.style-module__jGjHHG__viewToggle{background:#fff;border:1px solid #e5e7eb;border-radius:8px;gap:4px;padding:4px;display:flex;box-shadow:0 1px 2px #0000000d}.style-module__jGjHHG__viewToggleBtn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:8px 12px;transition:all .2s;display:flex}.style-module__jGjHHG__viewToggleBtn:hover{color:#374151;background-color:#f3f4f6}.style-module__jGjHHG__viewToggleBtn.style-module__jGjHHG__active{background-color:var(--primary-color);color:#fff}.style-module__jGjHHG__viewToggleBtn.style-module__jGjHHG__active:hover{background-color:var(--primary-dark)}.style-module__jGjHHG__cardsGrid{flex-direction:column;gap:16px;margin-bottom:24px;display:flex}.style-module__jGjHHG__cardsGridGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px;margin-bottom:24px;display:grid}.style-module__jGjHHG__leadCard{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:100%;padding:20px;transition:all .2s;box-shadow:0 1px 3px #0000001a}.style-module__jGjHHG__leadCard:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.style-module__jGjHHG__selectedCard{border-color:var(--primary-color);background-color:var(--primary-light)}.style-module__jGjHHG__cardHeader{justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;display:flex}.style-module__jGjHHG__cardCheckbox{align-items:center;display:flex}.style-module__jGjHHG__cardCheckbox input[type=checkbox]{cursor:pointer;width:18px;height:18px;accent-color:var(--primary-color)}.style-module__jGjHHG__cardSerial{color:#6b7280;font-size:14px;font-weight:600}.style-module__jGjHHG__cardActions{align-items:center;gap:8px;display:flex}.style-module__jGjHHG__cardActionBtn{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex}.style-module__jGjHHG__cardActionBtn:hover{color:#374151;background-color:#f3f4f6}.style-module__jGjHHG__cardBody{flex-direction:column;gap:20px;display:flex}.style-module__jGjHHG__cardTopRow{justify-content:space-between;align-items:flex-start;gap:24px;padding-bottom:16px;display:flex}.style-module__jGjHHG__cardNameSection{flex-direction:column;flex:1;gap:12px;display:flex}.style-module__jGjHHG__cardName{color:#111827;flex-wrap:wrap;align-items:center;gap:8px;margin:0;font-size:20px;font-weight:600;display:flex}.style-module__jGjHHG__cardStatusSection{flex-shrink:0;align-items:center;gap:16px;display:flex}.style-module__jGjHHG__duplicateBadge,.style-module__jGjHHG__telecallerBadge{cursor:pointer;border-radius:12px;padding:2px 8px;font-size:11px;font-weight:500}.style-module__jGjHHG__duplicateBadge{color:#dc2626;background-color:#fee2e2}.style-module__jGjHHG__telecallerBadge{background-color:var(--primary-light);color:var(--primary-color)}.style-module__jGjHHG__cardInfoGrid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.style-module__jGjHHG__cardInfoGrid3Col{grid-template-columns:repeat(3,1fr)}.style-module__jGjHHG__cardField{flex-direction:column;gap:6px;display:flex}.style-module__jGjHHG__cardLabel{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600}.style-module__jGjHHG__cardValue{color:#111827;font-size:14px;font-weight:500}.style-module__jGjHHG__cardContacts{flex-flow:wrap;align-items:center;gap:16px;display:flex}.style-module__jGjHHG__phoneText{color:#4b5563;align-items:center;gap:6px;font-size:14px;font-weight:400;display:flex}.style-module__jGjHHG__cardContacts .style-module__jGjHHG__whatsappLink,.style-module__jGjHHG__cardContacts .style-module__jGjHHG__emailLink{color:#4b5563;cursor:pointer;align-items:center;gap:6px;font-size:14px;font-weight:400;text-decoration:none;transition:color .2s;display:flex}.style-module__jGjHHG__cardContacts .style-module__jGjHHG__whatsappLink:hover,.style-module__jGjHHG__cardContacts .style-module__jGjHHG__emailLink:hover{color:#374151;text-decoration:underline}.style-module__jGjHHG__assignBranch{color:#6b7280;margin-top:2px;font-size:12px}.style-module__jGjHHG__scoreContainer{align-items:center;gap:12px;display:flex}.style-module__jGjHHG__scoreCircle{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:relative}.style-module__jGjHHG__scoreInner{color:#111827;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:12px;font-weight:700;display:flex}.style-module__jGjHHG__scoreText{color:#111827;font-size:16px;font-weight:600}.style-module__jGjHHG__scoreProgressContainer{align-items:center;gap:12px;display:flex}.style-module__jGjHHG__scoreProgressBar{background-color:#e5e7eb;border-radius:4px;flex:none;width:100px;height:8px;position:relative;overflow:hidden}.style-module__jGjHHG__scoreProgressFill{border-radius:4px;height:100%;transition:width .3s}.style-module__jGjHHG__scorePercentage{color:#111827;white-space:nowrap;font-size:14px;font-weight:600}.style-module__jGjHHG__paginationContainer{background-color:#f9fafb;border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:24px;padding:20px;display:flex}.style-module__jGjHHG__paginationInfo{color:#6b7280;font-size:14px}.style-module__jGjHHG__paginationControls{align-items:center;gap:12px;display:flex}.style-module__jGjHHG__paginationButton{color:#374151;cursor:pointer;background-color:#fff;border:1px solid #d1d5db;border-radius:6px;padding:8px 16px;font-size:14px;transition:all .2s}.style-module__jGjHHG__paginationButton:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af}.style-module__jGjHHG__paginationButton:disabled{opacity:.5;cursor:not-allowed}.style-module__jGjHHG__pageSizeSelect{color:#374151;cursor:pointer;background-color:#fff;border:1px solid #d1d5db;border-radius:6px;padding:8px 12px;font-size:14px}.style-module__jGjHHG__pageSizeSelect:focus{border-color:#3b82f6;outline:none}@media (max-width:768px){.style-module__jGjHHG__leadsHeaderContainer{flex-direction:column;align-items:flex-start;gap:12px}.style-module__jGjHHG__viewToggleContainer{justify-content:flex-start;width:100%}.style-module__jGjHHG__cardsGridGrid{grid-template-columns:1fr}.style-module__jGjHHG__cardTopRow{flex-direction:column;gap:16px}.style-module__jGjHHG__cardStatusSection{align-self:flex-start}.style-module__jGjHHG__cardInfoGrid,.style-module__jGjHHG__cardInfoGrid3Col{grid-template-columns:1fr;gap:16px}.style-module__jGjHHG__cardContacts{flex-direction:column;align-items:flex-start;gap:8px}.style-module__jGjHHG__paginationContainer{flex-direction:column;align-items:stretch}.style-module__jGjHHG__paginationControls{flex-wrap:wrap;justify-content:center}}
.alert-card{background-color:#fff;border-radius:.5rem;width:100%;max-width:24rem;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.alert-overlay{z-index:1000;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.alert-modal{justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;animation:.12s ease-out alert-fade-in;display:flex}@keyframes alert-fade-in{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.alert-header{flex-direction:column;align-items:center;padding:1.5rem 0 0;display:flex;position:relative}.alert-icon-container{border-radius:9999px;justify-content:center;align-items:center;width:4rem;height:4rem;display:flex}.alert-icon-container.delete{background-color:#fee2e2}.alert-icon-container.success{background-color:#dcfce7}.alert-icon-delete{color:#ef4444}.alert-icon-success{color:#22c55e}.alert-icon-container.warning{background-color:#fef3c7}.alert-icon-warning{color:#d97706}.alert-close-button{cursor:pointer;background-color:#0000;border:none;border-radius:9999px;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex;position:absolute;top:1rem;right:1rem}.alert-close-button:hover{background-color:#f3f4f6}.alert-close-icon{color:#6b7280;width:1rem;height:1rem}.alert-title{color:#1f2937;margin-top:1rem;font-size:1.125rem;font-weight:600}.alert-content{text-align:center;color:#4b5563;padding-bottom:1.5rem;padding-left:1.5rem;padding-right:1.5rem;font-size:.875rem}.alert-footer{justify-content:center;gap:.5rem;padding:0 1.5rem 1.5rem;display:flex}.alert-button{cursor:pointer;border-radius:.375rem;justify-content:center;align-items:center;width:150px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;display:inline-flex}.alert-button.outline{color:#374151;background-color:#fff;border:1px solid #d1d5db}.alert-button.outline:hover{background-color:#f3f4f6}.alert-button.delete-primary{color:#fff;background-color:#ef4444;border:1px solid #0000}.alert-button.delete-primary:hover{background-color:#dc2626}.alert-button.confirm-primary{color:#fff;background-color:green;border:1px solid #0000}.alert-button.action-primary{color:#fff;background-color:#4f46e5;border:1px solid #0000}.alert-button.action-primary:hover{background-color:#4338ca}.alert-button-icon{width:1rem;height:1rem;margin-right:.5rem}@media (max-width:768px){.alert-overlay{padding:16px}.alert-card{width:100%;max-width:100%}.alert-header{padding:1rem 0 0}.alert-icon-container{width:3rem;height:3rem}.alert-title{margin-top:.75rem;padding:0 1rem;font-size:1rem}.alert-content{padding:1rem 1.5rem;font-size:.8125rem}.alert-footer{flex-direction:column;gap:.75rem;padding:1rem 1.5rem}.alert-button{width:100%;min-height:44px;padding:12px 16px;font-size:.875rem}.alert-close-button{min-width:44px;min-height:44px;padding:10px}}@media (max-width:480px){.alert-overlay{padding:12px}.alert-header{padding:.75rem 0 0}.alert-icon-container{width:2.5rem;height:2.5rem}.alert-title{margin-top:.5rem;font-size:.9375rem}.alert-content{padding:.75rem 1rem;font-size:.75rem}.alert-footer{padding:.75rem 1rem}.alert-button{padding:10px 14px;font-size:.8125rem}}
.EmailTemplatesManager-module__5ASQ9G__container{padding:8px}.EmailTemplatesManager-module__5ASQ9G__checkboxSmallLeft{align-items:center;gap:8px;margin:8px 0;display:flex}.EmailTemplatesManager-module__5ASQ9G__checkboxSmallLeft input[type=checkbox]{flex-shrink:0;width:14px;height:14px;margin:0}.EmailTemplatesManager-module__5ASQ9G__checkboxSmallLeft label{color:#374151;cursor:pointer;margin:0;font-size:14px;font-weight:400}.EmailTemplatesManager-module__5ASQ9G__header{justify-content:flex-start;align-items:flex-start;gap:20px;margin-bottom:15px;display:flex}.EmailTemplatesManager-module__5ASQ9G__headerLeft{align-items:center;gap:20px;display:flex}.EmailTemplatesManager-module__5ASQ9G__headerIcon{color:#2563eb}.EmailTemplatesManager-module__5ASQ9G__headerLeft p{color:#666;margin:0;font-size:.95rem}.EmailTemplatesManager-module__5ASQ9G__createButtonInline{background:var(--primary-color);color:#fff;cursor:pointer;white-space:nowrap;font-size:.9rem;font-weight:500;font-family:var(--font-family);text-transform:capitalize;border:none;border-radius:6px;align-items:center;gap:8px;padding:10px 20px;transition:all .2s;display:flex}.EmailTemplatesManager-module__5ASQ9G__createButtonInline:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 4px 12px #0d64934d}.EmailTemplatesManager-module__5ASQ9G__createButtonInline span{font-size:.9rem}.EmailTemplatesManager-module__5ASQ9G__filters{background:#f8f9fa;border-radius:12px;flex-wrap:wrap;gap:20px;margin-bottom:15px;padding:20px;display:flex}.EmailTemplatesManager-module__5ASQ9G__filterGroup{flex-direction:column;gap:5px;min-width:150px;display:flex}.EmailTemplatesManager-module__5ASQ9G__filterGroup label{color:#495057;font-size:.9rem;font-weight:500}.EmailTemplatesManager-module__5ASQ9G__filterGroup select,.EmailTemplatesManager-module__5ASQ9G__filterGroup input{border:1px solid #ced4da;border-radius:6px;padding:8px 12px;font-size:.9rem;transition:border-color .2s}.EmailTemplatesManager-module__5ASQ9G__filterGroup select:focus,.EmailTemplatesManager-module__5ASQ9G__filterGroup input:focus{border-color:#007bff;outline:none;box-shadow:0 0 0 2px #007bff1a}.EmailTemplatesManager-module__5ASQ9G__filterGroup input{min-width:200px}@media (max-width:768px){.EmailTemplatesManager-module__5ASQ9G__container{padding:8px}.EmailTemplatesManager-module__5ASQ9G__header,.EmailTemplatesManager-module__5ASQ9G__headerLeft{flex-direction:column;align-items:flex-start;gap:15px}.EmailTemplatesManager-module__5ASQ9G__createButtonInline{align-self:flex-start}.EmailTemplatesManager-module__5ASQ9G__filters{flex-direction:column;gap:15px}.EmailTemplatesManager-module__5ASQ9G__filterGroup,.EmailTemplatesManager-module__5ASQ9G__filterGroup input{min-width:auto}}@media (max-width:480px){.EmailTemplatesManager-module__5ASQ9G__container{padding:8px}.EmailTemplatesManager-module__5ASQ9G__createButtonInline{padding:8px 16px;font-size:.85rem}.EmailTemplatesManager-module__5ASQ9G__filters{padding:15px}}.EmailTemplatesManager-module__5ASQ9G__modalBodyStacked{flex-direction:column;gap:24px;padding:8px 0;display:flex}.EmailTemplatesManager-module__5ASQ9G__modalGrid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.EmailTemplatesManager-module__5ASQ9G__modalFieldGroup{flex-direction:column;gap:8px;display:flex}.EmailTemplatesManager-module__5ASQ9G__modalFieldGroup label{color:#334155;font-size:14px;font-weight:600}.EmailTemplatesManager-module__5ASQ9G__modalInput,.EmailTemplatesManager-module__5ASQ9G__modalSelect,.EmailTemplatesManager-module__5ASQ9G__modalTextarea{color:#1e293b;background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:10px 14px;font-size:14px;transition:border-color .2s,box-shadow .2s}.EmailTemplatesManager-module__5ASQ9G__modalInput:focus,.EmailTemplatesManager-module__5ASQ9G__modalSelect:focus,.EmailTemplatesManager-module__5ASQ9G__modalTextarea:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.EmailTemplatesManager-module__5ASQ9G__editorContainer{background:#fff;border:1px solid #e2e8f0;border-radius:12px;transition:border-color .2s;overflow:hidden}.EmailTemplatesManager-module__5ASQ9G__editorContainer:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.EmailTemplatesManager-module__5ASQ9G__editorToolbar{background-color:#f8fafc;border-bottom:1px solid #e2e8f0;align-items:center;gap:16px;padding:8px 16px;display:flex}.EmailTemplatesManager-module__5ASQ9G__toolbarGroup{align-items:center;gap:4px;padding-right:16px;display:flex}.EmailTemplatesManager-module__5ASQ9G__toolbarGroup:not(:last-child){border-right:1px solid #e2e8f0}.EmailTemplatesManager-module__5ASQ9G__toolbarIcon{color:#64748b;cursor:pointer;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.EmailTemplatesManager-module__5ASQ9G__toolbarIcon:hover{color:#1e293b;background-color:#e2e8f0}.EmailTemplatesManager-module__5ASQ9G__editorArea{color:#334155;resize:vertical;background:#fff;border:none;outline:none;width:100%;min-height:200px;padding:16px;font-size:15px;line-height:1.6}.EmailTemplatesManager-module__5ASQ9G__modalHelp{color:#64748b;margin-top:4px;font-size:12px}.EmailTemplatesManager-module__5ASQ9G__variablesWrapper{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.EmailTemplatesManager-module__5ASQ9G__varChip{color:#475569;cursor:pointer;background-color:#f1f5f9;border:1px solid #0000;border-radius:6px;padding:5px 12px;font-size:12px;font-weight:600;transition:all .2s}.EmailTemplatesManager-module__5ASQ9G__varChip:hover{color:#1e293b;background-color:#e2e8f0}.EmailTemplatesManager-module__5ASQ9G__optionsRow{gap:24px;margin-top:8px;display:flex}.EmailTemplatesManager-module__5ASQ9G__optionItem{cursor:pointer;align-items:center;gap:10px;display:flex}.EmailTemplatesManager-module__5ASQ9G__optionItem input{cursor:pointer;width:16px;height:16px}.EmailTemplatesManager-module__5ASQ9G__optionItem span{color:#475569;font-size:14px;font-weight:500}
@font-face{font-family:inter;src:url(../media/Inter_18pt_Medium-s.p.0zulk6sg94puh.ttf)format("truetype");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:inter;src:url(../media/Inter_24pt_SemiBold-s.p.106v6nn5d1k1f.ttf)format("truetype");font-display:swap;font-weight:600;font-style:normal}@font-face{font-family:inter;src:url(../media/Inter_18pt_Bold-s.p.0v.qguq5lkm~t.ttf)format("truetype");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:inter Fallback;src:local(Arial);ascent-override:90.43%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_357660d8-module__SUoNzG__className{font-family:inter,inter Fallback,Arial,Helvetica,sans-serif}
