/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./components/chat/ChatPanel.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
.ChatPanel_panel__a2fkP {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  width: min(420px, calc(100vw - 32px));
  height: min(680px, calc(100vh - 48px));
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 16px;
  box-shadow:
    0 20px 50px rgba(15, 23, 42, 0.18),
    0 8px 20px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  box-sizing: border-box;
}

.ChatPanel_panelMobile__TYsfd {
  inset: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  max-width: none;
  max-height: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  transform: translateY(100%);
  overscroll-behavior: contain;
  will-change: transform;
}

.ChatPanel_panelMobileOpen__c2t4B {
  animation: ChatPanel_mobilePanelSlideUp__sJrDk 280ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.ChatPanel_panelMobileClosing__GIvnD {
  animation: ChatPanel_mobilePanelSlideDown__hg4vv 280ms cubic-bezier(0.4, 0, 1, 1) forwards;
}

.ChatPanel_launcher__2tzap {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
  width: 125px;
  height: 125px;
  border: none;
  border-radius: 999px;
  padding: 0;
  cursor: pointer;
  isolation: isolate;
  overflow: visible;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 35%),
    linear-gradient(145deg, #0a7a58 0%, #006644 55%, #005172 100%);
  box-shadow:
    0 18px 34px rgba(0, 81, 114, 0.24),
    0 10px 20px rgba(0, 102, 68, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    filter 0.18s ease;
}

.ChatPanel_launcher__2tzap:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow:
    0 24px 42px rgba(0, 81, 114, 0.3),
    0 12px 24px rgba(0, 102, 68, 0.34),
    0 0 0 10px rgba(224, 212, 100, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.ChatPanel_launcher__2tzap:active {
  transform: translateY(0) scale(0.97);
}

.ChatPanel_launcher__2tzap:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.95),
    0 0 0 8px rgba(0, 102, 68, 0.28),
    0 18px 34px rgba(0, 81, 114, 0.24),
    0 10px 20px rgba(0, 102, 68, 0.28);
}

.ChatPanel_launcherGlow__HReCV {
  position: absolute;
  inset: -12px;
  border-radius: inherit;
  background: radial-gradient(
    circle,
    rgba(224, 212, 100, 0.42) 0%,
    rgba(84, 117, 47, 0.22) 38%,
    rgba(0, 102, 68, 0) 74%
  );
  filter: blur(12px);
  opacity: 0.85;
  z-index: -2;
  animation: ChatPanel_launcherGlowPulse__9RGlQ 1.9s ease-in-out infinite;
}

.ChatPanel_launcherRing__DieD4 {
  position: absolute;
  inset: -8px;
  border-radius: inherit;
  border: 2px solid rgba(224, 212, 100, 0.45);
  opacity: 0;
  z-index: -1;
}

.ChatPanel_launcherAttention__0XUUE .ChatPanel_launcherRing__DieD4 {
  animation: ChatPanel_launcherRingPulse__B62lU 0.95s ease-out 1;
}

.ChatPanel_launcherIcon__sIvbk {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ChatPanel_launcherPortraitWrap__vPjpD {
  width: 100px;
  height: 100px;
  border-radius: 999px;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 40%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04));
  box-shadow:
    0 8px 18px rgba(15, 23, 42, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center;
  animation: ChatPanel_launcherPortraitFloat__Uvvwu 2.8s ease-in-out infinite;
}

.ChatPanel_launcherPortrait__WPqG_ {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  display: block;
  transform: scale(1.12);
}

.ChatPanel_launcherDot__XxCLY:nth-child(2) {
  animation-delay: 0.12s;
}

.ChatPanel_launcherDot__XxCLY:nth-child(3) {
  animation-delay: 0.24s;
}

.ChatPanel_header__Vr7yf {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  background:
    linear-gradient(180deg, rgba(0, 87, 184, 0.08), rgba(0, 87, 184, 0.02)),
    #ffffff;
  box-sizing: border-box;
}

.ChatPanel_headerTitle__v6sXu {
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
}

.ChatPanel_headerSubtitle__QzLxW {
  margin-top: 4px;
  font-size: 12px;
  color: #475569;
}

.ChatPanel_closeButton__EaBrt {
  border: none;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  color: #475569;
  cursor: pointer;
  padding: 0;
  flex: 0 0 auto;
}

.ChatPanel_messageList__BJnnN {
  flex: 1 1;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 16px;
  background: #f8fafc;
}

.ChatPanel_userRow__1YkZp,
.ChatPanel_assistantRow__gpd_2 {
  display: flex;
  width: 100%;
  margin-bottom: 14px;
  align-items: flex-end;
  gap: 10px;
}

.ChatPanel_userRow__1YkZp {
  justify-content: flex-end;
}

.ChatPanel_assistantRow__gpd_2 {
  justify-content: flex-start;
}

.ChatPanel_userContent__tGIsI {
  display: flex;
  justify-content: flex-end;
  max-width: 88%;
}

.ChatPanel_assistantContent__JTxBp {
  display: flex;
  flex-direction: column;
  max-width: calc(88% - 46px);
}

.ChatPanel_assistantAvatar__C6Chm {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  overflow: hidden;
  background: #ffffff;
  box-shadow:
    0 4px 10px rgba(15, 23, 42, 0.12),
    inset 0 0 0 1px rgba(15, 23, 42, 0.08);
  align-self: flex-end;
}

.ChatPanel_assistantAvatarImage__L5yl_ {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  transform: scale(1.08);
}

.ChatPanel_userBubble__W1jwX,
.ChatPanel_assistantBubble__rCN3_,
.ChatPanel_errorBubble__lK_5n {
  position: relative;
  border-radius: 18px;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.45;
  word-break: break-word;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

.ChatPanel_userBubble__W1jwX {
  background: linear-gradient(180deg, #00734d 0%, #006644 100%);
  color: #ffffff;
  border-bottom-right-radius: 6px;
}

.ChatPanel_assistantBubble__rCN3_ {
  background: #ffffff;
  color: #0f172a;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-bottom-left-radius: 6px;
}

.ChatPanel_errorBubble__lK_5n {
  background: #fff1f2;
  color: #9f1239;
  border: 1px solid rgba(190, 24, 93, 0.18);
  border-bottom-left-radius: 6px;
}

.ChatPanel_userBubble__W1jwX::after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: 8px;
  width: 14px;
  height: 14px;
  background: #006644;
  border-bottom-left-radius: 12px;
  transform: rotate(45deg);
}

.ChatPanel_assistantBubble__rCN3_::before,
.ChatPanel_errorBubble__lK_5n::before {
  content: "";
  position: absolute;
  left: -6px;
  bottom: 8px;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
}

.ChatPanel_assistantBubble__rCN3_::before {
  background: #ffffff;
  border-left: 1px solid rgba(15, 23, 42, 0.08);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.ChatPanel_errorBubble__lK_5n::before {
  background: #fff1f2;
  border-left: 1px solid rgba(190, 24, 93, 0.18);
  border-bottom: 1px solid rgba(190, 24, 93, 0.18);
}

.ChatPanel_messageText__0pDwS {
  line-height: 1.5;
  word-break: break-word;
  white-space: pre-wrap;
}

.ChatPanel_messageText__0pDwS p {
  margin: 0 0 0.75rem 0;
}

.ChatPanel_messageText__0pDwS p:last-child {
  margin-bottom: 0;
}

.ChatPanel_messageText__0pDwS ul,
.ChatPanel_messageText__0pDwS ol {
  margin: 0.5rem 0 0.75rem 1.25rem;
  padding: 0;
}

.ChatPanel_messageText__0pDwS li {
  margin: 0.25rem 0;
}

.ChatPanel_messageText__0pDwS strong {
  font-weight: 700;
}

.ChatPanel_messageText__0pDwS em {
  font-style: italic;
}

.ChatPanel_messageText__0pDwS a {
  text-decoration: underline;
}

.ChatPanel_messageText__0pDwS code {
  font-family: monospace;
  font-size: 0.95em;
  background: rgba(0, 0, 0, 0.06);
  padding: 0.1rem 0.3rem;
  border-radius: 4px;
}

.ChatPanel_messageText__0pDwS pre {
  overflow-x: auto;
  padding: 0.75rem;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.06);
}

.ChatPanel_messageText__0pDwS pre code {
  background: transparent;
  padding: 0;
}

.ChatPanel_messageMeta__uWxf5 {
  margin-top: 8px;
  font-size: 12px;
  color: #64748b;
}

.ChatPanel_typing__g6sa0 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #64748b;
  min-height: 20px;
}

.ChatPanel_typingDot__1Y7qs {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  opacity: 0.35;
  animation: ChatPanel_launcherTyping__Inmb_ 1.2s infinite ease-in-out;
}

.ChatPanel_typingDot__1Y7qs:nth-child(2) {
  animation-delay: 0.18s;
}

.ChatPanel_typingDot__1Y7qs:nth-child(3) {
  animation-delay: 0.36s;
}

.ChatPanel_inlineSources__SKMN9 {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-top: 0.4rem;
}

.ChatPanel_sourceIconButton__jy0Ud {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.08);
  cursor: pointer;
  font-size: 0.95rem;
  line-height: 1;
  transition:
    background 0.15s ease,
    transform 0.15s ease;
}

.ChatPanel_sourceIconButton__jy0Ud:hover {
  background: rgba(15, 23, 42, 0.14);
}

.ChatPanel_sourceIconButton__jy0Ud:active {
  transform: scale(0.96);
}

.ChatPanel_sourcePopover__whJ8H {
  position: absolute;
  top: calc(100% + 0.4rem);
  left: 0;
  z-index: 20;
  width: min(320px, 75vw);
  max-height: 240px;
  overflow-y: auto;
  padding: 0.65rem 0.75rem;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 12px;
  box-shadow:
    0 12px 30px rgba(15, 23, 42, 0.14),
    0 4px 12px rgba(15, 23, 42, 0.08);
}

.ChatPanel_sources__QhDxS {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.ChatPanel_sourcePopover__whJ8H .ChatPanel_sources__QhDxS {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.ChatPanel_sourcesLabel__cjGbL {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #334155;
}

.ChatPanel_sourceList__Ug08a {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ChatPanel_sourceItem__s29cu {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 10px;
  background: #f8fafc;
}

.ChatPanel_sourceItem__s29cu:last-child {
  margin-bottom: 0;
}

.ChatPanel_sourceLink__CmhwH,
.ChatPanel_sourceTitle__UI7yr {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #0057b8;
  text-decoration: none;
}

.ChatPanel_sourceLink__CmhwH:hover,
.ChatPanel_sourceTitle__UI7yr:hover {
  text-decoration: underline;
}

.ChatPanel_sourceMeta__kbV7d {
  margin-top: 4px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
  color: #64748b;
}

.ChatPanel_inputForm__p739K {
  padding: 12px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
  box-sizing: border-box;
}

.ChatPanel_inputRow__Qp4q6 {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.ChatPanel_textarea__u_eH8 {
  display: block;
  flex: 1 1;
  width: auto;
  min-width: 0;
  min-height: 96px;
  max-height: 180px;
  resize: vertical;
  overflow-y: auto;
  border: 1px solid rgba(15, 23, 42, 0.15);
  border-radius: 12px;
  padding: 12px 14px;
  font: inherit;
  font-size: 14px;
  line-height: 1.5;
  outline: none;
  background: #ffffff;
  color: #0f172a;
  box-sizing: border-box;
}

.ChatPanel_textarea__u_eH8::placeholder {
  color: #64748b;
}

.ChatPanel_textarea__u_eH8:focus {
  border-color: #0057b8;
  box-shadow: 0 0 0 3px rgba(0, 87, 184, 0.12);
}

.ChatPanel_sendButton__sLOGQ {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  flex: 0 0 64px;
  width: 64px;
  min-width: 64px;
  max-width: 64px;
  height: 40px;
  margin: 0;
  border: none;
  border-radius: 10px;
  padding: 0 10px;
  background: #0057b8;
  color: #ffffff;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  box-sizing: border-box;
}

.ChatPanel_sendButton__sLOGQ:hover:not(:disabled) {
  filter: brightness(0.96);
}

.ChatPanel_sendButton__sLOGQ:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.ChatPanel_feedbackBox__oEYoK {
  margin-top: 0.75rem;
}

.ChatPanel_feedbackPrompt__Q9ibb {
  margin-bottom: 0.45rem;
  font-size: 0.85rem;
  color: #475569;
}

.ChatPanel_feedbackActions__9Y7kM {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.ChatPanel_feedbackButton__wYkO5 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 999px;
  background: #f8fafc;
  cursor: pointer;
  transition:
    transform 0.15s ease,
    background 0.15s ease,
    border-color 0.15s ease,
    box-shadow 0.15s ease;
}

.ChatPanel_feedbackButton__wYkO5:hover:not(:disabled) {
  background: #eefbf3;
  border-color: rgba(34, 197, 94, 0.35);
}

.ChatPanel_feedbackButton__wYkO5:active:not(:disabled) {
  transform: scale(0.96);
}

.ChatPanel_feedbackButton__wYkO5:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.ChatPanel_feedbackButtonActive__ixR8u {
  background: #dcfce7;
  border-color: #22c55e;
  box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.14);
}

.ChatPanel_feedbackIcon__cMfP3 {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}

.ChatPanel_feedbackError__AUlws {
  margin-top: 0.45rem;
  font-size: 0.8rem;
  color: #b91c1c;
}

/* ID overrides: highest specificity, defeats third-party CSS */
#ChatPanel_babson-chat-input__uBCml {
  display: block !important;
  flex: 1 1 !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 72px !important;
  max-height: 160px !important;
  resize: none !important;
  overflow-y: auto !important;
  border: 1px solid rgba(15, 23, 42, 0.15) !important;
  border-radius: 12px !important;
  padding: 10px 12px !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  outline: none !important;
  background: #ffffff !important;
  color: #0f172a !important;
  box-sizing: border-box !important;
  position: static !important;
  margin: 0 !important;
}

#ChatPanel_babson-chat-input__uBCml:focus {
  border-color: #0057b8 !important;
  box-shadow: 0 0 0 3px rgba(0, 87, 184, 0.12) !important;
}

#ChatPanel_babson-chat-send__p8CD7 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: flex-end !important;
  flex: 0 0 44px !important;
  width: 44px !important;
  min-width: 44px !important;
  max-width: 44px !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 12px !important;
  background: #0057b8 !important;
  color: #ffffff !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
  position: static !important;
  float: none !important;
}

#ChatPanel_babson-chat-send__p8CD7:disabled {
  opacity: 0.55 !important;
  cursor: not-allowed !important;
}

@keyframes ChatPanel_launcherTyping__Inmb_ {
  0%,
  80%,
  100% {
    transform: translateY(0);
    opacity: 0.4;
  }
  40% {
    transform: translateY(-4px);
    opacity: 1;
  }
}

@keyframes ChatPanel_launcherGlowPulse__9RGlQ {
  0%,
  100% {
    transform: scale(0.96);
    opacity: 0.55;
  }
  50% {
    transform: scale(1.12);
    opacity: 1;
  }
}

@keyframes ChatPanel_launcherRingPulse__B62lU {
  0% {
    transform: scale(0.88);
    opacity: 0;
  }
  25% {
    opacity: 0.7;
  }
  100% {
    transform: scale(1.24);
    opacity: 0;
  }
}

@keyframes ChatPanel_launcherBubbleBob__oRB3Y {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-2px) rotate(-2deg);
  }
  50% {
    transform: translateY(-4px) rotate(0deg);
  }
  75% {
    transform: translateY(-2px) rotate(2deg);
  }
}

@keyframes ChatPanel_launcherBubbleNudge__RymuC {
  0% {
    transform: scale(1) rotate(0deg);
  }
  20% {
    transform: scale(1.08) rotate(-6deg);
  }
  40% {
    transform: scale(1.05) rotate(6deg);
  }
  60% {
    transform: scale(1.08) rotate(-4deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}

@keyframes ChatPanel_launcherPortraitFloat__Uvvwu {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-2px) scale(1.015);
  }
}

@keyframes ChatPanel_mobilePanelSlideUp__sJrDk {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes ChatPanel_mobilePanelSlideDown__hg4vv {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}

@media (max-width: 1023px) {
  .ChatPanel_launcher__2tzap {
    right: 12px;
    bottom: 12px;
    width: 104px;
    height: 104px;
  }

  .ChatPanel_launcherPortraitWrap__vPjpD {
    width: 84px;
    height: 84px;
  }

  .ChatPanel_panelMobile__TYsfd .ChatPanel_header__Vr7yf {
    padding-top: calc(14px + env(safe-area-inset-top));
    padding-right: 16px;
    padding-bottom: 14px;
    padding-left: 16px;
  }

  .ChatPanel_panelMobile__TYsfd .ChatPanel_closeButton__EaBrt {
    min-width: 40px;
    min-height: 40px;
    border-radius: 999px;
  }

  .ChatPanel_panelMobile__TYsfd .ChatPanel_messageList__BJnnN {
    padding: 12px;
  }

  .ChatPanel_panelMobile__TYsfd .ChatPanel_inputForm__p739K {
    padding-top: 10px;
    padding-right: 12px;
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
    padding-left: 12px;
  }

  .ChatPanel_userContent__tGIsI {
  max-width: 92%;
  }

.ChatPanel_assistantContent__JTxBp {
  max-width: calc(92% - 42px);
 }

.ChatPanel_assistantAvatar__C6Chm {
  width: 32px;
  height: 32px;
  flex-basis: 32px;
 }

.ChatPanel_userBubble__W1jwX,
.ChatPanel_assistantBubble__rCN3_,
.ChatPanel_errorBubble__lK_5n {
  font-size: 13px;
 }
  .ChatPanel_headerTitle__v6sXu {
    font-size: 15px;
  }

  .ChatPanel_inputRow__Qp4q6 {
    gap: 8px;
  }

  .ChatPanel_textarea__u_eH8 {
    min-height: 72px;
    max-height: 144px;
    padding: 11px 12px;
    font-size: 16px;
    resize: none;
  }

  .ChatPanel_sendButton__sLOGQ {
    flex: 0 0 44px;
    width: 44px;
    min-width: 44px;
    max-width: 44px;
    height: 44px;
    font-size: 12px;
    padding: 0;
  }

  #ChatPanel_babson-chat-input__uBCml {
    min-height: 72px !important;
    max-height: 144px !important;
    font-size: 16px !important;
    margin: 0 !important;
  }

  #ChatPanel_babson-chat-send__p8CD7 {
    flex: 0 0 44px !important;
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    border-radius: 12px !important;
  }
}

@media (min-width: 1024px) {
  .ChatPanel_launcher__2tzap {
    right: 24px;
    bottom: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ChatPanel_panelMobileOpen__c2t4B,
  .ChatPanel_panelMobileClosing__GIvnD,
  .ChatPanel_launcherGlow__HReCV,
  .ChatPanel_launcherPortraitWrap__vPjpD,
  .ChatPanel_launcherAttention__0XUUE .ChatPanel_launcherRing__DieD4 {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }

  .ChatPanel_launcher__2tzap,
  .ChatPanel_sendButton__sLOGQ,
  .ChatPanel_sourceIconButton__jy0Ud,
  .ChatPanel_feedbackButton__wYkO5 {
    transition: none !important;
  }
}
