.badge {
  cursor: pointer;
  transition: all 0.3s ease;
}

.badge.active {
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.session-instance-card {
  transition: filter 0.3s ease;
}

.agenda-buttons {
  align-items: center;
  justify-content: end;
}
.agenda-line {
  height: 100%;
  left: 118px !important;
  z-index: -1 !important;
  top: 51% !important;
}

@media (min-width: 1200px) {
  .agenda-line {
    left: 122px !important;
  }
}

.text-gray {
  color: #6E6E6E;
}

.multi-session .session-instance:not(:first-child) .agenda-start-time,
.multi-session .session-instance:not(:first-child) .agenda-circle {
  display: none !important;
}

.agenda-circle {
  width: 21px !important;
  height: 21px !important;
}

@media (min-width: 1400px) {
  .multi-session .flex-grow-1 {
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .agenda-start-time {
    width: 94px;
  }
}

.multi-session .flex-grow-1 {
  margin-right: 0;
}

.multi-session {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .multi-session {
    flex-direction: column !important;
    gap: 1.5rem;
  }

  .multi-session > .d-flex,
  .multi-session > .d-flex:nth-child(odd),
  .multi-session > .d-flex:nth-child(even),
  .multi-session > .d-flex:nth-child(odd):not(:first-child),
  .multi-session > .d-flex:nth-child(odd):last-child {
    flex: 1 1 100% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }

  .multi-session .session-instance {
    flex-direction: column !important;
  }
}

.multi-session>.d-flex:nth-child(odd) {
  flex: 0 0 55%;
  box-sizing: border-box;
}

.multi-session>.d-flex:nth-child(even) {
  flex: 0 0 45%;
  box-sizing: border-box;
}

.multi-session>.d-flex:nth-child(odd):not(:first-child) {
  flex: 0 0 43%;
}

@media (min-width: 1200px) {
  .multi-session>.d-flex:nth-child(odd):not(:first-child) {
    flex: 0 0 44.9%;
  }
}

@media (min-width: 1400px) {
  .multi-session>.d-flex:nth-child(odd):not(:first-child) {
    flex: 0 0 46.3%;
  }
}

@media (min-width: 1600px) {
  .multi-session>.d-flex:nth-child(odd):not(:first-child) {
    flex: 0 0 47%;
  }
}

@media (min-width: 992px) {
  .multi-session>.d-flex:nth-child(odd):not(:first-child) {
    margin-left: 7rem;
  }

  .multi-session>.d-flex:not(:first-child):not(:nth-child(2)) {
    margin-top: 2rem;
  }
}

.multi-session>.d-flex:nth-child(odd):last-child {
  flex: 0 0 45% !important;
}

@media (min-width: 1400px) {
  .multi-session>.d-flex:nth-child(odd):last-child {
    flex: 0 0 46.3% !important;
  }
}

@media (min-width: 1600px) {
  .multi-session>.d-flex:nth-child(odd):last-child {
    flex: 0 0 47% !important;
  }
}

.btn-agenda-see-more {
  height: 50px;
}

.btn-agenda-see-more[aria-expanded="true"]::before {
  content: ' See less';
}

.btn-agenda-see-more[aria-expanded="false"]::before {
  content: ' See more';
}

.btn-agenda-see-more[aria-expanded="true"] i {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.btn-agenda-see-more i {
  transition: transform 0.3s ease;
}

.rounded-avatar {
  width: 35px;
  height: 35px;
  object-fit: cover;
}

.type-and-track {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

@media (max-width: 767px) {
  .type-and-track {
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    width: 300px;
  }

  .agenda-buttons {
    margin-top: 1.5rem;
    align-items: center;
    justify-content: start;
    display: flex;
  }

  .agenda-buttons a {
    width: 100%;
  }
}
