/**
*
* CUSTOM THRC2023 SESSIONS
*
*/

#conference-calendar .cdrcp2026-agenda-toolbar-notice {
  font-size: 1.25em;
  line-height: 1.25;
  margin: 0;
  max-width: 720px;
  text-align: left;
  white-space: normal;
}

@media (max-width: 767px) {
  #conference-calendar .cdrcp2026-agenda-toolbar-notice {
    font-size: 1em;
    max-width: 100%;
  }
}

/** CUSTOM SESSION IMAGES **/
.conference-event[data-session-id="4000"],
.conference-event[data-session-id="4001"],
.conference-event[data-session-id="4002"],
.conference-event[data-session-id="4003"],
.conference-event[data-session-id="4209"] {
  background-position: 33% 12px !important;
  background-size: 120px 120px !important;
  background-repeat: no-repeat !important;
}
.conference-event[data-session-id="4000"] {
  background-position: right 12px !important;
}

/** CUSTOM SESSION CSS FOR SMALL SESSIONS **/
.conference-event[data-session-id="4177"] .fc-event-time {
  top: -1.5em !important;  
}
.conference-event[data-session-id="4177"] .fc-event-title {
  top: -1.5em !important;
}
.conference-event[data-session-id="3979"] .fc-event-time {
    top: -1em !important;  
}
.conference-event[data-session-id="3979"] .fc-event-title {
    top: -1em !important;
}
  

/** NO-CLICK SESSIONS **/
.no-click-session {
  border-color: #efecca !important;
  background: #efecca !important;
  cursor: default !important;
}
.no-click-session .bookmark {
  display: none !important;
}

.adjust-top-34 .fc-event-title {
  top: -34px !important;
}
