:root {
  --default-track-colour: rgba(211, 211, 211, 0.75);
  --track-0-colour: rgba(209, 41, 41, 0.75);
  --track-0-colour-lighter: rgb(250, 232, 232);
  --track-1-colour: rgba(92, 179, 36, 0.75);
  --track-1-colour-lighter: rgb(228, 244, 218);
  --track-2-colour: rgba(78, 127, 232, 0.75);
  --track-2-colour-lighter: rgb(213, 222, 243);
  --track-3-colour: rgba(184, 29, 207, 0.75);
  --track-3-colour-lighter: rgb(244, 214, 248);
  --track-4-colour: rgba(225, 96, 16, 0.75);
  --track-4-colour-lighter: rgba(251, 228, 213, 0.75);
  --time-colour: rgb(32, 32, 32);
  --time-colour-lighter: rgba(32, 32, 32, 0.5); }

section.day {
  max-width: 1000px; }

section.info {
  margin: 1em 0;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: #777777; }

div.day-header {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1em;
  font-size: 24px;
  font-weight: 500;
  margin: 0.5em 0;
  position: sticky;
  position: -webkit-sticky;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px); }

div.day-label > div:first-child {
  font-size: 36px; }

div.day-label > div:last-child {
  position: relative;
  top: -8px;
  font-size: 14px;
  color: gray;
  font-weight: normal; }

div.sched-day {
  margin-top: 8px;
  padding: 4px; }

div.sched-room {
  font-weight: 500;
  padding: 0.5em 0; }

div.sched-row {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1em;
  font-size: 12pt; }

div.sched-sessions {
  display: grid;
  grid-template-columns: repeat(auto-fill, 300px);
  justify-content: space-between;
  width: 100%;
  height: 100%; }

div.sched-time {
  margin: 0 8px 8px 0;
  color: var(--time-colour);
  font-size: 14px;
  width: 44px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between; }

div.end-times > div {
  color: var(--time-colour-lighter); }

div.end-times > div:last-child {
  color: var(--time-colour); }

div.sched-session {
  color: #605e5e;
  background-color: rgba(0, 0, 0, 0.01);
  min-height: 2em; }

div.sched-session a {
  color: black; }

div.sched-sessionslot {
  margin-bottom: 8px;
  display: flex;
  flex-direction: column; }

.rooms-5 div.sched-sessionslot {
  width: 300px; }

.rooms-4 div.sched-sessionslot {
  width: 220px; }

.rooms-3 div.sched-sessionslot {
  width: 300px; }

div.sched-sessionslot.trackless {
  width: 100%;
  grid-column: 1 / -1; }

div.sched-session-container {
  flex: 1;
  display: flex;
  flex-direction: row; }

div.sched-rooms div.sched-sessionslot {
  border-left: none;
  padding-left: 8px; }

div.sched-room {
  border-radius: 8px;
  display: flex;
  justify-content: center;
  color: white;
  padding: 4px; }

div.track-name-container {
  display: flex;
  flex-direction: row; }

div.track {
  border-radius: 8px;
  padding: 2px 8px;
  margin-bottom: 0.5em;
  font-weight: normal; }

div.sched-session {
  padding: 0 0 0 8px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

div.speaker {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right; }

.speakers img {
  width: 75px;
  height: 75px;
  object-fit: cover;
  margin-left: 1em; }

.speakers div.speaker:first-child img {
  border-top-left-radius: 30%; }

.speakers div.speaker:last-child:not(:first-child) img {
  margin-top: 2px;
  border-bottom-right-radius: 30%; }

.trackless div.speakers {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 1em; }
  .trackless div.speakers div.speaker {
    flex-direction: column-reverse; }

div.sched-session.session-type-keynote {
  padding-right: 0;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0), var(--track-0-colour-lighter));
  flex-direction: row; }
  div.sched-session.session-type-keynote .speakers {
    margin-top: 0; }
    div.sched-session.session-type-keynote .speakers img {
      width: 100px;
      height: 100px;
      border-top-left-radius: 0;
      border-top-right-radius: 25%;
      border-bottom-right-radius: 0; }

.sched-session-title img {
  height: 50px; }

.session-type-event div.sched-session-title, .session-type-sponsored div.sched-session-title {
  display: flex;
  gap: 1em;
  align-items: center; }

.session-type-session {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px; }

.session-type-session div.sched-session-title,
.session-type-workshop div.sched-session-title,
.session-type-keynote div.sched-session-title,
.session-type-intro div.sched-session-title,
.session-type-lightning-talks div.sched-session-title,
.session-type-event div.sched-session-title {
  font-weight: bold;
  margin-top: 8px;
  margin-right: 8px; }

div.session-type-break,
div.session-type-registration {
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.04); }

div.sched-session-bar {
  width: 8px;
  min-width: 8px;
  height: 100%;
  background-color: var(--default-track-colour);
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

div.trackless-spacer {
  border-left: none; }

div.room-name-0,
div.trackless-intro,
div.trackless-keynote,
div.trackless-lightning-talks {
  background-color: var(--track-0-colour); }
  div.room-name-0 div.past-end,
  div.trackless-intro div.past-end,
  div.trackless-keynote div.past-end,
  div.trackless-lightning-talks div.past-end {
    background-color: var(--track-0-colour-lighter); }

div.room-name-1 {
  background-color: var(--track-1-colour); }
  div.room-name-1 div.past-end {
    background-color: var(--track-1-colour-lighter); }

div.room-name-2 {
  background-color: var(--track-2-colour); }
  div.room-name-2 div.past-end {
    background-color: var(--track-2-colour-lighter); }

div.room-name-3 {
  background-color: var(--track-3-colour); }
  div.room-name-3 div.past-end {
    background-color: var(--track-3-colour-lighter); }

div.room-name-4 {
  background-color: var(--track-4-colour); }
  div.room-name-4 div.past-end {
    background-color: var(--track-4-colour-lighter); }

div.sched-session a {
  text-decoration: none; }

div.sched-session a:hover {
  text-decoration: revert; }

div.trackless {
  width: 100%; }

div.speakers {
  margin-top: 1em; }
  div.speakers .schedule-speaker {
    margin-bottom: 8px;
    font-style: italic; }

div.session-type-break {
  /*border-top: solid 1px rgba(128, 128, 128, 0.5);*/
  /*border-bottom: solid 1px rgba(128, 128, 128, 0.5);*/ }

div.session-type-break {
  /*color: lightgray;*/ }

div.rooms-5 div.sched-rooms, div.rooms-6 div.sched-rooms {
  display: none; }

div.workshop-group-name {
  font-weight: bold; }

div.workshop {
  display: flex;
  padding: 1em;
  gap: 1em; }
  div.workshop .speakers {
    display: flex;
    flex-direction: column;
    gap: 1em; }
  div.workshop .speaker {
    font-style: italic;
    padding: 0;
    margin: 0;
    color: lightblue; }
  div.workshop .thumbnail img {
    border-radius: 50%;
    width: 160px;
    height: 160px;
    object-fit: cover; }
  div.workshop h3 {
    margin-top: 0;
    margin-bottom: 4px; }
  div.workshop .sched-session {
    display: flex;
    flex-direction: column;
    justify-content: center; }

@media screen and (max-width: 1000px) {
  .sponsors_strip img {
    height: 70px; } }

@media screen and (max-width: 800px) {
  .sponsors_strip img {
    height: 60px; } }

@media screen and (max-width: 600px) {
  .sponsors_strip img {
    height: 40px; } }
