body {
  overflow-y: scroll !important;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 60px;
}
.signup-form-error {
  color: red !important;
  text-align: start !important;
  margin: 25px 0 -7px;
  position: relative;
  top: -18px;
}
.checked-signup[type="checkbox"]:checked {
  accent-color: #0abab5;
}

.ant-spin-dot-item {
  background-color: #0abab5 !important;
}

.v3_events,
.v3_section-padding {
  padding-bottom: clamp(36px, 7.136vw + 9.24px, 112px);
  padding-top: clamp(36px, 7.136vw + 9.24px, 112px);
}

.v3_events__item {
  align-items: center;
  display: grid;
  gap: clamp(24px, 7.136vw - 2.76px, 100px);
  grid-template-columns: minmax(300px, 522px) minmax(300px, 1fr) auto;
  margin: 0 auto;
  max-width: 1312px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .v3_events__item {
    gap: 20px;
    grid-template-columns: minmax(250px, 522px) minmax(300px, 1fr) auto;
  }
}
@media (max-width: 768px) {
  .v3_events__item {
    -moz-column-gap: 16px;
    column-gap: 16px;
    grid-template-columns: 1fr auto;
  }
}
.v3_events__item:not(:last-child) {
  margin-bottom: clamp(50px, 2.817vw + 39.44px, 80px);
}
.v3_events__item .v3_image {
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 768px) {
  .v3_events__item .v3_image {
    grid-column: span 2;
  }
}
.v3_events__item .v3_image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.v3_events__item .v3_content .v3_title {
  color: #121212;
  font-size: clamp(24px, 0.982vw + 20.86px, 35px);
  font-weight: 600;
  letter-spacing: -0.35px;
  line-height: 1.1;
  margin-bottom: clamp(10px, 0.893vw + 7.14px, 20px);
}
.v3_events__item .v3_content .v3_price {
  color: #0abab5;
  display: block;
  font-size: clamp(18px, 1.25vw + 14px, 32px);
  font-weight: 700;
  letter-spacing: -0.32px;
  line-height: 1.1;
  margin: clamp(15px, 1.786vw + 9.29px, 35px) 0;
}
.v3_events__item .v3_content .v3_btn {
  width: -moz-fit-content;
  width: fit-content;
}
.v3_events__item .v3_date {
  align-items: center;
  background-color: #0abab5;
  border-radius: 8px;
  box-shadow: 0 4px 11.8px 0 rgba(0, 0, 0, 0.08);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  justify-content: center;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 30px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1024px) {
  .v3_events__item .v3_date {
    min-width: 140px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .v3_events__item .v3_date {
    padding: 20px 15px;
  }
}
@media (max-width: 768px) {
  .v3_events__item .v3_date {
    padding: 20px 10px;
  }
}
.v3_events__item .v3_date span {
  font-size: clamp(18px, 2.066vw + 10.25px, 40px);
  font-weight: 400;
  letter-spacing: -0.8px;
  line-height: 1.1;
}

.v3_events_image_wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
}

.v3_events_image_wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.v3_clamped_text {
  font-size: clamp(18px, 0.563vw + 15.89px, 24px) !important;
}

.v3_events_location {
  font-weight: 500;
  font-size: clamp(18px, 0.563vw + 15.89px, 24px) !important;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 1.5em;
  position: relative;
  max-width: 500px;
  /* font-family: "OpenSans_Medium", sans-serif; */
  color: #232838;
  opacity: 0.35;
  margin: 3px 0px 3px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;

  /* Child elements flattened */
}

.v3_events_location p,
.v3_events_location strong,
.v3_events_location span {
  font-weight: 500 !important;
}

.v3_events_location span {
  width: 5px;
  height: 5px;
  display: inline-block;
  background: #b2b4ba;
  border-radius: 50%;
  margin: 0px 10px;
}

.v3_featured-product .v3_product-card-details .v3_price {
  color: #121212;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: clamp(7px, 0.8333vw, 12px);
}

.buy-ticket-btn {
  margin: 0;
  padding: 5px 25px;
  background: #0abab5;
  cursor: pointer;
  border-radius: 100px;
  border: 1px solid #0abab5;
  height: 48px;
  text-transform: uppercase;
  color: white;
  font-size: 16px;
  font-weight: 500;
  font-family: Gotham;
}
