input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

input[type="date"]:in-range::-webkit-datetime-edit-year-field,
input[type="date"]:in-range::-webkit-datetime-edit-month-field,
input[type="date"]:in-range::-webkit-datetime-edit-day-field,
input[type="date"]:in-range::-webkit-datetime-edit-text {
  color: transparent;
}

.section-5-form-wrapper {
  /* layout */
  width: 100%;
  max-width: 960px;
  box-sizing: border-box;

  /* responsive */
  @media screen and (max-width: 860px) {
    border-radius: 20px;
    padding: 20px 10px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.hidden-date-input::placeholder {
  opacity: 0;
}

.section-5-wrapper {
  /* layout */
  /* typography */
  text-align: center;

  /* responsive */
  @media screen and (max-width: 860px) {

  }
}

.section-5-content-wrapper {
  /* layout */
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;

  /* responsive */
  @media screen and (max-width: 860px) {

    padding-left: 10px;
    padding-right: 10px;
  }
}

.section-5-title {
  /* typography */
  color: var(--Black-Text, #343434);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  /* responsive */
  @media screen and (max-width: 860px) {
    font-size: 20px;
    line-height: 28px;
  }
}

.section-5-subtitle {
  /* layout */
  margin-top: 12px;

  /* typography */
  color: var(--gray-70, #6e6e6e);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  /* responsive */
  @media screen and (max-width: 860px) {
    margin-top: 8px;

    font-size: 14px;
    line-height: 22px;
  }
}

.section-5-content {
  /* layout */
  padding-top: 30px;
  padding-bottom: 40px;
  max-width: 1240px;
  width: 100%;

  /* responsive */
  @media screen and (max-width: 860px) {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

/* form */

.section-5-form {
  /* layout */
  display: flex;
  flex-direction: column;2024-12-11
  row-gap: 16px;
}

.input-calendar-icon {
  /* layout */
  position: absolute;
  right: 16px;
  top: 12px;

  /* style */
  cursor: pointer;
  pointer-events: none;

  /* responsive */
  @media screen and (max-width: 860px) {
    top: 10px;
  }
}

.search-address-btn {
  /* layout */
  display: flex;
  height: 48px;
  padding: 11px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  margin-left: 16px;

  /* style */
  border-radius: 12px;
  border: 1px solid var(--primary, #1c8ff8);
  background: var(--white, #fff);
  cursor: pointer;

  /* typography */
  color: var(--primary, #1c8ff8);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;

  /* responsive */
  @media screen and (max-width: 860px) {
    padding: 12px 12px;
    height: 42px;
  }
}

.agreement-wrapper {
  /* layout */
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  align-items: start;
  margin-top: 14px;
  margin-bottom: 14px;

  /* responsive */
  @media screen and (max-width: 860px) {
    margin-top: auto;
  }
}

.agreement-item {
  /* layout */
  display: flex;
  flex-direction: row;
  column-gap: 12px;
  justify-content: center;
}

.agreement-text {
  /* typography */
  color: var(--gray-70, #6e6e6e);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.2px;

  /* responsive */
  @media screen and (max-width: 860px) {
    font-size: 12px;
    line-height: 18px;
  }
}

.agreement-text-bold {
  /* typography */
  font-weight: 600;
}

.section-5-submit-btn {
  /* layout */
  display: flex;
  height: 52px;
  padding: 10px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border: none;

  /* style */
  border-radius: 999px;
  background: var(--primary, #1c8ff8);
  cursor: pointer;

  /* typography */
  color: var(--white, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.section-5-submit-btn:disabled {
  /* layout */
  display: flex;
  height: 52px;
  padding: 10px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border: none;

  /* style */
  border-radius: 999px;
  background: var(--primary, #e1e1e1);
  cursor: pointer;

  /* typography */
  color: var(--white, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.agreement-checkbox {
  /* layout */
  width: 22px;
  height: 22px;

  /* style */
  cursor: pointer;
}

.custom-datepicker-btn {
  pointer-events: none;
}

.input-flex-box {
  /* layout */
  display: flex;
  flex-direction: row;
  width: 100%;
  column-gap: 16px;

  /* responsive */
  @media screen and (max-width: 860px) {
    flex-direction: column;
    row-gap: 8px;
  }
}

.input-group-radio {
  /* layout */
  display: flex;
  flex-direction: row;
}

.input-subgroup-radio {
  /* layout */
  display: flex;
  flex-direction: row;
  column-gap: 24px;
  width: 100%;
  height: 22px;

  /* responsive */
  @media screen and (max-width: 860px) {
    column-gap: 20px;
  }
}

.radio-input-group {
  /* layout */
  display: flex;
  flex-direction: row;
  align-items: center;
}

.radio-label {
  /* typography */
  white-space: nowrap;
  color: #6E6E6E;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

.custom-radio label {
  display: inline-block;
  position: relative;
  padding-left: 34px;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;

  /* responsive */
  @media screen and (max-width: 860px) {
    padding-left: 32px;
  }
}


.custom-radio label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: 1px solid #9E9E9E;
  border-radius: 50%;
  background: #fff;
  transition: background 0.2s ease;
}

.custom-radio label::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%) scale(0);
  width: 14px;
  height: 14px;
  background: #1C8FF8;
  border-radius: 50%;
  transition: transform 0.2s ease;
}

.custom-radio input[type="radio"]:checked + label::after {
  transform: translateY(-50%) scale(1);
}

.custom-radio input[type="radio"]:checked + label::before {
  border-color: #1C8FF8;
}

.custom-radio input[type="radio"]:checked + label {
  color: #343434;
}

.custom-select,
.custom-select-2 {
  position: relative;
  width: 100%;
}

.custom-select select,
.custom-select-2 select {
  display: none;
}

.select-selected,
.select-selected-2 {
  background-color: #f9f9f9;
  border-radius: 8px;
  text-align: start;
  font-size: 14px;
}

/* .select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
} */

.select-items div,
.select-items-2 div,
.select-selected,
.select-selected-2 {
  padding: 16px 20px;
  border: 1px solid transparent;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #343434;
}

.select-items,
.select-items-2 {
  position: absolute;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.05);
  text-align: start;
  border-radius: 8px;
}

.select-hide,
.select-hide-2 {
  display: none;
}

.select-items div:hover,
.same-as-selected {
}

.section-5-option {
  /* typography */
  color: #9e9e9e;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.option-bold {
  /* typography */
  color: #343434;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

#input-label-address-detail {
  /* responsive */
  @media screen and (max-width: 860px) {
    display: none;
  }
}

/*  */

.select-selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.select-label {
  flex-grow: 1;
}

.dropdown-icon {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.icon-rotate {
  transform: rotate(180deg);
}

.select-selected-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.select-label-2 {
  flex-grow: 1;
}

.dropdown-icon-2 {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.icon-rotate-2 {
  transform: rotate(180deg);
}

.select-hide-2 {
  display: none;
}

.dim-text {
  color: #6E6E6E;
}