.customBottomsheet {
  z-index: 9999 !important;
}

.bottom-sheet-content-wrapper {
  /* layout */
  display: flex;
  flex-direction: column;

  /* responsive */
  @media screen and (max-width: 860px) {
    height: 100%;
  }
}

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

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

.bottom-sheet-subtitle {
  /* layout */
  margin-top: 8px;

  /* 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: 4px;
    font-size: 12px;
    line-height: 18px;
  }
}

.bottom-sheet-form {
  /* layout */
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-top: 30px;

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

.bottom-sheet-input-subgroup {
  /* layout */
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-self: stretch;
}

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

  /* style */
  border-radius: 8px;
  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;
  }
}

.bottom-sheet-title-group {
  /* layout */
  display: flex;
  flex-direction: row;
}

.bottom-sheet-title-group-2 {
  /* layout */
  display: flex;
  flex-direction: row;
  padding-left: 20px;
  padding-right: 20px;
}

.bottom-sheet-close-btn {
  /* layout */
  margin-left: auto;

  /* style */
  cursor: pointer;
}

.controls,
.draggable-area,
.draggable-thumb {
  /* style */
  display: none;
  opacity: 0;
  visibility: hidden;
  background: none;
}

.sheet__wrapper {
  /* responsive */
  @media screen and (min-width: 860px) {
    width: 598px !important;
    min-width: 598px !important;
  }
}

.bottom-sheet-2-main {
  min-height: 472px;
  padding: 0px !important;
  transform: translate(0, -16px);
}

#date-picker-pc {
  /* responsive */
  @media screen and (max-width: 860px) {
    display: none;
  }
}
