.calendar {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 4px;
  border: 2px solid #000;
}

.calendar th,
.calendar td {
  border: 1px solid #000;
}

.yobi__sunday {
  color: #d21441;
}

.yobi__saturday {
  color: #235295;
}

.form-calender__top {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.form-calender__title {
  font-size: 15px;
  width: 110px;
  text-align: right;
}

.form-calender__description {
  flex: 1;
  font-size: 13px;
  margin-left: 10px;
}

.form-calender {
  font-size: 14px;
}

.form-calender__top {
  display: block;
}

.form-calender__title {
  width: 100%;
  text-align: left;
  font-size: 14px;
}

.form-calender__title br {
  display: none;
}

.form-calender__description {
  font-size: 13px;
  margin-left: 10px;
  margin-top: 5px;
  font-size: 13px;
}

.calendarButtons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.calendar-button {
  background-color: #fff;
  border-radius: 2px;
  border: #ddd 2px solid;
  color: #ddd;
  padding: 5px 10px;
  font-size: 14px;
  cursor: pointer;
  line-height: 1;
}
.calendar-button--active {
  color: #0086C1;
  background: #fff;
  border-color: #0086C1;
}

.calendar th,
td {
  width: calc(100% / 8);
  text-align: center;
}

.calendar th {
  line-height: 14px;
  font-size: 12px;
  padding-top: 10px;
  background: #fff;
  padding-bottom: 10px;
}

.calendar-cell {
  font-size: 14px;
  border: 1px solid #000;
  border-spacing: 3px;
  color: #000;
  background: #fff;
}

#latterHalf {
  display: none;
}

.datetime-selected {
  background-color: #d9d9d9;
  color: #000;
}

input[type="radio"].hide-radiobtn {
  display: none;
}

.form-calender {
  margin-top: 20px;
  width: 100%;
  margin-left: auto;
}

#selectedDay {
  display: inline-block;
}

#selectedDay span {
  /* display: inline-block; */
}

.request-confirm {
  margin-top: 20px;
  font-size: 18px;
  margin-left: auto;
  width: 100%;
  height: max-content;
  box-sizing: border-box;
  padding: 0 16px 8px;
  border-radius: 4px;
  box-shadow: inset 3px 3px 2px rgba(0, 0, 0, 0.2);
  background: #fff;
}
textarea {
  width: 100%;
  outline: none;
  border: none;
  background: none;
  appearance: none;
  height: 92px;
  font-size: 1.6rem;
}

.request-confirm input[type="text"] {
  background-color: transparent;
  border: none;
  outline: none;
}

#requestDateTime {
  font-size: 14px;
  height: 70px;
  color: var(--text);
  border: none;
  width: 97%;
  resize: none;
  margin-left: 2%;
  margin-top: 10px;
}

.datetime-disabled {
  background-color: #d9d9d9;
  color: #000;
  border-color: #e2e2e2;
}

.request-confirm__title {
  padding-top: 10px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.request-confirm__content {
  display: block;
  width: 96%;
  margin-left: auto;
  font-size: 14px;
}

.form-calender__note {
  color: #666;
  font-size: 1.2rem;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  margin-block-start: 8px;
}
