.page_rundown {
  min-height: unset;
}

.detail_timetable ul {
  margin: 0;
  padding: 0;
}
.detail_timetable ol {
  padding: 0;
}
.detail_timetable .table_title {
  font-size: 36px;
  background: linear-gradient(45deg, #e0ac47, #f6e49f 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.detail_timetable .table_title.table_title_printable_button {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .detail_timetable .table_title.table_title_printable_button {
    flex-direction: column;
  }
}
.detail_timetable .table_title.table_title_printable_button a img {
  max-height: 42px;
  width: 100%;
}
.detail_timetable .timetable_header .timetable_button_wrapper {
  background-color: transparent;
}
.detail_timetable .timetable_header .timetable_button_wrapper .timetable_button {
  color: #bcbec0;
  background: rgba(17, 94, 122, 0.8);
  border: unset;
}
.detail_timetable .timetable_header .timetable_button_wrapper .timetable_button.is-active, .detail_timetable .timetable_header .timetable_button_wrapper .timetable_button:hover {
  color: #00793c;
  background: linear-gradient(45deg, #e0ac47, #f6e49f 80%);
  border: unset;
}
.detail_timetable .timetable_header .timetable_button_wrapper .timetable_button.is-active .timetable_button_date {
  background: linear-gradient(45deg, #e0ac47, #f6e49f 80%);
}
.detail_timetable .table_content_container {
  overflow: hidden;
  background-color: #fff;
  padding: 30px 45px 30px 45px;
}
.detail_timetable .table_content_container .detail_timetable_group h2 {
  font-size: 30px;
  color: #115e7a;
  margin-top: 0;
}
.detail_timetable .table_content_container .detail_timetable_group .day_info {
  margin-bottom: 50px;
}
.detail_timetable .table_content_container .detail_timetable_group .day_info .day_info_item {
  margin-bottom: 15px;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .detail_timetable .table_content_container .detail_timetable_group .day_info .day_info_item {
    flex-direction: column;
    gap: 5px;
    margin-bottom: 20px;
  }
}
.detail_timetable .table_content_container .detail_timetable_group .day_info .day_info_item label {
  width: 180px;
  flex-shrink: 0; /* Prevents the label from shrinking */
  vertical-align: top;
}
.detail_timetable .table_content_container .detail_timetable_group .day_info .day_info_item label + span {
  flex-grow: 1; /* Takes up the remaining space */
}
.detail_timetable .table_content_container .detail_timetable_group .day_info .day_info_item label + span ul {
  row-gap: 15px;
  column-gap: 50px;
}
@media only screen and (max-width: 768px) {
  .detail_timetable .table_content_container .detail_timetable_group .day_info .day_info_item label + span ul {
    column-gap: 15px;
  }
}
.detail_timetable .table_content_container .detail_timetable_group .day_info .day_info_item label + span ul img {
  max-height: 60px;
}
.detail_timetable .table_content_container .day_programme {
  margin-bottom: 80px;
}
.detail_timetable .table_content_container .day_programme .day_programme_golden_line_title {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.detail_timetable .table_content_container .day_programme .day_programme_golden_line_title h3 {
  display: inline-block;
  color: #115e7a;
  margin: 0;
  background-color: #fff;
  padding: 0 30px;
}
.detail_timetable .table_content_container .day_programme .day_programme_golden_line_title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  z-index: -1;
  background: linear-gradient(45deg, #e0ac47, #f6e49f 80%);
}
.detail_timetable .table_content_container .day_programme .day_programme_section_container .day_programme_section_item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .detail_timetable .table_content_container .day_programme .day_programme_section_container .day_programme_section_item {
    flex-direction: column;
    row-gap: 30px;
  }
}
.detail_timetable .table_content_container .day_programme .day_programme_section_container .day_programme_section_item label {
  width: 160px;
  flex-shrink: 0; /* Prevents the label from shrinking */
  vertical-align: top;
}
.detail_timetable .table_content_container .day_programme .day_programme_section_container .day_programme_section_item .timestamp span {
  position: relative;
  color: #fff;
  background-color: #115e7a;
  padding: 8px 30px 8px 0;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.detail_timetable .table_content_container .day_programme .day_programme_section_container .day_programme_section_item .timestamp span::before {
  content: "";
  display: block;
  position: absolute;
  width: 200px;
  height: 100%;
  background-color: #115e7a;
  top: 0;
  right: 100%;
}
.detail_timetable .table_content_container .day_programme .day_programme_section_container .day_programme_section_item .day_programme_section_item_content {
  flex-grow: 1; /* Takes up the remaining space */
}
.detail_timetable .table_content_container .day_programme .day_programme_section_container .day_programme_section_item .day_programme_section_item_content h4 {
  margin-top: 0;
  margin-bottom: 25px;
}
.detail_timetable .table_content_container .day_programme .day_programme_section_container .day_programme_section_item .day_programme_section_item_content .separator {
  margin-top: 40px;
  width: 100%;
  height: 2px;
  background: linear-gradient(45deg, #e0ac47, #f6e49f 80%);
}
.detail_timetable .table_content_container .day_programme .day_programme_section_container .day_programme_section_item .day_programme_section_item_content .day_programme_section_item_content_description {
  margin-bottom: 25px;
}
.detail_timetable .table_content_container .day_programme .day_programme_section_container .day_programme_section_item .day_programme_section_item_speaker_container {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.detail_timetable .table_content_container .day_programme .day_programme_section_container .day_programme_section_item .day_programme_section_item_speaker_container label {
  display: inline-block;
  width: 110px;
  flex-shrink: 0; /* Prevents the label from shrinking */
  vertical-align: top;
  font-weight: 500;
}
.detail_timetable .table_content_container .day_programme .day_programme_section_container .day_programme_section_item .day_programme_section_item_speaker_container label + ul {
  display: inline-block;
  flex-grow: 1; /* Takes up the remaining space */
}
.detail_timetable .table_content_container .day_programme .day_programme_section_container .day_programme_section_item .day_programme_section_item_speaker_container ol {
  background-color: rgba(17, 94, 122, 0.1);
  display: flex;
  margin-bottom: 10px;
}
.detail_timetable .table_content_container .day_programme .day_programme_section_container .day_programme_section_item .day_programme_section_item_speaker_container ol > div {
  display: inline-block;
}
.detail_timetable .table_content_container .day_programme .day_programme_section_container .day_programme_section_item .day_programme_section_item_speaker_container ol .photo {
  max-width: 72px;
  flex-shrink: 0; /* Prevents the label from shrinking */
  vertical-align: top;
}
.detail_timetable .table_content_container .day_programme .day_programme_section_container .day_programme_section_item .day_programme_section_item_speaker_container ol .speaker_info {
  flex-grow: 1; /* Takes up the remaining space */
}
.detail_timetable .table_content_container .day_programme .day_programme_section_container .day_programme_section_item .day_programme_section_item_speaker_container ol .speaker_info > a > div {
  padding-left: 10px;
  padding-right: 10px;
}
.detail_timetable .table_content_container .day_programme .day_programme_section_container .day_programme_section_item .day_programme_section_item_speaker_container ol .speaker_info .speaker_name {
  padding-top: 6px;
  padding-bottom: 6px;
  background: linear-gradient(45deg, #7ca7b6 0%, #7ca7b6 60%, #fdfefe 100%);
  font-size: 18px;
  color: #fff;
}
.detail_timetable .table_content_container .day_programme .day_programme_section_container .day_programme_section_item .day_programme_section_item_speaker_container ol .speaker_info .speaker_title {
  font-size: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.detail_timetable .table_content_container .day_programme .day_programme_section_container .day_programme_section_item .day_programme_section_item_speaker_container ol .speaker_info .speaker_topic {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 6px;
}
.detail_timetable .table_content_container .detail_timetable_group#day_0 label + ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.detail_timetable .table_content_container .detail_timetable_group#day_0 label + ul ol {
  flex-basis: 100%;
}
.detail_timetable .table_content_container .detail_timetable_group#day_0 label + ul ol.speaker_18, .detail_timetable .table_content_container .detail_timetable_group#day_0 label + ul ol.speaker_18 + ol.speaker_20 {
  flex-basis: 50%;
}
@media only screen and (max-width: 767px) {
  .detail_timetable .table_content_container .detail_timetable_group#day_0 label + ul ol {
    flex-basis: 100% !important;
  }
  .detail_timetable .table_content_container .detail_timetable_group#day_0 label + ul ol.speaker_18 {
    margin-bottom: 0;
  }
}

.speaker_popup {
  width: 60%;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .speaker_popup {
    width: 90%;
  }
}
.speaker_popup .speaker_popup_container {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .speaker_popup .speaker_popup_container {
    flex-direction: column;
    background: linear-gradient(90deg, #2f7590 0%, #2f7590 60%, #23885b 100%);
  }
}
.speaker_popup .header {
  width: 30%;
  flex-shrink: 0;
  background-color: #fff;
  padding: 20px;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .speaker_popup .header {
    width: unset;
    background-color: unset;
  }
}
.speaker_popup .header .photo {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .speaker_popup .header .photo img {
    max-height: 30vh;
    display: block;
    margin: auto;
  }
}
.speaker_popup .header .name {
  color: #006666;
  font-weight: 500;
  margin-bottom: 10px;
}
.speaker_popup .header .title {
  color: rgb(102, 102, 102);
  font-weight: 300;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .speaker_popup .header .name, .speaker_popup .header .title {
    color: #fff;
  }
}
.speaker_popup .content {
  flex-grow: 1;
  background: linear-gradient(90deg, #2f7590 0%, #2f7590 60%, #23885b 100%);
  padding: 20px;
  color: #fff;
  font-size: 18px;
  text-align: justify;
  line-height: 23px;
  overflow-y: auto;
}
@media only screen and (max-width: 768px) {
  .speaker_popup .content {
    background-color: unset;
    max-height: 40vh;
  }
}
.speaker_popup .content::-webkit-scrollbar {
  width: 5px;
}
@media screen and (max-width: 60em) {
  .speaker_popup .content::-webkit-scrollbar {
    height: 2px;
  }
}
.speaker_popup .content::-webkit-scrollbar-thumb {
  background: #006666;
}
.speaker_popup .content::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.speaker_popup .content::-webkit-scrollbar-track {
  background: #f1f1f1;
}/*# sourceMappingURL=override_2024_rundown.css.map */