.JoinPage {
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .JoinPage {
    padding-bottom: 0;
  }
}
.JoinPage .Breadcrumb .Link {
  color: #000;
  font-size: 15px;
  text-decoration: none;
}
.JoinPage .Breadcrumb .Link:hover {
  text-decoration: underline;
}
.JoinPage .SectionTitle {
  font-size: 18px;
}
@media (min-width: 768px) {
  .JoinPage .SectionTitle {
    font-size: 20px;
  }
}
.JoinPage .ComboIndicatorBox {
  padding: 12px 16px;
  background-color: #ECECEC;
  border-radius: 8px;
}
.JoinPage .ComboIndicatorBox .CurrentActivity {
  color: #D31D4D;
}
.JoinPage .ComboIndicatorBox .NextActivity {
  font-size: 14px;
}
.JoinPage .DateBox .Header {
  font-weight: 600;
  margin-bottom: 8px;
}
.JoinPage .DateBox .DateCarousel {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  max-height: 100px;
  scrollbar-width: none;
}
.JoinPage .DateBox .DateCarousel::-webkit-scrollbar {
  display: none;
}
.JoinPage .DateBox .item {
  flex-shrink: 0;
}
.JoinPage .DateBox .ItemBox {
  border: 1px solid #dadada;
  border-radius: 8px;
  font-size: 12px;
  padding: 10px 8px;
  cursor: pointer;
  min-width: 70px;
  text-align: center;
  transition: border-color 0.2s ease;
}
.JoinPage .DateBox .ItemBox:hover {
  border-color: #999;
}
.JoinPage .DateBox .ItemBox.Active {
  border-color: #222;
}
.JoinPage .DateBox .ItemBox.Promotion {
  position: relative;
  overflow: hidden;
}
.JoinPage .DateBox .ItemBox.Promotion:before {
  content: "";
  background: #ffd600;
  padding: 10px 20px;
  position: absolute;
  top: -5px;
  right: -13px;
  transform: rotate(45deg);
}
.JoinPage .DateBox .ItemBox .BoldNumber {
  font-weight: bold;
  font-size: 20px;
}
.JoinPage .DateBox .moreItemBox {
  flex-shrink: 0;
  align-self: stretch;
}
.JoinPage .DateBox .moreItemBox .ItemBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
.JoinPage .DateBox .moreItemBox .ItemBox .datepicker {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  color: transparent;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.JoinPage .DateBox .moreItemBox .ItemBox .datepicker:focus-visible {
  border: none;
  box-shadow: none;
  outline: none;
}
.JoinPage .DateBox #SelectedBox {
  border: 1px solid #222222;
  padding: 12px 11px;
  border-radius: 8px;
}
.JoinPage .DateBox #SelectedBox .datepicker {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  color: transparent;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.JoinPage .DateBox #SelectedBox .datepicker:focus-visible {
  border: none;
  box-shadow: none;
  outline: none;
}
.JoinPage .DateSection .DateCarouselContainer {
  display: flex;
  align-items: center;
  gap: 10px;
}
.JoinPage .DateSection .DateCarousel {
  flex: 1;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}
.JoinPage .DateSection .DateCarousel::-webkit-scrollbar {
  display: none;
}
.JoinPage .DateSection .DateItem {
  min-width: 80px;
  padding: 12px 8px;
  border: 2px solid #ECECEC;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  flex-shrink: 0;
}
.JoinPage .DateSection .DateItem:hover {
  border-color: #D31D4D;
}
.JoinPage .DateSection .DateItem.Active {
  border-color: #D31D4D;
  background-color: rgba(211, 29, 77, 0.05);
}
.JoinPage .DateSection .DateItem.Promotion {
  border-color: #f39c12;
}
.JoinPage .DateSection .DateItem.Promotion.Active {
  background-color: rgba(243, 156, 18, 0.1);
}
.JoinPage .DateSection .DateItem .Day {
  font-size: 12px;
  color: #595959;
}
.JoinPage .DateSection .DateItem .BoldNumber {
  font-size: 18px;
  font-weight: bold;
}
.JoinPage .DateSection .DateItem .Month {
  font-size: 12px;
}
.JoinPage .DateSection .DateItem .Price {
  color: #595959;
  margin-top: 4px;
}
.JoinPage .DateSection .CalendarButton {
  width: 50px;
  height: 70px;
  border: 2px solid #ECECEC;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.JoinPage .DateSection .CalendarButton:hover {
  border-color: #D31D4D;
}
.JoinPage .DateSection .CalendarButton .c-icon {
  font-size: 24px;
  color: #222222;
}
.JoinPage .DateSection .SelectedDateBox {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background-color: #ECECEC;
  border-radius: 8px;
}
.JoinPage .DateSection .SelectedDateBox #SelectedDateText {
  font-weight: bold;
}
.JoinPage .DateSection .DateItemSkeleton {
  width: 80px;
  height: 85px;
  flex-shrink: 0;
}
.JoinPage .PackagesSection .PackageCard {
  border: 2px solid #ECECEC;
  border-radius: 12px;
  padding: 0;
  height: 100%;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
}
.JoinPage .PackagesSection .PackageCard.Selected {
  border-color: #D31D4D;
  background-color: rgba(211, 29, 77, 0.02);
}
.JoinPage .PackagesSection .PackageCard.Selected .JS_PackageSelectBtn {
  background-color: rgba(211, 29, 77, 0.1);
  border-color: #D31D4D;
  color: #D31D4D;
}
.JoinPage .PackagesSection .PackageCard.Unavailable .JS_PackageSelectBtn:disabled, .JoinPage .PackagesSection .PackageCard.PackageUnavailable .JS_PackageSelectBtn:disabled {
  border-color: #595959;
  color: #595959;
  cursor: not-allowed;
}
.JoinPage .PackagesSection .PackageCard .NearestAvailable {
  color: #e67e22;
}
.JoinPage .PackagesSection .PackageCard .PromotionBadge {
  display: inline;
  background-color: #FFD600;
  color: #222222;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: bold;
  white-space: nowrap;
  vertical-align: middle;
}
.JoinPage .PackagesSection .PackageCard .PackageName {
  font-size: 16px;
  margin-bottom: 8px;
}
.JoinPage .PackagesSection .PackageCard .PackageImageBox {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.JoinPage .PackagesSection .PackageCard .PackageImageBox .PackageImage {
  width: 100%;
  aspect-ratio: 5/3;
  object-fit: cover;
}
@media (min-width: 992px) {
  .JoinPage .PackagesSection .PackageCard .PackageImageBox .PackageImage {
    max-width: 200px;
    max-height: 120px;
  }
}
.JoinPage .PackagesSection .PackageCard .PackageImageBox .ImageCount {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
}
.JoinPage .PackagesSection .PackageCard .PackageDescription .Description {
  font-size: 14px;
  color: #595959;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.JoinPage .PackagesSection .PackageCard .PackageDescription .Description.Expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}
.JoinPage .PackagesSection .PackageCard .PackageDescription .ReadMoreBtn {
  font-size: 14px;
  color: #D31D4D;
  cursor: pointer;
  font-weight: bold;
}
.JoinPage .PackagesSection .PackageCard .PackageDescription .ReadMoreBtn:hover {
  text-decoration: underline;
}
.JoinPage .PackagesSection .PackageCard .PickupInfo {
  color: #595959;
}
.JoinPage .PackagesSection .PackageCard .PackageFooter .PricePrefix {
  font-size: 12px;
  color: #595959;
}
.JoinPage .PackagesSection .PackageCard .PackageFooter .Price strong {
  font-size: 16px;
}
.JoinPage .PackagesSection .PackageCard .PackageFooter .PriceUnit {
  font-size: 12px;
  color: #595959;
}
.JoinPage .PackagesSection .PackageCard .PackageFooter .UnavailableInfo .DJPrimary-Color {
  color: #D31D4D;
}
.JoinPage .PackagesSection .PackageCard .PackageCardDesktop .PackagePriceBox {
  border-left: 1px solid #ECECEC;
}
.JoinPage .PackagesSection .PackageCard .PackageCardDesktop .NearestAvailableBox {
  border-top: 1px solid #ECECEC;
}
.JoinPage .PackagesSection .PackageCard .PackageCardMobile .PackageFooter {
  border-top: 1px solid #ECECEC;
}
.JoinPage .PackagesSection .PackageCard .PackageCardMobile .NearestAvailableBox {
  border-bottom: 1px solid #ECECEC;
}
.JoinPage .ScheduleUnitBox {
  top: 100px;
}
.JoinPage .ScheduleUnitBox .TicketBox {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.JoinPage .ScheduleUnitBox .ScheduleDropdown {
  position: relative;
}
.JoinPage .ScheduleUnitBox .ScheduleDropdown .DropdownButton {
  background: #fff;
  cursor: pointer;
  text-align: left;
}
.JoinPage .ScheduleUnitBox .ScheduleDropdown .DropdownButton:hover {
  border-color: #D31D4D;
}
.JoinPage .ScheduleUnitBox .ScheduleDropdown .DropdownMenu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ECECEC;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 100;
  max-height: 300px;
  overflow-y: auto;
  display: none;
}
.JoinPage .ScheduleUnitBox .ScheduleDropdown .DropdownMenu.show {
  display: block;
}
.JoinPage .ScheduleUnitBox .ScheduleDropdown .ScheduleItem {
  padding: 12px 16px;
  border-bottom: 1px solid #ECECEC;
  cursor: pointer;
  transition: background-color 0.2s;
}
.JoinPage .ScheduleUnitBox .ScheduleDropdown .ScheduleItem:last-child {
  border-bottom: none;
}
.JoinPage .ScheduleUnitBox .ScheduleDropdown .ScheduleItem:hover {
  background-color: rgba(211, 29, 77, 0.05);
}
.JoinPage .ScheduleUnitBox .ScheduleDropdown .ScheduleItem.Active {
  background-color: rgba(211, 29, 77, 0.1);
}
.JoinPage .ScheduleUnitBox .UnitItem {
  border-bottom: 1px solid #ECECEC;
}
.JoinPage .ScheduleUnitBox .UnitItem:last-child {
  border-bottom: none;
}
.JoinPage .MobileBottomBar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  background: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.MobilePopupContent .PopupHandle {
  cursor: grab;
}
.MobilePopupContent .ScheduleList .ScheduleItem {
  padding: 16px;
  border: 2px solid #ECECEC;
  border-radius: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  transition: all 0.2s;
}
.MobilePopupContent .ScheduleList .ScheduleItem:hover, .MobilePopupContent .ScheduleList .ScheduleItem.Active {
  border-color: #D31D4D;
  background-color: rgba(211, 29, 77, 0.05);
}
.MobilePopupContent .ScheduleList .ScheduleItem .Time {
  font-size: 16px;
}
.MobilePopupContent .ScheduleList .ScheduleItem .Price {
  font-weight: bold;
}
.MobilePopupContent .UnitList .UnitItem {
  padding: 16px 0;
  border-bottom: 1px solid #ECECEC;
}
.MobilePopupContent .UnitList .UnitItem:last-child {
  border-bottom: none;
}
.MobilePopupContent .UnitList .UnitItem .UnitName {
  font-size: 16px;
}

#CalendarModal .CalendarDateList {
  max-height: 400px;
  overflow-y: auto;
}
#CalendarModal .CalendarDateList .CalendarDateItem:hover {
  background-color: rgba(211, 29, 77, 0.05);
}

.QtyBtnIcon {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  color: #222222 !important;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s;
}
.QtyBtnIcon:hover {
  background-color: #ECECEC;
}
.QtyBtnIcon:active {
  transform: scale(0.95);
}

.ComboActivitiesBreadcrumbsBox .VerticalLineBox {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
}
.ComboActivitiesBreadcrumbsBox .VerticalLineBox:first-child {
  display: none;
}
.ComboActivitiesBreadcrumbsBox .VerticalLineBox .VerticalLine {
  border-left: 2px dotted #959595;
  width: 1px;
  display: inline-flex;
  height: 23px;
}
.ComboActivitiesBreadcrumbsBox .Item {
  display: flex;
  align-items: center;
}
.ComboActivitiesBreadcrumbsBox .Item:not(:first-child) {
  margin-top: -8px;
}
.ComboActivitiesBreadcrumbsBox .Item.Active .Number {
  background: #000;
  color: #fff;
}
.ComboActivitiesBreadcrumbsBox .Item.Completed .Number {
  background: #21C23A;
  color: #fff;
  border-color: #21C23A;
}
.ComboActivitiesBreadcrumbsBox .Item.Completed .Number .c-icon {
  font-size: 14px;
}
.ComboActivitiesBreadcrumbsBox .Item .Number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  font-size: 14px;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

#DesktopNextBtn:disabled,
#MobileUnitNextBtn:disabled,
#MobileScheduleNextBtn:disabled {
  background: #DADADA !important;
  border-color: #DADADA !important;
  color: #595959 !important;
  cursor: not-allowed;
  opacity: 0.7;
}

@media screen and (min-width: 992px) {
  .BorderStart {
    border-inline-start: 1px solid #dee2e6;
  }
}
.ConfirmPackagePage .form-outline .form-control ~ .form-label {
  top: 11px;
}
.ConfirmPackagePage .form-outline .hint {
  position: absolute;
  color: #595959;
  font-size: 10px;
  padding-top: 5px;
}
.ConfirmPackagePage .form-outline .form-control:focus ~ .form-label, .ConfirmPackagePage .form-outline .form-control.active ~ .form-label {
  transform: translateY(-0.7rem) translateY(0.1rem) scale(0.7) !important;
}
.ConfirmPackagePage .form-outline select.form-control ~ .form-label {
  transform: translateY(-0.7rem) translateY(0.1rem) scale(0.7) !important;
}
.ConfirmPackagePage .form-outline .form-control {
  padding-top: 1.32rem;
}
.ConfirmPackagePage .form-control:focus ~ .form-notch .form-notch-middle {
  box-shadow: unset;
}
.ConfirmPackagePage .form-control:focus ~ .form-label {
  color: #222222;
}
.ConfirmPackagePage .form-control:focus ~ .form-notch .form-notch-leading,
.ConfirmPackagePage .form-control:focus ~ .form-notch .form-notch-trailing {
  border-color: #222222;
  box-shadow: unset;
}
.ConfirmPackagePage .form-select:focus {
  border-color: #222222;
  outline: unset;
  box-shadow: unset;
}
.ConfirmPackagePage .form-notch .form-notch-leading {
  border-radius: 0.62rem 0 0 0.62rem !important;
}
.ConfirmPackagePage .form-notch .form-notch-trailing {
  border-radius: 0 0.62rem 0.62rem 0 !important;
}
.ConfirmPackagePage .form-outline .form-control:focus ~ .form-label, .ConfirmPackagePage .form-outline .form-control.active ~ .form-label {
  background-color: transparent !important;
  z-index: 1;
}
.ConfirmPackagePage .form-outline .form-control:focus ~ .form-notch .form-notch-middle {
  border-bottom: 1px solid #222222 !important;
  border-top: 1px solid #222222 !important;
}
.ConfirmPackagePage .form-outline .form-control:active ~ .form-notch .form-notch-middle, .ConfirmPackagePage .form-notch .form-notch-middle {
  border-bottom: 1px solid var(--mdb-form-control-border-color) !important;
  border-top: 1px solid var(--mdb-form-control-border-color) !important;
}
.ConfirmPackagePage .hasError .Desc {
  color: #D31D4D !important;
}
.ConfirmPackagePage .hasError .form-outline .form-control ~ .form-notch div {
  border-color: #D31D4D !important;
}
.ConfirmPackagePage button[type=submit],
.ConfirmPackagePage button[type=button],
.ConfirmPackagePage input, .ConfirmPackagePage select {
  border-radius: 8px;
  height: 54px;
}
.ConfirmPackagePage button:disabled {
  background: #DADADA !important;
  box-shadow: unset;
}
.ConfirmPackagePage button.loading {
  color: #DADADA !important;
  position: relative;
}
.ConfirmPackagePage .error-container {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1019607843);
  border-radius: 8px;
  display: flex;
  align-items: center;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  display: none;
}
.ConfirmPackagePage .error-container .error-icon {
  background: #D31D4D;
  position: absolute;
  padding: 5px 10px;
  width: 40px;
  color: #fff;
  font-size: 22px;
  left: 0;
  height: 100%;
  display: flex;
}
.ConfirmPackagePage .error-container .error-icon::before {
  align-content: center;
}
.ConfirmPackagePage .error-container .error-text {
  padding: 10px 0 10px 55px;
  font-size: 14px;
}
.ConfirmPackagePage .MainImageBox {
  top: 100px;
  z-index: 1 !important;
}
.ConfirmPackagePage .MainImageBox img {
  width: 100%;
  height: 500px;
  border-radius: 15px;
  object-fit: cover;
  object-position: center;
}
.ConfirmPackagePage .ImageGalleryBox {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  height: 180px;
  margin-bottom: 15px;
}
.ConfirmPackagePage .ImageGalleryBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ConfirmPackagePage .ImageGalleryBox .OverlayBox {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: max-content;
  display: flex;
  justify-content: start;
  padding: 6px 20px;
  font-weight: bold;
  color: #fff;
}
.ConfirmPackagePage .Description {
  font: 400 14px/20px;
  line-height: 20px;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-line;
}
.ConfirmPackagePage .Description.Active {
  -webkit-line-clamp: unset !important;
  overflow: visible !important;
  text-overflow: unset !important;
}
.ConfirmPackagePage .RedeemBox {
  color: #21c23a;
  background: rgba(33, 194, 58, 0.1490196078);
  padding: 3px 10px;
  border-radius: 6px;
  font-size: 12px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 5px;
}

/*# sourceMappingURL=JoinPage.min.css.map */

