/* assets/css/lr-crm-dashboard.css */

/* Styles for dashboard */
#lr-crm-dashboard {
  /*max-width: 1200px;*/
  margin: 0 auto;
}

.lr-crm-tabs {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.lr-crm-tabs li {
  display: inline-block;
  margin-right: 10px;
}

.lr-crm-tabs a {
  padding: 10px 20px;
  background: #f0f0f0;
  text-decoration: none;
}

.lr-crm-tabs a.active {
  background: #ddd;
}

/* Submission Table Icon Styles */
.lr-crm-submissions-table .dashicons {
  font-size: 22px; /* Slightly larger for better visibility */
  vertical-align: middle;
}

.lr-crm-submissions-table .status-notified {
  color: #28a745; /* Bootstrap success green */
}

.lr-crm-submissions-table .status-not-notified {
  color: red; /* Bootstrap secondary gray */
}

.lr-crm-icon-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 2px;
  margin: 0 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit; /* Inherit color by default */
}

.lr-crm-icon-button:disabled .dashicons {
  color: #adb5bd; /* Bootstrap muted gray */
  /* cursor: not-allowed; */
}

.lr-crm-submissions-table .icon-info {
  color: #0dcaf0;
}
.lr-crm-submissions-table .icon-warning {
  color: #ffc107;
}
.lr-crm-submissions-table .icon-primary {
  color: #0d6efd;
}
