#mpc-trip-chatbot,
#mpc-trip-chatbot * {
  box-sizing: border-box !important;
}

#mpc-trip-chatbot {
  --mpc-primary: #2a1558;
  --mpc-primary-2: #3b236d;
  --mpc-accent: #d8ae52;
  --mpc-ink: #211932;
  --mpc-muted: #746e83;
  --mpc-surface: #ffffff;
  --mpc-soft: #f5f2fb;
  position: fixed !important;
  z-index: 2147483000 !important;
  right: 24px !important;
  bottom: 24px !important;
  left: auto !important;
  top: auto !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  transform: none !important;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  letter-spacing: normal !important;
  text-align: left !important;
  text-transform: none !important;
  color: var(--mpc-ink) !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  isolation: isolate;
}

#mpc-trip-chatbot.mpc-chatbot--left {
  right: auto !important;
  left: 24px !important;
}

#mpc-trip-chatbot button,
#mpc-trip-chatbot input,
#mpc-trip-chatbot a {
  font-family: inherit !important;
  font-style: normal !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}

#mpc-trip-chatbot button {
  -webkit-appearance: none !important;
  appearance: none !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  box-shadow: none;
}

#mpc-trip-chatbot svg {
  display: block !important;
  overflow: visible !important;
  pointer-events: none !important;
}

#mpc-trip-chatbot svg path,
#mpc-trip-chatbot svg line,
#mpc-trip-chatbot svg polyline,
#mpc-trip-chatbot svg circle {
  vector-effect: non-scaling-stroke;
}

.mpc-chatbot__launcher {
  position: relative !important;
  width: 64px !important;
  height: 64px !important;
  min-width: 64px !important;
  max-width: 64px !important;
  min-height: 64px !important;
  max-height: 64px !important;
  padding: 0 !important;
  display: grid !important;
  place-items: center !important;
  overflow: visible !important;
  border: 1px solid rgba(255,255,255,.28) !important;
  border-radius: 50% !important;
  background: linear-gradient(145deg, var(--mpc-primary-2), var(--mpc-primary)) !important;
  color: #ffffff !important;
  box-shadow:
    0 14px 36px rgba(31, 15, 64, .34),
    0 3px 10px rgba(31, 15, 64, .18),
    inset 0 1px 0 rgba(255,255,255,.22) !important;
  cursor: pointer !important;
  isolation: isolate;
  outline: none !important;
  line-height: 1 !important;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease !important;
  -webkit-tap-highlight-color: transparent;
}

.mpc-chatbot__launcher::before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(216,174,82,.3);
  border-radius: inherit;
  pointer-events: none;
}

.mpc-chatbot__launcher:hover {
  transform: translateY(-3px) !important;
  filter: brightness(1.04);
  box-shadow:
    0 20px 46px rgba(31, 15, 64, .4),
    0 5px 14px rgba(31, 15, 64, .2),
    inset 0 1px 0 rgba(255,255,255,.24) !important;
}

.mpc-chatbot__launcher:active {
  transform: translateY(-1px) scale(.96) !important;
}

.mpc-chatbot__launcher:focus-visible {
  outline: 3px solid rgba(216,174,82,.45) !important;
  outline-offset: 4px !important;
}

.mpc-chatbot__launcher-glow {
  position: absolute !important;
  inset: -7px !important;
  z-index: -1 !important;
  display: block !important;
  border: 1px solid rgba(216,174,82,.38) !important;
  border-radius: 50% !important;
  opacity: .5;
  pointer-events: none !important;
  animation: mpcPulse 2.7s ease-out infinite;
}

@keyframes mpcPulse {
  0% { transform: scale(.9); opacity: .48; }
  72%, 100% { transform: scale(1.26); opacity: 0; }
}

.mpc-chatbot__launcher svg {
  position: absolute !important;
  inset: 0 !important;
  margin: auto !important;
  width: 28px !important;
  height: 28px !important;
  color: #ffffff !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.85 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  transition: opacity .18s ease, transform .22s ease !important;
}

.mpc-chatbot__launcher svg * {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: inherit !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.mpc-chatbot__launcher-close {
  opacity: 0;
  transform: rotate(-45deg) scale(.72);
}

.mpc-chatbot--open .mpc-chatbot__launcher-chat {
  opacity: 0;
  transform: rotate(45deg) scale(.72);
}

.mpc-chatbot--open .mpc-chatbot__launcher-close {
  opacity: 1;
  transform: rotate(0) scale(1);
}

.mpc-chatbot__badge {
  position: absolute !important;
  top: -4px !important;
  right: -4px !important;
  z-index: 4 !important;
  min-width: 24px !important;
  height: 24px !important;
  padding: 0 6px !important;
  display: grid !important;
  place-items: center !important;
  border: 3px solid #ffffff !important;
  border-radius: 999px !important;
  background: #e95562 !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center !important;
  box-shadow: 0 4px 12px rgba(120,20,34,.22) !important;
}

.mpc-chatbot--open .mpc-chatbot__badge {
  display: none !important;
}

.mpc-chatbot__panel {
  position: absolute !important;
  right: 0 !important;
  bottom: 80px !important;
  left: auto !important;
  top: auto !important;
  width: min(390px, calc(100vw - 32px)) !important;
  max-width: 390px !important;
  height: min(590px, calc(100dvh - 118px)) !important;
  max-height: 590px !important;
  min-height: 420px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  border: 1px solid rgba(42,21,88,.12) !important;
  border-radius: 24px !important;
  background: var(--mpc-surface) !important;
  box-shadow:
    0 28px 70px rgba(22,12,48,.26),
    0 8px 24px rgba(22,12,48,.11) !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(16px) scale(.97) !important;
  transform-origin: bottom right !important;
  transition:
    opacity .22s ease,
    transform .3s cubic-bezier(.22,.82,.26,1),
    visibility .22s !important;
}

.mpc-chatbot--left .mpc-chatbot__panel {
  right: auto !important;
  left: 0 !important;
  transform-origin: bottom left !important;
}

.mpc-chatbot--open .mpc-chatbot__panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1) !important;
}

.mpc-chatbot__header {
  position: relative !important;
  flex: 0 0 auto !important;
  min-height: 82px !important;
  padding: 15px 58px 15px 16px !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  overflow: hidden !important;
  color: #ffffff !important;
  background:
    radial-gradient(circle at 88% 10%, rgba(216,174,82,.22), transparent 34%),
    linear-gradient(135deg, #241044, var(--mpc-primary)) !important;
  text-align: left !important;
}

.mpc-chatbot__header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216,174,82,.68), transparent);
}

.mpc-chatbot__avatar {
  flex: 0 0 46px !important;
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  border-radius: 15px !important;
  background: rgba(255,255,255,.09) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12) !important;
}

.mpc-chatbot__avatar svg {
  width: 28px !important;
  height: 28px !important;
  fill: none !important;
  stroke: var(--mpc-accent) !important;
  stroke-width: 1.6 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.mpc-chatbot__avatar svg * {
  fill: none !important;
  stroke: var(--mpc-accent) !important;
  stroke-width: inherit !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.mpc-chatbot__header > div:nth-child(2) {
  min-width: 0 !important;
  flex: 1 1 auto !important;
}

.mpc-chatbot__title {
  display: block !important;
  margin: 0 0 5px !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  letter-spacing: -.2px !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.mpc-chatbot__status {
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
  min-width: 0 !important;
  color: rgba(255,255,255,.73) !important;
  font-size: 11px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}

.mpc-chatbot__status i {
  flex: 0 0 7px !important;
  width: 7px !important;
  height: 7px !important;
  display: block !important;
  border-radius: 50% !important;
  background: #71df9e !important;
  box-shadow: 0 0 0 4px rgba(113,223,158,.12) !important;
}

.mpc-chatbot__subtitle {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.mpc-chatbot__header-close {
  position: absolute !important;
  top: 50% !important;
  right: 15px !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  max-width: 36px !important;
  min-height: 36px !important;
  max-height: 36px !important;
  padding: 0 !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 12px !important;
  background: rgba(255,255,255,.08) !important;
  color: #ffffff !important;
  cursor: pointer !important;
  transform: translateY(-50%) !important;
  transition: background .18s ease, transform .18s ease !important;
}

.mpc-chatbot__header-close:hover {
  background: rgba(255,255,255,.16) !important;
}

.mpc-chatbot__header-close:active {
  transform: translateY(-50%) scale(.94) !important;
}

.mpc-chatbot__header-close svg {
  width: 18px !important;
  height: 18px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.9 !important;
  stroke-linecap: round !important;
}

.mpc-chatbot__header-close svg * {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: inherit !important;
  stroke-linecap: round !important;
}

.mpc-chatbot__messages {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 17px 15px 13px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
  background:
    linear-gradient(rgba(255,255,255,.94), rgba(255,255,255,.94)),
    radial-gradient(circle at 15% 10%, rgba(216,174,82,.13), transparent 34%),
    radial-gradient(circle at 90% 80%, rgba(42,21,88,.10), transparent 38%) !important;
  scrollbar-width: thin;
  scrollbar-color: rgba(42,21,88,.24) transparent;
  -webkit-overflow-scrolling: touch;
}

.mpc-chatbot__messages::-webkit-scrollbar {
  width: 6px;
}

.mpc-chatbot__messages::-webkit-scrollbar-track {
  background: transparent;
}

.mpc-chatbot__messages::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(42,21,88,.22);
}

.mpc-chatbot__message {
  width: 100% !important;
  display: flex !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  animation: mpcMessageIn .28s ease both;
}

@keyframes mpcMessageIn {
  from { opacity: 0; transform: translateY(7px); }
  to { opacity: 1; transform: translateY(0); }
}

.mpc-chatbot__message--user {
  justify-content: flex-end !important;
}

.mpc-chatbot__bubble {
  max-width: 86% !important;
  margin: 0 !important;
  padding: 11px 13px !important;
  border: 0 !important;
  border-radius: 17px 17px 17px 6px !important;
  background: var(--mpc-soft) !important;
  color: var(--mpc-ink) !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 450 !important;
  line-height: 1.5 !important;
  text-align: left !important;
  white-space: pre-line !important;
  overflow-wrap: anywhere !important;
  box-shadow: 0 5px 16px rgba(42,21,88,.06) !important;
}

.mpc-chatbot__message--user .mpc-chatbot__bubble {
  border-radius: 17px 17px 6px 17px !important;
  background: var(--mpc-primary) !important;
  color: #ffffff !important;
}

.mpc-chatbot__bubble strong {
  color: inherit !important;
}

.mpc-chatbot__choices,
.mpc-chatbot__actions {
  width: 100% !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 2px 0 13px !important;
  padding: 0 !important;
  animation: mpcMessageIn .28s ease both;
}

.mpc-chatbot__choice,
.mpc-chatbot__action {
  min-height: 36px !important;
  height: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 8px 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  border: 1px solid rgba(42,21,88,.16) !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: var(--mpc-primary) !important;
  font-size: 11.5px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: normal !important;
  cursor: pointer !important;
  box-shadow: none !important;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease !important;
}

.mpc-chatbot__choice:hover,
.mpc-chatbot__action:hover {
  transform: translateY(-1px) !important;
  border-color: var(--mpc-accent) !important;
  background: #fffaf0 !important;
  color: var(--mpc-primary) !important;
}

.mpc-chatbot__action--primary {
  border-color: var(--mpc-primary) !important;
  background: var(--mpc-primary) !important;
  color: #ffffff !important;
}

.mpc-chatbot__action--primary:hover {
  background: var(--mpc-primary-2) !important;
  color: #ffffff !important;
}

.mpc-chatbot__action--whatsapp {
  border-color: #1fb959 !important;
  background: #25d366 !important;
  color: #08391b !important;
}

.mpc-chatbot__action--whatsapp:hover {
  border-color: #19a94d !important;
  background: #20c760 !important;
  color: #073417 !important;
}

.mpc-chatbot__price-card {
  width: 100% !important;
  margin: 2px 0 13px !important;
  padding: 14px !important;
  border: 1px solid rgba(216,174,82,.48) !important;
  border-radius: 17px !important;
  background: linear-gradient(145deg, #fffdf8, #fbf6e9) !important;
  box-shadow: 0 10px 25px rgba(72,50,7,.08) !important;
  animation: mpcMessageIn .28s ease both;
}

.mpc-chatbot__price-label {
  color: var(--mpc-muted) !important;
  font-size: 10px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

.mpc-chatbot__price {
  margin: 5px 0 7px !important;
  color: var(--mpc-primary) !important;
  font-size: 29px !important;
  font-style: normal !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  letter-spacing: -1px !important;
}

.mpc-chatbot__price-route {
  color: var(--mpc-ink) !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 750 !important;
  line-height: 1.45 !important;
  overflow-wrap: anywhere !important;
}

.mpc-chatbot__price-meta,
.mpc-chatbot__price-note {
  margin-top: 7px !important;
  color: var(--mpc-muted) !important;
  font-size: 10.5px !important;
  font-style: normal !important;
  font-weight: 450 !important;
  line-height: 1.45 !important;
}

.mpc-chatbot__typing {
  position: absolute !important;
  left: 21px !important;
  bottom: 74px !important;
  z-index: 3 !important;
  width: 52px !important;
  height: 30px !important;
  padding: 0 11px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  border-radius: 14px 14px 14px 5px !important;
  background: var(--mpc-soft) !important;
  box-shadow: 0 5px 16px rgba(42,21,88,.08) !important;
}

.mpc-chatbot__typing:not([hidden]) {
  display: flex !important;
}

.mpc-chatbot__typing span {
  width: 5px !important;
  height: 5px !important;
  display: block !important;
  border-radius: 50% !important;
  background: var(--mpc-primary) !important;
  animation: mpcTyping 1s ease-in-out infinite;
}

.mpc-chatbot__typing span:nth-child(2) { animation-delay: .12s; }
.mpc-chatbot__typing span:nth-child(3) { animation-delay: .24s; }

@keyframes mpcTyping {
  0%, 60%, 100% { transform: translateY(0); opacity: .35; }
  30% { transform: translateY(-4px); opacity: 1; }
}

.mpc-chatbot__composer {
  position: relative !important;
  flex: 0 0 auto !important;
  min-height: 62px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 10px 11px 9px 14px !important;
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  border: 0 !important;
  border-top: 1px solid rgba(42,21,88,.09) !important;
  background: #ffffff !important;
}

.mpc-chatbot__input {
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
  height: 42px !important;
  margin: 0 !important;
  padding: 0 7px !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  color: var(--mpc-ink) !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 450 !important;
  line-height: 42px !important;
  text-align: left !important;
}

.mpc-chatbot__input::placeholder {
  color: #9a95a7 !important;
  opacity: 1 !important;
  font-style: normal !important;
}

.mpc-chatbot__send {
  position: relative !important;
  flex: 0 0 42px !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  max-width: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: var(--mpc-primary) !important;
  color: #ffffff !important;
  box-shadow: 0 8px 18px rgba(42,21,88,.22) !important;
  cursor: pointer !important;
  transition: transform .18s ease, filter .18s ease !important;
}

.mpc-chatbot__send:hover {
  filter: brightness(1.08);
  transform: translateY(-1px) !important;
}

.mpc-chatbot__send:active {
  transform: scale(.95) !important;
}

.mpc-chatbot__send svg {
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  transform: translateX(1px) !important;
}

.mpc-chatbot__send svg * {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: inherit !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.mpc-chatbot__privacy {
  flex: 0 0 auto !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 12px 9px !important;
  background: #ffffff !important;
  color: #a09aaa !important;
  font-size: 9px !important;
  font-style: normal !important;
  font-weight: 450 !important;
  line-height: 1.35 !important;
  text-align: center !important;
}

@media (max-width: 600px) {
  #mpc-trip-chatbot {
    right: 14px !important;
    bottom: 14px !important;
    left: auto !important;
  }

  #mpc-trip-chatbot.mpc-chatbot--left {
    right: auto !important;
    left: 14px !important;
  }

  .mpc-chatbot__launcher {
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    max-width: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
  }

  .mpc-chatbot__launcher svg {
    width: 26px !important;
    height: 26px !important;
  }

  .mpc-chatbot__panel,
  .mpc-chatbot--left .mpc-chatbot__panel {
    position: fixed !important;
    inset: auto 10px 82px 10px !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    height: min(565px, calc(var(--mpc-viewport-height, 100dvh) - 102px)) !important;
    max-height: calc(var(--mpc-viewport-height, 100dvh) - 102px) !important;
    min-height: 390px !important;
    border-radius: 22px !important;
    transform-origin: bottom center !important;
  }

  .mpc-chatbot__header {
    min-height: 78px !important;
    padding: 14px 54px 14px 14px !important;
    gap: 10px !important;
  }

  .mpc-chatbot__avatar {
    flex-basis: 43px !important;
    width: 43px !important;
    height: 43px !important;
    min-width: 43px !important;
    border-radius: 14px !important;
  }

  .mpc-chatbot__avatar svg {
    width: 26px !important;
    height: 26px !important;
  }

  .mpc-chatbot__header-close {
    right: 13px !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    border-radius: 11px !important;
  }

  .mpc-chatbot__messages {
    padding: 15px 13px 11px !important;
  }

  .mpc-chatbot__bubble {
    max-width: 90% !important;
  }

  .mpc-chatbot__choice,
  .mpc-chatbot__action {
    min-height: 35px !important;
    padding: 8px 11px !important;
    font-size: 11px !important;
  }

  .mpc-chatbot__composer {
    min-height: 60px !important;
    padding: 9px 10px 8px 12px !important;
  }

  .mpc-chatbot__send {
    flex-basis: 40px !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    border-radius: 13px !important;
  }
}

@media (max-width: 380px) {
  .mpc-chatbot__panel,
  .mpc-chatbot--left .mpc-chatbot__panel {
    inset-inline: 7px !important;
    bottom: 78px !important;
  }

  .mpc-chatbot__title {
    font-size: 14px !important;
  }

  .mpc-chatbot__status {
    font-size: 10.5px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #mpc-trip-chatbot *,
  #mpc-trip-chatbot *::before,
  #mpc-trip-chatbot *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
