body {
  --lsy-global-color-pink: #D23EE7;
  --lsy-global-color-purple-light: #761599;
  --lsy-global-color-purple-dark: #410C70;
  --lsy-global-color-text: #505050;
}

.lsy_message {
  border: 2px solid;
  border-radius: 10px;
  font-family: "Kiro", sans-serif;
  font-size: 1.1em;
  line-height: 1.3em;
  margin: 0.5em 0;
  padding: 10px 15px;
  background: #fff;
  border-color: var(--lsy-global-color-pink);
}
.lsy_message h4 {
  font-size: 1.3em;
  text-decoration: underline;
  color: var(--lsy-global-color-purple-light);
  margin-bottom: 10px !important;
  font-weight: bold;
}
.lsy_message p {
  margin-bottom: 10px;
  color: var(--lsy-global-color-text);
}
.lsy_message a {
  color: var(--bb-primary-color);
}
.lsy_message a.button {
  background-color: var(--e-global-color-primary);
  padding: 1px 10px;
  border-radius: 20px;
  color: white;
  transition: 100ms background ease;
}
.lsy_message a.button:hover {
  background-color: var(--e-global-color-secondary);
  transition: 100ms background ease;
}
.lsy_message.lsy_alert {
  background-color: rgba(255, 238, 186, 0.3);
  border-color: #f3d885;
  color: var(--e-global-color-6f543d4);
}
.lsy_message.lsy_success {
  background-color: rgba(212, 237, 218, 0.3);
  border-color: #80d393;
  color: var(--e-global-color-6f543d4);
}

button.lsy-add-to-calendar-button {
  border-radius: 2px;
  box-sizing: content-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 22px !important;
  width: 22px !important;
  padding: 0 !important;
  background: #fff !important;
}
button.lsy-add-to-calendar-button svg {
  height: 18px;
  padding: 3px;
}

.upcoming-live-highlight button.lsy-add-to-calendar-button {
  max-width: 100% !important;
  height: 33px !important;
  width: auto !important;
  font-weight: bold;
  font-size: 0.875rem;
  letter-spacing: normal;
  color: var(--bb-header-links) !important;
  min-width: fit-content;
  padding: 0 14px 0 12px !important;
  border-radius: 10px;
}
.upcoming-live-highlight button.lsy-add-to-calendar-button svg {
  height: 12px;
  margin-right: 2px;
}
.upcoming-live-highlight button.lsy-add-to-calendar-button + #atcb-customTrigger-atcb-btn-custom-host {
  margin-top: 140px !important;
}
.upcoming-live-highlight button.lsy-add-to-calendar-button + #atcb-customTrigger-atcb-btn-custom-host::part(atcb-list-wrapper) {
  width: 200px !important;
  min-width: 200px !important;
  margin: -88px 2px 0px -12px !important;
}

.fc-event .fc-popover button.lsy-add-to-calendar-button {
  box-shadow: none;
  border: 0;
}
.fc-event .fc-popover button.lsy-add-to-calendar-button + #atcb-customTrigger-atcb-btn-custom-host {
  margin-top: 56px !important;
}
.fc-event .fc-popover button.lsy-add-to-calendar-button + #atcb-customTrigger-atcb-btn-custom-host::part(atcb-list-wrapper) {
  width: 120px !important;
  min-width: 120px !important;
  margin: -79px 2px 0px 20px !important;
}

div.course-status-label .course-status-label-block {
  padding: 2px 10px;
  background-color: var(--e-global-color-f190ee1);
  border-style: solid;
  border-width: 1px;
  border-color: var(--e-global-color-c2091bc);
  border-radius: 20px;
}

/*# sourceMappingURL=bundle.css.map */
