.card {
  height: 100%;
}
.background-blue {
  background-color: #D0E8FD !important;
}
.background-dark-blue {
  background-color: #17034D !important;
}
/* .btn-primary {
  background-color: #304c77;
} */

.dashboard-card {
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  transition: transform 0.3s;
  height: 100%;
}
.dashboard-card:hover {
  transform: translateY(-5px);
}
.comparison-card {
  background-color: #f8f9fa;
  border-left: 4px solid #0d6efd;
}
.recommendation-item {
  border-left: 3px solid;
  padding-left: 15px;
  margin-bottom: 20px;
}
.short-term { border-color: #20c997; }
.mid-term { border-color: #fd7e14; }
.long-term { border-color: #0d6efd; }
.insurance { border-color: #6f42c1; }
.emergency { border-color: #dc3545; }
.chart-container {
  position: relative;
  height: 350px;
}

.h-50{
  height: 50% !important;
}
