/* Start custom CSS *//* Main container */
.amelia-booking {
  font-family: 'Orbitron', sans-serif;
}

/* LEFT PANEL (dark blue) */
.amelia-booking .am-left {
  background-color: #17318E !important;
}

/* RIGHT PANEL BACKGROUND */
.amelia-booking .am-right {
  background-color: #ffffff;
}

/* TITLE */
.amelia-booking h1,
.amelia-booking h2 {
  color: #17318E;
  font-weight: 600;
}

/* SELECTED SLOT */
.amelia-booking .am-available-slot.am-selected {
  background-color: #17318E !important;
  color: #fff !important;
}

/* AVAILABLE SLOT */
.amelia-booking .am-available-slot {
  border: 1px solid #17318E;
  color: #17318E;
}

/* HOVER SLOT */
.amelia-booking .am-available-slot:hover {
  background-color: #16E0F4;
  color: #000;
}

/* BUTTON (BOOK / CONTINUE) */
.amelia-booking .am-button {
  background-color: #F4CC16 !important;
  color: #000 !important;
  border-radius: 8px;
  font-weight: 600;
}

/* BUTTON HOVER */
.amelia-booking .am-button:hover {
  background-color: #ffd633 !important;
}

/* LABELS */
.amelia-booking label {
  color: #17318E;
  font-weight: 500;
}

/* INPUT FIELDS */
.amelia-booking input,
.amelia-booking select {
  border-radius: 6px;
  border: 1px solid #ddd;
}

/* SUCCESS HEADER ICON AREA */
.amelia-booking .am-success {
  text-align: center;
}/* End custom CSS */