.reservation-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 1000px;
  align-items: center;
  margin: auto;
  padding: 20px;
  border-radius: 18px;
  background-color: #F4F7F8;
}

.nordantia-button-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.nordantia-nav-btn {
    background-color: #3a77e9;
    color: aliceblue;
    padding: 14px;
    border: none;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    text-align: center;
}

.nordantia-nav-back-btn {
	border: 1px solid #0000001c;
	margin-bottom: 5px;
	padding: 11px;
	border-radius: 10px;
	background-color: #fff;
	cursor: pointer;
	font-size: 13px;
	color: #000;
}

.nordantia-week-nav-btn {
  border: 1px solid #0000001c;
  margin-bottom: 5px;
  padding: 4px 8px;
  border-radius: 10px;
  background-color: #fff;
  cursor: pointer;
  font-size: 13px;
	  color: #000;
}

.nordantia-week-selector {
  margin: 5px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.service-selection-form {
  width: 100%;
}

.time-selection-form{
  width: 100%;
}

.customer-info-form{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reservation-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 15px;
}

.service-list {
  display: grid;
  grid-template-columns: 49% 49%;
  justify-content: center;
  padding: 15px 0;
}

.reservation-input {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 12px;
  gap: 8px;
  color: #000000;
}

.service-input {
  flex-direction: row;
  border: 1px solid #0000001c;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
  cursor: pointer;
  transition: border-color 0.2s;
}

.service-input.selected {
  border: 2px solid rgb(48, 48, 48);
}

.service-input p {
  margin: 0;
}

.service-input .description {
  font-style: italic;
  font-size: 12px;
}

.reservation-input label {
  margin: 0;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 16px;
}

.reservation-row .reservation-input input,
.reservation-row .reservation-input select {
  text-align: center;
  font-family: sans-serif;
  border: 2px solid #6f6f6f;
  border-radius: 15px;
  cursor: pointer;
}

.reservation-input input,
.reservation-input select {
  max-height: 46px;
  height: 46px;
  padding: 0 8px;
  background-color: #fff;
  border: 1px solid #b3b3b3;
  color: #737373;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
  background-image: none;
}

.reservation-input select:focus,
.reservation-input input:focus,
.reservation-input textarea:focus {
  border: 1px solid rgba(77, 97, 124, 0.233);
  background-color: #fff;
}

.reservation-input textarea {
  height: 110px;
  padding: 10px 8px;
  background-color: #fff;
  border: 1px solid #b3b3b3;
  color: #737373;
  border-radius: 4px;
  resize: none;
  outline: none;
}

.reservation-date {
  width: 60%;
}

.reservation-date .dp__input_icon {
  display: none;
}

.reservation-time {
  width: 40%;
}

.reservation-options {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.reservation-options .reservation-input {
  width: 80%;
  height: 36px;
}

.times-week {
  display: flex;
  overflow: scroll;
}

.reservation-options-condition {
  width: 100%;
  text-align: center;
  min-width: 80px;
}

h3.selected-service-title {
  font-size: 15px;
  font-weight: 600;
  margin: 9px 0;
  border: solid 2px #c7c7c7;
  border-radius: 5px;
  padding: 5px;
  display: flex;
  justify-content: center;
}

.reservation-options-condition h3 {
  font-size: 14px;
}

.reservation-options-condition p {
  font-size: 14px;
  line-height: 18px;
}

.reservation-option {
  width: 100%;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 1px solid #00000079;
  border-radius: 5px;
  color: #000;
}

.reservation-option label {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reservation-option-selected {
  width: 100%;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00b7ff;
  border: 1px solid rgba(0, 119, 255, 0.932);
  border-radius: 5px;
  color: #000;
}

.reservation-option-off {
  color: rgb(64, 67, 72);
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #00000017;
  background-color: rgb(217 217 217);
  border-radius: 20px;
}

.reservation-text-input {
  width: 100%;
  max-width: 502px;
}

.reservation-btn {
  height: 36px;
  width: 60%;
  margin: 20px auto;
  cursor: pointer;
}

.reservation-submit {
  background-color: #3a77e9;
  color: aliceblue;
  padding: 0;
  border: none;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  text-align: center;
}

.important-note {
  font-weight: 500;
  font-size: 14px;
  color: tomato;
  background-color: whitesmoke;
  width: 100%;
  text-align: center;
  padding: 12px;
  border-radius: 6px;
}

.errors {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: tomato;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}

.thank-you-message {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: #0000001f;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thank-you-message-hidden {
  display: none;
}

.thank-you-message-inner {
  background-color: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 15px;
}

.thank-you-message-inner button {
  border-radius: 8px;
  cursor: pointer;
}

@media screen and (max-width: 500px) {
  .service-list {
    display: flex;
    flex-direction: column;
  }
}