/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/activity-feed/index.scss?ngGlobalStyle ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  /* Primary Colors */
  --yesware_green: #8DC23C;
  --yesware_blue: #29ABE2;
  --yesware_orange: #FAA41D;
  --yesware_purple: #BE69C4;
  /* Secondary Colors */
  --yesware_stone_gray: #7F8A8C;
  --yesware_black_gray: #979797;
  --yesware_red: #E74C3C;
  /* Extended Color Palette */
  --yw_green_50: #FAFDF5;
  --yw_green_100: #F2FAE6;
  --yw_green_200: #C6E794;
  --yw_green_300: var(--yesware_green);
  --yw_green_400: #629D1A;
  --yw_green_500: #457111;
  --yw_blue_50: #F7FCFD;
  --yw_blue_100: #ECF7FB;
  --yw_blue_200: #A4DDF2;
  --yw_blue_300: var(--yesware_blue);
  --yw_blue_400: #1B83BD;
  --yw_blue_500: #0D5E8C;
  --yw_orange_50: #FFFBF5;
  --yw_orange_100: #FFF5E6;
  --yw_orange_200: #FFCF85;
  --yw_orange_300: var(--yesware_orange);
  --yw_orange_400: #D66B00;
  --yw_orange_500: #724417;
  --yw_purple_50: #FDF9FD;
  --yw_purple_100: #FAF0FB;
  --yw_purple_200: #EDB0F1;
  --yw_purple_300: var(--yesware_purple);
  --yw_purple_400: #A042A6;
  --yw_purple_500: #6E1A74;
  --yw_red_50: #FFFAFA;
  --yw_red_100: #FFF0EF;
  --yw_red_200: #FFB6AF;
  --yw_red_300: var(--yesware_red);
  --yw_red_400: #D02212;
  --yw_red_500: #AB1002;
  --yw_stone_100: #F5F5F7;
  --yw_stone_200: #D7DBDE;
  --yw_stone_250: #A4A9AD;
  --yw_stone_300: var(--yesware_stone_gray);
  --yw_stone_400: #576264;
  --yw_stone_500: #333839;
  --yw_gray_100: #F7F7F7;
  --yw_gray_150: #EDEDED;
  --yw_gray_200: #DADADA;
  --yw_gray_300: var(--yesware_black_gray);
  --yw_gray_400: #666666;
  --yw_gray_500: #323232;
  /* Other Colors */
  /* Safeguard for any apps using $white and
  updating to the Angular 15 var(--white) syntax.
   */
  --white: #FFFFFF;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  margin: 0;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
}

.fab {
  background-color: white;
  border-radius: 50%;
  border: none;
  outline: none;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15), 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
.fab:hover {
  background-color: var(--yw_gray_150);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15), 0 4px 8px rgba(0, 0, 0, 0.3);
}
.fab:active {
  background-color: var(--yw_gray_200);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15), 0 6px 8px rgba(0, 0, 0, 0.3);
}

app-header {
  height: 60px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.45);
  display: block;
  padding-left: 20px;
}

feed-date {
  display: block;
  height: 60px;
  padding: 10px 15px;
  font-size: 14px;
  border-top: 1px solid var(--yw_gray_150);
}
feed-date .label {
  display: inline-block;
  padding: 3px 12px;
  margin-top: 15px;
  background-color: var(--yw_gray_200);
  font-size: 14px;
  color: var(--yw_stone_500);
  border-radius: 12px;
}

.yfo365 feed-date {
  height: auto;
  padding: 10px;
  font-size: 12px;
  line-height: 15px;
  padding: 15px 12px 12px 12px;
}
.yfo365 feed-date .label {
  width: 100%;
  margin-top: 0;
  text-transform: uppercase;
  background-color: transparent;
  color: var(--yesware_stone_gray);
  font-family: proxima-nova-semibold, Arial, Sans-Serif;
  font-weight: 500;
  padding: 0;
}

thread-events, scheduled, opened-not-replied,
not-opened, recent-activity {
  display: block;
  position: fixed;
  top: 61px;
  width: 100%;
  height: 100%;
}
thread-events :not(skeleton):not(.presentation-metrics-container):not(thread-presentation):first-child, scheduled :not(skeleton):not(.presentation-metrics-container):not(thread-presentation):first-child, opened-not-replied :not(skeleton):not(.presentation-metrics-container):not(thread-presentation):first-child,
not-opened :not(skeleton):not(.presentation-metrics-container):not(thread-presentation):first-child, recent-activity :not(skeleton):not(.presentation-metrics-container):not(thread-presentation):first-child {
  border-top: none;
}
thread-events .recent-activity-content, scheduled .scheduled-content, opened-not-replied .not-opened-content, opened-not-replied .opened-not-replied-content,
not-opened .not-opened-content,
not-opened .opened-not-replied-content, recent-activity .recent-activity-content {
  height: calc(100% - 61px);
  overflow-y: auto;
}
thread-events .recent-activity-content .scroll-top, scheduled .scheduled-content .scroll-top, opened-not-replied .not-opened-content .scroll-top, opened-not-replied .opened-not-replied-content .scroll-top,
not-opened .not-opened-content .scroll-top,
not-opened .opened-not-replied-content .scroll-top, recent-activity .recent-activity-content .scroll-top {
  position: fixed;
  bottom: 15px;
  right: 20px;
  height: 45px;
  width: 45px;
}
thread-events .recent-activity-content .scroll-top svg, scheduled .scheduled-content .scroll-top svg, opened-not-replied .not-opened-content .scroll-top svg, opened-not-replied .opened-not-replied-content .scroll-top svg,
not-opened .not-opened-content .scroll-top svg,
not-opened .opened-not-replied-content .scroll-top svg, recent-activity .recent-activity-content .scroll-top svg {
  height: 25px;
  width: 25px;
  fill: var(--yesware_stone_gray);
}
thread-events thread-feed-event, scheduled thread-feed-event, scheduled scheduled-feed-event, opened-not-replied thread-feed-event, opened-not-replied .not-opened-content message-index-feed-event, opened-not-replied .opened-not-replied-content message-index-feed-event,
not-opened thread-feed-event,
not-opened .not-opened-content message-index-feed-event,
not-opened .opened-not-replied-content message-index-feed-event, thread-events activity-feed-event-cta, scheduled activity-feed-event-cta, opened-not-replied activity-feed-event-cta,
not-opened activity-feed-event-cta, recent-activity thread-feed-event, recent-activity activity-feed-event-cta, thread-events activity-feed-event, scheduled activity-feed-event, opened-not-replied activity-feed-event,
not-opened activity-feed-event, recent-activity activity-feed-event {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 15px;
  border-top: 1px solid var(--yw_gray_150);
  font-size: 14px;
}
thread-events thread-feed-event:last-child, scheduled thread-feed-event:last-child, scheduled scheduled-feed-event:last-child, opened-not-replied thread-feed-event:last-child, opened-not-replied .not-opened-content message-index-feed-event:last-child, opened-not-replied .opened-not-replied-content message-index-feed-event:last-child,
not-opened thread-feed-event:last-child,
not-opened .not-opened-content message-index-feed-event:last-child,
not-opened .opened-not-replied-content message-index-feed-event:last-child, thread-events activity-feed-event-cta:last-child, scheduled activity-feed-event-cta:last-child, opened-not-replied activity-feed-event-cta:last-child,
not-opened activity-feed-event-cta:last-child, recent-activity thread-feed-event:last-child, recent-activity activity-feed-event-cta:last-child, thread-events activity-feed-event:last-child, scheduled activity-feed-event:last-child, opened-not-replied activity-feed-event:last-child,
not-opened activity-feed-event:last-child, recent-activity activity-feed-event:last-child {
  border-bottom: 1px solid var(--yw_gray_150);
}
thread-events thread-feed-event.is-selected, scheduled thread-feed-event.is-selected, scheduled scheduled-feed-event.is-selected, opened-not-replied thread-feed-event.is-selected, opened-not-replied .not-opened-content message-index-feed-event.is-selected, opened-not-replied .opened-not-replied-content message-index-feed-event.is-selected,
not-opened thread-feed-event.is-selected,
not-opened .not-opened-content message-index-feed-event.is-selected,
not-opened .opened-not-replied-content message-index-feed-event.is-selected, thread-events activity-feed-event-cta.is-selected, scheduled activity-feed-event-cta.is-selected, opened-not-replied activity-feed-event-cta.is-selected,
not-opened activity-feed-event-cta.is-selected, recent-activity thread-feed-event.is-selected, recent-activity activity-feed-event-cta.is-selected, thread-events activity-feed-event.is-selected, scheduled activity-feed-event.is-selected, opened-not-replied activity-feed-event.is-selected,
not-opened activity-feed-event.is-selected, recent-activity activity-feed-event.is-selected {
  pointer-events: none;
  background-color: var(--yw_stone_100);
  box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.15), 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
thread-events thread-feed-event > *, scheduled thread-feed-event > *, scheduled scheduled-feed-event > *, opened-not-replied thread-feed-event > *, opened-not-replied .not-opened-content message-index-feed-event > *, opened-not-replied .opened-not-replied-content message-index-feed-event > *,
not-opened thread-feed-event > *,
not-opened .not-opened-content message-index-feed-event > *,
not-opened .opened-not-replied-content message-index-feed-event > *, thread-events activity-feed-event-cta > *, scheduled activity-feed-event-cta > *, opened-not-replied activity-feed-event-cta > *,
not-opened activity-feed-event-cta > *, recent-activity thread-feed-event > *, recent-activity activity-feed-event-cta > *, thread-events activity-feed-event > *, scheduled activity-feed-event > *, opened-not-replied activity-feed-event > *,
not-opened activity-feed-event > *, recent-activity activity-feed-event > * {
  vertical-align: middle;
}
thread-events thread-feed-event .when.happened, scheduled thread-feed-event .when.happened, scheduled scheduled-feed-event .when.happened, opened-not-replied thread-feed-event .when.happened, opened-not-replied .not-opened-content message-index-feed-event .when.happened, opened-not-replied .opened-not-replied-content message-index-feed-event .when.happened,
not-opened thread-feed-event .when.happened,
not-opened .not-opened-content message-index-feed-event .when.happened,
not-opened .opened-not-replied-content message-index-feed-event .when.happened, thread-events activity-feed-event-cta .when.happened, scheduled activity-feed-event-cta .when.happened, opened-not-replied activity-feed-event-cta .when.happened,
not-opened activity-feed-event-cta .when.happened, recent-activity thread-feed-event .when.happened, recent-activity activity-feed-event-cta .when.happened, thread-events activity-feed-event .when.happened, scheduled activity-feed-event .when.happened, opened-not-replied activity-feed-event .when.happened,
not-opened activity-feed-event .when.happened, recent-activity activity-feed-event .when.happened,
thread-events thread-feed-event .when.happening,
scheduled thread-feed-event .when.happening,
scheduled scheduled-feed-event .when.happening,
opened-not-replied thread-feed-event .when.happening,
opened-not-replied .not-opened-content message-index-feed-event .when.happening,
opened-not-replied .opened-not-replied-content message-index-feed-event .when.happening,
not-opened thread-feed-event .when.happening,
not-opened .not-opened-content message-index-feed-event .when.happening,
not-opened .opened-not-replied-content message-index-feed-event .when.happening,
thread-events activity-feed-event-cta .when.happening,
scheduled activity-feed-event-cta .when.happening,
opened-not-replied activity-feed-event-cta .when.happening,
not-opened activity-feed-event-cta .when.happening,
recent-activity thread-feed-event .when.happening,
recent-activity activity-feed-event-cta .when.happening,
thread-events activity-feed-event .when.happening,
scheduled activity-feed-event .when.happening,
opened-not-replied activity-feed-event .when.happening,
not-opened activity-feed-event .when.happening,
recent-activity activity-feed-event .when.happening {
  flex: none;
  width: 70px;
  margin-left: 20px;
  color: var(--yw_stone_500);
}
thread-events thread-feed-event .when.empty, scheduled thread-feed-event .when.empty, scheduled scheduled-feed-event .when.empty, opened-not-replied thread-feed-event .when.empty, opened-not-replied .not-opened-content message-index-feed-event .when.empty, opened-not-replied .opened-not-replied-content message-index-feed-event .when.empty,
not-opened thread-feed-event .when.empty,
not-opened .not-opened-content message-index-feed-event .when.empty,
not-opened .opened-not-replied-content message-index-feed-event .when.empty, thread-events activity-feed-event-cta .when.empty, scheduled activity-feed-event-cta .when.empty, opened-not-replied activity-feed-event-cta .when.empty,
not-opened activity-feed-event-cta .when.empty, recent-activity thread-feed-event .when.empty, recent-activity activity-feed-event-cta .when.empty, thread-events activity-feed-event .when.empty, scheduled activity-feed-event .when.empty, opened-not-replied activity-feed-event .when.empty,
not-opened activity-feed-event .when.empty, recent-activity activity-feed-event .when.empty {
  flex: none;
  width: 70px;
  margin-left: 20px;
  font-weight: 100;
}
thread-events thread-feed-event .icon.type, scheduled thread-feed-event .icon.type, scheduled scheduled-feed-event .icon.type, opened-not-replied thread-feed-event .icon.type, opened-not-replied .not-opened-content message-index-feed-event .icon.type, opened-not-replied .opened-not-replied-content message-index-feed-event .icon.type,
not-opened thread-feed-event .icon.type,
not-opened .not-opened-content message-index-feed-event .icon.type,
not-opened .opened-not-replied-content message-index-feed-event .icon.type, thread-events activity-feed-event-cta .icon.type, scheduled activity-feed-event-cta .icon.type, opened-not-replied activity-feed-event-cta .icon.type,
not-opened activity-feed-event-cta .icon.type, recent-activity thread-feed-event .icon.type, recent-activity activity-feed-event-cta .icon.type, thread-events activity-feed-event .icon.type, scheduled activity-feed-event .icon.type, opened-not-replied activity-feed-event .icon.type,
not-opened activity-feed-event .icon.type, recent-activity activity-feed-event .icon.type {
  flex: none;
  width: 24px;
  height: 24px;
}
thread-events thread-feed-event .icon.device, scheduled thread-feed-event .icon.device, scheduled scheduled-feed-event .icon.device, opened-not-replied thread-feed-event .icon.device, opened-not-replied .not-opened-content message-index-feed-event .icon.device, opened-not-replied .opened-not-replied-content message-index-feed-event .icon.device,
not-opened thread-feed-event .icon.device,
not-opened .not-opened-content message-index-feed-event .icon.device,
not-opened .opened-not-replied-content message-index-feed-event .icon.device, thread-events activity-feed-event-cta .icon.device, scheduled activity-feed-event-cta .icon.device, opened-not-replied activity-feed-event-cta .icon.device,
not-opened activity-feed-event-cta .icon.device, recent-activity thread-feed-event .icon.device, recent-activity activity-feed-event-cta .icon.device, thread-events activity-feed-event .icon.device, scheduled activity-feed-event .icon.device, opened-not-replied activity-feed-event .icon.device,
not-opened activity-feed-event .icon.device, recent-activity activity-feed-event .icon.device, thread-events thread-feed-event .icon.colleague, scheduled thread-feed-event .icon.colleague, scheduled scheduled-feed-event .icon.colleague, opened-not-replied thread-feed-event .icon.colleague, opened-not-replied .not-opened-content message-index-feed-event .icon.colleague, opened-not-replied .opened-not-replied-content message-index-feed-event .icon.colleague,
not-opened thread-feed-event .icon.colleague,
not-opened .not-opened-content message-index-feed-event .icon.colleague,
not-opened .opened-not-replied-content message-index-feed-event .icon.colleague, thread-events activity-feed-event-cta .icon.colleague, scheduled activity-feed-event-cta .icon.colleague, opened-not-replied activity-feed-event-cta .icon.colleague,
not-opened activity-feed-event-cta .icon.colleague, recent-activity thread-feed-event .icon.colleague, recent-activity activity-feed-event-cta .icon.colleague, thread-events activity-feed-event .icon.colleague, scheduled activity-feed-event .icon.colleague, opened-not-replied activity-feed-event .icon.colleague,
not-opened activity-feed-event .icon.colleague, recent-activity activity-feed-event .icon.colleague {
  fill: var(--yesware_stone_gray);
  margin-top: -3px;
  margin-right: 3px;
}
thread-events thread-feed-event .description, scheduled thread-feed-event .description, scheduled scheduled-feed-event .description, opened-not-replied thread-feed-event .description, opened-not-replied .not-opened-content message-index-feed-event .description, opened-not-replied .opened-not-replied-content message-index-feed-event .description,
not-opened thread-feed-event .description,
not-opened .not-opened-content message-index-feed-event .description,
not-opened .opened-not-replied-content message-index-feed-event .description, thread-events activity-feed-event-cta .description, scheduled activity-feed-event-cta .description, opened-not-replied activity-feed-event-cta .description,
not-opened activity-feed-event-cta .description, recent-activity thread-feed-event .description, recent-activity activity-feed-event-cta .description, thread-events activity-feed-event .description, scheduled activity-feed-event .description, opened-not-replied activity-feed-event .description,
not-opened activity-feed-event .description, recent-activity activity-feed-event .description {
  flex: 2;
  height: 100%;
  margin: 0 0 0 20px;
  color: var(--yw_stone_500);
  line-height: 1.5em;
}
thread-events thread-feed-event .description.yw-sidebar, scheduled thread-feed-event .description.yw-sidebar, scheduled scheduled-feed-event .description.yw-sidebar, opened-not-replied thread-feed-event .description.yw-sidebar, opened-not-replied .not-opened-content message-index-feed-event .description.yw-sidebar, opened-not-replied .opened-not-replied-content message-index-feed-event .description.yw-sidebar,
not-opened thread-feed-event .description.yw-sidebar,
not-opened .not-opened-content message-index-feed-event .description.yw-sidebar,
not-opened .opened-not-replied-content message-index-feed-event .description.yw-sidebar, thread-events activity-feed-event-cta .description.yw-sidebar, scheduled activity-feed-event-cta .description.yw-sidebar, opened-not-replied activity-feed-event-cta .description.yw-sidebar,
not-opened activity-feed-event-cta .description.yw-sidebar, recent-activity thread-feed-event .description.yw-sidebar, recent-activity activity-feed-event-cta .description.yw-sidebar, thread-events activity-feed-event .description.yw-sidebar, scheduled activity-feed-event .description.yw-sidebar, opened-not-replied activity-feed-event .description.yw-sidebar,
not-opened activity-feed-event .description.yw-sidebar, recent-activity activity-feed-event .description.yw-sidebar {
  display: none;
}
thread-events thread-feed-event .description .where, scheduled thread-feed-event .description .where, scheduled scheduled-feed-event .description .where, opened-not-replied thread-feed-event .description .where, opened-not-replied .not-opened-content message-index-feed-event .description .where, opened-not-replied .opened-not-replied-content message-index-feed-event .description .where,
not-opened thread-feed-event .description .where,
not-opened .not-opened-content message-index-feed-event .description .where,
not-opened .opened-not-replied-content message-index-feed-event .description .where, thread-events activity-feed-event-cta .description .where, scheduled activity-feed-event-cta .description .where, opened-not-replied activity-feed-event-cta .description .where,
not-opened activity-feed-event-cta .description .where, recent-activity thread-feed-event .description .where, recent-activity activity-feed-event-cta .description .where, thread-events activity-feed-event .description .where, scheduled activity-feed-event .description .where, opened-not-replied activity-feed-event .description .where,
not-opened activity-feed-event .description .where, recent-activity activity-feed-event .description .where,
thread-events thread-feed-event .description .colleague,
scheduled thread-feed-event .description .colleague,
scheduled scheduled-feed-event .description .colleague,
opened-not-replied thread-feed-event .description .colleague,
opened-not-replied .not-opened-content message-index-feed-event .description .colleague,
opened-not-replied .opened-not-replied-content message-index-feed-event .description .colleague,
not-opened thread-feed-event .description .colleague,
not-opened .not-opened-content message-index-feed-event .description .colleague,
not-opened .opened-not-replied-content message-index-feed-event .description .colleague,
thread-events activity-feed-event-cta .description .colleague,
scheduled activity-feed-event-cta .description .colleague,
opened-not-replied activity-feed-event-cta .description .colleague,
not-opened activity-feed-event-cta .description .colleague,
recent-activity thread-feed-event .description .colleague,
recent-activity activity-feed-event-cta .description .colleague,
thread-events activity-feed-event .description .colleague,
scheduled activity-feed-event .description .colleague,
opened-not-replied activity-feed-event .description .colleague,
not-opened activity-feed-event .description .colleague,
recent-activity activity-feed-event .description .colleague,
thread-events thread-feed-event .description .link,
scheduled thread-feed-event .description .link,
scheduled scheduled-feed-event .description .link,
opened-not-replied thread-feed-event .description .link,
opened-not-replied .not-opened-content message-index-feed-event .description .link,
opened-not-replied .opened-not-replied-content message-index-feed-event .description .link,
not-opened thread-feed-event .description .link,
not-opened .not-opened-content message-index-feed-event .description .link,
not-opened .opened-not-replied-content message-index-feed-event .description .link,
thread-events activity-feed-event-cta .description .link,
scheduled activity-feed-event-cta .description .link,
opened-not-replied activity-feed-event-cta .description .link,
not-opened activity-feed-event-cta .description .link,
recent-activity thread-feed-event .description .link,
recent-activity activity-feed-event-cta .description .link,
thread-events activity-feed-event .description .link,
scheduled activity-feed-event .description .link,
opened-not-replied activity-feed-event .description .link,
not-opened activity-feed-event .description .link,
recent-activity activity-feed-event .description .link {
  color: var(--yesware_stone_gray);
}
thread-events thread-feed-event .description .link:hover, scheduled thread-feed-event .description .link:hover, scheduled scheduled-feed-event .description .link:hover, opened-not-replied thread-feed-event .description .link:hover, opened-not-replied .not-opened-content message-index-feed-event .description .link:hover, opened-not-replied .opened-not-replied-content message-index-feed-event .description .link:hover,
not-opened thread-feed-event .description .link:hover,
not-opened .not-opened-content message-index-feed-event .description .link:hover,
not-opened .opened-not-replied-content message-index-feed-event .description .link:hover, thread-events activity-feed-event-cta .description .link:hover, scheduled activity-feed-event-cta .description .link:hover, opened-not-replied activity-feed-event-cta .description .link:hover,
not-opened activity-feed-event-cta .description .link:hover, recent-activity thread-feed-event .description .link:hover, recent-activity activity-feed-event-cta .description .link:hover, thread-events activity-feed-event .description .link:hover, scheduled activity-feed-event .description .link:hover, opened-not-replied activity-feed-event .description .link:hover,
not-opened activity-feed-event .description .link:hover, recent-activity activity-feed-event .description .link:hover {
  text-decoration: underline;
}
thread-events thread-feed-event .description .yw-tooltip, scheduled thread-feed-event .description .yw-tooltip, scheduled scheduled-feed-event .description .yw-tooltip, opened-not-replied thread-feed-event .description .yw-tooltip, opened-not-replied .not-opened-content message-index-feed-event .description .yw-tooltip, opened-not-replied .opened-not-replied-content message-index-feed-event .description .yw-tooltip,
not-opened thread-feed-event .description .yw-tooltip,
not-opened .not-opened-content message-index-feed-event .description .yw-tooltip,
not-opened .opened-not-replied-content message-index-feed-event .description .yw-tooltip, thread-events activity-feed-event-cta .description .yw-tooltip, scheduled activity-feed-event-cta .description .yw-tooltip, opened-not-replied activity-feed-event-cta .description .yw-tooltip,
not-opened activity-feed-event-cta .description .yw-tooltip, recent-activity thread-feed-event .description .yw-tooltip, recent-activity activity-feed-event-cta .description .yw-tooltip, thread-events activity-feed-event .description .yw-tooltip, scheduled activity-feed-event .description .yw-tooltip, opened-not-replied activity-feed-event .description .yw-tooltip,
not-opened activity-feed-event .description .yw-tooltip, recent-activity activity-feed-event .description .yw-tooltip {
  z-index: 1;
  word-break: break-all;
  text-align: center;
  color: #000000;
  font-size: 12px;
  left: -600px;
  position: relative;
  pointer-events: none;
}
thread-events thread-feed-event .description .tooltip-arrow, scheduled thread-feed-event .description .tooltip-arrow, scheduled scheduled-feed-event .description .tooltip-arrow, opened-not-replied thread-feed-event .description .tooltip-arrow, opened-not-replied .not-opened-content message-index-feed-event .description .tooltip-arrow, opened-not-replied .opened-not-replied-content message-index-feed-event .description .tooltip-arrow,
not-opened thread-feed-event .description .tooltip-arrow,
not-opened .not-opened-content message-index-feed-event .description .tooltip-arrow,
not-opened .opened-not-replied-content message-index-feed-event .description .tooltip-arrow, thread-events activity-feed-event-cta .description .tooltip-arrow, scheduled activity-feed-event-cta .description .tooltip-arrow, opened-not-replied activity-feed-event-cta .description .tooltip-arrow,
not-opened activity-feed-event-cta .description .tooltip-arrow, recent-activity thread-feed-event .description .tooltip-arrow, recent-activity activity-feed-event-cta .description .tooltip-arrow, thread-events activity-feed-event .description .tooltip-arrow, scheduled activity-feed-event .description .tooltip-arrow, opened-not-replied activity-feed-event .description .tooltip-arrow,
not-opened activity-feed-event .description .tooltip-arrow, recent-activity activity-feed-event .description .tooltip-arrow {
  display: inline-grid;
  border-style: solid;
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.8));
  border-width: 8px;
}
thread-events thread-feed-event .description .tooltip-inner, scheduled thread-feed-event .description .tooltip-inner, scheduled scheduled-feed-event .description .tooltip-inner, opened-not-replied thread-feed-event .description .tooltip-inner, opened-not-replied .not-opened-content message-index-feed-event .description .tooltip-inner, opened-not-replied .opened-not-replied-content message-index-feed-event .description .tooltip-inner,
not-opened thread-feed-event .description .tooltip-inner,
not-opened .not-opened-content message-index-feed-event .description .tooltip-inner,
not-opened .opened-not-replied-content message-index-feed-event .description .tooltip-inner, thread-events activity-feed-event-cta .description .tooltip-inner, scheduled activity-feed-event-cta .description .tooltip-inner, opened-not-replied activity-feed-event-cta .description .tooltip-inner,
not-opened activity-feed-event-cta .description .tooltip-inner, recent-activity thread-feed-event .description .tooltip-inner, recent-activity activity-feed-event-cta .description .tooltip-inner, thread-events activity-feed-event .description .tooltip-inner, scheduled activity-feed-event .description .tooltip-inner, opened-not-replied activity-feed-event .description .tooltip-inner,
not-opened activity-feed-event .description .tooltip-inner, recent-activity activity-feed-event .description .tooltip-inner {
  max-width: 220px;
  display: inline-grid;
  text-align: left;
  padding: 10px;
  position: relative;
  background-color: white;
}
thread-events thread-feed-event .description .tooltip-inner:after, scheduled thread-feed-event .description .tooltip-inner:after, scheduled scheduled-feed-event .description .tooltip-inner:after, opened-not-replied thread-feed-event .description .tooltip-inner:after, opened-not-replied .not-opened-content message-index-feed-event .description .tooltip-inner:after, opened-not-replied .opened-not-replied-content message-index-feed-event .description .tooltip-inner:after,
not-opened thread-feed-event .description .tooltip-inner:after,
not-opened .not-opened-content message-index-feed-event .description .tooltip-inner:after,
not-opened .opened-not-replied-content message-index-feed-event .description .tooltip-inner:after, thread-events activity-feed-event-cta .description .tooltip-inner:after, scheduled activity-feed-event-cta .description .tooltip-inner:after, opened-not-replied activity-feed-event-cta .description .tooltip-inner:after,
not-opened activity-feed-event-cta .description .tooltip-inner:after, recent-activity thread-feed-event .description .tooltip-inner:after, recent-activity activity-feed-event-cta .description .tooltip-inner:after, thread-events activity-feed-event .description .tooltip-inner:after, scheduled activity-feed-event .description .tooltip-inner:after, opened-not-replied activity-feed-event .description .tooltip-inner:after,
not-opened activity-feed-event .description .tooltip-inner:after, recent-activity activity-feed-event .description .tooltip-inner:after {
  content: "";
  box-shadow: 0 0 5px var(--yesware_stone_gray);
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
thread-events thread-feed-event .description .yw-tooltip[x-placement=bottom], scheduled thread-feed-event .description .yw-tooltip[x-placement=bottom], scheduled scheduled-feed-event .description .yw-tooltip[x-placement=bottom], opened-not-replied thread-feed-event .description .yw-tooltip[x-placement=bottom], opened-not-replied .not-opened-content message-index-feed-event .description .yw-tooltip[x-placement=bottom], opened-not-replied .opened-not-replied-content message-index-feed-event .description .yw-tooltip[x-placement=bottom],
not-opened thread-feed-event .description .yw-tooltip[x-placement=bottom],
not-opened .not-opened-content message-index-feed-event .description .yw-tooltip[x-placement=bottom],
not-opened .opened-not-replied-content message-index-feed-event .description .yw-tooltip[x-placement=bottom], thread-events activity-feed-event-cta .description .yw-tooltip[x-placement=bottom], scheduled activity-feed-event-cta .description .yw-tooltip[x-placement=bottom], opened-not-replied activity-feed-event-cta .description .yw-tooltip[x-placement=bottom],
not-opened activity-feed-event-cta .description .yw-tooltip[x-placement=bottom], recent-activity thread-feed-event .description .yw-tooltip[x-placement=bottom], recent-activity activity-feed-event-cta .description .yw-tooltip[x-placement=bottom], thread-events activity-feed-event .description .yw-tooltip[x-placement=bottom], scheduled activity-feed-event .description .yw-tooltip[x-placement=bottom], opened-not-replied activity-feed-event .description .yw-tooltip[x-placement=bottom],
not-opened activity-feed-event .description .yw-tooltip[x-placement=bottom], recent-activity activity-feed-event .description .yw-tooltip[x-placement=bottom] {
  margin-top: -15px;
}
thread-events thread-feed-event .description .yw-tooltip[x-placement=bottom] .tooltip-arrow, scheduled thread-feed-event .description .yw-tooltip[x-placement=bottom] .tooltip-arrow, scheduled scheduled-feed-event .description .yw-tooltip[x-placement=bottom] .tooltip-arrow, opened-not-replied thread-feed-event .description .yw-tooltip[x-placement=bottom] .tooltip-arrow, opened-not-replied .not-opened-content message-index-feed-event .description .yw-tooltip[x-placement=bottom] .tooltip-arrow, opened-not-replied .opened-not-replied-content message-index-feed-event .description .yw-tooltip[x-placement=bottom] .tooltip-arrow,
not-opened thread-feed-event .description .yw-tooltip[x-placement=bottom] .tooltip-arrow,
not-opened .not-opened-content message-index-feed-event .description .yw-tooltip[x-placement=bottom] .tooltip-arrow,
not-opened .opened-not-replied-content message-index-feed-event .description .yw-tooltip[x-placement=bottom] .tooltip-arrow, thread-events activity-feed-event-cta .description .yw-tooltip[x-placement=bottom] .tooltip-arrow, scheduled activity-feed-event-cta .description .yw-tooltip[x-placement=bottom] .tooltip-arrow, opened-not-replied activity-feed-event-cta .description .yw-tooltip[x-placement=bottom] .tooltip-arrow,
not-opened activity-feed-event-cta .description .yw-tooltip[x-placement=bottom] .tooltip-arrow, recent-activity thread-feed-event .description .yw-tooltip[x-placement=bottom] .tooltip-arrow, recent-activity activity-feed-event-cta .description .yw-tooltip[x-placement=bottom] .tooltip-arrow, thread-events activity-feed-event .description .yw-tooltip[x-placement=bottom] .tooltip-arrow, scheduled activity-feed-event .description .yw-tooltip[x-placement=bottom] .tooltip-arrow, opened-not-replied activity-feed-event .description .yw-tooltip[x-placement=bottom] .tooltip-arrow,
not-opened activity-feed-event .description .yw-tooltip[x-placement=bottom] .tooltip-arrow, recent-activity activity-feed-event .description .yw-tooltip[x-placement=bottom] .tooltip-arrow {
  margin-top: 10px;
  border-color: transparent transparent white transparent;
}
thread-events thread-feed-event .description .yw-tooltip[x-placement=bottom] .tooltip-inner, scheduled thread-feed-event .description .yw-tooltip[x-placement=bottom] .tooltip-inner, scheduled scheduled-feed-event .description .yw-tooltip[x-placement=bottom] .tooltip-inner, opened-not-replied thread-feed-event .description .yw-tooltip[x-placement=bottom] .tooltip-inner, opened-not-replied .not-opened-content message-index-feed-event .description .yw-tooltip[x-placement=bottom] .tooltip-inner, opened-not-replied .opened-not-replied-content message-index-feed-event .description .yw-tooltip[x-placement=bottom] .tooltip-inner,
not-opened thread-feed-event .description .yw-tooltip[x-placement=bottom] .tooltip-inner,
not-opened .not-opened-content message-index-feed-event .description .yw-tooltip[x-placement=bottom] .tooltip-inner,
not-opened .opened-not-replied-content message-index-feed-event .description .yw-tooltip[x-placement=bottom] .tooltip-inner, thread-events activity-feed-event-cta .description .yw-tooltip[x-placement=bottom] .tooltip-inner, scheduled activity-feed-event-cta .description .yw-tooltip[x-placement=bottom] .tooltip-inner, opened-not-replied activity-feed-event-cta .description .yw-tooltip[x-placement=bottom] .tooltip-inner,
not-opened activity-feed-event-cta .description .yw-tooltip[x-placement=bottom] .tooltip-inner, recent-activity thread-feed-event .description .yw-tooltip[x-placement=bottom] .tooltip-inner, recent-activity activity-feed-event-cta .description .yw-tooltip[x-placement=bottom] .tooltip-inner, thread-events activity-feed-event .description .yw-tooltip[x-placement=bottom] .tooltip-inner, scheduled activity-feed-event .description .yw-tooltip[x-placement=bottom] .tooltip-inner, opened-not-replied activity-feed-event .description .yw-tooltip[x-placement=bottom] .tooltip-inner,
not-opened activity-feed-event .description .yw-tooltip[x-placement=bottom] .tooltip-inner, recent-activity activity-feed-event .description .yw-tooltip[x-placement=bottom] .tooltip-inner {
  margin-top: -7px;
}
thread-events thread-feed-event .description .yw-tooltip[x-placement=top], scheduled thread-feed-event .description .yw-tooltip[x-placement=top], scheduled scheduled-feed-event .description .yw-tooltip[x-placement=top], opened-not-replied thread-feed-event .description .yw-tooltip[x-placement=top], opened-not-replied .not-opened-content message-index-feed-event .description .yw-tooltip[x-placement=top], opened-not-replied .opened-not-replied-content message-index-feed-event .description .yw-tooltip[x-placement=top],
not-opened thread-feed-event .description .yw-tooltip[x-placement=top],
not-opened .not-opened-content message-index-feed-event .description .yw-tooltip[x-placement=top],
not-opened .opened-not-replied-content message-index-feed-event .description .yw-tooltip[x-placement=top], thread-events activity-feed-event-cta .description .yw-tooltip[x-placement=top], scheduled activity-feed-event-cta .description .yw-tooltip[x-placement=top], opened-not-replied activity-feed-event-cta .description .yw-tooltip[x-placement=top],
not-opened activity-feed-event-cta .description .yw-tooltip[x-placement=top], recent-activity thread-feed-event .description .yw-tooltip[x-placement=top], recent-activity activity-feed-event-cta .description .yw-tooltip[x-placement=top], thread-events activity-feed-event .description .yw-tooltip[x-placement=top], scheduled activity-feed-event .description .yw-tooltip[x-placement=top], opened-not-replied activity-feed-event .description .yw-tooltip[x-placement=top],
not-opened activity-feed-event .description .yw-tooltip[x-placement=top], recent-activity activity-feed-event .description .yw-tooltip[x-placement=top] {
  margin-bottom: 15px;
}
thread-events thread-feed-event .description .yw-tooltip[x-placement=top] .tooltip-arrow, scheduled thread-feed-event .description .yw-tooltip[x-placement=top] .tooltip-arrow, scheduled scheduled-feed-event .description .yw-tooltip[x-placement=top] .tooltip-arrow, opened-not-replied thread-feed-event .description .yw-tooltip[x-placement=top] .tooltip-arrow, opened-not-replied .not-opened-content message-index-feed-event .description .yw-tooltip[x-placement=top] .tooltip-arrow, opened-not-replied .opened-not-replied-content message-index-feed-event .description .yw-tooltip[x-placement=top] .tooltip-arrow,
not-opened thread-feed-event .description .yw-tooltip[x-placement=top] .tooltip-arrow,
not-opened .not-opened-content message-index-feed-event .description .yw-tooltip[x-placement=top] .tooltip-arrow,
not-opened .opened-not-replied-content message-index-feed-event .description .yw-tooltip[x-placement=top] .tooltip-arrow, thread-events activity-feed-event-cta .description .yw-tooltip[x-placement=top] .tooltip-arrow, scheduled activity-feed-event-cta .description .yw-tooltip[x-placement=top] .tooltip-arrow, opened-not-replied activity-feed-event-cta .description .yw-tooltip[x-placement=top] .tooltip-arrow,
not-opened activity-feed-event-cta .description .yw-tooltip[x-placement=top] .tooltip-arrow, recent-activity thread-feed-event .description .yw-tooltip[x-placement=top] .tooltip-arrow, recent-activity activity-feed-event-cta .description .yw-tooltip[x-placement=top] .tooltip-arrow, thread-events activity-feed-event .description .yw-tooltip[x-placement=top] .tooltip-arrow, scheduled activity-feed-event .description .yw-tooltip[x-placement=top] .tooltip-arrow, opened-not-replied activity-feed-event .description .yw-tooltip[x-placement=top] .tooltip-arrow,
not-opened activity-feed-event .description .yw-tooltip[x-placement=top] .tooltip-arrow, recent-activity activity-feed-event .description .yw-tooltip[x-placement=top] .tooltip-arrow {
  position: absolute;
  bottom: -16px;
  border-color: white transparent transparent transparent;
}
thread-events thread-feed-event .description .why-when-container, scheduled thread-feed-event .description .why-when-container, scheduled scheduled-feed-event .description .why-when-container, opened-not-replied thread-feed-event .description .why-when-container, opened-not-replied .not-opened-content message-index-feed-event .description .why-when-container, opened-not-replied .opened-not-replied-content message-index-feed-event .description .why-when-container,
not-opened thread-feed-event .description .why-when-container,
not-opened .not-opened-content message-index-feed-event .description .why-when-container,
not-opened .opened-not-replied-content message-index-feed-event .description .why-when-container, thread-events activity-feed-event-cta .description .why-when-container, scheduled activity-feed-event-cta .description .why-when-container, opened-not-replied activity-feed-event-cta .description .why-when-container,
not-opened activity-feed-event-cta .description .why-when-container, recent-activity thread-feed-event .description .why-when-container, recent-activity activity-feed-event-cta .description .why-when-container, thread-events activity-feed-event .description .why-when-container, scheduled activity-feed-event .description .why-when-container, opened-not-replied activity-feed-event .description .why-when-container,
not-opened activity-feed-event .description .why-when-container, recent-activity activity-feed-event .description .why-when-container {
  display: flex;
}
thread-events thread-feed-event .description .why-when-container .why, scheduled thread-feed-event .description .why-when-container .why, scheduled scheduled-feed-event .description .why-when-container .why, opened-not-replied thread-feed-event .description .why-when-container .why, opened-not-replied .not-opened-content message-index-feed-event .description .why-when-container .why, opened-not-replied .opened-not-replied-content message-index-feed-event .description .why-when-container .why,
not-opened thread-feed-event .description .why-when-container .why,
not-opened .not-opened-content message-index-feed-event .description .why-when-container .why,
not-opened .opened-not-replied-content message-index-feed-event .description .why-when-container .why, thread-events activity-feed-event-cta .description .why-when-container .why, scheduled activity-feed-event-cta .description .why-when-container .why, opened-not-replied activity-feed-event-cta .description .why-when-container .why,
not-opened activity-feed-event-cta .description .why-when-container .why, recent-activity thread-feed-event .description .why-when-container .why, recent-activity activity-feed-event-cta .description .why-when-container .why, thread-events activity-feed-event .description .why-when-container .why, scheduled activity-feed-event .description .why-when-container .why, opened-not-replied activity-feed-event .description .why-when-container .why,
not-opened activity-feed-event .description .why-when-container .why, recent-activity activity-feed-event .description .why-when-container .why {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  pointer-events: auto;
}
thread-events thread-feed-event .description .why-when-container .why:hover, scheduled thread-feed-event .description .why-when-container .why:hover, scheduled scheduled-feed-event .description .why-when-container .why:hover, opened-not-replied thread-feed-event .description .why-when-container .why:hover, opened-not-replied .not-opened-content message-index-feed-event .description .why-when-container .why:hover, opened-not-replied .opened-not-replied-content message-index-feed-event .description .why-when-container .why:hover,
not-opened thread-feed-event .description .why-when-container .why:hover,
not-opened .not-opened-content message-index-feed-event .description .why-when-container .why:hover,
not-opened .opened-not-replied-content message-index-feed-event .description .why-when-container .why:hover, thread-events activity-feed-event-cta .description .why-when-container .why:hover, scheduled activity-feed-event-cta .description .why-when-container .why:hover, opened-not-replied activity-feed-event-cta .description .why-when-container .why:hover,
not-opened activity-feed-event-cta .description .why-when-container .why:hover, recent-activity thread-feed-event .description .why-when-container .why:hover, recent-activity activity-feed-event-cta .description .why-when-container .why:hover, thread-events activity-feed-event .description .why-when-container .why:hover, scheduled activity-feed-event .description .why-when-container .why:hover, opened-not-replied activity-feed-event .description .why-when-container .why:hover,
not-opened activity-feed-event .description .why-when-container .why:hover, recent-activity activity-feed-event .description .why-when-container .why:hover {
  text-decoration: underline;
}
thread-events thread-feed-event .description .why-when-container .why.unclickable, scheduled thread-feed-event .description .why-when-container .why.unclickable, scheduled scheduled-feed-event .description .why-when-container .why.unclickable, opened-not-replied thread-feed-event .description .why-when-container .why.unclickable, opened-not-replied .not-opened-content message-index-feed-event .description .why-when-container .why.unclickable, opened-not-replied .opened-not-replied-content message-index-feed-event .description .why-when-container .why.unclickable,
not-opened thread-feed-event .description .why-when-container .why.unclickable,
not-opened .not-opened-content message-index-feed-event .description .why-when-container .why.unclickable,
not-opened .opened-not-replied-content message-index-feed-event .description .why-when-container .why.unclickable, thread-events activity-feed-event-cta .description .why-when-container .why.unclickable, scheduled activity-feed-event-cta .description .why-when-container .why.unclickable, opened-not-replied activity-feed-event-cta .description .why-when-container .why.unclickable,
not-opened activity-feed-event-cta .description .why-when-container .why.unclickable, recent-activity thread-feed-event .description .why-when-container .why.unclickable, recent-activity activity-feed-event-cta .description .why-when-container .why.unclickable, thread-events activity-feed-event .description .why-when-container .why.unclickable, scheduled activity-feed-event .description .why-when-container .why.unclickable, opened-not-replied activity-feed-event .description .why-when-container .why.unclickable,
not-opened activity-feed-event .description .why-when-container .why.unclickable, recent-activity activity-feed-event .description .why-when-container .why.unclickable {
  cursor: none;
  pointer-events: none;
}
thread-events thread-feed-event .description .why-when-container .why.unclickable:hover, scheduled thread-feed-event .description .why-when-container .why.unclickable:hover, scheduled scheduled-feed-event .description .why-when-container .why.unclickable:hover, opened-not-replied thread-feed-event .description .why-when-container .why.unclickable:hover, opened-not-replied .not-opened-content message-index-feed-event .description .why-when-container .why.unclickable:hover, opened-not-replied .opened-not-replied-content message-index-feed-event .description .why-when-container .why.unclickable:hover,
not-opened thread-feed-event .description .why-when-container .why.unclickable:hover,
not-opened .not-opened-content message-index-feed-event .description .why-when-container .why.unclickable:hover,
not-opened .opened-not-replied-content message-index-feed-event .description .why-when-container .why.unclickable:hover, thread-events activity-feed-event-cta .description .why-when-container .why.unclickable:hover, scheduled activity-feed-event-cta .description .why-when-container .why.unclickable:hover, opened-not-replied activity-feed-event-cta .description .why-when-container .why.unclickable:hover,
not-opened activity-feed-event-cta .description .why-when-container .why.unclickable:hover, recent-activity thread-feed-event .description .why-when-container .why.unclickable:hover, recent-activity activity-feed-event-cta .description .why-when-container .why.unclickable:hover, thread-events activity-feed-event .description .why-when-container .why.unclickable:hover, scheduled activity-feed-event .description .why-when-container .why.unclickable:hover, opened-not-replied activity-feed-event .description .why-when-container .why.unclickable:hover,
not-opened activity-feed-event .description .why-when-container .why.unclickable:hover, recent-activity activity-feed-event .description .why-when-container .why.unclickable:hover {
  text-decoration: none;
}
thread-events thread-feed-event .description .why-when-container .when.sent, scheduled thread-feed-event .description .why-when-container .when.sent, scheduled scheduled-feed-event .description .why-when-container .when.sent, opened-not-replied thread-feed-event .description .why-when-container .when.sent, opened-not-replied .not-opened-content message-index-feed-event .description .why-when-container .when.sent, opened-not-replied .opened-not-replied-content message-index-feed-event .description .why-when-container .when.sent,
not-opened thread-feed-event .description .why-when-container .when.sent,
not-opened .not-opened-content message-index-feed-event .description .why-when-container .when.sent,
not-opened .opened-not-replied-content message-index-feed-event .description .why-when-container .when.sent, thread-events activity-feed-event-cta .description .why-when-container .when.sent, scheduled activity-feed-event-cta .description .why-when-container .when.sent, opened-not-replied activity-feed-event-cta .description .why-when-container .when.sent,
not-opened activity-feed-event-cta .description .why-when-container .when.sent, recent-activity thread-feed-event .description .why-when-container .when.sent, recent-activity activity-feed-event-cta .description .why-when-container .when.sent, thread-events activity-feed-event .description .why-when-container .when.sent, scheduled activity-feed-event .description .why-when-container .when.sent, opened-not-replied activity-feed-event .description .why-when-container .when.sent,
not-opened activity-feed-event .description .why-when-container .when.sent, recent-activity activity-feed-event .description .why-when-container .when.sent {
  white-space: nowrap;
  padding: 0 20px 0 4px;
}
thread-events thread-feed-event .description .why-when-container .note, scheduled thread-feed-event .description .why-when-container .note, scheduled scheduled-feed-event .description .why-when-container .note, opened-not-replied thread-feed-event .description .why-when-container .note, opened-not-replied .not-opened-content message-index-feed-event .description .why-when-container .note, opened-not-replied .opened-not-replied-content message-index-feed-event .description .why-when-container .note,
not-opened thread-feed-event .description .why-when-container .note,
not-opened .not-opened-content message-index-feed-event .description .why-when-container .note,
not-opened .opened-not-replied-content message-index-feed-event .description .why-when-container .note, thread-events activity-feed-event-cta .description .why-when-container .note, scheduled activity-feed-event-cta .description .why-when-container .note, opened-not-replied activity-feed-event-cta .description .why-when-container .note,
not-opened activity-feed-event-cta .description .why-when-container .note, recent-activity thread-feed-event .description .why-when-container .note, recent-activity activity-feed-event-cta .description .why-when-container .note, thread-events activity-feed-event .description .why-when-container .note, scheduled activity-feed-event .description .why-when-container .note, opened-not-replied activity-feed-event .description .why-when-container .note,
not-opened activity-feed-event .description .why-when-container .note, recent-activity activity-feed-event .description .why-when-container .note {
  white-space: nowrap;
  padding: 0 20px 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
}
thread-events thread-feed-event .description .separator, scheduled thread-feed-event .description .separator, scheduled scheduled-feed-event .description .separator, opened-not-replied thread-feed-event .description .separator, opened-not-replied .not-opened-content message-index-feed-event .description .separator, opened-not-replied .opened-not-replied-content message-index-feed-event .description .separator,
not-opened thread-feed-event .description .separator,
not-opened .not-opened-content message-index-feed-event .description .separator,
not-opened .opened-not-replied-content message-index-feed-event .description .separator, thread-events activity-feed-event-cta .description .separator, scheduled activity-feed-event-cta .description .separator, opened-not-replied activity-feed-event-cta .description .separator,
not-opened activity-feed-event-cta .description .separator, recent-activity thread-feed-event .description .separator, recent-activity activity-feed-event-cta .description .separator, thread-events activity-feed-event .description .separator, scheduled activity-feed-event .description .separator, opened-not-replied activity-feed-event .description .separator,
not-opened activity-feed-event .description .separator, recent-activity activity-feed-event .description .separator {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 3px;
  vertical-align: middle;
  background: var(--yesware_stone_gray);
  border-radius: 100%;
}
thread-events .yfo365 thread-feed-event, .yfo365 thread-events thread-feed-event, scheduled .yfo365 thread-feed-event, .yfo365 scheduled thread-feed-event, opened-not-replied .yfo365 thread-feed-event, .yfo365 opened-not-replied thread-feed-event,
not-opened .yfo365 thread-feed-event,
.yfo365 not-opened thread-feed-event, recent-activity .yfo365 thread-feed-event, .yfo365 recent-activity thread-feed-event, thread-events .yfo365 activity-feed-event, scheduled .yfo365 activity-feed-event, opened-not-replied .yfo365 activity-feed-event,
not-opened .yfo365 activity-feed-event, recent-activity .yfo365 activity-feed-event, .yfo365 thread-events activity-feed-event, .yfo365 scheduled activity-feed-event, .yfo365 opened-not-replied activity-feed-event,
.yfo365 not-opened activity-feed-event, .yfo365 recent-activity activity-feed-event {
  padding: 10px 16px;
}
thread-events .yfo365 thread-feed-event .when.happened, .yfo365 thread-events thread-feed-event .when.happened, scheduled .yfo365 thread-feed-event .when.happened, .yfo365 scheduled thread-feed-event .when.happened, opened-not-replied .yfo365 thread-feed-event .when.happened, .yfo365 opened-not-replied thread-feed-event .when.happened,
not-opened .yfo365 thread-feed-event .when.happened,
.yfo365 not-opened thread-feed-event .when.happened, recent-activity .yfo365 thread-feed-event .when.happened, .yfo365 recent-activity thread-feed-event .when.happened, thread-events .yfo365 activity-feed-event .when.happened, scheduled .yfo365 activity-feed-event .when.happened, opened-not-replied .yfo365 activity-feed-event .when.happened,
not-opened .yfo365 activity-feed-event .when.happened, recent-activity .yfo365 activity-feed-event .when.happened, .yfo365 thread-events activity-feed-event .when.happened, .yfo365 scheduled activity-feed-event .when.happened, .yfo365 opened-not-replied activity-feed-event .when.happened,
.yfo365 not-opened activity-feed-event .when.happened, .yfo365 recent-activity activity-feed-event .when.happened {
  width: 55px;
  margin-left: 0;
  margin-right: 15px;
  text-align: right;
}
thread-events .yfo365 thread-feed-event .icon.type, .yfo365 thread-events thread-feed-event .icon.type, scheduled .yfo365 thread-feed-event .icon.type, .yfo365 scheduled thread-feed-event .icon.type, opened-not-replied .yfo365 thread-feed-event .icon.type, .yfo365 opened-not-replied thread-feed-event .icon.type,
not-opened .yfo365 thread-feed-event .icon.type,
.yfo365 not-opened thread-feed-event .icon.type, recent-activity .yfo365 thread-feed-event .icon.type, .yfo365 recent-activity thread-feed-event .icon.type, thread-events .yfo365 activity-feed-event .icon.type, scheduled .yfo365 activity-feed-event .icon.type, opened-not-replied .yfo365 activity-feed-event .icon.type,
not-opened .yfo365 activity-feed-event .icon.type, recent-activity .yfo365 activity-feed-event .icon.type, .yfo365 thread-events activity-feed-event .icon.type, .yfo365 scheduled activity-feed-event .icon.type, .yfo365 opened-not-replied activity-feed-event .icon.type,
.yfo365 not-opened activity-feed-event .icon.type, .yfo365 recent-activity activity-feed-event .icon.type {
  width: 20px;
  height: 20px;
}
thread-events .yfo365 thread-feed-event .description, .yfo365 thread-events thread-feed-event .description, scheduled .yfo365 thread-feed-event .description, .yfo365 scheduled thread-feed-event .description, opened-not-replied .yfo365 thread-feed-event .description, .yfo365 opened-not-replied thread-feed-event .description,
not-opened .yfo365 thread-feed-event .description,
.yfo365 not-opened thread-feed-event .description, recent-activity .yfo365 thread-feed-event .description, .yfo365 recent-activity thread-feed-event .description, thread-events .yfo365 activity-feed-event .description, scheduled .yfo365 activity-feed-event .description, opened-not-replied .yfo365 activity-feed-event .description,
not-opened .yfo365 activity-feed-event .description, recent-activity .yfo365 activity-feed-event .description, .yfo365 thread-events activity-feed-event .description, .yfo365 scheduled activity-feed-event .description, .yfo365 opened-not-replied activity-feed-event .description,
.yfo365 not-opened activity-feed-event .description, .yfo365 recent-activity activity-feed-event .description {
  margin: 0 0 0 12px;
}
thread-events .yfo365 thread-feed-event .description .icon.device, .yfo365 thread-events thread-feed-event .description .icon.device, scheduled .yfo365 thread-feed-event .description .icon.device, .yfo365 scheduled thread-feed-event .description .icon.device, opened-not-replied .yfo365 thread-feed-event .description .icon.device, .yfo365 opened-not-replied thread-feed-event .description .icon.device,
not-opened .yfo365 thread-feed-event .description .icon.device,
.yfo365 not-opened thread-feed-event .description .icon.device, recent-activity .yfo365 thread-feed-event .description .icon.device, .yfo365 recent-activity thread-feed-event .description .icon.device, thread-events .yfo365 activity-feed-event .description .icon.device, scheduled .yfo365 activity-feed-event .description .icon.device, opened-not-replied .yfo365 activity-feed-event .description .icon.device,
not-opened .yfo365 activity-feed-event .description .icon.device, recent-activity .yfo365 activity-feed-event .description .icon.device, .yfo365 thread-events activity-feed-event .description .icon.device, .yfo365 scheduled activity-feed-event .description .icon.device, .yfo365 opened-not-replied activity-feed-event .description .icon.device,
.yfo365 not-opened activity-feed-event .description .icon.device, .yfo365 recent-activity activity-feed-event .description .icon.device, thread-events .yfo365 thread-feed-event .description .icon.colleague, .yfo365 thread-events thread-feed-event .description .icon.colleague, scheduled .yfo365 thread-feed-event .description .icon.colleague, .yfo365 scheduled thread-feed-event .description .icon.colleague, opened-not-replied .yfo365 thread-feed-event .description .icon.colleague, .yfo365 opened-not-replied thread-feed-event .description .icon.colleague,
not-opened .yfo365 thread-feed-event .description .icon.colleague,
.yfo365 not-opened thread-feed-event .description .icon.colleague, recent-activity .yfo365 thread-feed-event .description .icon.colleague, .yfo365 recent-activity thread-feed-event .description .icon.colleague, thread-events .yfo365 activity-feed-event .description .icon.colleague, scheduled .yfo365 activity-feed-event .description .icon.colleague, opened-not-replied .yfo365 activity-feed-event .description .icon.colleague,
not-opened .yfo365 activity-feed-event .description .icon.colleague, recent-activity .yfo365 activity-feed-event .description .icon.colleague, .yfo365 thread-events activity-feed-event .description .icon.colleague, .yfo365 scheduled activity-feed-event .description .icon.colleague, .yfo365 opened-not-replied activity-feed-event .description .icon.colleague,
.yfo365 not-opened activity-feed-event .description .icon.colleague, .yfo365 recent-activity activity-feed-event .description .icon.colleague {
  font-size: 12px;
}

.yfo365 .why-when-container .why {
  pointer-events: none !important;
  text-decoration: none !important;
}

feedback .feedback {
  padding: 15px 20px;
}

nav-button {
  margin: 15px 5px 0 0;
  border: 1px solid var(--yesware_stone_gray);
  border-radius: 2px;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 5px 9px;
  font-size: 14px;
  line-height: 17px;
  color: var(--yw_stone_400);
  font-weight: 300;
  font-family: proxima-nova, helvetica, arial, sans-serif;
}
nav-button:hover {
  background-color: var(--yw_stone_100);
  color: var(--yw_stone_400);
}
nav-button.selected {
  background-color: var(--yesware_stone_gray);
  color: white;
}
nav-button.disabled {
  cursor: not-allowed;
}

skeleton {
  display: block;
  height: 60px;
  border-top: 1px solid var(--yw_gray_200);
}
skeleton .event-placeholder {
  margin: -50px 0 5px 150px;
  height: 15px;
  width: 217px;
}
skeleton .icon-placeholder {
  margin: -19px 0 20px 80px;
  border-radius: 100%;
  height: 30px;
  width: 30px;
}
skeleton .description-placeholder {
  margin-left: 150px;
  height: 15px;
  width: 281px;
}

.loading-animation {
  background: linear-gradient(to right, rgb(245, 245, 247) 0%, rgb(215, 219, 222) 50%, rgb(245, 245, 247) 100%);
  animation: gradientAnimation 50s ease infinite;
}

.time-placeholder {
  margin: 25px 0 0 15px;
  height: 15px;
  width: 52px;
}

@keyframes gradientAnimation {
  0% {
    background-position: -600px;
  }
  50% {
    background-position: 0;
  }
  100% {
    background-position: 600px;
  }
}
thread-skeleton {
  display: block;
  height: 60px;
  border-top: 1px solid var(--yw_gray_200);
}
thread-skeleton .event-placeholder {
  margin: -40px 0 5px 150px;
  height: 15px;
  width: 100px;
}
thread-skeleton .icon-placeholder {
  height: 24px;
  width: 24px;
}

.ywGmail .message-details-link {
  color: var(--yw_gray_300);
  cursor: pointer;
  pointer-events: auto;
  padding: 15px 20px;
}
.ywGmail .message-details-link:hover {
  text-decoration: underline;
}
.ywGmail .message-details-link .icon {
  padding-right: 1px;
}

activity-feed-event.is-new::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 10px;
  width: 8px;
  height: 8px;
  background: var(--yesware_green);
  border-radius: 50%;
}
activity-feed-event:hover {
  background-color: var(--yw_stone_100);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.45);
}
activity-feed-event .description {
  min-width: 0;
}
activity-feed-event .description .feed-event-who-what-container {
  display: inline-flex;
  max-width: 100%;
}
activity-feed-event .description .feed-event-who-what-container .feedEventWho {
  display: flex;
  min-width: 0;
}
activity-feed-event .description .feed-event-who-what-container .feedEventWho .feedEventFirstWho {
  flex-grow: 1;
  margin-right: 2px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
activity-feed-event .description .feed-event-who-what-container .feedEventWho .feedEventOthersWho {
  flex-shrink: 0;
  white-space: nowrap;
}
activity-feed-event .description .feed-event-who-what-container .feedEventWhatWithOthers {
  flex-shrink: 0;
  margin-left: 3px;
  white-space: nowrap;
}
activity-feed-event .description .feed-event-who-what-container .feedEventWhat {
  flex-shrink: 0;
  white-space: nowrap;
}
activity-feed-event .description .feed-event-who-what-container .why-when-container {
  max-width: 100%;
}
activity-feed-event .description br {
  display: none;
}

.yfo365 activity-feed-event {
  font-size: 11px;
  line-height: 16px;
  height: auto;
}
.yfo365 activity-feed-event:hover {
  background-color: inherit;
  box-shadow: inherit;
}
.yfo365 activity-feed-event:last-child {
  border-bottom: 1px solid var(--yw_gray_150);
}
.yfo365 activity-feed-event.is-new::before {
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  width: 6px;
  height: 6px;
}
.yfo365 activity-feed-event.is-selected {
  pointer-events: inherit;
  background-color: inherit;
  box-shadow: inherit;
}
.yfo365 activity-feed-event .when.happened {
  font-size: 11px;
  width: 36px !important;
}
.yfo365 activity-feed-event .description {
  max-width: 100%;
  font-size: 11px;
  line-height: 16px;
}
.yfo365 activity-feed-event .description .feed-event-who-what-container {
  display: flex;
}
.yfo365 activity-feed-event .description.yw-sidebar {
  display: block;
}
.yfo365 activity-feed-event .description.yw-wide {
  display: none;
}
.yfo365 activity-feed-event .description .icon.device, .yfo365 activity-feed-event .description .icon.colleague {
  font-size: 11px;
}
.yfo365 activity-feed-event .description .why-when-container .when.sent {
  display: none;
}

.ywGmail activity-feed-event .description.yw-wide .why:hover {
  text-decoration: underline;
}
.ywGmail activity-feed-event.is-selected .description.yw-wide .why {
  pointer-events: auto;
}

recent-activity .daily-limit-cta-img {
  position: relative;
  text-align: center;
  border-top: 1px solid var(--yw_gray_150);
}
recent-activity .daily-limit-cta-img .daily-limit-cta-background {
  width: 100%;
}
recent-activity .daily-limit-cta-img .daily-limit-cta-text {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  line-height: 35px;
  color: var(--yesware_blue);
}

.yfo365 recent-activity {
  top: 0;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.yfo365 recent-activity .recent-activity-content {
  height: 100%;
}
.yfo365 recent-activity .recent-activity-content .no-activity-content {
  text-align: center;
  display: block;
}
.yfo365 recent-activity .recent-activity-content .no-activity-content .no-activity-image-owa {
  text-align: center;
}
.yfo365 recent-activity .recent-activity-content .no-activity-content .no-activity-image-owa .empty-splash {
  width: 304px;
  height: 138px;
  margin-top: 50px;
}
.yfo365 recent-activity .recent-activity-content .no-activity-content .no-activity-image-owa .native-tracking-svg {
  width: 320px;
  height: 245px;
  margin-top: 10px;
}
.yfo365 recent-activity .recent-activity-content .no-activity-content .no-activity-image-owa .native-tracking-svg.aos {
  width: 280px;
}
.yfo365 recent-activity .recent-activity-content .no-activity-content .no-activity-image-outlook {
  text-align: center;
}
.yfo365 recent-activity .recent-activity-content .no-activity-content .no-activity-image-outlook .empty-splash {
  width: 304px;
  height: 138px;
  margin-top: 50px;
}
.yfo365 recent-activity .recent-activity-content .no-activity-content .no-activity-image-outlook .native-tracking-svg {
  width: 273px;
  height: 238px;
  margin-top: 10px;
}
.yfo365 recent-activity .recent-activity-content .no-activity-content .no-activity-text {
  font-size: 18px;
  line-height: 18px;
  color: var(--yw_stone_400);
}
.yfo365 recent-activity .recent-activity-content .no-activity-content .no-activity-prompt-text {
  font-size: 14px;
  line-height: 24px;
  color: var(--yesware_stone_gray);
  font-weight: 300;
}
.yfo365 recent-activity .recent-activity-content .no-activity-content .no-activity-prompt-text.aos {
  margin: 0 10px 0 10px;
}
.yfo365 recent-activity .recent-activity-content feed-date .label {
  font-size: 12px;
}
.yfo365 recent-activity .daily-limit-cta-img .daily-limit-cta-text {
  top: 30%;
  width: 80%;
}
.yfo365 recent-activity .daily-limit-cta-img .upgrade-plan-button {
  background-color: var(--yesware_orange);
  box-shadow: none;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ywGmail recent-activity {
  display: flex;
  flex-wrap: nowrap;
}
.ywGmail recent-activity .recent-activity-content {
  position: relative;
  min-width: 635px;
  flex-basis: 65%;
  flex-grow: 1;
}
.ywGmail recent-activity .recent-activity-content activity-feed-event {
  cursor: pointer;
}
.ywGmail recent-activity .recent-activity-content .scroll-top-container {
  position: absolute;
  bottom: 15px;
  right: 20px;
  height: 45px;
  width: 45px;
}
.ywGmail recent-activity .recent-activity-content .scroll-top-container .scroll-top {
  bottom: unset;
  right: unset;
}
.ywGmail recent-activity thread-activity {
  flex-basis: 35%;
  overflow: auto;
  max-width: 350px;
  box-shadow: inset 6px 0 10px -6px rgba(0, 0, 0, 0.45);
}

.tracking-tour-container {
  text-align: center;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.tracking-tour-container .tracking-tour-image-owa {
  width: 300px;
  height: 550px;
  margin: 0px 0px 60px 25px;
}
.tracking-tour-container .tracking-tour-image-outlook {
  width: 250px;
  height: 550px;
  margin-bottom: 60px;
}

.tracking-tour-back-button {
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 10px 16px;
  cursor: pointer;
  font-size: 14px;
  line-height: 17px;
  color: var(--yw_stone_400);
  font-weight: 300;
  font-family: proxima-nova, helvetica, arial, sans-serif;
}
.tracking-tour-back-button .icon {
  width: 23px;
  height: 33px;
}

.yw2-button-primary, a.yw2-button-primary {
  display: inline-block;
  min-width: 64px;
  font-weight: 300;
  padding: 10px;
  margin: 10px 0;
  font-family: proxima-nova, helvetica, arial, sans-serif;
  font-size: 14px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  border-radius: 2px;
  -webkit-appearance: none;
          appearance: none;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  text-align: center;
  box-sizing: border-box;
  line-height: initial;
}
.yw2-button-primary:hover, .hover.yw2-button-primary {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15), 0 4px 8px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.yw2-button-primary:focus, .focus.yw2-button-primary {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15), 0 4px 8px rgba(0, 0, 0, 0.3);
  outline: 0;
}
.yw2-button-primary:active, .active.yw2-button-primary {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15), 0 6px 8px rgba(0, 0, 0, 0.3);
}
.yw2-button-primary:disabled, .disabled.yw2-button-primary {
  box-shadow: none;
}

.yw2-button-primary, a.yw2-button-primary {
  color: white;
  background-color: var(--yesware_blue);
  border: 0;
}
.yw2-button-primary:hover, .yw2-button-primary.hover, a.yw2-button-primary:hover, a.yw2-button-primary.hover {
  background-color: var(--yw_blue_400);
  color: white;
  cursor: pointer;
}
.yw2-button-primary:focus, .yw2-button-primary.focus, a.yw2-button-primary:focus, a.yw2-button-primary.focus {
  background-color: var(--yw_blue_400);
}
.yw2-button-primary:active, .yw2-button-primary.active, a.yw2-button-primary:active, a.yw2-button-primary.active {
  background-color: var(--yw_blue_500);
}
.yw2-button-primary:disabled, .yw2-button-primary.disabled, a.yw2-button-primary:disabled, a.yw2-button-primary.disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: var(--yw_gray_100);
  cursor: default;
}

thread-no-activity .thread-no-activity {
  margin: 0 20px 0 20px;
  padding: 15px 0;
  border-top: 1px solid var(--yw_gray_200);
}
thread-no-activity .thread-no-activity .no-activity-message {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
thread-no-activity .thread-no-activity .no-activity-message .email-type-icon {
  width: 30px;
  height: 30px;
  padding-top: 4px;
}
thread-no-activity .thread-no-activity .no-activity-message .message-content {
  margin-left: 10px;
  line-height: 21px;
}
thread-no-activity .thread-no-activity .no-activity-image {
  margin-top: 50px;
  text-align: center;
}
thread-no-activity .thread-no-activity .no-activity-image .empty-splash {
  width: 120px;
  height: 120px;
}
thread-no-activity .thread-no-activity .no-activity-image .no-opens {
  margin-top: 20px;
  font-size: 18px;
}
thread-no-activity .thread-tracking-off {
  padding: 0 20px 0 20px;
  line-height: 1.6;
}
thread-no-activity feedback {
  position: absolute;
  bottom: 0;
}

.yfo365 .no-activity-message .o365-message-content {
  font-size: 13px;
}
.yfo365 .no-activity-message .no-activity-email-icon-bos {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  margin-bottom: -3px;
}
.yfo365 .no-activity-message .inbound-message {
  font-weight: bold;
}
.yfo365 .not-tracked-message .email-type-icon {
  margin-top: -45px;
}
.yfo365 .not-tracked-message .not-tracked-email-icon-bos {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  margin-top: 0;
}
.yfo365 .no-activity-aos .recent-activity-zero-state-aos {
  text-align: center;
  margin-top: 10px;
}
.yfo365 .no-activity-aos .recent-activity-zero-state-aos svg {
  width: 280px;
  height: 220px;
}
.yfo365 .no-activity-aos .not-tracked-message {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  color: var(--yw_stone_500);
}
.yfo365 .no-activity-aos .pinning-message {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  color: var(--yw_stone_400);
}
.yfo365 .no-activity-aos .tutorial-aos {
  text-align: center;
  margin-top: 30px;
  font-size: 15px;
  color: var(--yesware_blue);
}
.yfo365 .no-activity-aos .tutorial-aos:hover {
  cursor: pointer;
}
.yfo365 .thread-no-activity {
  padding: 0;
}

.tutorial-swy {
  margin-top: 15px;
  color: var(--yesware_blue);
}
.tutorial-swy:hover {
  cursor: pointer;
}

.ywGmail .no-activity-content {
  padding-top: 25px;
  text-align: center;
}
.ywGmail .no-activity-content .no-activity-image {
  width: 52%;
}
.ywGmail .no-activity-content .no-activity-text {
  font-size: 20px;
  line-height: 18px;
  color: var(--yw_stone_400);
}
.ywGmail .no-activity-content .no-activity-prompt-text {
  font-size: 16px;
  line-height: 24px;
  color: var(--yesware_stone_gray);
  font-weight: 300;
}
.ywGmail .no-activity-content a {
  color: var(--yesware_blue);
  text-decoration: none;
}

activity-feed-presentation {
  display: block;
  margin-top: 7px;
  color: var(--yw_stone_500);
}
activity-feed-presentation .presentation-metrics-container {
  display: flex;
  border: 1px solid var(--yw_stone_200);
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
}
activity-feed-presentation .presentation-metrics-container .section {
  width: 33%;
  padding: 5px 0 4px 0;
  font-size: 12px;
}
activity-feed-presentation .presentation-metrics-container .section:not(:last-child) {
  border-right: 1px solid var(--yw_stone_200);
}
activity-feed-presentation .presentation-metrics-container .section span {
  display: block;
}
activity-feed-presentation .presentation-metrics-container .section .label {
  font-size: 8px;
}
activity-feed-presentation .presentation-report-link {
  color: var(--yesware_blue);
  font-size: 13px;
  margin: 5px 0 0 0;
}
activity-feed-presentation .presentation-report-link:hover {
  cursor: pointer;
  color: var(--yw_blue_400);
  text-decoration: underline;
}

.yw2-card.feature-preview-card {
  display: flex;
  flex-direction: column;
}
.yw2-card.feature-preview-card .feature-preview-alert {
  display: flex;
  align-items: center;
  width: 80%;
  margin: 20px auto 0 auto;
}
.yw2-card.feature-preview-card .feature-preview-alert h2 {
  font-size: 14px;
  line-height: 18px;
  color: var(--yw_orange_300);
  align-items: center;
}
.yw2-card.feature-preview-card .feature-preview-alert .orange-alert {
  width: 20px;
  height: 20px;
  margin-right: 14px;
}
.yw2-card.feature-preview-card .feature-preview-images {
  text-align: center;
  margin-top: -20px;
}
.yw2-card.feature-preview-card .feature-preview-images .gmail-tracking-cta-img {
  height: 297px;
  width: 298px;
}
.yw2-card.feature-preview-card .upgrade-title {
  font-size: 30px;
  line-height: 29px;
  margin: 20px auto;
  color: black;
  font-weight: 800;
  width: 80%;
}
.yw2-card.feature-preview-card .upgrade-title .blue {
  color: var(--yw_blue_300);
}
.yw2-card.feature-preview-card .gmail-feature-preview-body {
  width: 80%;
  margin: 0 auto;
}
.yw2-card.feature-preview-card .gmail-feature-preview-body .gmail-text {
  margin: 0 auto 20px auto;
  font-size: 14px;
  line-height: 17px;
  color: var(--yesware_stone_gray);
}
.yw2-card.feature-preview-card .gmail-feature-preview-body .upgrade-plan-button {
  margin: 0 auto 20px auto;
  width: 100%;
}

.graph-feature-preview-card .feature-preview-images {
  text-align: center;
  margin-top: 20px;
}
.graph-feature-preview-card .feature-preview-images .graph-tracking-cta-img {
  height: 294px;
  width: 307px;
}
.graph-feature-preview-card .upgrade-title {
  font-size: 30px;
  line-height: 29px;
  margin: 20px auto;
  color: black;
  font-weight: 800;
  width: 80%;
}
.graph-feature-preview-card .upgrade-title .blue {
  color: var(--yw_blue_300);
}
.graph-feature-preview-card .graph-feature-preview-body {
  width: 80%;
  margin: 0 auto;
}
.graph-feature-preview-card .graph-feature-preview-body .graph-text {
  margin: 0 auto 20px auto;
  font-size: 14px;
  line-height: 17px;
  color: var(--yesware_stone_gray);
}
.graph-feature-preview-card .graph-feature-preview-body .upgrade-plan-button {
  margin: 0 auto 20px auto;
  width: 100%;
}

.ywGmail feature-preview-card {
  box-shadow: inset 6px 0 10px -6px rgba(0, 0, 0, 0.45);
}

activity-feed-event-cta.is-new::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 10px;
  width: 8px;
  height: 8px;
  background: var(--yesware_green);
  border-radius: 50%;
}
activity-feed-event-cta:hover {
  background-color: var(--yw_stone_100);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.45);
}
activity-feed-event-cta .description {
  min-width: 0;
}
activity-feed-event-cta .description .cta-body {
  color: var(--yesware_orange);
  font-size: 14px;
  line-height: 14px;
}
activity-feed-event-cta .description.yw-upgrade {
  flex: none;
}
activity-feed-event-cta .description.yw-upgrade .upgrade-plan-button {
  box-shadow: none;
}

.ywGmail activity-feed-event .description.yw-wide .why:hover {
  text-decoration: underline;
}
.ywGmail activity-feed-event.is-selected .description.yw-wide .why {
  pointer-events: auto;
}

.yfo365 activity-feed-event-cta {
  padding: 10px 10px 10px 15px;
}
.yfo365 activity-feed-event-cta .when.happened {
  margin-left: 0;
  margin-right: 15px;
  text-align: right;
  font-size: 11px;
  width: 36px !important;
}
.yfo365 activity-feed-event-cta .icon.type {
  width: 20px;
  height: 20px;
}
.yfo365 activity-feed-event-cta .description {
  margin: 0 0 0 12px;
}
.yfo365 activity-feed-event-cta .description.yw-wide {
  line-height: 16px;
}
.yfo365 activity-feed-event-cta .description .cta-body {
  font-size: 12px;
}
.yfo365 activity-feed-event-cta .description.yw-upgrade {
  margin: 0 0 0 15px;
}
.yfo365 activity-feed-event-cta .description.yw-upgrade .upgrade-plan-button {
  font-size: 12px;
  padding: 8px;
  margin: 8px 0;
}
.yfo365 activity-feed-event-cta.is-new::before {
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  width: 6px;
  height: 6px;
}
.yfo365 activity-feed-event-cta.is-selected {
  pointer-events: inherit;
  background-color: inherit;
  box-shadow: inherit;
}
.yfo365 activity-feed-event-cta:hover {
  background-color: white;
  box-shadow: none;
}

opened-not-replied .opened-not-replied-content message-index-feed-event:hover,
not-opened .opened-not-replied-content message-index-feed-event:hover {
  background-color: var(--yw_stone_100);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.45);
}
opened-not-replied .description,
not-opened .description {
  min-width: 0;
}

thread-no-activity .thread-no-activity {
  margin: 0 20px 0 20px;
  padding: 15px 0;
  border-top: 1px solid var(--yw_gray_200);
}
thread-no-activity .thread-no-activity .no-activity-message {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
thread-no-activity .thread-no-activity .no-activity-message .email-type-icon {
  width: 30px;
  height: 30px;
  padding-top: 4px;
}
thread-no-activity .thread-no-activity .no-activity-message .message-content {
  margin-left: 10px;
  line-height: 21px;
}
thread-no-activity .thread-no-activity .no-activity-image {
  margin-top: 50px;
  text-align: center;
}
thread-no-activity .thread-no-activity .no-activity-image .empty-splash {
  width: 120px;
  height: 120px;
}
thread-no-activity .thread-no-activity .no-activity-image .no-opens {
  margin-top: 20px;
  font-size: 18px;
}
thread-no-activity .thread-tracking-off {
  padding: 0 20px 0 20px;
  line-height: 1.6;
}
thread-no-activity feedback {
  position: absolute;
  bottom: 0;
}

.yfo365 .no-activity-message .o365-message-content {
  font-size: 13px;
}
.yfo365 .no-activity-message .no-activity-email-icon-bos {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  margin-bottom: -3px;
}
.yfo365 .no-activity-message .inbound-message {
  font-weight: bold;
}
.yfo365 .not-tracked-message .email-type-icon {
  margin-top: -45px;
}
.yfo365 .not-tracked-message .not-tracked-email-icon-bos {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  margin-top: 0;
}
.yfo365 .no-activity-aos .recent-activity-zero-state-aos {
  text-align: center;
  margin-top: 10px;
}
.yfo365 .no-activity-aos .recent-activity-zero-state-aos svg {
  width: 280px;
  height: 220px;
}
.yfo365 .no-activity-aos .not-tracked-message {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  color: var(--yw_stone_500);
}
.yfo365 .no-activity-aos .pinning-message {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  color: var(--yw_stone_400);
}
.yfo365 .no-activity-aos .tutorial-aos {
  text-align: center;
  margin-top: 30px;
  font-size: 15px;
  color: var(--yesware_blue);
}
.yfo365 .no-activity-aos .tutorial-aos:hover {
  cursor: pointer;
}
.yfo365 .thread-no-activity {
  padding: 0;
}

.tutorial-swy {
  margin-top: 15px;
  color: var(--yesware_blue);
}
.tutorial-swy:hover {
  cursor: pointer;
}

.ywGmail .no-activity-content {
  padding-top: 25px;
  text-align: center;
}
.ywGmail .no-activity-content .no-activity-image {
  width: 52%;
}
.ywGmail .no-activity-content .no-activity-text {
  font-size: 20px;
  line-height: 18px;
  color: var(--yw_stone_400);
}
.ywGmail .no-activity-content .no-activity-prompt-text {
  font-size: 16px;
  line-height: 24px;
  color: var(--yesware_stone_gray);
  font-weight: 300;
}
.ywGmail .no-activity-content a {
  color: var(--yesware_blue);
  text-decoration: none;
}

.ywGmail opened-not-replied {
  display: flex;
  flex-wrap: nowrap;
}
.ywGmail opened-not-replied .opened-not-replied-content {
  position: relative;
  min-width: 635px;
  flex-basis: 65%;
  flex-grow: 1;
}
.ywGmail opened-not-replied .opened-not-replied-content message-index-feed-event {
  cursor: pointer;
}
.ywGmail opened-not-replied .opened-not-replied-content .scroll-top-container {
  position: absolute;
  bottom: 15px;
  right: 20px;
  height: 45px;
  width: 45px;
}
.ywGmail opened-not-replied .opened-not-replied-content .scroll-top-container .scroll-top {
  bottom: unset;
  right: unset;
}
.ywGmail opened-not-replied thread-activity {
  flex-basis: 35%;
  overflow: auto;
  max-width: 350px;
  box-shadow: inset 6px 0 10px -6px rgba(0, 0, 0, 0.45);
}

thread-no-activity .thread-no-activity {
  margin: 0 20px 0 20px;
  padding: 15px 0;
  border-top: 1px solid var(--yw_gray_200);
}
thread-no-activity .thread-no-activity .no-activity-message {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
thread-no-activity .thread-no-activity .no-activity-message .email-type-icon {
  width: 30px;
  height: 30px;
  padding-top: 4px;
}
thread-no-activity .thread-no-activity .no-activity-message .message-content {
  margin-left: 10px;
  line-height: 21px;
}
thread-no-activity .thread-no-activity .no-activity-image {
  margin-top: 50px;
  text-align: center;
}
thread-no-activity .thread-no-activity .no-activity-image .empty-splash {
  width: 120px;
  height: 120px;
}
thread-no-activity .thread-no-activity .no-activity-image .no-opens {
  margin-top: 20px;
  font-size: 18px;
}
thread-no-activity .thread-tracking-off {
  padding: 0 20px 0 20px;
  line-height: 1.6;
}
thread-no-activity feedback {
  position: absolute;
  bottom: 0;
}

.yfo365 .no-activity-message .o365-message-content {
  font-size: 13px;
}
.yfo365 .no-activity-message .no-activity-email-icon-bos {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  margin-bottom: -3px;
}
.yfo365 .no-activity-message .inbound-message {
  font-weight: bold;
}
.yfo365 .not-tracked-message .email-type-icon {
  margin-top: -45px;
}
.yfo365 .not-tracked-message .not-tracked-email-icon-bos {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  margin-top: 0;
}
.yfo365 .no-activity-aos .recent-activity-zero-state-aos {
  text-align: center;
  margin-top: 10px;
}
.yfo365 .no-activity-aos .recent-activity-zero-state-aos svg {
  width: 280px;
  height: 220px;
}
.yfo365 .no-activity-aos .not-tracked-message {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  color: var(--yw_stone_500);
}
.yfo365 .no-activity-aos .pinning-message {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  color: var(--yw_stone_400);
}
.yfo365 .no-activity-aos .tutorial-aos {
  text-align: center;
  margin-top: 30px;
  font-size: 15px;
  color: var(--yesware_blue);
}
.yfo365 .no-activity-aos .tutorial-aos:hover {
  cursor: pointer;
}
.yfo365 .thread-no-activity {
  padding: 0;
}

.tutorial-swy {
  margin-top: 15px;
  color: var(--yesware_blue);
}
.tutorial-swy:hover {
  cursor: pointer;
}

.ywGmail .no-activity-content {
  padding-top: 25px;
  text-align: center;
}
.ywGmail .no-activity-content .no-activity-image {
  width: 52%;
}
.ywGmail .no-activity-content .no-activity-text {
  font-size: 20px;
  line-height: 18px;
  color: var(--yw_stone_400);
}
.ywGmail .no-activity-content .no-activity-prompt-text {
  font-size: 16px;
  line-height: 24px;
  color: var(--yesware_stone_gray);
  font-weight: 300;
}
.ywGmail .no-activity-content a {
  color: var(--yesware_blue);
  text-decoration: none;
}

.yfo365 thread-feed-event {
  border-top: none;
}
.yfo365 thread-feed-event:hover {
  background-color: inherit;
  box-shadow: inherit;
}
.yfo365 thread-feed-event .description {
  margin-left: 12px;
}
.yfo365 thread-feed-event .description .where, .yfo365 thread-feed-event .description .colleague, .yfo365 thread-feed-event .description .link {
  font-size: 11px;
  line-height: 18px;
}
.yfo365 thread-feed-event .yw-tooltip .tooltip-arrow {
  position: fixed;
}
.yfo365 thread-feed-event .yw-tooltip .tooltip-inner {
  margin-top: 5px;
}

.ywGmail thread-feed-event {
  border-top: none;
  border-bottom: none;
}
.ywGmail thread-feed-event .where,
.ywGmail thread-feed-event .colleague,
.ywGmail thread-feed-event .link {
  font-size: 12px;
}
.ywGmail thread-feed-event:hover {
  background-color: inherit;
  box-shadow: inherit;
}

.yfo365 thread-activity thread-events {
  top: 78px;
}
.yfo365 thread-activity thread-events .thread-events {
  height: calc(100% - 78px);
}

.ywGmail thread-activity {
  font-size: 14px;
  color: var(--yw_stone_500);
}
.ywGmail thread-activity a {
  color: var(--yesware_blue);
  text-decoration: none;
}
.ywGmail thread-activity thread-events {
  position: relative;
  height: calc(100% - 66px - 78px - 44px);
  top: 0;
}

thread-details .thread-details {
  padding: 15px 20px 0px 20px;
  line-height: 21px;
}
thread-details .thread-details .thread-to {
  display: flex;
  font-weight: 600;
}
thread-details .thread-details .thread-subject {
  font-style: italic;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
thread-details .thread-details .firstWho {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
thread-details .thread-details .firstWhoWithOthers {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
thread-details .thread-details .otherWhos {
  flex-grow: 3;
  flex-shrink: 0;
  margin-left: 3px;
  white-space: nowrap;
}

.yfo365 thread-details .thread-details {
  box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.ywGmail thread-details .thread-details .thread-subject.unclickable {
  cursor: none;
  pointer-events: none;
}
.ywGmail thread-details .thread-details .thread-subject.unclickable:hover {
  text-decoration: none;
}
.ywGmail thread-details .thread-details .thread-subject:hover {
  cursor: pointer;
  text-decoration: underline;
}

thread-events .thread-events {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
  height: 100%;
}
thread-events .thread-events feed-date {
  border-top: none;
}
thread-events .thread-events message-details-link {
  flex: 1;
}
.yfo365 .thread-events feed-date .label {
  margin-top: 0;
}

.ywGmail .thread-events feedback {
  display: none;
}

thread-no-activity .thread-no-activity {
  margin: 0 20px 0 20px;
  padding: 15px 0;
  border-top: 1px solid var(--yw_gray_200);
}
thread-no-activity .thread-no-activity .no-activity-message {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
thread-no-activity .thread-no-activity .no-activity-message .email-type-icon {
  width: 30px;
  height: 30px;
  padding-top: 4px;
}
thread-no-activity .thread-no-activity .no-activity-message .message-content {
  margin-left: 10px;
  line-height: 21px;
}
thread-no-activity .thread-no-activity .no-activity-image {
  margin-top: 50px;
  text-align: center;
}
thread-no-activity .thread-no-activity .no-activity-image .empty-splash {
  width: 120px;
  height: 120px;
}
thread-no-activity .thread-no-activity .no-activity-image .no-opens {
  margin-top: 20px;
  font-size: 18px;
}
thread-no-activity .thread-tracking-off {
  padding: 0 20px 0 20px;
  line-height: 1.6;
}
thread-no-activity feedback {
  position: absolute;
  bottom: 0;
}

.yfo365 .no-activity-message .o365-message-content {
  font-size: 13px;
}
.yfo365 .no-activity-message .no-activity-email-icon-bos {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  margin-bottom: -3px;
}
.yfo365 .no-activity-message .inbound-message {
  font-weight: bold;
}
.yfo365 .not-tracked-message .email-type-icon {
  margin-top: -45px;
}
.yfo365 .not-tracked-message .not-tracked-email-icon-bos {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  margin-top: 0;
}
.yfo365 .no-activity-aos .recent-activity-zero-state-aos {
  text-align: center;
  margin-top: 10px;
}
.yfo365 .no-activity-aos .recent-activity-zero-state-aos svg {
  width: 280px;
  height: 220px;
}
.yfo365 .no-activity-aos .not-tracked-message {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  color: var(--yw_stone_500);
}
.yfo365 .no-activity-aos .pinning-message {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  color: var(--yw_stone_400);
}
.yfo365 .no-activity-aos .tutorial-aos {
  text-align: center;
  margin-top: 30px;
  font-size: 15px;
  color: var(--yesware_blue);
}
.yfo365 .no-activity-aos .tutorial-aos:hover {
  cursor: pointer;
}
.yfo365 .thread-no-activity {
  padding: 0;
}

.tutorial-swy {
  margin-top: 15px;
  color: var(--yesware_blue);
}
.tutorial-swy:hover {
  cursor: pointer;
}

.ywGmail .no-activity-content {
  padding-top: 25px;
  text-align: center;
}
.ywGmail .no-activity-content .no-activity-image {
  width: 52%;
}
.ywGmail .no-activity-content .no-activity-text {
  font-size: 20px;
  line-height: 18px;
  color: var(--yw_stone_400);
}
.ywGmail .no-activity-content .no-activity-prompt-text {
  font-size: 16px;
  line-height: 24px;
  color: var(--yesware_stone_gray);
  font-weight: 300;
}
.ywGmail .no-activity-content a {
  color: var(--yesware_blue);
  text-decoration: none;
}

thread-presentations .thread-presentations {
  padding: 20px 20px 0;
}

tracking-toggle {
  margin: 8px 20px 0 20px;
  display: flex;
  text-transform: none;
  line-height: 36px;
  color: var(--yw_stone_500);
  font-size: 14px;
  border: solid var(--yw_stone_200);
  border-width: 1px 0 1px 0;
}
tracking-toggle .yw-tracking-text {
  padding-right: 190px;
}
tracking-toggle .yw-toggle-tracking-label {
  padding-right: 5px;
}
tracking-toggle .mat-mdc-slide-toggle {
  vertical-align: sub;
}

/*
Mandatory styling for @angular/material
*/
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}

.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}

.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}

.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}

.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}

.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}

.cdk-overlay-backdrop-noop-animation {
  transition: none;
}

.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

textarea.cdk-textarea-autosize {
  resize: none;
}

textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}

textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}

@keyframes cdk-text-field-autofill-start { /*!*/ }
@keyframes cdk-text-field-autofill-end { /*!*/ }
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}

.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}

.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}

.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}

.mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-option:hover:not(.mdc-list-item--disabled), .mat-mdc-option:focus:not(.mdc-list-item--disabled), .mat-mdc-option.mat-mdc-option-active, .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(0, 0, 0, 0.04);
}

.mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #29abe2);
}

.mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #29abe2);
}

.mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #29abe2);
}

.mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}
.mat-pseudo-checkbox::after {
  color: #fafafa;
}

.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}

.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #29abe2;
}

.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #29abe2;
}

.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #29abe2;
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}

.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}

.mat-elevation-z0, .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z1, .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z2, .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z3, .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z4, .mat-mdc-elevation-specific.mat-elevation-z4 {
  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);
}

.mat-elevation-z5, .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z6, .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z7, .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z8, .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z9, .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z10, .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z11, .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z12, .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z13, .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z14, .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z15, .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z16, .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z17, .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z18, .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z19, .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z20, .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z21, .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z22, .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z23, .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z24, .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-theme-loaded-marker {
  display: none;
}

.mat-mdc-card {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-color: #fff;
}

.mat-mdc-card-outlined {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-outline-color: #e0e0e0;
}

.mat-mdc-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}

.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #29abe2;
}
.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(41, 171, 226, 0.25)'/%3E%3C/svg%3E");
}
.mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(41, 171, 226, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #29abe2;
}
.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(41, 171, 226, 0.25)'/%3E%3C/svg%3E");
}
.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(41, 171, 226, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #29abe2;
}
.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(41, 171, 226, 0.25)'/%3E%3C/svg%3E");
}
.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(41, 171, 226, 0.25);
}
.mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}
@media all {
  .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
@media all {
  .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
.mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #29abe2);
}
.mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field--filled .mdc-text-field__ripple::before,
.mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
.mdc-text-field--filled:hover .mdc-text-field__ripple::before, .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: whitesmoke;
}
.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
.mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #29abe2);
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #29abe2);
}
[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.mdc-text-field--outlined .mdc-text-field__ripple::before,
.mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(41, 171, 226, 0.87);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #29abe2);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #29abe2);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #29abe2);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #29abe2);
}
.mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #29abe2);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #29abe2);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #29abe2);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #29abe2);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #29abe2);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #29abe2);
}
.mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.38);
}
@media all {
  .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
@media all {
  .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
.mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled .mdc-text-field-character-counter,
.mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
.mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
.mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.mdc-text-field--disabled .mdc-notched-outline__leading,
.mdc-text-field--disabled .mdc-notched-outline__notch,
.mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field-character-counter,
  .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-notched-outline__leading,
  .mdc-text-field--disabled .mdc-notched-outline__notch,
  .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
.mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #fafafa;
}
[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__input, .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #29abe2);
}

.mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}

.mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}

.mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}

.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(41, 171, 226, 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(41, 171, 226, 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(41, 171, 226, 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #29abe2);
}
.mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #29abe2);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(41, 171, 226, 0.87);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #29abe2);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #29abe2);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #29abe2);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #29abe2);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #29abe2);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #29abe2);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #29abe2);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #29abe2);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #29abe2);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #29abe2);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #29abe2);
}

.mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #29abe2);
}
.mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #29abe2);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(41, 171, 226, 0.87);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #29abe2);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #29abe2);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #29abe2);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #29abe2);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #29abe2);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #29abe2);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #29abe2);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #29abe2);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #29abe2);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #29abe2);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #29abe2);
}

.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}

[dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}

.mat-mdc-form-field-infix {
  min-height: 56px;
}

.mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 28px;
}

.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -34.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}

.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}

.mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 24px;
  padding-bottom: 8px;
}

.mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}

.mdc-menu-surface {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}

.mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item--disabled .mdc-list-item__start,
.mdc-list-item--disabled .mdc-list-item__content,
.mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}

.mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}

.mdc-list-item--selected .mdc-list-item__primary-text,
.mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #29abe2);
}
.mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #29abe2);
}

.mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list-divider::after {
  border-bottom-color: white;
}

.mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.87);
}

.mat-mdc-select-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}

.mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(41, 171, 226, 0.87);
}
.mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(41, 171, 226, 0.87);
}
.mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(41, 171, 226, 0.87);
}
.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(41, 171, 226, 0.87);
}
.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}

.mdc-menu-surface {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}

.mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item--disabled .mdc-list-item__start,
.mdc-list-item--disabled .mdc-list-item__content,
.mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}

.mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}

.mdc-list-item--selected .mdc-list-item__primary-text,
.mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #29abe2);
}
.mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #29abe2);
}

.mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list-divider::after {
  border-bottom-color: white;
}

.mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --mdc-dialog-with-divider-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}

.mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
}
.mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #29abe2;
  --mdc-chip-elevated-disabled-container-color: #29abe2;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #29abe2;
  --mdc-chip-elevated-disabled-container-color: #29abe2;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #29abe2;
  --mdc-chip-elevated-disabled-container-color: #29abe2;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}

.mat-mdc-chip-focus-overlay {
  background: black;
}

.mat-mdc-chip {
  height: 32px;
}

.mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-unselected-icon-color: #fff;
}
.mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #4072b4;
  --mdc-switch-selected-handle-color: #4072b4;
  --mdc-switch-selected-hover-state-layer-color: #4072b4;
  --mdc-switch-selected-pressed-state-layer-color: #4072b4;
  --mdc-switch-selected-focus-handle-color: #284770;
  --mdc-switch-selected-hover-handle-color: #284770;
  --mdc-switch-selected-pressed-handle-color: #284770;
  --mdc-switch-selected-focus-track-color: #7fa3d1;
  --mdc-switch-selected-hover-track-color: #7fa3d1;
  --mdc-switch-selected-pressed-track-color: #7fa3d1;
  --mdc-switch-selected-track-color: #7fa3d1;
}
.mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #4072b4;
  --mdc-switch-selected-handle-color: #4072b4;
  --mdc-switch-selected-hover-state-layer-color: #4072b4;
  --mdc-switch-selected-pressed-state-layer-color: #4072b4;
  --mdc-switch-selected-focus-handle-color: #284770;
  --mdc-switch-selected-hover-handle-color: #284770;
  --mdc-switch-selected-pressed-handle-color: #284770;
  --mdc-switch-selected-focus-track-color: #7fa3d1;
  --mdc-switch-selected-hover-track-color: #7fa3d1;
  --mdc-switch-selected-pressed-track-color: #7fa3d1;
  --mdc-switch-selected-track-color: #7fa3d1;
}
.mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #4072b4;
  --mdc-switch-selected-handle-color: #4072b4;
  --mdc-switch-selected-hover-state-layer-color: #4072b4;
  --mdc-switch-selected-pressed-state-layer-color: #4072b4;
  --mdc-switch-selected-focus-handle-color: #284770;
  --mdc-switch-selected-hover-handle-color: #284770;
  --mdc-switch-selected-pressed-handle-color: #284770;
  --mdc-switch-selected-focus-track-color: #7fa3d1;
  --mdc-switch-selected-hover-track-color: #7fa3d1;
  --mdc-switch-selected-pressed-track-color: #7fa3d1;
  --mdc-switch-selected-track-color: #7fa3d1;
}

.mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 48px;
}

.mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #29abe2;
  --mdc-radio-selected-hover-icon-color: #29abe2;
  --mdc-radio-selected-icon-color: #29abe2;
  --mdc-radio-selected-pressed-icon-color: #29abe2;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #29abe2;
}
.mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #29abe2;
  --mdc-radio-selected-hover-icon-color: #29abe2;
  --mdc-radio-selected-icon-color: #29abe2;
  --mdc-radio-selected-pressed-icon-color: #29abe2;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #29abe2;
}
.mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #29abe2;
  --mdc-radio-selected-hover-icon-color: #29abe2;
  --mdc-radio-selected-icon-color: #29abe2;
  --mdc-radio-selected-pressed-icon-color: #29abe2;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #29abe2;
}
.mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-radio-button .mdc-radio {
  padding: calc((40px - 20px) / 2);
}
.mat-mdc-radio-button .mdc-radio .mdc-radio__background::before {
  top: calc(-1 * (40px - 20px) / 2);
  left: calc(-1 * (40px - 20px) / 2);
  width: 40px;
  height: 40px;
}
.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
  top: calc((40px - 40px) / 2);
  right: calc((40px - 40px) / 2);
  left: calc((40px - 40px) / 2);
  width: 40px;
  height: 40px;
}

.mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
.mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #29abe2;
  --mdc-slider-focus-handle-color: #29abe2;
  --mdc-slider-hover-handle-color: #29abe2;
  --mdc-slider-active-track-color: #29abe2;
  --mdc-slider-inactive-track-color: #29abe2;
  --mdc-slider-with-tick-marks-active-container-color: #000;
  --mdc-slider-with-tick-marks-inactive-container-color: #29abe2;
  --mat-mdc-slider-ripple-color: #29abe2;
  --mat-mdc-slider-hover-ripple-color: rgba(41, 171, 226, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(41, 171, 226, 0.2);
}
.mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #29abe2;
  --mdc-slider-focus-handle-color: #29abe2;
  --mdc-slider-hover-handle-color: #29abe2;
  --mdc-slider-active-track-color: #29abe2;
  --mdc-slider-inactive-track-color: #29abe2;
  --mdc-slider-with-tick-marks-active-container-color: #000;
  --mdc-slider-with-tick-marks-inactive-container-color: #29abe2;
  --mat-mdc-slider-ripple-color: #29abe2;
  --mat-mdc-slider-hover-ripple-color: rgba(41, 171, 226, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(41, 171, 226, 0.2);
}
.mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #29abe2;
  --mdc-slider-focus-handle-color: #29abe2;
  --mdc-slider-hover-handle-color: #29abe2;
  --mdc-slider-active-track-color: #29abe2;
  --mdc-slider-inactive-track-color: #29abe2;
  --mdc-slider-with-tick-marks-active-container-color: #000;
  --mdc-slider-with-tick-marks-inactive-container-color: #29abe2;
  --mat-mdc-slider-ripple-color: #29abe2;
  --mat-mdc-slider-hover-ripple-color: rgba(41, 171, 226, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(41, 171, 226, 0.2);
}

.mdc-menu-surface {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}

.mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item--disabled .mdc-list-item__start,
.mdc-list-item--disabled .mdc-list-item__content,
.mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}

.mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}

.mdc-list-item--selected .mdc-list-item__primary-text,
.mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #29abe2);
}
.mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #29abe2);
}

.mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list-divider::after {
  border-bottom-color: white;
}

.mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-mdc-menu-item[disabled],
.mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38));
}

.mat-mdc-menu-item .mat-icon-no-color,
.mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mat-mdc-menu-item:hover:not([disabled]),
.mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}

.mat-mdc-list-item-interactive::before {
  background: black;
}
.mat-mdc-list-item-interactive:not(:focus):not(.mdc-list-item--disabled):hover::before {
  opacity: 0.04;
}
.mat-mdc-list-item-interactive:focus::before {
  opacity: 0.12;
}
.mat-mdc-list-item-interactive.mdc-list-item--selected::before {
  background: #29abe2;
  opacity: 0.16;
}
.mat-mdc-list-item-interactive.mdc-list-item--selected:not(:focus):not(.mdc-list-item--disabled):hover::before {
  opacity: 0.24;
}

.mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}

.mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item--disabled .mdc-list-item__start,
.mdc-list-item--disabled .mdc-list-item__content,
.mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}

.mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}

.mdc-list-item--selected .mdc-list-item__primary-text,
.mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #29abe2);
}
.mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #29abe2);
}

.mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list-divider::after {
  border-bottom-color: white;
}

.mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-mdc-list-option .mdc-list-item__start, .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #29abe2;
  --mdc-checkbox-selected-hover-icon-color: #29abe2;
  --mdc-checkbox-selected-icon-color: #29abe2;
  --mdc-checkbox-selected-pressed-icon-color: #29abe2;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-list-option .mdc-list-item__start, .mat-mdc-list-option .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #29abe2;
  --mdc-radio-selected-hover-icon-color: #29abe2;
  --mdc-radio-selected-icon-color: #29abe2;
  --mdc-radio-selected-pressed-icon-color: #29abe2;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #29abe2;
}
.mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-list-option.mat-accent .mdc-list-item__start, .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #29abe2;
  --mdc-checkbox-selected-hover-icon-color: #29abe2;
  --mdc-checkbox-selected-icon-color: #29abe2;
  --mdc-checkbox-selected-pressed-icon-color: #29abe2;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-list-option.mat-accent .mdc-list-item__start, .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #29abe2;
  --mdc-radio-selected-hover-icon-color: #29abe2;
  --mdc-radio-selected-icon-color: #29abe2;
  --mdc-radio-selected-pressed-icon-color: #29abe2;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #29abe2;
}
.mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-list-option.mat-warn .mdc-list-item__start, .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #29abe2;
  --mdc-checkbox-selected-hover-icon-color: #29abe2;
  --mdc-checkbox-selected-icon-color: #29abe2;
  --mdc-checkbox-selected-pressed-icon-color: #29abe2;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-list-option.mat-warn .mdc-list-item__start, .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #29abe2;
  --mdc-radio-selected-hover-icon-color: #29abe2;
  --mdc-radio-selected-icon-color: #29abe2;
  --mdc-radio-selected-pressed-icon-color: #29abe2;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #29abe2;
}
.mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-list-item.mdc-list-item--with-one-line {
  height: 48px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-radio.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-switch.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-image.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-video.mdc-list-item--with-one-line {
  height: 72px;
}
.mat-mdc-list-item.mdc-list-item--with-two-lines {
  height: 64px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines {
  height: 72px;
}
.mat-mdc-list-item.mdc-list-item--with-three-lines {
  height: 88px;
}

.mat-mdc-list-option-with-trailing-avatar.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-option-with-trailing-avatar.mdc-list-item--with-two-lines {
  height: 72px;
}

.mat-mdc-paginator {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}

.mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.54);
}

.mat-mdc-paginator-decrement,
.mat-mdc-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-mdc-paginator-first,
.mat-mdc-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.12);
}

.mat-mdc-paginator .mat-mdc-form-field-infix {
  min-height: 40px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -26.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}

.mat-mdc-paginator-container {
  min-height: 56px;
}

.mat-mdc-tab, .mat-mdc-tab-link {
  background-color: transparent;
}
.mat-mdc-tab .mdc-tab__text-label, .mat-mdc-tab-link .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}
.mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #29abe2;
}
.mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #29abe2);
}
.mdc-tab__ripple::before,
.mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-link .mat-ripple-element {
  background-color: #29abe2;
}

.mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #29abe2;
}
.mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #29abe2);
}
.mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #29abe2;
}
.mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #29abe2;
}
.mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #29abe2);
}
.mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #29abe2;
}

.mat-mdc-tab-group.mat-background-primary, .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #29abe2;
  --mat-mdc-tab-header-with-background-foreground-color: #000;
}
.mat-mdc-tab-group.mat-background-accent, .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #29abe2;
  --mat-mdc-tab-header-with-background-foreground-color: #000;
}
.mat-mdc-tab-group.mat-background-warn, .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #29abe2;
  --mat-mdc-tab-header-with-background-foreground-color: #000;
}

.mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #000);
}

.mat-mdc-tab-header .mdc-tab {
  height: 48px;
}

.mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #000;
}
.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #29abe2;
  --mdc-checkbox-selected-hover-icon-color: #29abe2;
  --mdc-checkbox-selected-icon-color: #29abe2;
  --mdc-checkbox-selected-pressed-icon-color: #29abe2;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(41, 171, 226, 0.1);
}
.mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #29abe2;
}
.mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #29abe2;
  --mdc-checkbox-selected-hover-icon-color: #29abe2;
  --mdc-checkbox-selected-icon-color: #29abe2;
  --mdc-checkbox-selected-pressed-icon-color: #29abe2;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(41, 171, 226, 0.1);
}
.mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #29abe2;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #29abe2;
  --mdc-checkbox-selected-hover-icon-color: #29abe2;
  --mdc-checkbox-selected-icon-color: #29abe2;
  --mdc-checkbox-selected-pressed-icon-color: #29abe2;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(41, 171, 226, 0.1);
}
.mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #29abe2;
}

.mat-mdc-checkbox-disabled label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-checkbox .mdc-checkbox {
  padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  margin: calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2);
}
.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
}
.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control {
  top: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  right: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  left: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  width: var(--mdc-checkbox-touch-target-size, 40px);
  height: var(--mdc-checkbox-touch-target-size, 40px);
}

.mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #29abe2;
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #29abe2;
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #29abe2;
}
.mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #29abe2;
  --mdc-filled-button-label-text-color: #000;
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #29abe2;
  --mdc-filled-button-label-text-color: #000;
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #29abe2;
  --mdc-filled-button-label-text-color: #000;
}
.mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #29abe2;
  --mdc-protected-button-label-text-color: #000;
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #29abe2;
  --mdc-protected-button-label-text-color: #000;
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #29abe2;
  --mdc-protected-button-label-text-color: #000;
}
.mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}

.mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #29abe2;
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #29abe2;
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #29abe2;
}
.mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}

.mat-mdc-button, .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-button.mat-primary, .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #29abe2;
  --mat-mdc-button-ripple-color: rgba(41, 171, 226, 0.1);
}
.mat-mdc-button.mat-accent, .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #29abe2;
  --mat-mdc-button-ripple-color: rgba(41, 171, 226, 0.1);
}
.mat-mdc-button.mat-warn, .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #29abe2;
  --mat-mdc-button-ripple-color: rgba(41, 171, 226, 0.1);
}

.mat-mdc-raised-button, .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-raised-button.mat-primary, .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-raised-button.mat-accent, .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-raised-button.mat-warn, .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}

.mat-mdc-button.mat-mdc-button-base,
.mat-mdc-raised-button.mat-mdc-button-base,
.mat-mdc-unelevated-button.mat-mdc-button-base,
.mat-mdc-outlined-button.mat-mdc-button-base {
  height: 36px;
}

.mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #29abe2;
  --mat-mdc-button-ripple-color: rgba(41, 171, 226, 0.1);
}
.mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #29abe2;
  --mat-mdc-button-ripple-color: rgba(41, 171, 226, 0.1);
}
.mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #29abe2;
  --mat-mdc-button-ripple-color: rgba(41, 171, 226, 0.1);
}
.mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #29abe2;
}
.mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #29abe2;
}
.mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #29abe2;
}
.mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-icon-button.mat-mdc-button-base {
  width: 48px;
  height: 48px;
  padding: 12px;
}
.mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 48px;
  max-width: 48px;
}
.mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}
.mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 48px;
  transform: translate(-50%, -50%);
}

.mat-mdc-fab, .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-fab.mat-primary, .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-fab.mat-accent, .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-fab.mat-warn, .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-fab.mat-unthemed, .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #fff;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.mat-mdc-fab.mat-primary, .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #29abe2;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.mat-mdc-fab.mat-accent, .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #29abe2;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.mat-mdc-fab.mat-warn, .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #29abe2;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.mat-mdc-fab[disabled][disabled], .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
  --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
  --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: #29abe2;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}

.mdc-data-table {
  background-color: var(--mdc-theme-surface, #fff);
  border-color: rgba(0, 0, 0, 0.12);
}
.mdc-data-table__row {
  background-color: inherit;
}

.mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #fff);
}

.mdc-data-table__row--selected {
  background-color: rgba(41, 171, 226, 0.04);
}

.mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.12);
}
.mdc-data-table__cell,
.mdc-data-table__header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

.mdc-data-table__pagination {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.mdc-data-table__header-cell {
  color: rgba(0, 0, 0, 0.87);
}

.mdc-data-table__pagination-total,
.mdc-data-table__pagination-rows-per-page-label,
.mdc-data-table__cell {
  color: rgba(0, 0, 0, 0.87);
}

[dir=rtl] .mdc-data-table__pagination-button .mdc-button__icon, .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.mat-mdc-table {
  background: white;
}

.mat-mdc-table .mdc-data-table__row {
  height: 52px;
}
.mat-mdc-table .mdc-data-table__pagination {
  min-height: 52px;
}
.mat-mdc-table .mdc-data-table__header-row {
  height: 56px;
}

.mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #29abe2;
}
.mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #29abe2;
}
.mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #29abe2;
}

.mat-badge {
  position: relative;
}

.mat-badge.mat-badge {
  overflow: visible;
}

.mat-badge-hidden .mat-badge-content {
  display: none;
}

.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}

.ng-animate-disabled .mat-badge-content,
.mat-badge-content._mat-animation-noopable {
  transition: none;
}

.mat-badge-content.mat-badge-active {
  transform: none;
}

.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}

.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}

.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}

.mat-badge-content {
  color: white;
  background: #29abe2;
}
.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.mat-badge-accent .mat-badge-content {
  background: #29abe2;
  color: white;
}

.mat-badge-warn .mat-badge-content {
  color: white;
  background: #29abe2;
}

.mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}

.mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}

.mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}

.mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}

.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}

[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}

.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #e0e0e0;
}

.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}

.mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}

.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
}

.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}

.mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}

.mat-datepicker-toggle,
.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}

.mat-calendar-table-header,
.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-body-cell-content,
.mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}

.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(0, 0, 0, 0.38);
}

.mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}

.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.18);
}

.mat-calendar-body-in-range::before {
  background: rgba(41, 171, 226, 0.2);
}

.mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}

.mat-calendar-body-comparison-bridge-start::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(41, 171, 226, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-calendar-body-comparison-bridge-end::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(41, 171, 226, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}

.mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.mat-calendar-body-selected {
  background-color: #29abe2;
  color: white;
}

.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(41, 171, 226, 0.4);
}

.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}

.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(41, 171, 226, 0.3);
}

@media (hover: hover) {
  .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(41, 171, 226, 0.3);
  }
}
.mat-datepicker-content {
  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);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(41, 171, 226, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(41, 171, 226, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(41, 171, 226, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #29abe2;
  color: white;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(41, 171, 226, 0.4);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(41, 171, 226, 0.3);
}
@media (hover: hover) {
  .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(41, 171, 226, 0.3);
  }
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(41, 171, 226, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(41, 171, 226, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(41, 171, 226, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #29abe2;
  color: white;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(41, 171, 226, 0.4);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(41, 171, 226, 0.3);
}
@media (hover: hover) {
  .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(41, 171, 226, 0.3);
  }
}

.mat-datepicker-content-touch {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-datepicker-toggle-active {
  color: #29abe2;
}
.mat-datepicker-toggle-active.mat-accent {
  color: #29abe2;
}
.mat-datepicker-toggle-active.mat-warn {
  color: #29abe2;
}

.mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  width: 40px;
  height: 40px;
  padding: 8px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 40px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 40px;
  transform: translate(-50%, -50%);
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}

.mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}

.mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}

@media (hover: none) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}

.mat-expansion-panel-header-description,
.mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}

.mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}

.mat-expansion-panel-header {
  height: 48px;
}
.mat-expansion-panel-header.mat-expanded {
  height: 64px;
}

.mat-icon.mat-primary {
  color: #29abe2;
}
.mat-icon.mat-accent {
  color: #29abe2;
}
.mat-icon.mat-warn {
  color: #29abe2;
}

.mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}

.mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer.mat-drawer-push {
  background-color: white;
}
.mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}

[dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
[dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}

.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}

.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover:not([aria-disabled]), .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .mat-step-header:hover {
    background: none;
  }
}
.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
  background-color: #29abe2;
  color: white;
}
.mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.mat-step-header.mat-accent .mat-step-icon-selected,
.mat-step-header.mat-accent .mat-step-icon-state-done,
.mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #29abe2;
  color: white;
}
.mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.mat-step-header.mat-warn .mat-step-icon-selected,
.mat-step-header.mat-warn .mat-step-icon-state-done,
.mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #29abe2;
  color: white;
}
.mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #29abe2;
}
.mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.mat-step-header .mat-step-label.mat-step-label-error {
  color: #29abe2;
}

.mat-stepper-horizontal, .mat-stepper-vertical {
  background-color: white;
}

.mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}

.mat-horizontal-stepper-header::before,
.mat-horizontal-stepper-header::after,
.mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-horizontal-stepper-header {
  height: 72px;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
.mat-vertical-stepper-header {
  padding: 24px 24px;
}

.mat-stepper-vertical-line::before {
  top: -16px;
  bottom: -16px;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after, .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before {
  top: 36px;
}

.mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}

.mat-sort-header-arrow {
  color: #757575;
}

.mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  background: #29abe2;
  color: white;
}
.mat-toolbar.mat-accent {
  background: #29abe2;
  color: white;
}
.mat-toolbar.mat-warn {
  background: #29abe2;
  color: white;
}
.mat-toolbar .mat-form-field-underline,
.mat-toolbar .mat-form-field-ripple,
.mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.mat-toolbar .mat-form-field-label,
.mat-toolbar .mat-focused .mat-form-field-label,
.mat-toolbar .mat-select-value,
.mat-toolbar .mat-select-arrow,
.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.mat-toolbar .mat-input-element {
  caret-color: currentColor;
}

.mat-toolbar-multiple-rows {
  min-height: 64px;
}

.mat-toolbar-row, .mat-toolbar-single-row {
  height: 64px;
}

@media (max-width: 599px) {
  .mat-toolbar-multiple-rows {
    min-height: 56px;
  }
  .mat-toolbar-row, .mat-toolbar-single-row {
    height: 56px;
  }
}
.mat-tree {
  background: white;
}

.mat-tree-node,
.mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}

.mat-tree-node {
  min-height: 48px;
}

thread-presentation {
  display: block;
  border: 1px solid var(--yw_stone_200);
  border-radius: 4px;
  color: var(--yw_stone_500);
}
thread-presentation .header {
  display: flex;
  padding: 10px;
}
thread-presentation .header .header-text {
  margin-left: 5px;
}
thread-presentation .header .label {
  font-size: 12px;
  text-transform: uppercase;
  font-family: proxima-nova-semibold, Arial, Sans-Serif;
  font-weight: 500;
  color: var(--yesware_stone_gray);
}
thread-presentation .header .presentation-report-link {
  margin: 0;
  color: var(--yesware_blue);
  font-size: 15px;
}
thread-presentation .header .presentation-report-link:hover {
  cursor: pointer;
  color: var(--yw_blue_400);
  text-decoration: underline;
}
thread-presentation .header .presentation-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 5px 5px 5px;
}
thread-presentation .presentation-metrics-container {
  display: flex;
  border-top: 1px solid var(--yw_stone_200);
  text-align: center;
  font-weight: 600;
}
thread-presentation .presentation-metrics-container .section {
  width: 33%;
  padding: 12px 0;
  font-size: 18px;
}
thread-presentation .presentation-metrics-container .section:not(:last-child) {
  border-right: 1px solid var(--yw_stone_200);
}
thread-presentation .presentation-metrics-container .section span {
  display: block;
}
thread-presentation .presentation-metrics-container .section .label {
  font-size: 12px;
  font-weight: 400;
}

activity-app {
  display: block;
}

.yfo365 app-header {
  display: none;
}

/*# sourceMappingURL=styles.css.map*/
