/**
*
* CUSTOM THRC2023 SESSIONS
*
*/

/** 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;
}
