body {
  font-family: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  color: #1e293b;
}

.sidebar-nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border-radius: 8px;
  font-size: 13.5px;
  font-weight: 500;
  color: #94a3b8;
  text-decoration: none;
  margin-bottom: 2px;
  transition: background 0.15s ease, color 0.15s ease;
}
.sidebar-nav-link:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #f1f5f9;
  text-decoration: none;
}
.sidebar-nav-link--active {
  background: rgba(255, 188, 0, 0.2) !important;
  color: #ffbc00 !important;
}
.sidebar-nav-link--active .sidebar-nav-icon {
  color: var(--primary) !important;
}

#sidebar {
  width: 260px;
  background: rgb(0, 0, 0);
  transition: transform 0.2s ease;
}

.sidebar-nav-icon {
  width: 16px;
  text-align: center;
  font-size: 13px;
  color: #475569;
  flex-shrink: 0;
}

.sidebar-section-label {
  margin: 20px 0 6px 12px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #334155;
}

.page-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.page-title {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}

.modern-card {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e8edf5;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.06);
  margin-bottom: 24px;
}

.modern-card:not(#filterCard) {
  padding-bottom: 40px;
}

.modern-card-header {
  padding: 16px 20px;
  border-bottom: 1px solid #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modern-card-title {
  font-size: 13.5px;
  font-weight: 600;
  color: #0f172a;
  margin: 0;
}

.modern-card-body {
  padding: 20px;
}

.card {
  border-radius: 14px !important;
  border: 1px solid #e8edf5 !important;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.06) !important;
  overflow: hidden;
}
.card-header {
  background: #fff !important;
  border-bottom: 1px solid #f1f5f9 !important;
  padding: 16px 20px !important;
  border-radius: 0 !important;
}
.card-header h6, .card-header .card-title {
  font-size: 13.5px !important;
  font-weight: 600 !important;
  color: #0f172a !important;
  margin: 0 !important;
}
.card-body {
  padding: 20px !important;
}

.btn {
  border-radius: 8px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  padding: 7px 16px !important;
  transition: all 0.15s ease !important;
}
.btn-sm {
  padding: 5px 12px !important;
  font-size: 12px !important;
}
.btn-primary {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #fff !important;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
  color: #000 !important;
}
.btn-secondary {
  background-color: #f1f5f9 !important;
  border-color: #e8edf5 !important;
  color: #475569 !important;
}
.btn-secondary:hover {
  background-color: #e8edf5 !important;
  color: #334155 !important;
}
.btn-dark {
  background-color: #1e293b !important;
  border-color: #1e293b !important;
}
.btn-dark:hover {
  background-color: #0f172a !important;
}
.btn-outline-dark {
  border-color: #cbd5e1 !important;
  color: #475569 !important;
}
.btn-outline-dark:hover {
  background-color: #f1f5f9 !important;
  color: #1e293b !important;
}
.btn-info {
  background-color: #0284c7 !important;
  border-color: #0284c7 !important;
  color: #fff !important;
}

.form-control,
.form-select {
  border-radius: 8px !important;
  border: 1px solid #e8edf5 !important;
  font-size: 13.5px !important;
  color: #1e293b !important;
  background-color: #f8fafc !important;
  transition: border-color 0.15s ease, box-shadow 0.15s ease !important;
}
.form-control:focus,
.form-select:focus {
  border-color: #6366f1 !important;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.12) !important;
  background-color: #fff !important;
}

label,
.form-label {
  font-size: 12.5px !important;
  font-weight: 600 !important;
  color: #475569 !important;
  margin-bottom: 5px !important;
}

.form-floating > label {
  color: #94a3b8 !important;
  font-weight: 400 !important;
}

form .header-block:first-child .trash-btn {
  display: none;
}

.modal-content {
  border-radius: 16px !important;
  border: none !important;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18) !important;
}

.modal-header {
  border-bottom: 1px solid #f1f5f9 !important;
  padding: 18px 24px !important;
  border-radius: 16px 16px 0 0 !important;
}
.modal-header .close,
.modal-header .btn-close {
  background: none;
  border: none;
  font-size: 20px;
  color: #94a3b8;
  cursor: pointer;
  opacity: 0.7;
  line-height: 1;
  padding: 0;
}
.modal-header .close:hover,
.modal-header .btn-close:hover {
  opacity: 1;
}

.modal-title {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #0f172a !important;
}

.modal-body {
  padding: 20px 24px !important;
}

.modal-footer {
  border-top: 1px solid #f1f5f9 !important;
  padding: 14px 24px !important;
  border-radius: 0 0 16px 16px !important;
}

.badge {
  border-radius: 6px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  padding: 4px 8px !important;
  letter-spacing: 0.02em !important;
}
.badge.bg-success {
  background-color: #059669 !important;
}
.badge.bg-danger {
  background-color: #dc2626 !important;
}
.badge.bg-warning {
  background-color: #d97706 !important;
}
.badge.bg-primary {
  background-color: #000000 !important;
}

.alert {
  border-radius: 10px !important;
  font-size: 13.5px !important;
  border: none !important;
  padding: 12px 16px !important;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.alert-success {
  background-color: #ecfdf5 !important;
  color: #065f46 !important;
  border-left: 4px solid #10b981 !important;
}
.alert-danger {
  background-color: #fef2f2 !important;
  color: #991b1b !important;
  border-left: 4px solid #ef4444 !important;
}

.table {
  font-size: 13px !important;
}
.table th {
  font-size: 12px !important;
  font-weight: 600 !important;
  min-width: 120px;
  white-space: nowrap;
  padding: 10px 12px !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.table td {
  padding: 10px 12px !important;
  vertical-align: middle !important;
  color: #334155;
}
.table thead {
  background: #0f172a !important;
}
.table thead th {
  background: #0f172a !important;
  color: #94a3b8 !important;
  border-bottom: none !important;
}
.table tbody tr:hover {
  background-color: #f8fafc !important;
}
.table-bordered {
  border-color: #f1f5f9 !important;
}
.table-bordered td, .table-bordered th {
  border-color: #f1f5f9 !important;
}

.dt-container .dt-search input {
  border-radius: 8px !important;
  border: 1px solid #e8edf5 !important;
  padding: 6px 12px !important;
  font-size: 13px !important;
  background: #f8fafc !important;
}
.dt-container .dt-search input:focus {
  border-color: #6366f1 !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1) !important;
}
.dt-container .dt-length select {
  border-radius: 8px !important;
  border: 1px solid #e8edf5 !important;
  padding: 5px 8px !important;
  font-size: 13px !important;
}
.dt-container .bottom {
  margin-top: 16px;
}

.dt-paging {
  margin-top: 16px;
  float: right;
  width: auto;
}
.dt-paging .dt-paging-button {
  border-radius: 6px !important;
  font-size: 13px !important;
}
.dt-paging .dt-paging-button.current {
  background: #000000 !important;
  border-color: #000000 !important;
  color: #fff !important;
}

.dt-info {
  float: left;
  font-size: 12px;
  color: #94a3b8;
  margin-top: 20px;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.dataTable_fields .dt-search {
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .dataTable_fields .dt-search {
    margin: 16px 0 !important;
    float: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .dt-length {
    display: none;
  }
}

.dt-buttons button {
  font-size: 13px !important;
  height: 30px;
  display: flex !important;
  align-items: center;
  gap: 5px;
  border-radius: 7px !important;
  padding: 0 12px !important;
}
@media screen and (max-width: 1024px) {
  .dt-buttons button {
    display: block !important;
    height: auto !important;
  }
}

.table-scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

#reportLeadsTable {
  margin-top: 16px;
}

.tab-container {
  display: none;
}
.tab-container.active {
  display: block;
}

#tabs {
  margin: 0;
  padding: 8px 12px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
#tabs li {
  display: inline-block;
}
#tabs li a {
  display: block;
  font-size: 13px;
  font-weight: 500;
  padding: 7px 14px;
  color: #64748b;
  cursor: pointer;
  border-radius: 7px;
  transition: background 0.15s, color 0.15s;
  text-decoration: none;
}
#tabs li a:hover {
  background: #f1f5f9;
  color: #1e293b;
}
#tabs li a.active {
  background: #000000;
  color: #fff;
}

.integration-picker {
  border: 1px solid #e8edf5;
  border-radius: 8px;
  background: #f8fafc;
  max-height: 220px;
  overflow-y: auto;
  padding: 6px 8px;
}

.integration-group-header {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
  padding: 8px 6px 4px;
  border-top: 1px solid #f1f5f9;
  margin-top: 4px;
}
.integration-group-header:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 4px;
}

.integration-check-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 8px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #1e293b !important;
  margin-bottom: 0;
  width: 100%;
}
.integration-check-item:hover {
  background: #f1f5f9;
}
.integration-check-item input[type=checkbox] {
  width: 14px;
  height: 14px;
  cursor: pointer;
  flex-shrink: 0;
  margin: 0;
}

.btn-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  font-size: 11px;
  padding: 0;
}
.btn-action + .btn-action {
  margin-left: 4px;
}
.btn-action-edit {
  background: #eff6ff;
  color: #2563eb;
}
.btn-action-edit:hover {
  background: #2563eb;
  color: #fff;
}
.btn-action-view {
  background: #f1f5f9;
  color: #475569;
}
.btn-action-view:hover {
  background: #475569;
  color: #fff;
}
.btn-action-resubmit {
  background: #fef3c7;
  color: #d97706;
}
.btn-action-resubmit:hover {
  background: #d97706;
  color: #fff;
}
.btn-action-resubmit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-action-delete {
  background: #fef2f2;
  color: #dc2626;
}
.btn-action-delete:hover {
  background: #dc2626;
  color: #fff;
}

.errorfield {
  border: 1px solid #ef4444 !important;
}

.login-screen {
  background-image: url("../img/bg-pattern.png");
  background-size: cover;
  background-position: center;
}

.status-dot {
  display: inline-block;
  border-radius: 5px;
  padding: 5px 15px;
  min-width: 80px;
  text-align: center;
  color: #FFFFFF;
}
.status-dot-active {
  background-color: #10b981;
}
.status-dot-inactive {
  background-color: #ef4444;
}/*# sourceMappingURL=style.css.map */