.elementor-192 .elementor-element.elementor-element-b2588d5{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4ea972e */.dashboard {
  max-width: 900px;
  margin: 30px auto;
  padding: 20px;
  background-color: #fdfdfd;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.dashboard h2 {
  margin-bottom: 10px;
  color: #333;
  font-size: 22px;
}

.quick-stats {
  background-color: #fafafa;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 8px;
  font-size: 14px;
}

.quick-stats ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.quick-stats li {
  margin-bottom: 5px;
  font-size: 14px;
  color: #333;
}

.quick-stats .online {
  color: green;
  font-weight: bold;
}

.dashboard-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}

.card {
  flex: 1 1 calc(33.33% - 20px);
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.05);
  text-align: center;
}

.card h3 {
  margin-bottom: 10px;
  color: teal;
  font-size: 18px;
}

.profile-card p {
  margin: 5px 0;
  font-size: 13px; /* smaller font for profile */
  color: #555;
}

.profile-card button {
  padding: 8px 12px;
  font-size: 14px;
  background-color: teal;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.profile-card button:hover {
  background-color: #00796b;
}

.booking-card, .logout-card {
  flex: 1 1 calc(33.33% - 20px);
}

.booking-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.booking-table th,
.booking-table td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.booking-table th {
  background-color: #f1f1f1;
}

.booking-table .status {
  padding: 4px;
  border-radius: 4px;
  font-size: 12px; /* smaller text for status */
}

.booking-table .status.pending {
  background-color: orange;
  color: white;
}

.booking-table .status.accepted {
  background-color: green;
  color: white;
}/* End custom CSS */