
.event-hidden {
  display: none !important;
}

.building-name {
  word-break: break-word;
}

.event-pp-section {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  min-height: auto;
  padding: 8px;
}

.event-pp-section__inner {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.event-pp-section__col {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  min-width: 250px;
}

.event-container h2 {
  --portalThemeOnColor10: var(--portalThemeColor1, #00274B);
}

.event-container .input-group button {
  display: flex;
  width: 105px;
  padding: 12px 16px;
  align-items: flex-start;
  gap: 8px;
  border-radius: 8px 0 0 8px;
  border: 1px solid var(--Neutral-neutral-60, #707070);
  background: var(--Neutral-neutral-white, #FFF);
}

.event-container .input-group input {
  display: flex;
  padding: 12px 16px;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 0 8px 8px 0 !important;
}

.event-container .input-group input.includes-search-term {
  border-radius: 0 !important;
}

.event-container .input-group .btn-clear {
  display: flex;
  padding: 12px 16px;
  align-items: center;
  border: 1px solid var(--Neutral-neutral-60, #707070);
  border-left: none;
  border-radius: 0 8px 8px 0;
  background: var(--Neutral-neutral-white, #FFF);
  color: var(--Neutral-neutral-60, #707070);
  text-decoration: none;
  font-weight: bold;
  font-size: unset;
  width: 45px;
}

.event-container .input-group .btn-clear:hover {
  background: #f8f9fa;
  color: #00274B;
}

.event-container .dropdown-toggle {
  font-size: 16px;
  padding: 12px 16px;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid var(--Neutral-neutral-60, #707070);
  background: var(--Neutral-neutral-white, #FFF);

  width: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.event-container .dropdown-toggle span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 767px) {

  .event-container .dropdown,
  .dropdown-toggle {
    width: 100% !important;
  }
}

.event-list-wrapper {
  gap: 0.5rem;
}

.event-card-row {
  --portalThemeOnColor10: var(--portalThemeColor1, #00274B);
  display: flex;
  align-items: center;
  border: 1px solid var(--Neutrals-Grey-10, #EFEFEF);
  background: var(--Neutrals-White, #FFF);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.02);
  padding: var(--spacing-medium, 32px);
  gap: 32px;
  flex: 1 0 0;
}

.custom-tag {
  background-color: #f3f0ee;
  color: #1a1a1a;
  padding: 4px 12px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.85rem;
}

.event-header .custom-tag {
  background-color: var(--portalThemeColor10, #F7EDE3);
}

.main-column {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
}

.info-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: var(--spacing-x-small, 16px);
  align-self: stretch;
}

.event-card-row .info-column {
  width: 200px;
}

.event-card-row h3 {
  font-family: Domine, serif;
  line-height: 26px;
}

.event-list-item__title {
  text-decoration: none !important;
}

p {
  color: #0F0F0F !important;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.btn {
  font-size: 18px;
  padding: 16px 32px;
  border-radius: 30px;
}

@media (max-width: 1023px) {
  .event-card-row {
    flex-direction: column;
  }

  .event-card-row .info-column {
    width: 100%;
  }
}

.event-header {
  display: flex;
  align-items: flex-start;
  margin: 40px auto;
}

.event-header__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 64px 80px 64px 0;
}

.event-header__content,
.event-header__image-container {
  flex: 1;
  margin-top: 64px;
}

.event-header__info-wrapper {
  gap: 0;
}

.event-header__image {
  max-width: 100%;
  border-radius: 10px;
}

.event-header__description {
  color: #0F0F0F !important;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.event-header__cta--disabled {
  background-color: gray;
  border-color: gray;
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

@media screen and (width < 992px) {
  .event-header.container {
    max-width: unset;
  }

  .event-header {
    flex-direction: column-reverse;
    padding: 0;
    background-color: white;
    margin: unset;
  }

  .event-header__content {
    margin: -2rem 1rem 1rem 1rem;
    padding: 2rem 1rem;
    background-color: var(--portalThemeColor7, #fcf7f4);
    border-radius: 10px;
    align-items: center;
    z-index: 10;
  }

  .event-header__title {
    text-align: center;
  }

  .event-header__info-wrapper {
    width: 100%;
    align-items: center;
  }

  .event-header__image-container {
    width: 100%;
    margin: 0 !important;
  }

  .event-header__image {
    border-radius: 0;
    width: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 300px;
  }
}

.event-details h1,
.event-details h2,
.event-details h3,
.event-details h4,
.event-details h5,
.event-details h6 {
  --portalThemeOnColor10: var(--portalThemeColor1, #00274B);
}

.event-details__wrapper {
  margin-top: 1rem;
  display: flex;
  gap: 4rem;
}

.event-details__wrapper>* {
  flex: 1;
}

.event-details__program>h3,
.event-details__schedule>h3 {
  margin-bottom: 1rem;
}

@media screen and (width < 992px) {
  .event-details__wrapper {
    flex-direction: column;
    gap: 2rem;
  }
}

.session-section__heading {
  margin-bottom: 2rem;
  text-align: center;
}

.session-section__actions {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.session-section__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.session-section h4 {
  color: var(--portalThemeColor1, #00274B) !important;
  font-size: 20px;
  line-height: 28px;
}

.session-details__room {
  color: var(--Neutral-neutral-60, #707070);
}

.speaker-info {
  font-weight: 600;
}

.session-item {
  align-items: flex-start;
}

@media screen and (width < 992px) {
  .session-item {
    gap: 0;
    padding: 0;
  }

  .session-item__details {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 1rem;
    border-bottom: 1px solid var(--Neutral-neutral-30, #C9C9C9);
    padding: 1rem;
  }

  .session-item__details-date {
    font-weight: 600;
  }


  .session-item__info {
    padding: 1rem;
  }

  .session-item__details>* {
    margin: 0;
  }
}

.speaker-section__heading {
  margin-bottom: 2rem;
  text-align: center;
}

.speaker-section__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2rem;
}

.speaker-card {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.speaker-card__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  color: var(--portalThemeColor1, #00274b);
}

.speaker-card__photo {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}

.speaker-card__photo-placeholder {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: var(--portalThemeColor6, #e6d0b3);
}

.speaker-card__bio {
  line-height: 1.5;
  color: #0F0F0F;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.event-registration-header .event-registration-header__name {
  color: var(--portalThemeColor1, #00274B) !important;
  font-family: unset;
  font-weight: 600;
}

.event-registration-header .btn-secondary {
  background-color: transparent;
  border-color: var(--portalThemeColor1, #00274B) !important;
}

.event-registration-header .btn-secondary:hover {
  background-color: #efefef;
}

ul,
ol {
  list-style-position: unset !important;
}


@media screen and (width < 992px) {
  .textFormFieldBlock {
    padding: 0 !important;
  }
}