.event_date_wrapper {
  padding: 0 1rem 1rem;
}

.heading {
  width: 388px;
  height: 26px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  /* identical to box height */
  color: #000000;
}

.selected_event_date {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 41px;

  width: 117px;
  height: 84px;

  background: #f1f1f1;
  box-shadow: inset -9px -9px 9px rgba(255, 255, 255, 0.81),
    inset 9px 9px 9px #e4e4e4;
  border-radius: 16px;

  & > .date {
    width: 35px;
    height: 35px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    color: #e44672;
  }

  & > .day {
    text-transform: capitalize;
    height: 19px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #e44672;
    flex: none;
    order: 1;
    flex-grow: 0;
  }
}

.unselected_event_date {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 41px;

  width: 118px;
  height: 84px;

  background: #f1f1f1;
  box-shadow: 9px 9px 18px #dddddd, inset -9px -9px 18px #ebebeb,
    inset 9px 9px 18px #ffffff;
  border-radius: 16px;

  & > .date {
    width: 36px;
    height: 35px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    color: #797979;
  }

  & > .day {
    width: 32px;
    height: 19px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */
    color: #797979;
  }
}

.scheduleDate_Third {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 41px;
  width: 117px;
  height: 84px;
  background: #f1f1f1;
  box-shadow: 9px 9px 18px #dddddd, inset -9px -9px 18px #ebebeb,
    inset 9px 9px 18px #ffffff;
  border-radius: 16px;
}

.scheduleDate_Number3 {
  width: 35px;
  height: 35px;

  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;

  color: #797979;
}

.scheduleDate_Day3 {
  width: 31px;
  height: 19px;

  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  text-align: center;

  color: #797979;
}
