/*border radius*/
/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

/*border radius*/
/*border radius*/
/*border radius*/
.main-container.filtering-bar--opened {
  position: relative;
}

.schedule-section__filters-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
}
.schedule-section__filters-bar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 13;
  width: 100%;
  background: #fff;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .schedule-section__filters-bar {
    width: 320px;
  }
}
.schedule-section__filters-bar--opened {
  display: flex;
  opacity: 1;
  transform: translateX(0);
}
.schedule-section__filters-button {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 13;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 50px;
  font-weight: 600;
  color: #FF7A00;
  cursor: pointer;
  background: #243855;
  border-radius: 0 3px 3px 0;
  transition: all 0.3s;
}
.social-icons--white .schedule-section__filters-button {
  background: #fff;
}
.social-icons--light .schedule-section__filters-button {
  background: #f5f5f5;
}
.social-icons--primary .schedule-section__filters-button {
  background: #243855;
}
.social-icons--accent-2 .schedule-section__filters-button {
  background: #C4C4C4;
}
.social-icons--dark .schedule-section__filters-button {
  background: #FF7A00;
}
.social-icons--secondary .schedule-section__filters-button {
  background: #FF7A00;
}
.social-icons--accent .schedule-section__filters-button {
  background: #FFC845;
}
.social-icons--accent-3 .schedule-section__filters-button {
  background: #008E9B;
}
@media (min-width: 768px) {
  .schedule-section__filters-button {
    top: 50%;
    left: 0;
  }
}
.schedule-section__filters-button:hover {
  color: #fff;
  background: #FF7A00;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.schedule-section__filters-button.filtering-bar--opened {
  display: none;
}
.schedule-section__filters-button > i {
  font-size: 25px;
}
.schedule-filters {
  position: absolute;
  top: 60px;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .schedule-filters {
    top: 70px;
  }
}
.schedule-filters__clear-filters {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 5px 12px;
  background: #fff;
}
.schedule-filters__clear-button {
  font-weight: 600;
  color: #FF7A00;
  cursor: pointer;
  background-color: #243855;
  border-radius: 3px;
  transition: linear 0.3s;
}
.schedule-filters__clear-button:hover {
  color: #fff;
  background-color: #FF7A00;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.schedule-filters__clear-button--disabled {
  color: #000;
  pointer-events: none;
  cursor: not-allowed;
  background-color: rgba(139, 191, 69, 0.7);
  opacity: 0.3;
}
.schedule-filters__panel {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 768px) {
  .schedule-filters__panel {
    height: 100%;
  }
}
.schedule-filters__panel-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 35px;
  padding: 8px 0 8px 10px;
}
@media (min-width: 1400px) {
  .schedule-filters__panel-header {
    height: 60px;
    padding: 15px 0 15px 10px;
  }
}
.schedule-filters__panel-content {
  display: flex;
  width: 100%;
  height: inherit;
  overflow: auto;
}
.schedule-filters__panel-footer {
  height: 150px;
}
@media (min-width: 1400px) {
  .schedule-filters__panel-footer {
    height: 150px;
  }
}
.schedule-filters__panel-title {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
}
.schedule-filters__panel-title > h6 {
  margin: 0;
}
.schedule-filters__panel-control {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.schedule-filters__panel-wrapper {
  height: 100%;
}
.schedule-filters__panel-form {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 25px;
  overflow: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.schedule-filters__panel-form::-webkit-scrollbar {
  width: 8px;
}
.schedule-filters__panel-form::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.schedule-filters__panel-form::-webkit-scrollbar-thumb {
  background: rgba(255, 122, 0, 0.3);
  border-radius: 3px;
}
.schedule-filters__panel-form::-webkit-scrollbar-thumb:hover {
  background: #FF7A00;
}
.schedule-filters__panel-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 45px;
  padding: 5px 12px;
  color: #FF7A00;
  background: #243855;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  transition: all 0.3s;
}
.schedule-filters__panel-button:hover {
  color: #fff;
  cursor: pointer;
  background: #FF7A00;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.schedule-filters__items {
  margin-bottom: 25px;
}
.schedule-filters__items:first-of-type {
  margin-top: 10px;
}
.schedule-filters__items-title {
  padding-left: 5px;
  margin-bottom: 5px;
  border-left: 3px solid #243855;
}
.schedule-filters__items-wrapper {
  padding-left: 10px;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  color: #333;
}
.schedule-filters__filter-applied--disabled {
  color: #8c8e91;
}
.schedule-filters__filter-applied--disabled.form-check > .form-check-input:checked {
  pointer-events: none;
  cursor: pointer;
  background-color: rgba(21, 38, 56, 0.6);
  border-color: rgba(21, 38, 56, 0.6);
}
.schedule-filters__filter--disabled {
  color: #8c8e91;
  text-decoration: line-through;
}
.schedule-filters__filter.form-check > .form-check-label {
  pointer-events: auto;
  cursor: pointer;
}
.schedule-filters__filter.form-check > .form-check-label > .form-check-input {
  pointer-events: auto;
  cursor: pointer;
}
.schedule-filters__filter.form-check > .form-check-label > .form-check-input:checked {
  background-color: #FF7A00;
  border-color: #FF7A00;
}
.schedule__date {
  margin-bottom: 20px;
}
.schedule__day {
  display: none;
  animation: fade-in 0.3s;
}
.schedule__day[data-active=true] {
  display: block;
}
.schedule__day[data-active=false] {
  display: none;
}
.schedule__stream {
  display: none;
  animation: fade-in 0.3s;
}
.schedule__stream[data-active=true] {
  display: block;
}
.schedule__slot {
  position: relative;
  display: flex;
  padding: 20px;
  margin-bottom: 5px;
  background: #f9f9f9;
  border-left: 3px solid;
}
.schedule__slot::after {
  position: absolute;
  top: 20px;
  bottom: -25px;
  left: 43px;
  z-index: 1;
  width: 0;
  border-left: 1px dotted #ccc;
  content: "";
}
.schedule__slot--timeless::after {
  border-left: none;
}

.schedule__stream .schedule__slot:first-of-type::after,
.speaker__day .schedule__slot:first-of-type::after,
.speaker-profile__day .schedule__slot:first-of-type::after {
  top: 25px;
}

.schedule__stream .schedule__slot:last-of-type::after,
.speaker__day .schedule__slot:last-of-type::after,
.speaker-profile__day .schedule__slot:last-of-type::after {
  bottom: unset;
  height: 20px;
}

.slot__time {
  position: relative;
  z-index: 2;
  padding: 4px 6px;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border: none;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .slot__time {
    border: 1px solid #ccc;
    border-radius: 2px;
  }
}
.slot__hubspot {
  margin-top: 20px;
}
.slot__title {
  font-size: 24px;
  line-height: 1.6;
}
.slot__subtitle {
  margin: 5px 0 30px 0;
  font-size: 16px;
}
.slot__subtitle i {
  margin-right: 5px;
  color: #ccc;
}
.slot__subtitle span {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.slot__duration {
  margin-right: 10px;
}
.slot__theme:nth-of-type(1n) {
  margin: 0 10px 10px 0;
}
.slot__body {
  margin-left: 50px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .schedule__slot {
    flex-direction: column;
  }
  .schedule__slot::after {
    display: none;
  }
  .slot__body {
    margin: 0;
  }
}
/*My Speaker Sessions*/
.slot-by-day__heading {
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 26px;
  text-align: center;
  background: #f9f9f9;
  border-left: 3px solid;
}
@media (min-width: 992px) {
  .slot-by-day__heading {
    width: auto;
    text-align: left;
  }
}

.slot-by-event__heading {
  padding-left: 20px;
  margin: 80px 0 20px 0;
  border-left: 3px solid;
}
.speaker-popup .slot-by-event__heading {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #fff;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.schedule-menu__days {
  margin-bottom: 30px;
}
.schedule-menu__streams {
  display: none;
  margin-bottom: 20px;
}
.schedule-menu__streams[data-active=true] {
  display: block;
}
.schedule-menu__events {
  display: none;
  margin: 20px 0;
}
.schedule-menu__events[data-active=true] {
  display: block;
}
.schedule-menu__events[data-active=false] {
  display: none;
}
.schedule-menu__button {
  padding: 6px 20px;
  font-size: 18px;
  color: #000;
  background: #fff;
  border: 2px solid #e8e8e8;
  border-radius: 3px;
  transition: all 0.2s;
}
.schedule-menu__button:nth-of-type(3n) {
  margin: 0 0 5px 0;
}
@media (min-width: 992px) {
  .schedule-menu__button .schedule-menu__button {
    margin: 0;
  }
}
.schedule-menu__button--stream:nth-of-type(1n) {
  margin: 0 0 5px 0;
}
@media (min-width: 992px) {
  .schedule-menu__button--stream {
    margin: 0;
  }
}
.schedule-menu__button--day:nth-of-type(1n) {
  margin: 0 0 5px 0;
}
@media (min-width: 992px) {
  .schedule-menu__button--day {
    margin: 0;
  }
}
.schedule-menu__button[data-active=true] {
  color: #fff;
  background: #243855;
  border: 2px solid #243855;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.speaker-panel__wrapper {
  margin-top: 40px;
}
.speaker-panel__heading {
  font-size: 18px;
}
.speaker-panel__list {
  padding: 0;
  list-style: none;
  text-align: left;
}
.speaker-panel__link, .speaker-panel__item {
  display: inline-flex;
  padding: 20px 0;
  text-decoration: none;
  align-items: center;
}
.speaker-panel__photo {
  height: 80px;
  border-radius: 50%;
  transition: all 0.275s;
}
.speaker-panel__link:hover .speaker-panel__photo {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}
.speaker-panel__info-wrapper {
  margin-left: 30px;
}
.speaker-panel__info-wrapper > * {
  display: block;
  font-size: 16px;
  color: #4a4e54;
}
.speaker-panel__name {
  font-weight: 700;
}
.speaker-panel__title {
  font-weight: 500;
}
.speaker-panel__company {
  font-weight: 500;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.sponsor-panel {
  flex-direction: column;
}
@media (min-width: 576px) {
  .sponsor-panel {
    flex-direction: row;
  }
}
.sponsor-panel__wrapper {
  margin-top: 40px;
}
.sponsor-panel__heading {
  font-size: 18px;
  margin-bottom: 15px;
}
.sponsor-panel {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.sponsor-panel__item:not(:last-of-type) {
  margin-right: 0;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .sponsor-panel__item:not(:last-of-type) {
    margin-right: 20px;
  }
}
.sponsor-panel__link {
  display: block;
  transition: all 0.3s;
}
.sponsor-panel__link:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}
.sponsor-panel__logo {
  height: 70px;
} /*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.exhibitor-panel {
  flex-direction: column;
}
@media (min-width: 576px) {
  .exhibitor-panel {
    flex-direction: row;
  }
}
.exhibitor-panel__wrapper {
  margin-top: 40px;
}
.exhibitor-panel__heading {
  margin-bottom: 15px;
  font-size: 18px;
}
.exhibitor-panel {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.exhibitor-panel__item:not(:last-of-type) {
  margin-right: 0;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .exhibitor-panel__item:not(:last-of-type) {
    margin-right: 40px;
  }
}
.exhibitor-panel__logo {
  height: 70px;
  transition: all 0.275s;
}
.exhibitor-panel__logo:hover {
  cursor: pointer;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.brands-section__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0;
  justify-content: center;
}
@media (min-width: 992px) {
  .brands-section__list {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .brands-section__list {
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .brands-section__list {
    justify-content: flex-start;
  }
}
.brands-section__list-item {
  display: flex;
  flex-direction: column;
  max-width: 200px;
  border-radius: 5px;
  font-weight: 600;
  min-height: 192px;
  min-width: 190px;
  height: auto;
  border: 1px solid #e8e8e8;
  position: relative;
}
.brands-section__list-item:not(:nth-of-type(2n)) {
  margin: 0 30px 30px 0;
}
.brands-section__list-item:not(:nth-of-type(3n)) {
  margin: 0 30px 30px 0;
}
.brands-section__brand-logo {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70%;
  width: 100%;
}
.brands-section__brand-logo img {
  max-width: 188px;
  max-height: 172px;
}
.brands-section__brand-name {
  display: flex;
  align-self: flex-start;
  height: 30%;
  position: absolute;
  bottom: 0;
  justify-content: center;
  width: 100%;
}
.brands-section__brand-item {
  display: flex;
  justify-self: flex-start;
  align-self: flex-end;
  padding-bottom: 10px;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #243855 !important;
}
.spinner--secondary {
  color: #FF7A00;
}

.supporter-panel {
  display: flex;
  list-style: none;
  transition: all 0.275s;
}
.supporter-panel:not(:nth-of-type(2n)) {
  margin: 0 30px 30px 0;
}
.supporter-panel:not(:nth-of-type(3n)) {
  margin: 0 30px 30px 0;
}
.supporter-panel:not(:nth-of-type(1)) {
  margin: 0 30px 30px 0;
}
.supporter-panel:hover {
  cursor: pointer;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}
.supporter-panel__list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 20px 0 0 0;
}
.supporter-panel__link > img {
  max-width: 150px;
  max-height: 60px;
}
@media (min-width: 768px) {
  .supporter-panel__link > img {
    max-width: 200px;
    max-height: 90px;
  }
}

/*# sourceMappingURL=schedule.css.map */
