/* Pages */
.table-scheduleView tbody tr td {
  border-bottom: 1px dashed #B8B8B8; }

.combined-forecast-column {
  box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.12) inset; }

.calendar-top-buttons {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap; }
  .calendar-top-buttons > div {
    white-space: nowrap; }
  .calendar-top-buttons .outlook-buttons {
    justify-content: end; }
  .calendar-top-buttons .outlook-small {
    justify-content: flex-end;
    display: flex;
    flex-grow: 1; }
  .calendar-top-buttons .today-buttons {
    flex-grow: 1;
    text-align: center; }
  .calendar-top-buttons button {
    margin-right: 1rem; }

@media (max-width: 577px) {
  .today-buttons {
    font-size: 0.7rem;
    margin: 8px 16px; }
    .today-buttons button {
      font-size: 0.7rem; } }
.calendar-main {
  padding-left: 0px; }

.ul-child {
  margin-left: 35px; }

.calendar-tactical-date {
  top: calc(50% - 30px / 2 + 0.17px);
  font-family: Helvetica Neue, Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.7rem;
  line-height: 15px;
  align-items: center;
  text-align: center;
  color: #707070; }

.calendar-tactical-today {
  background: #143A59;
  color: #000;
  font-weight: bold; }

.bordered {
  border-bottom: 1px solid #B8B8B8; }

.noborder {
  border: none !important; }

.calendar-outlined-table {
  border: 1px solid #B8B8B8; }

.calendar-tactical-chart {
  table-layout: fixed;
  position: relative; }
  .calendar-tactical-chart thead {
    position: sticky;
    top: 220px;
    z-index: 2;
    background: var(--mud-palette-surface);
    width: 100%;
    border-bottom: 1px solid #B8B8B8; }
  .calendar-tactical-chart tr {
    border-bottom: 1px solid #B8B8B8;
    border-right: 1px solid #B8B8B8; }
    .calendar-tactical-chart tr th {
      font-family: Helvetica Neue, Roboto, sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 1.5rem;
      line-height: 37px;
      /* identical to box height */
      align-items: center;
      text-align: center;
      /* Black */
      color: #000;
      background: var(--mud-palette-surface); }
    .calendar-tactical-chart tr td {
      height: 34px;
      font-size: 0.7rem; }
    @media (min-width: 960px) {
      .calendar-tactical-chart tr .day-column {
        width: 120px; } }

.terminal-shift-chart {
  position: relative; }
  .terminal-shift-chart thead {
    position: sticky;
    top: 220px;
    z-index: 2;
    background: var(--mud-palette-surface);
    width: 100%; }

.calendar-column {
  position: relative;
  width: 100%; }

.day-column {
  width: 60px; }

.calendar-cell {
  height: 34px;
  padding: 0 !important; }

.calendar-extended-chart {
  table-layout: fixed;
  position: relative; }
  .calendar-extended-chart .calendar-column {
    position: relative;
    width: calc(calc(100vw / 21) - 24px); }
  .calendar-extended-chart thead {
    position: sticky;
    top: 0;
    z-index: 2;
    background: var(--mud-palette-surface);
    width: 100%; }
  .calendar-extended-chart tr th {
    font-family: Helvetica Neue, Roboto, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    align-items: center;
    text-align: center !important;
    /* Medium Grey */
    color: #707070;
    /* Inside Auto Layout */
    margin: 0px 0px; }

.calendar-tactical-g {
  width: 24px;
  font-family: Helvetica Neue, Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.7rem;
  line-height: 15px;
  /* identical to box height */
  align-items: center;
  text-align: center;
  /* Medium Grey */
  color: #707070;
  background-color: #F4F4F4; }

.calendar-tactical-d {
  width: 24px;
  font-family: Helvetica Neue, Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.7rem;
  line-height: 15px;
  /* identical to box height */
  align-items: center;
  text-align: center;
  /* Medium Grey */
  color: #707070;
  background: #B8B8B8; }

.calendar-tactical-n {
  width: 24px;
  font-family: Helvetica Neue, Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.7rem;
  line-height: 15px;
  /* identical to box height */
  align-items: center;
  text-align: center;
  /* Medium Grey */
  color: #F4F4F4;
  background: #707070; }

.calendar-item {
  position: absolute;
  /* Shadow */
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  left: 0;
  right: 0;
  border-radius: 8px;
  margin: 0 0.5rem 0 0.5rem;
  z-index: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  background: rgba(94, 77, 109, 0.75);
  color: #F4F4F4; }

.union, .holidays, .shutdown {
  background: rgba(184, 184, 184, 0.75); }
  .union:hover, .holidays:hover, .shutdown:hover {
    background: #b8b8b8; }

.calendar-item-title {
  font-family: Helvetica Neue, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 0.6rem;
  line-height: 16px;
  align-items: center;
  text-align: left;
  color: #F4F4F4;
  margin: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: break-spaces;
  height: 100%;
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
  /* Bottom-right shadow */ }
  .calendar-item-title span {
    color: #000aff; }

.calendar-item-title-larger {
  font-family: Helvetica Neue, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 0.7rem;
  line-height: 15px;
  align-items: center;
  text-align: center;
  margin: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: break-spaces;
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
  /* Bottom-right shadow */ }

.calendar-item-text {
  font-family: Helvetica Neue, Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.7rem;
  line-height: 15px;
  align-items: center;
  text-align: center;
  margin: 5px;
  white-space: normal;
  color: #F4F4F4;
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
  /* Bottom-right shadow */ }

.calendar-info {
  font-family: Helvetica Neue, Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  align-items: center;
  color: #000000;
  margin: 16px 0px; }
  .calendar-info label {
    width: 100%;
    font-weight: bold; }
  .calendar-info span {
    color: #000aff; }

.calendar-schedule-extended-header {
  border-bottom: none; }

.first-day {
  background: var(--mud-palette-surface); }

.calendar-outlook-date {
  height: 34px;
  text-align: center;
  width: 100%;
  margin-top: -86px;
  font-family: Helvetica Neue, Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #707070; }
  .calendar-outlook-date .month {
    color: #000;
    font-weight: bolder;
    z-index: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .calendar-outlook-date .calendar-extended-date {
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%); }
  .calendar-outlook-date .calendar-extended-today {
    background: #143A59;
    font-weight: normal;
    border-radius: 16px;
    width: 24px;
    margin: auto;
    height: 24px;
    color: #fff;
    margin-top: -2px;
    padding-top: 3px; }

tr.calendar-extended-day {
  height: 177px;
  border: 1px solid #B8B8B8; }

.calendar-extended-day .calendar-column {
  width: 58px; }
.calendar-extended-day .calendar-bottom {
  text-align: center;
  width: 100%;
  bottom: 0;
  position: absolute;
  font-family: Helvetica Neue, Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.7rem;
  line-height: 15px; }
.calendar-extended-day .day-start {
  border-left: 1px solid #B8B8B8; }
.calendar-extended-day .day-end {
  border-right: 1px solid #B8B8B8; }

.calendar-top {
  position: sticky;
  background: white;
  z-index: 3;
  padding-top: 1.5rem;
  padding-bottom: 8px;
  width: -webkit-fill-available;
  top: 0; }

.calendar-left {
  position: sticky;
  top: 186px;
  background: white;
  padding: 1rem;
  z-index: 2; }

.schedule {
  margin-bottom: 2em; }

.calendar-wrapper {
  position: relative;
  height: 0; }

.table-header {
  display: inline-flex;
  justify-content: flex-end;
  margin-left: 144px; }

.table-header #div {
  width: 100%; }

.calendar-target {
  position: absolute;
  top: -120px; }

.calendar-header-date {
  width: 48px; }

.calendar-header-shift {
  width: 48px; }

@media (max-width: 576px) {
  .calendar-tactical-chart thead {
    top: 0; }

  .calendar-top {
    position: initial;
    top: initial;
    background: white;
    z-index: 3;
    padding-top: 1rem;
    margin-right: -16px;
    padding-bottom: 8px;
    width: 100%; } }
@media (min-width: 576px) {
  .calendar-tactical-chart thead {
    top: 0; }

  .calendar-column {
    position: relative; } }
@media (min-width: 768px) {
  .calendar-tactical-chart thead {
    top: 254px; }

  .calendar-target {
    top: -120px; }

  .calendar-column {
    position: relative; } }
@media (min-width: 992px) {
  .calendar-header-date {
    width: 140px; }

  .calendar-tactical-chart thead {
    top: 212px; }

  .calendar-target {
    top: -100px; }

  .calendar-column {
    position: relative; } }
@media (min-width: 1200px) {
  .calendar-tactical-chart thead {
    top: 220px; }

  .calendar-target {
    top: -80px; }

  .calendar-column {
    position: relative; } }
@media (min-width: 1400px) {
  .calendar-tactical-chart thead {
    top: 220px; }

  .calendar-column {
    position: relative; } }
.invoice-preview-body {
  margin: 24px auto;
  width: 820px;
  box-shadow: 0 2px 8px #0003; }

.invoice-template {
  font-size: 14px;
  position: relative;
  padding: 16px;
  min-height: 1024px;
  box-sizing: border-box;
  border: 1px solid #dee1e2;
  background: #fff;
  display: flex;
  flex-direction: column;
  color: #424242 !important; }
  .invoice-template .mud-paper, .invoice-template .mud-table, .invoice-template div.mud-input-slot.mud-input-root, .invoice-template .mud-input, .invoice-template .mud-shrink ~ label.mud-input-label.mud-input-label-inputcontrol {
    color: #424242 !important;
    background: #fff !important; }

@page {
  margin: 2mm; }
@media print {
  .invoice-template {
    font-size: 0.875rem;
    position: relative;
    padding: 0;
    min-height: 1024px;
    box-sizing: border-box;
    border: none;
    background: #fff !important;
    display: flex;
    flex-direction: column;
    color: #424242 !important; }

  .invoice-preview-body {
    margin: 0 auto;
    padding: 0 !important;
    width: 100% !important;
    box-shadow: none !important; }

  html, body {
    background: #fff !important;
    margin: 0 !important;
    padding: 0 !important; }

  .invoice-heading-subtitle {
    word-wrap: break-word;
    color: #6a7880;
    font-size: 0.5rem;
    margin-top: 0;
    margin-bottom: 10px; } }
.invoice-stepper .mud-stepper .mud-collapse-container {
  overflow: initial !important;
  grid-template-rows: minmax(0, 1fr) !important; }
.invoice-stepper .mud-card-actions {
  display: none !important; }

.invoice-template-header {
  display: flex;
  margin: 25px 14px 0;
  justify-content: space-between; }

.invoice-heading-subtitle {
  word-wrap: break-word;
  color: #6a7880;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 10px; }

.invoice-template-header img {
  max-width: 300px;
  max-height: 200px; }

.invoice-template-header-info {
  text-align: right;
  width: 442px; }

.invoice-divider-full-width {
  margin-left: -16px;
  margin-right: -16px; }

.invoice-divider {
  display: block;
  height: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #d4dde3;
  overflow: hidden;
  margin: 24px auto; }

.invoice-metadata {
  margin-left: 14px;
  margin-right: -5px;
  display: flex; }
  .invoice-metadata table {
    width: 100%;
    border-collapse: collapse; }

.invoice-metadata-customer {
  flex-grow: 1;
  display: flex;
  width: 57%; }

.invoice-metadata-customer-billing {
  flex-grow: 1;
  padding-right: 10px; }

.invoice-metadata-details {
  margin-top: -5px;
  flex-grow: 1;
  padding-right: 16px; }

.invoice-items {
  margin-top: 26px;
  margin-right: -16px;
  margin-left: -16px; }
  .invoice-items table {
    width: 100%;
    border-collapse: collapse; }

.invoice-sticky-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

.invoice-footer {
  margin: 0;
  padding: 16px;
  text-align: center;
  white-space: pre-wrap; }

.invoice-item .mud-input.mud-input-underline:before {
  border-bottom: none !important; }

.invoice-item-header {
  background: #d7d7d7;
  color: #424242 !important; }

.invoice-item-footer {
  border-top: 2px solid #d7d7d7; }
  .invoice-item-footer td {
    border: none !important;
    padding: 4px 16px 4px 16px !important; }
  .invoice-item-footer td.bordered {
    border-top: 2px solid #d7d7d7 !important; }

.invoice-view-summary {
  display: flex;
  margin-bottom: 20px; }

.invoice-view-summary-status {
  margin-right: 30px; }

.invoice-view-summary-customer {
  flex-grow: 2; }

.invoice-view-summary-customer-name {
  position: relative;
  top: 3px; }

.invoice-view-summary-amount, .invoice-view-summary-due-date {
  margin-right: 30px; }

.invoice-grid-button {
  margin-top: -16px; }

.invoice-preview-buttons {
  margin: 24px auto -8px auto;
  width: 820px; }

.alert-message-100 .mud-alert-message {
  width: 100%; }

@media print {
  .application-outlet__overlay-container {
    display: none; } }
.msg-overlay-list-bubble--is-minimized .msg-overlay-presence-onboarding-presenter {
  top: initial;
  bottom: 50px; }

.msg-overlay-list-bubble--is-minimized .msg-overlay-presence-onboarding-presenter::after, .msg-overlay-list-bubble--is-minimized .msg-overlay-presence-onboarding-presenter::before {
  border-bottom: none;
  top: initial; }

.msg-overlay-list-bubble--is-minimized .msg-overlay-presence-onboarding-presenter::before {
  border-top: 9px solid var(--color-shadow);
  bottom: -9px; }

.msg-overlay-list-bubble--is-minimized .msg-overlay-presence-onboarding-presenter::after {
  border-top: 0.8rem solid var(--color-background-container);
  bottom: -0.8rem; }

.msg-compose-container__spacer, .msg-overlay-bubble-header__controls, .msg-overlay-list-bubble {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

.msg-overlay-bubble-header__control[data-artdeco-is-focused=true]:focus:not(:hover) {
  background-color: var(--color-background-none); }

.msg-overlay-bubble-header__button {
  max-width: 230px; }

.msg-overlay-conversation-bubble--jumbo .msg-overlay-bubble-header__button {
  max-width: 380px; }

@media screen and (max-width: 768px) {
  .msg-overlay-conversation-bubble {
    height: 696px;
    width: 500px;
    max-width: calc(100vw - 24px);
    max-height: calc(100vh - 62px);
    margin: 0 1.2rem;
    overflow-y: auto; }

  .msg-overlay-conversation-bubble .msg-overlay-conversation-bubble__expand-btn {
    display: none; } }
.msg-overlay-conversation-bubble .msg-form__msg-content-container {
  min-height: 80px; }

.msg-overlay-conversation-bubble .msg-form__msg-content-container.msg-form__msg-content-container--with-gai-perm-entry {
  min-height: 96px; }

.msg-overlay-conversation-bubble.msg-overlay-conversation-bubble--inmail {
  max-height: calc(100vh - 52px); }

@media screen and (max-width: 512px) {
  .msg-overlay-conversation-bubble .msg-form__msg-content-container--scrollable {
    margin: 0.4rem 0; }

  .msg-overlay-conversation-bubble .msg-form__footer {
    padding-top: 0;
    padding-bottom: 0; }

  .msg-overlay-conversation-bubble .msg-form__gai-smart-action-container {
    bottom: 0.8rem; } }
.msg-overlay-conversation-bubble.msg-overlay-conversation-bubble--jumbo {
  height: 696px;
  width: 500px;
  overflow: auto; }

.msg-overlay-conversation-bubble.msg-overlay-conversation-bubble--is-minimized {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  transition-duration: 167ms;
  transform: translateY(100%) translateY(-48px);
  width: 216px; }

.msg-overlay-conversation-bubble--is-minimized .msg-overlay-conversation-bubble__content, .msg-overlay-conversation-bubble--is-minimized .msg-overlay-conversation-bubble__expand-btn {
  display: none; }

.msg-overlay-conversation-bubble__reaction-header-notification {
  margin-top: -2px; }

@media not screen and (-webkit-min-device-pixel-ratio: 2), not screen and (min-resolution: 192dpi) {
  .msg-overlay-conversation-bubble__reaction-header-notification .msg-overlay-conversation-bubble__notification-emoji {
    padding-right: 3px; } }
.msg-overlay-conversation-bubble__presence-info {
  display: flex;
  align-items: center;
  margin-top: -2px; }

.msg-overlay-conversation-bubble--is-minimized .msg-overlay-conversation-bubble__presence-info {
  margin-top: 0; }

.msg-overlay-conversation-bubble__new-conversation-body {
  flex: 1;
  text-align: center;
  overflow: auto;
  padding: 0.8rem; }

.msg-overlay-conversation-bubble__content-wrapper {
  flex-grow: 1;
  height: 0; }

@media screen and (max-width: 640px) {
  .application-outlet__overlay-container:has(.msg-overlay-conversation-bubble__job-details-hiring-team, .msg-overlay-conversation-bubble--is-active) {
    z-index: 991; } }
.msg-overlay-conversation-bubble-header--fade-in {
  animation: fadeIn ease var(--duration-fast);
  animation-fill-mode: forwards; }

.msg-overlay-conversation-bubble-header--fade-out {
  animation: fadeOut ease var(--duration-fast);
  position: absolute;
  animation-fill-mode: forwards; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeOut {
  from {
    opacity: 1;
    z-index: 999; }
  to {
    opacity: 0;
    z-index: -999; } }
.msg-overlay-list-bubble__list-header {
  padding: .8rem 1.2rem .4rem;
  display: flex; }

@media screen and (max-width: 768px) {
  .msg-overlay-audio-bubble {
    max-width: calc(100vw - 24px);
    max-height: calc(100vh - 70px);
    margin: 0 1.2rem;
    overflow-y: auto; }

  .msg-overlay-audio-bubble.msg-overlay-audio-bubble--is-hidden-at-md {
    display: none; } }
.msg-overlay-audio-bubble--is-minimized {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  transition-duration: 167ms;
  transform: translateY(100%) translateY(-48px);
  width: 216px; }

.msg-overlay-audio-bubble__loading-section {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.msg-overlay-audio-bubble__loading-section--canvas-bg {
  background-color: var(--color-background-canvas); }

.msg-overlay-interactive-messaging-component__inbox-shortcuts-container {
  width: 2rem;
  margin-left: .8rem;
  display: initial;
  opacity: 1;
  z-index: 999; }

.msg-overlay-interactive-messaging-component__inbox-shortcuts-container .msg-overlay-interactive-messaging-component__inbox-shortcuts {
  position: absolute;
  top: var(--spacing-half-x);
  right: var(--spacing-half-x);
  z-index: 999; }

.application-outlet__overlay-container {
  width: 100%;
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  flex-wrap: nowrap;
  justify-content: flex-end; }

.messages-overlay-container {
  height: 0;
  pointer-events: auto;
  overflow: visible;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: flex-end;
  flex: 1; }

.msg-overlay-bubble-header__details {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: .4rem;
  padding: .4rem;
  position: relative;
  flex-grow: 1;
  height: 100%;
  cursor: pointer; }

.msg-list-bubble {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 100px);
  flex: 0 0 288px;
  width: 288px;
  min-width: 0;
  margin-right: 8px;
  transform: translateY(0);
  transition-duration: 167ms;
  animation: fade-in 167ms cubic-bezier(0.4, 0, 1, 1);
  border-radius: 0.8rem 0.8rem 0 0;
  background-color: var(--mud-palette-background-gray);
  border: 1px solid rgba(140, 140, 140, 0.4); }

.message-container {
  min-height: 0;
  z-index: 1;
  display: flex;
  flex-direction: column-reverse;
  flex-grow: 1;
  overflow-x: auto;
  overflow-y: scroll; }

.msg-list-bubble-minimized {
  transform: translateY(100%) translateY(-48px); }

.msg-s-message-list-content {
  min-height: auto;
  padding: 1.6rem 0 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex-grow: 1; }

.msg-overlay-bubble-header--header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 .8rem 0 0;
  min-height: 48px;
  position: relative;
  border-radius: 0.8rem 0.8rem 0 0;
  background-clip: padding-box;
  background-color: var(--mud-palette-background-gray);
  border-bottom: 1px solid rgba(140, 140, 140, 0.4); }

.msg-overlay-conversation-bubble.msg-overlay-conversation-bubble--jumbo {
  display: flex;
  flex-direction: column;
  flex: 0 0 500px;
  min-width: 0;
  margin-right: 8px;
  transform: translateY(0);
  transition-duration: 167ms;
  animation: fade-in 167ms cubic-bezier(0.4, 0, 1, 1);
  border-radius: 0.8rem 0.8rem 0 0;
  background-color: var(--mud-palette-background-gray);
  border: 1px solid rgba(140, 140, 140, 0.4);
  height: max(calc(100vh - 250px), 600px);
  width: 500px; }

.msg-overlay-bubble-header__button {
  max-width: 230px; }

.truncate {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important; }

.ml2 {
  margin-left: .8rem !important; }

.invoice-notes ol, .e-content ol, .invoice-notes ul, .e-content ul, ul, ol {
  padding: 4px 1rem; }

.truncate p {
  overflow: hidden;
  text-overflow: ellipsis; }

.message-footer {
  align-items: flex-start;
  background-color: var(--color-background-container);
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding: 10px 12px;
  flex-shrink: 0; }

@media screen and (max-width: 768px) {
  .message-footer {
    margin-bottom: 12px; } }
.msg-form__message-texteditor {
  flex: 1 0 auto; }

.msg-form__msg-content-container {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  border-top: 1px solid var(--color-border-faint);
  max-height: 200px; }

.msg-s-message-list {
  min-height: auto;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.msg-s-message-list-container--column-reversed:not(.msg-s-message-list--starting-from-top) .msg-s-message-list {
  flex-direction: column-reverse; }

.mbA, .mvA {
  margin-bottom: auto !important; }

.msg-overlay-conversation-bubble__content-wrapper {
  flex-grow: 1;
  height: 0; }

.msg-s-message-list {
  min-height: auto;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.msg-s-message-list-container--column-reversed:not(.msg-s-message-list--starting-from-top) .msg-s-message-list {
  flex-direction: column-reverse; }

.msg-s-message-list--hide-scrollbar {
  overflow-y: hidden; }

.msg-s-message-list--inactive {
  pointer-events: none; }

.msg-s-message-list-container {
  flex-direction: column;
  overflow-y: hidden;
  flex: 1 0 0px;
  z-index: 0; }

.message-list-container--collapsed {
  flex: 0 1 0px; }

.msg-s-message-list-content {
  min-height: auto;
  padding: 1.6rem 0 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex-grow: 1; }

.msg-thread .msg-form--is-fully-expanded .msg-form__msg-content-container--scrollable {
  flex-basis: 200px; }

.scaffold-layout--breakpoint-none .msg-thread .msg-form--is-fully-expanded .msg-form__msg-content-container--scrollable {
  flex-basis: 80px; }

.msg-form__msg-content-container--has-reshare .msg-form__msg-content-container--scrollable {
  flex-basis: 160px;
  max-height: 160px;
  min-height: 160px; }

.msg-form__msg-content-container--scrollable {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  max-height: 144px;
  overflow: auto;
  margin: 1.2rem 0; }

.msg-form__msg-content-container .msg-form__msg-content-container--scrollable {
  margin: 1.2rem 4.8rem 1.2rem 1.2rem;
  border-radius: var(--corner-radius-medium);
  background-color: var(--messenger-color-background-input-message); }

.msg-overlay-conversation-bubble--jumbo .msg-form__msg-content-container--scrollable, .msg-thread .msg-form__msg-content-container--scrollable {
  max-height: 200px; }

.message-badge {
  height: 10px;
  min-width: 10px; }

.mud-chat-end .mud-chat-bubble {
  text-align: start !important; }

@media (max-width: 960px) {
  .msg-overlay-conversation-bubble.msg-overlay-conversation-bubble--jumbo {
    margin: 0 0 0 8px !important;
    border: none;
    border-radius: 0; }

  .pb-70px {
    padding-bottom: 0px !important; }

  .small-no-gutters {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
.components-reconnect-dialog p {
  color: #313134 !important; }

.deleted-message {
  color: var(--mud-palette-text-disabled);
  font-size: 0.75rem; }

blockquote {
  border-left: solid 3px #ced4da;
  margin: 10px 0;
  padding-left: 12px; }

.mud-chat-bubble.mud-chat-bubble-clickable {
  user-select: text !important; }

@media (max-width: 960px) {
  .small-calc-height-128 {
    height: calc(100vh - 128px) !important; } }
.mud-tabs-tabbar-content {
  overscroll-behavior: auto !important;
  overflow: scroll !important;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.mud-tabs-tabbar-content::-webkit-scrollbar {
  display: none; }

.flex-wrap {
  flex-wrap: wrap; }

.d-table-footer-group {
  display: table-footer-group !important; }

.sidebar-colors {
  color: var(--mud-palette-drawer-text);
  background-color: var(--mud-palette-drawer-background); }

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