.usedSlots {
  direction: rtl;
  text-align: right;
  font-family: 'Tajawal';
}

.ahb_list {
  border: 1px solid whitesmoke;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 8px;
color : white;
  background-color: #259dfc;
}

.ahb_list_time {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}

.ahb_list_service {
  font-weight: bold;
  margin-bottom: 8px;
  color: white;
	font-family: 'Tajawal';
}

.ahb_list_quantity {
  color: #666;
  margin-bottom: 8px;
}

.cancel {
  color: red;
  text-decoration: none;
  font-size: 14px;
}



.totalCost {
  background-color: #e6f3ff; /* لبني فاتح */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* شادو ناعم */
  padding: 15px;
  margin: 20px 0;
  border-radius: 10px;
  text-align: center;
  font-size: 18px; /* تكبير بسيط */
  font-weight: bold;
  color: #003366; /* أزرق غامق لتمييز النص */
  direction: rtl;
}


.slotsCalendar .slots > span {
  display: none !important;          /* hide only the date span */
}