/* Dashboard specific styles */
.dashboard .bi-currency-rupee,
.dashboard .bi-list-ul,
.dashboard .bi-person,
.dashboard .bi-percent {
  color: #333 !important;
}

.dashboard .bg-light {
  background-color: #f8f9fa !important;
  border: 1px solid #e9ecef;
}

/* Stock Threshold Hover Effects */
.stock-list .list-group-item {
  transition: background-color 0.2s ease, border-color 0.2s ease;
  border-left: 2px solid transparent;
}

.stock-list .list-group-item:hover {
  background-color: #f8f9fa;
  border-left-color: #1b887a;
}

.stock-list .bi-chevron-right {
  transition: transform 0.2s ease;
}

.stock-list .list-group-item:hover .bi-chevron-right {
  transform: translateX(4px);
  color: #1b887a !important;
}

.text-teal {
  color: #1b887a;
}
