.focus-outline--white:focus {
  outline: solid 1px white;
}

.focus-background--grey:focus {
  background-color: #b5c0c6 !important;
}

.html-view th,
.html-view td {
  border: 1px solid #b5c0c6;
  padding: 0.25rem;
}

.html-view table {
  border: 1px solid #b5c0c6;
  border-collapse: collapse;
}

.dropdownTriangleTopRight::before {
  content: '';
  bottom: 100%;
  right: 13px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
}

.notificationLink:hover {
  background-color: rgb(230, 237, 241) !important;
}

.notificationLink:focus {
  background-color: rgb(227, 233, 237) !important;
}

.menu-button-bg-transparent {
  background-color: transparent;
}

.hover-background-grey:hover,
.hover-background-grey:focus {
  background-color: #eeeeee;
}

.fr-popup.fr-active {
  z-index: 500 !important;
}

.fr-image-resizer {
  z-index: 5;
}

.fr-box.fr-basic .fr-element {
  font-size: 1rem;
  line-height: 1.5;
}

.oa-sortable {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

_:-ms-fullscreen,
:root .oa-sortable {
  /* IE only #8282 */
  overflow: visible;
}

li.mdc-list-item.oa-sortable.draggable-source--is-dragging {
  visibility: hidden;
}

.draggable-mirror {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
  opacity: 1;
  background-color: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.oa-sortable:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/**
 * DataTable
 */
.rmwc-data-table {
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: inline-block;
  text-align: left;
}

/** DataTable Sticky Rules */
.rmwc-data-table--sticky-columns-1 .rmwc-data-table__cell:nth-child(-n + 1) {
  position: sticky;
  left: 0;
  z-index: 1;
  box-shadow: 1px 0 rgba(0, 0, 0, 0.12);
}

.rmwc-data-table--sticky-rows-1 .rmwc-data-table__head .rmwc-data-table__row:nth-child(-n + 1) .rmwc-data-table__cell {
  position: sticky;
  top: 0;
  z-index: 2;
  box-shadow: 0 1px rgba(0, 0, 0, 0.12);
}

/** 1 x 1 */
.rmwc-data-table--sticky-rows-1.rmwc-data-table--sticky-columns-1 .rmwc-data-table__head .rmwc-data-table__row:nth-child(-n + 1) .rmwc-data-table__cell:nth-child(-n + 1) {
  z-index: 3;
}

.rmwc-data-table--sticky-rows-1.rmwc-data-table--sticky-columns-1 .rmwc-data-table__head .rmwc-data-table__row:nth-child(-n + 1) .rmwc-data-table__cell:nth-child(-n + 1) {
  box-shadow: 1px 1px rgba(0, 0, 0, 0.12);
}

/**
 * DataTableContent
 */
.rmwc-data-table__content {
  position: relative;
  border-collapse: collapse;
  white-space: nowrap;
  font-size: 0.875rem;
}

/**
 * DataTableHead
 */
.rmwc-data-table__head {
  padding-bottom: 0.1875rem;
}

/** NEED SOME RULE FOR INLINE SELECTS
.mdl-data-table__select {
  margin-top: 0;
}
**/

/**
 * DataTableRow
 */
.rmwc-data-table__row {
  position: relative;
}

.rmwc-data-table__body .rmwc-data-table__row--hover:not(.rmwc-data-table__row--selected):not(.rmwc-data-table__row--activated) .rmwc-data-table__cell:before,
.rmwc-data-table__body .rmwc-data-table__row:hover:not(.rmwc-data-table__row--selected):not(.rmwc-data-table__row--activated) .rmwc-data-table__cell:before {
  opacity: 0.04;
  background-color: var(--mdc-theme-on-surface, black);
}

.rmwc-data-table__row--selected .rmwc-data-table__cell:before {
  opacity: 0.1;
  background-color: var(--mdc-theme-on-surface, black);
}

.rmwc-data-table__row--activated {
  color: var(--mdc-theme-primary, #6200ee);
}

.rmwc-data-table__row--incomplete .rmwc-data-table__cell:before {
  opacity: 0.2;
  background-color: #ff3131;
}

.rmwc-data-table__row--incomplete:hover .rmwc-data-table__cell:before {
  opacity: 0.2 !important;
  background-color: #a10000 !important;
}

_:-ms-fullscreen,
:root .rmwc-data-table__row--incomplete .rmwc-data-table__cell:before {
  /* IE only */
  opacity: 0.2;
  background-color: #ff3131;
  height: 5rem;
}

_:-ms-fullscreen,
:root .rmwc-data-table__row--incomplete:hover .rmwc-data-table__cell:before {
  /* IE only */
  opacity: 0.2 !important;
  background-color: #a10000 !important;
}

.rmwc-data-table__row--activated .rmwc-data-table__cell:before {
  opacity: 0.1;
  background-color: var(--mdc-theme-primary, #6200ee);
}

/**
 * DataTableCell and DataTableHeadCell
 */
.rmwc-data-table__cell {
  transition: background-color 0.28s cubic-bezier(0.4, 0, 1, 1);
  position: relative;
  vertical-align: middle;
  height: 3rem;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0.75rem 1rem;
  box-sizing: border-box;
}

.rmwc-data-table__row:first-child .rmwc-data-table__cell {
  border-top: 0;
}

.rmwc-data-table__body:last-child .rmwc-data-table__row:last-child .rmwc-data-table__cell {
  border-bottom: 0;
}

.rmwc-data-table__cell:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transition: background-color 0.28s cubic-bezier(0.4, 0, 1, 1), opacity 0.28s cubic-bezier(0.4, 0, 1, 1);
}

.rmwc-data-table__cell--align-end {
  text-align: right;
}

.rmwc-data-table__cell--align-start {
  text-align: left;
}

.rmwc-data-table__cell--align-middle {
  text-align: center;
}

.rmwc-data-table__cell--input:hover {
  background-color: rgba(1, 1, 1, 0.15);
}

.rmwc-data-table__cell:first-of-type {
  padding-left: 1.5rem;
}

.rmwc-data-table__cell:last-of-type {
  padding-right: 1.5rem;
}

.rmwc-data-table__cell .mdc-checkbox {
  vertical-align: text-top;
  position: relative;
  top: 0.0625rem;
  /** Fixes 1px offset */
  margin: -0.6875rem 0.25rem -0.6875rem -1rem;
}

.rmwc-data-table__header-input {
  border: none;
  border-bottom: 1px solid #999;
}

.rmwc-data-table__header-input:focus {
  border: none;
  border-bottom: 1px solid var(--mdc-theme-primary, rgb(32, 76, 129));
}

/**
 * DataTableSortIcon
 */
.rmwc-data-table__sort-icon {
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  vertical-align: middle;
  width: 1.125rem;
  height: 1.125rem;
  display: inline-flex;
  margin-right: 0.25rem;
  margin-top: -0.1875rem;
}

.rmwc-data-table__head-cell--sorted .rmwc-data-table__sort-icon {
  opacity: 1;
}

.rmwc-data-table__head-cell--sorted-descending .rmwc-data-table__sort-icon {
  transform: scaleY(-1);
}

/**
 * DataTableHeadCell
 */
.rmwc-data-table__head-cell {
  position: relative;
  vertical-align: bottom;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0;
  padding-bottom: 0.5rem;
  box-sizing: border-box;
  height: 3rem;
  color: var(--mdc-theme-secondary-on-background, rgba(0, 0, 0, 0.54));
  background-color: var(--mdc-theme-surface, white);
}

/** Sortable Rules */
.rmwc-data-table__head-cell--sortable {
  transition: color 0.3s;
}

.rmwc-data-table__head-cell--sortable-hover,
.rmwc-data-table__head-cell--sortable:hover {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.87);
}

.rmwc-data-table__head-cell--sorted {
  color: rgba(0, 0, 0, 0.87);
}

/**
 * Form Controls
 */
/** Checkbox / Radio */
.rmwc-data-table__cell .mdc-checkbox,
.rmwc-data-table__cell .mdc-radio {
  vertical-align: middle;
  margin: calc(-0.6875rem - 1.6px) 0.25rem -0.6875rem -1rem;
}

/** Select */
.rmwc-data-table__cell .mdc-select {
  margin: -0.75rem -1rem;
  background-color: transparent;
  border-radius: 0;
}

.rmwc-data-table__cell .mdc-select .mdc-select__native-control {
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: inherit;
  font-size: inherit;
}

.rmwc-data-table__cell .mdc-select option {
  font-size: 1rem;
}

.rmwc-data-table__cell .mdc-select .mdc-line-ripple {
  display: none;
}

/** Switch */
.rmwc-data-table__cell .mdc-switch {
  vertical-align: middle;
}

/* PIKADAY MATERIAL DESIGN CSS */

.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  border: 0px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: ' ';
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single {
  position: fixed;
  /* top: 5%;
  left: 50%;
  margin-left: -135px; */
}

.pika-pika {
  background-color: transparent;
  transition: background-color 0.26s ease;
  position: fixed !important;
  top: 0 !important;
  bottom: 0;
  left: 0 !important;
  right: 0;
}

.pika-lendar {
  width: 270px;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.9);
  background-color: #fff;
  margin: -50% auto 0;
  padding: 0 0 15px 0;
  transition: all 0.26s ease;
  position: relative;
}

.im-here .pika-lendar {
  margin-top: 10%;
}

.im-here .pika-pika {
  background-color: rgba(0, 0, 0, 0.15);
}

.pika-title {
  position: relative;
  text-align: center;
  background-color: var(--mdc-theme-primary, rgb(32, 76, 129));
  padding: 27px 19px 13px;
  overflow: hidden;
}

.pika-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  margin: 0.25rem;
  font-weight: 400;
  color: #fff;
  background-color: transparent;
}

.pika-label.dayname {
  display: block;
  background-color: var(--mdc-theme-primary, rgb(32, 76, 129));
  margin: -27px -19px 16px;
  padding: 4px;
}

.pika-label.day {
  display: block;
  font-size: 50px;
  line-height: 50px;
  padding: 0;
  width: 80px;
  margin: 0 auto;
}

.pika-label.month {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  padding: 0;
}

.pika-label.year {
  font-size: 20px;
  line-height: 20px;
  padding: 0;
  color: var(--mdc-theme-primary, rgb(32, 76, 129));
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0;
  outline: none;
  border: 0;
  padding: 0;
  width: 34px;
  height: 100%;
  text-indent: 68px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  transition: opacity 0.26s ease;
  opacity: 0.3;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 0.8;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev {
  left: 0;
}

.pika-next {
  right: 0;
}

.pika-prev:before,
.pika-next:before {
  content: ' ';
  border-color: #fff;
  border-style: solid;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: calc(50% + 9px);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pika-prev:before {
  border-width: 0 0 2px 2px;
  left: 20px;
}

.pika-next:before {
  border-width: 2px 2px 0 0;
  right: 20px;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-select {
  display: inline-block;
}

.pika-table {
  width: auto !important;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  margin: 0 15px 15px 15px;
}

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}

.pika-table th {
  color: #454545;
  font-size: 12px;
  line-height: 25px;
  font-weight: normal;
  text-align: center;
  padding: 10px 0px;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0 2px 7px;
  width: 30px;
  height: 30px;
  padding: 0;
  color: #444;
  font-size: 12px;
  line-height: 15px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 100%;
}

.pika-footer {
  text-align: right;
}

.pika-ok {
  border: 0;
  background-color: transparent;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  padding: 6px 10px;
  margin: 0 25px;
  color: var(--mdc-theme-primary, rgb(32, 76, 129));
}

.pika-ok:focus,
.pika-ok:active {
  outline: 0;
}

.pika-week {
  font-size: 11px;
  color: #444;
}

.is-today .pika-button {
  color: var(--mdc-theme-primary, rgb(32, 76, 129));
  font-weight: bold;
}

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background-color: var(--mdc-theme-primary, rgb(32, 76, 129));
  border-color: #fff !important;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #666;
  opacity: 0.3;
}

.pika-button:hover {
  color: #fff !important;
  background: var(--mdc-theme-primary, rgb(32, 76, 129)) !important;
  border-color: #fff !important;
}

/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: default;
}

.pika-table {
  border: none;
}

.pika-table td,
.pika-table tr,
.pika-table th {
  border: none;
}

/* Main event dashboard hover and media classes */

.centered-max-width {
  align-items: center;
  max-width: 83.4rem;
  margin: 0 auto;
}

@media only screen and (max-width: 1636px) {
  .banner-max-width {
    max-width: 40rem;
  }

  .centered-max-width {
    max-width: 46.5rem;
    margin: 0 auto;
    align-items: flex-start;
  }

  .event-details-padding {
    padding-top: 1.7rem !important;
    padding-bottom: 1.7rem !important;
  }
}

.stat-circle:hover div {
  transform: translateY(-4.7rem);
}

.tooltip-wrap:hover .tooltip-text,
.tooltip-wrap:focus .tooltip-text {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) scale(1);
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14),
    0 1px 14px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 14px 0 rgba(0, 0, 0, 0.12);
}

/* Tooltip */
.tooltip-wrap {
  position: relative;
}

.tooltip-text {
  transform-origin: top center;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50%) scale(0);
  width: 125px;
  background-color: #e0e0e0;
  color: #333;
  text-align: left;
  padding: 0.5rem;
  border-radius: 6px;
  position: absolute;
  z-index: 9;
  font-size: 0.9rem;
  top: 115%;
  top: calc(100% + 10px);
  left: 50%;
  line-height: 1.3;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0);
  transition: opacity 0.1s ease, transform 0.13s ease, box-shadow 0.13s ease, -webkit-box-shadow 0.13s ease;
}

.tooltip-text--right {
  width: 110px;
  right: 0;
  left: auto;
  transform: initial !important;
}

.tooltip-text--wide {
  width: 200px;
}

.tooltip-text::after {
  content: ' ';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #e0e0e0 transparent;
}

.tooltip-text--align-right {
  right: initial;
  left: 100%;
  left: calc(100% + 10px);
  transform: initial !important;
  top: 0;
}

.tooltip-text--align-right::after {
  content: ' ';
  position: absolute;
  top: 0.25rem;
  right: 100%;
  left: initial;
  margin-left: -1px;
  border-width: 7px;
  border-style: solid;
  border-color: transparent #e0e0e0 transparent transparent;
}

.tooltip-text--align-bottom-right {
  right: initial;
  left: 0;
  transform: initial !important;
  top: 100%;
  top: calc(100% + 10px);
}

.tooltip-text--align-bottom-right::after {
  content: ' ';
  position: absolute;
  bottom: 100%;
  left: 0.25rem;
  margin-left: -1px;
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent #e0e0e0 transparent;
}

.tooltip-text--align-bottom-right-nudge {
  right: initial;
  left: 0;
  transform: initial !important;
  top: 100%;
  top: calc(100% + 10px);
}

.tooltip-text--align-bottom-right-nudge::after {
  content: ' ';
  position: absolute;
  bottom: 100%;
  left: 1rem;
  margin-left: -1px;
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent #e0e0e0 transparent;
}

.tooltip-text--right::after {
  right: 0.5rem;
  left: auto;
}

.tooltip-text--left {
  transform-origin: center right;
  top: 50%;
  left: 0;
  transform: translateX(-80%) translateY(-50%) scale(0);
}

.tooltip-wrap:hover .tooltip-text--left,
.tooltip-wrap:focus .tooltip-text--left {
  visibility: visible;
  transform: translateX(-103%) translateY(-50%) scale(1);
}

.tooltip-text--left::after {
  content: ' ';
  position: absolute;
  bottom: 50%;
  left: 100%;
  margin-left: -1px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #e0e0e0;
}

.tooltip-text--table-email-button {
  transform-origin: center right;
  transform: translateX(-80%) translateY(-50%) scale(0);
}

.tooltip-wrap:hover .tooltip-text--table-email-button {
  visibility: visible;
  transform: translateX(-160%) translateY(-50%) scale(1);
}

.tooltip-text--table-email-button::after {
  margin-left: 8.25rem;
}

.chip-text-on-hover+span {
  opacity: 0;
  transform: scale(0, 1);
  transform-origin: left;
  transition: opacity 0.15s ease, transform 0.15s ease;
  width: 0;
}

.chip-no-outer {
  overflow: visible;
  z-index: 1;
  transition: box-shadow 0.1s ease;
}

.chip-no-outer:hover {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  z-index: 2;
}

.chip-no-outer:hover::after {
  background-color: transparent;
}

.chip-no-outer:hover::before {
  background-color: transparent;
}

.chip-text-on-hover:hover+span {
  opacity: 1;
  transform: scale(1, 1);
  width: auto;
  padding-right: 0.5rem;
}

.mdc-button {
  line-height: 1.5;
}

.mdc-button--icon {
  padding-left: 0.2rem;
}

.menu-toggle {
  margin-left: 0;
  transition: transform 0.15s ease, opacity 0.1s ease;
  opacity: 0;
  transform-origin: top right;
  transform: translateX(20%) translateY(-20%) scale(0);
}

.menu-toggle--active {
  opacity: 1;
  transform: translateX(5%) translateY(-5%) scale(1);
}

.form-description-label *:last-child {
  margin-bottom: -1rem;
}

.symposium-person-row {
  display: flex;
}

@media only screen and (max-width: 700px) {
  .symposium-person-row {
    display: block;
  }
}

@media only screen and (min-width: 1500px) {
  .justifyCenterWhenAbove1500 {
    justify-content: center;
  }
}

.scroll-box-gradient-vertical {
  background:
    /* Shadow covers */
    linear-gradient(white 30%, rgba(255, 255, 255, 0)),
    linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%,
    /* Shadows */
    linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0)) 0 100%;
  background:
    /* Shadow covers */
    linear-gradient(white 30%, rgba(255, 255, 255, 0)),
    linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%,
    /* Shadows */
    linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.18)) 0 100%;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;

  /* Opera doesn't support this in the shorthand */
  background-attachment: local, local, scroll, scroll;
}

/* FROALA STYLING */

.froala-editor ul {
  list-style: initial;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.froala-editor ol {
  list-style: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.froala-editor li {
  list-style: unset;
}

/* hotfix for https://git.io/fjnkq */
:not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item:hover::before {
  filter: opacity(100%);
}

/* hotfix for https://git.io/fjnkq */
:not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item:active::after {
  filter: opacity(100%);
}

/* hotfix for https://git.io/fjnkq */
:not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item:focus::after {
  filter: opacity(100%);
}

/* IE only styles to address https://git.io/fjnIU */
_:-ms-fullscreen,
:root #table-content {
  max-height: none !important;
}

/* Snackbar styles from https://git.io/fjnAL */
.mdc-snackbar {
  display: none;
  position: fixed;
  right: unset;
  bottom: 0;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  min-width: 0;
  max-width: none;
  padding: 0;
}

.mdc-snackbar--opening,
.mdc-snackbar--open,
.mdc-snackbar--closing {
  display: flex;
}

.mdc-snackbar__surface {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
}

.mdc-snackbar__label {
  flex-grow: 1;
  box-sizing: border-box;
  margin: 0;
  padding: 14px 16px;
  color: hsla(0, 0%, 100%, 0.87);
}

.mdc-snackbar__label::before {
  display: inline;
  content: attr(data-mdc-snackbar-label-text);
}

.mdc-snackbar__actions {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  box-sizing: border-box;
}

.maxHeight8RemAnimation {
  animation: maxHeightGrow8 0.2s ease;
}

@keyframes maxHeightGrow8 {
  from {
    max-height: 0rem;
  }

  to {
    max-height: 8rem;
  }
}

.maxHeight4remAnimation {
  animation: maxHeightGrow4 0.45s ease;
}

@keyframes maxHeightGrow4 {
  from {
    max-height: 0rem;
  }

  to {
    max-height: 4rem;
  }
}

.maxHeight28remAnimation {
  animation: maxHeightGrow28 0.35s ease-out;
}

@keyframes maxHeightGrow28 {
  0% {
    max-height: 0rem;
    overflow: hidden;
  }

  99% {
    max-height: 28.7rem;
  }

  100% {
    overflow: visible;
  }
}

.slideUpAnimation {
  animation: slideUp 0.3s ease;
}

.slideUpAnimationFast {
  animation: slideUp 0.15s ease-out;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0%);
  }
}

.growInAnimation {
  animation: growIn 0.2s ease;
}

@keyframes growIn {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

.sessionGrowInAnimation {
  animation: sessionGrowIn 0.15s ease;
  transform-origin: center;
}

.loadingSpinnerAnimation {
  animation: spinner 1.2s ease infinite;
}

@keyframes spinner {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

@keyframes sessionGrowIn {
  from {
    transform: scale(0.75) translateY(-50%);
    opacity: 0;
  }

  to {
    transform: scale(1) translateY(-50%);
    opacity: 1;
  }
}

.fadeInAnimation {
  animation: fadeIn 0.2s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.loadingPulseOpacity {
  animation: pulseOpacity 1s ease infinite;
}

@keyframes pulseOpacity {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.shakeAnimation {
  animation: shake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  perspective: 1000px;
}

@keyframes shake {

  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

.removeLastParaMargin p:last-of-type {
  margin-bottom: 0;
}

.removeLastParaMargin ol {
  margin: 0 0 1rem 1rem;
}

.removeLastParaMargin ul {
  margin: 0 0 1rem 1rem;
  list-style: initial;
}

/* quill menitions */

.ql-mention-list-container {
  width: auto;
}

@media only screen and (min-width: 701px) {
  .onlyShowOnMobile {
    display: none;
  }
}

@media only screen and (max-width: 700px) {
  .onlyShowOnDesktop {
    display: none;
  }

  .showAsCardOnDesktopOnly {
    margin: 0 auto !important;
    border-radius: 0;
  }

  .horizontalPadding2remOnMobile {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .flexColumnWhenMobile {
    flex-direction: column !important;
  }

  .noMarginWhenMobile {
    margin: 0 !important;
  }
}

#session-html-section a {
  color: inherit;
}

.program-builder--edit-link {
  color: inherit;
  text-decoration: none;
}

.program-builder--edit-link--attach {
  color: inherit;
  text-decoration: underline;
}

.program-builder--edit-link:hover {
  text-decoration: underline;
}

.program-settings-hidden-button {
  display: none;
}

.visible-focus-hover:focus,
.visible-focus-hover:active {
  outline: #204c81 solid 2px;
  background-color: rgb(209, 210, 212);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fu-hover:focus-within {
  border: rgb(32, 76, 129) 2px solid;
}

button:hover .program-settings-hidden-button {
  display: block;
}

.hoverchild {
  display: none;
}

.hoverparent:hover .hoverchild {
  display: block;
}

.small-video-placeholder:hover i,
.small-video-placeholder:focus i {
  background-color: rgba(54, 107, 176, 0.19);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.welcome-and-thankyou img {
  max-width: 100%;
}

.drawer-frame-app-content {
  padding: 4rem 0rem 0rem 16rem;
  position: absolute;
  width: 100%;
}

.icon-payment {
  overflow: inherit;
  margin-top: .5rem;
  margin-bottom: .5rem;
  width: 2rem;
  height: 2rem;
}

.data-table-header {
  container-type: inline-size;
}

@container (min-width: 1024px) {
  .data-table-hide-desktop {
    display: none;
  }
}

@container (max-width: 1024px) {
  .data-table-hide-mobile {
    display: none;
  }
}

.new-tooltip-container {
    position: relative;
}

.new-tooltip-trigger {
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 14px;
    color: #666;
}

.new-tooltip-trigger:hover {
    background-color: #f8f9fa;
}

.new-tooltip {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    margin-left: 8px;
    background-color: #2d3748;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 13px;
    white-space: pre-wrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    width: 30ch;
    text-align: center;
}

.new-tooltip::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-right-color: #2d3748;
}

.new-tooltip-container:hover .new-tooltip {
    opacity: 1;
    visibility: visible;
}
