.lc_hide {
  display: none !important;
}

.lc_speaker_shape {
  display: none !important;
}

.lc_hero_title {
  margin-bottom: 10px !important;
}

.lc_registration_limit_text {
  font-size: 23px;
  color: #e2086f;
}

.lc_committee_image {
  height: 180px;
  width: 180px;
  margin: 0 auto;
}

.lc_cm_a {
  height: 100%;
  width: 100%;
}

.lc_cm_img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.gst_applicable_text {
  color: rgb(58, 58, 58);
  font-size: 8px;
  letter-spacing: 0.3px;
}

.lc_reg_until_text {
  color: #eb750c;
  margin-top: 15px;
  font-size: 16px;
}

.lc_price_title {
  height: 170px;
}

.lc_contact_info {
  height: 90px;
}

@media only screen and (max-width: 320px) {
  .lc_price_title {
    font-size: 16px !important;
  }

  .lc_hero_year {
    font-size: 40px !important;
  }

  .lc_hero_date {
    margin-top: 10px !important;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .lc_hero_title {
    font-size: 19px !important;
  }
  .lc_hero_year {
    font-size: 50px !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .lc_price_title {
    font-size: 16px !important;
  }
}

.lc_abstract_btn {
  color: white !important;
  background-color: #00acee !important;
  border-color: #00acee !important;
}
.lc_td {
  font-weight: bold;
}

.lc_preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.lc_preloader_text {
  color: #fff;
  font-size: 22px;
  margin-top: 20px;
  font-weight: 500;
  font-family: "Segoe UI", sans-serif;
}

.lc_loader_spinner {
  width: 50px;
  height: 50px;
  border: 6px solid rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
