
.details-table {
  width: 100%;
  border-collapse: collapse;
}
.details-table th,
.details-table td {
  padding: 5px;
  border: 1px solid #ddd;
}
.details-table th {
  background-color: #f4f4f4 !important;
  color: #333;
  text-align: right;
}
.details-table td {
  background-color: #fff;
}
.details-table tr:nth-child(even) {
  background-color: #f9f9f9;
}
.details-table tr:hover {
  background-color: #e2e2e2;
}
.table-scroll-container {
  max-height: 200px; /* Adjust to your desired height */
  overflow-y: auto; /* Allows scrolling if content exceeds max height */
}
.v-carousel__controls {
  display: none; /* Hides the default carousel controls */
}
.full-width-btn {
  display: block;
  margin-top: -30px;
  width: 100%;
  height: 40px;
}
.own-meal-note {
  width: 100%;
  height: 60px;
  border: 1px solid #ccc;
  padding: 15px;
}

