/* You can add global styles to this file, and also import other style files */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

orderando-book-service span,
orderando-book-activity span,
orderando-book-spa span {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* Month */
orderando-book-service .month,
orderando-book-activity .month,
orderando-book-spa .month {
  text-align: center;
  margin-bottom: 8px;
}
orderando-book-service .month-span,
orderando-book-activity .month-span,
orderando-book-spa .month-span {
  font-size: 0.8rem;
}

/* Numberbullet */
orderando-book-service .numberbullet,
orderando-book-activity .numberbullet,
orderando-book-spa .numberbullet {
  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border-color: #D8DEE4;
  border-style: solid;
  border-width: 1px;
  text-align: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
orderando-book-service .numberbullet-selected,
orderando-book-activity .numberbullet-selected,
orderando-book-spa .numberbullet-selected {
  background-color: #FFCC00;
}

orderando-book-service .numberbullet-span,
orderando-book-activity .numberbullet-span,
orderando-book-spa .numberbullet-span {
  font-size: 0.8rem;
}
orderando-book-service .numberbullet-span-past,
orderando-book-activity .numberbullet-span-past,
orderando-book-spa .numberbullet-span-past {
  opacity: 0.3;
}
orderando-book-service .numberbullet-span-loading,
orderando-book-activity .numberbullet-span-loading,
orderando-book-spa .numberbullet-span-loading {
  opacity: 0.3;
}

/* Day */
orderando-book-service .day,
orderando-book-activity .day,
orderando-book-spa .day {
  display: flex;
  margin-bottom: 10px;
}
orderando-book-service .day-span,
orderando-book-activity .day-span,
orderando-book-spa .day-span {
  width: 14%;
  display: flex;
  justify-content: center;
  font-size: 0.7rem;
}

/* Slot */
orderando-book-service .slot,
orderando-book-activity .slot,
orderando-book-spa .slot {
  width: 100%;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 10px;
  border-radius: 5px;
  border-color: #D8DEE4;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
}
orderando-book-service .slot-selected,
orderando-book-activity .slot-selected,
orderando-book-spa .slot-selected {
  background-color: #FFCC00;
}

orderando-book-service .slot-span,
orderando-book-activity .slot-span,
orderando-book-spa .slot-span {
  font-size: 0.8rem;
}

/* Nextbutton */
orderando-book-service .nextbutton-container,
orderando-book-activity .nextbutton-container,
orderando-book-spa .nextbutton-container {
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
}

orderando-book-service .nextbutton,
orderando-book-activity .nextbutton,
orderando-book-spa .nextbutton {
  float: right;
  width: 50%;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 5px;
  border-color: #D8DEE4;
  border-style: solid;
  border-width: 1px;
  background-color: #FFCC00;
  cursor: pointer;
}

orderando-book-service .nextbutton-span,
orderando-book-activity .nextbutton-span,
orderando-book-spa .nextbutton-span {
  font-size: 0.8rem;
}
/* Guests */
orderando-book-service .guests,
orderando-book-activity .guests,
orderando-book-spa .guests {
  display: flex;
  width: 94px;
  padding: 6px;
  margin-bottom: 8px;
  border-radius: 5px;
  border-color: #D8DEE4;
  border-style: solid;
  border-width: 1px;
}
orderando-book-service .guests-span,
orderando-book-activity .guests-span,
orderando-book-spa .guests-span {
  margin-left: 10px;
  font-size: 0.8rem;
}

/* Duration */
orderando-book-service .duration,
orderando-book-activity .duration,
orderando-book-spa .duration {
  width: 100%;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 10px;
  border-radius: 5px;
  border-color: #D8DEE4;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
}
orderando-book-service .duration-selected,
orderando-book-activity .duration-selected,
orderando-book-spa .duration-selected {
  background-color: #FFCC00;
}

orderando-book-service .duration-span,
orderando-book-activity .duration-span,
orderando-book-spa .duration-span {
  font-size: 0.8rem;
}

/* Enrolmenttype */
orderando-book-service .enrolmenttype,
orderando-book-activity .enrolmenttype,
orderando-book-spa .enrolmenttype {
  width: 100%;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 10px;
  border-radius: 5px;
  border-color: #D8DEE4;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
}
orderando-book-service .enrolmenttype-selected,
orderando-book-activity .enrolmenttype-selected,
orderando-book-spa .enrolmenttype-selected {
  background-color: #FFCC00;
}

orderando-book-service .enrolmenttype-span,
orderando-book-activity .enrolmenttype-span,
orderando-book-spa .enrolmenttype-span {
  font-size: 0.8rem;
}

/* Ressourcegroup */
orderando-book-service .ressourcegroup,
orderando-book-activity .ressourcegroup,
orderando-book-spa .ressourcegroup {
  width: 100%;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 10px;
  border-radius: 5px;
  border-color: #D8DEE4;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
}
orderando-book-service .ressourcegroup-selected,
orderando-book-activity .ressourcegroup-selected,
orderando-book-spa .ressourcegroup-selected {
  background-color: #FFCC00;
}
orderando-book-service .ressourcegroup-unselectable,
orderando-book-activity .ressourcegroup-unselectable,
orderando-book-spa .ressourcegroup-unselectable {
  opacity: 0.2;
}

orderando-book-service .ressourcegroup-span,
orderando-book-activity .ressourcegroup-span,
orderando-book-spa .ressourcegroup-span {
  font-size: 0.8rem;
}

/* Option */
orderando-book-service .option,
orderando-book-activity .option,
orderando-book-spa .option {
  width: 100%;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 10px;
  border-radius: 5px;
  border-color: #D8DEE4;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
}
orderando-book-service .option-selected,
orderando-book-activity .option-selected,
orderando-book-spa .option-selected {
  background-color: #FFCC00;
}
orderando-book-service .option-unselectable,
orderando-book-activity .option-unselectable,
orderando-book-spa .option-unselectable {
  opacity: 0.2;
}

orderando-book-service .option-span,
orderando-book-activity .option-span,
orderando-book-spa .option-span {
  font-size: 0.8rem;
}