body { 
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
 
}

.pricing-row td {
  background: #f8f9fb;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
  vertical-align: top;
}

.plan-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px;
  color: #4f46e5;
}

.plan-price {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
}
 .welcome-table {
            background-color: #FFF;
            border: 1px solid #F2F2F2;
            border-radius: 10px;
            margin-top: 10px;
            margin-bottom: 15px;
            box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
            padding: 10px;
            text-align: left;
        }

.investment-card {
  width: 100%;
  border: none;
  border-radius: 10px;
   padding: 8px 12px;
  margin: 20px 0; 
  background: linear-gradient(135deg, #f5f7fa, #e0ecfc);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  font-family: 'Segoe UI', sans-serif;
  color: #2e2e2e;
  animation: fadeIn 0.3s ease-in;
}

.investment-header {
  margin-bottom: 10px;
}

.symbol-name {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 2px;
}

.monitoring-note {
  font-size: 14px;
  color: #555;
}

.ai-brief-row {
  border-top: 1px solid rgba(0,0,0,0.08);
  padding-top: 10px;
  margin-top: 8px;
}

.ai-description {
  font-size: 14px;
  font-weight: 500;
  color: #1f2937;
  margin-bottom: 8px;
}

.ai-button-wrap {
  display: flex;
  gap: 4px;
}

.ai-btn,
.ai-btn-muted,
.ai-btn-alert {
  flex: 1;
  padding: 10px 4px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai-btn {
  background-color: #4f46e5;
  color: white;
  box-shadow: 0 3px 10px rgba(79, 70, 229, 0.2);
}

.ai-btn:hover {
  transform: translateY(-1px);
  background-color: #4338ca;
}

.ai-btn-muted {
  padding: 5px;
  flex: 1;
  background: #f0f0f0;
  color: #777;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  box-shadow: inset 0 0 0 1px #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: default;
}

/* New alert button style - using orange/amber for visibility */
.ai-btn-alert {
  background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
  color: #d41515;
  box-shadow: 0 2px 4px rgba(220, 38, 38, 0.1);
  cursor: pointer;
  border: 1px solid #d41515;
}

.ai-btn-alert:hover {
  transform: translateY(-1px);
  background-color: #fecaca;
}

.ai-btn i,
.ai-btn-muted i,
.ai-btn-alert i {
  margin-right: 4px;
}

.trend-msg {
  margin-top: 8px;
  background: #fef3c7;
  border: 1px solid #fde68a;
  color: #92400e;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 14px;
}

.trend-close {
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
  font-weight: bold;
}

  .add-table {
			background-color: #FFF;
            border: 1px solid #F2F2F2;
            border-radius: 10px;
            margin-bottom: 15px;
            box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
            padding: 10px;
            text-align: left;
			width: 100%;
			font-size: 16px;
        }

.menu-dots {
  font-size: 20px;
  cursor: pointer;
  color: #333;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
}

.dropdown-menu {
  z-index: 1000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.remove-option {
  color: red;
  font-weight: bold;
  cursor: pointer;
}


.alert-pill {
    display: inline-flex;
    align-items: center;
    background-color: #dc2626;
    color: white;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-left: 8px;
    animation: pulse 2s infinite;
}

.alert-pill i {
    margin-right: 4px;
    font-size: 10px;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.alert-message {
    border: none;
    padding: 2px 2px;
    margin-top: 5px;
    color: #666;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
}

.alert-message i {
    margin-right: 2px;
    color: #666;
}

/* Green theme for UP direction */
.ai-btn-alert.up {
  background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
  color: #15803d;
  box-shadow: 0 2px 4px rgba(22, 163, 74, 0.2);
  border: 1px solid #15803d;
}

.ai-btn-alert.up:hover {
  transform: translateY(-1px);
  background-color: #bbf7d0;
}

.alert-pill.up {
  background-color: #16a34a;
  color: white;
}


/* Forecast Dropdown */
.dropdown {
  position: relative;
  display: inline-block;
  flex: 1;
}

.dropdown-toggle {
  width: 100%;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  min-width: 180px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  z-index: 1000;
  overflow: hidden;
}

.dropdown-content div {
  padding: 10px 14px;
  cursor: pointer;
  font-size: 16px;
color: #3730a3; /* Ankler accent text */
  background-color: #f5f7ff; /* very light Ankler shade */
  border-bottom: 1px solid #e0e7ff; /* soft divider */
  transition: background 0.2s, color 0.2s;
}

/* Remove the border from the last option */
.dropdown-content div:last-child {
  border-bottom: none;
}

.dropdown-content div:hover {
background-color: #eef2ff; /* slightly stronger, still soft */
  color: #4338ca; /* primary color on hover */
}

/* Show on hover or toggle */
.dropdown.show .dropdown-content {
  display: block;
}
