
/*# sourceMappingURL=custom.min.css.e7672ecd8c3a.map */
.live-chat-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #25D366;
    color: white !important;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 1000;
    transition: transform 0.3s ease;
    text-decoration: none;
}
.live-chat-btn:hover {
    transform: scale(1.1);
}

@media (max-width: 767.98px) {
  .table-mobile-cards thead { display: none; }
  .table-mobile-cards tbody tr {
    display: block;
    border: 1px solid #e9ebec;
    border-radius: 0.5rem;
    margin-bottom: 0.75rem;
    padding: 0.75rem;
  }
  .table-mobile-cards tbody td {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    border: 0 !important;
    padding: 0.35rem 0 !important;
    white-space: normal;
  }
  .table-mobile-cards tbody td[data-label]:not([data-label=""])::before {
    content: attr(data-label);
    font-weight: 600;
    color: #878a99;
    flex: 0 0 40%;
  }
  #wizard-tabs { flex-direction: column; }
}
.contacts-bulk-bar { top: 70px; }
