.modal-content {
  background-color: #f9f9f9 !important;
  border-radius: 12px !important;
}

.dashboard-modal-header {
  background-color: rgba(16, 62, 91, 0.9) !important;
  color: white !important;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
}

.dashboard-modal-footer {
  background-color: rgba(16, 62, 91, 0.9) !important;
  color: white !important;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
}

.modal-body.dashboard-modal-body {
  padding: 20px !important;
  background-color: rgba(16, 62, 91, 0.2) !important;
}

.accordion-button:active,
.accordion-button:focus {
  background-color: rgba(16, 62, 91, 0.4) !important;
  border-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

.Description {
  padding-top: 15px;
  margin-bottom: 5px;
}

.Description2 {
  margin-bottom: 6px;
}

.heart-icon {
  font-size: 2rem; /* Makes the heart icon larger */
  transition: color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
}

.heart-icon.liked {
  color: pink !important;
  transform: scale(1.2) !important; /* Slightly enlarges when liked */
}

.heart-icon:hover {
  transform: scale(1.1); /* Slightly enlarges on hover */
}

.modal-title {
  color: #FF9929 !important
}


