*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
  [data-chat-host] button,
  [data-chat-host] input,
  [data-chat-host] textarea {
    all: unset;
    box-sizing: border-box;
    font-family: inherit;
  }
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
[data-chat-host] .fixed {
  position: fixed;
}
[data-chat-host] .absolute {
  position: absolute;
}
[data-chat-host] .-right-2 {
  right: -0.5rem;
}
[data-chat-host] .-top-2 {
  top: -0.5rem;
}
[data-chat-host] .bottom-20 {
  bottom: 5rem;
}
[data-chat-host] .bottom-4 {
  bottom: 1rem;
}
[data-chat-host] .right-4 {
  right: 1rem;
}
[data-chat-host] .z-50 {
  z-index: 50;
}
[data-chat-host] .z-\[10\] {
  z-index: 10;
}
[data-chat-host] .mb-1 {
  margin-bottom: 0.25rem;
}
[data-chat-host] .mb-2 {
  margin-bottom: 0.5rem;
}
[data-chat-host] .mb-3 {
  margin-bottom: 0.75rem;
}
[data-chat-host] .ml-5 {
  margin-left: 1.25rem;
}
[data-chat-host] .mr-auto {
  margin-right: auto;
}
[data-chat-host] .block {
  display: block;
}
[data-chat-host] .flex {
  display: flex;
}
[data-chat-host] .hidden {
  display: none;
}
[data-chat-host] .h-1 {
  height: 0.25rem;
}
[data-chat-host] .h-3 {
  height: 0.75rem;
}
[data-chat-host] .h-4 {
  height: 1rem;
}
[data-chat-host] .h-7 {
  height: 1.75rem;
}
[data-chat-host] .h-\[620px\] {
  height: 620px;
}
[data-chat-host] .min-h-screen {
  min-height: 100vh;
}
[data-chat-host] .w-1 {
  width: 0.25rem;
}
[data-chat-host] .w-3 {
  width: 0.75rem;
}
[data-chat-host] .w-4 {
  width: 1rem;
}
[data-chat-host] .w-7 {
  width: 1.75rem;
}
[data-chat-host] .w-\[360px\] {
  width: 360px;
}
[data-chat-host] .w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
[data-chat-host] .w-full {
  width: 100%;
}
[data-chat-host] .max-w-\[90\%\] {
  max-width: 90%;
}
[data-chat-host] .flex-1 {
  flex: 1 1 0%;
}
@keyframes bounceLarge {

  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }
}
[data-chat-host] .animate-bounce-large {
  animation: bounceLarge 1s infinite;
}
[data-chat-host] .cursor-pointer {
  cursor: pointer;
}
[data-chat-host] .list-disc {
  list-style-type: disc;
}
[data-chat-host] .flex-col {
  flex-direction: column;
}
[data-chat-host] .items-center {
  align-items: center;
}
[data-chat-host] .justify-center {
  justify-content: center;
}
[data-chat-host] .gap-1 {
  gap: 0.25rem;
}
[data-chat-host] .gap-\[10px\] {
  gap: 10px;
}
[data-chat-host] .overflow-hidden {
  overflow: hidden;
}
[data-chat-host] .overflow-y-auto {
  overflow-y: auto;
}
[data-chat-host] .rounded {
  border-radius: 0.25rem;
}
[data-chat-host] .rounded-2xl {
  border-radius: 1rem;
}
[data-chat-host] .rounded-full {
  border-radius: 9999px;
}
[data-chat-host] .rounded-md {
  border-radius: 0.375rem;
}
[data-chat-host] .rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}
[data-chat-host] .rounded-tl-2xl {
  border-top-left-radius: 1rem;
}
[data-chat-host] .rounded-tr-2xl {
  border-top-right-radius: 1rem;
}
[data-chat-host] .border {
  border-width: 1px;
}
[data-chat-host] .bg-blackolissippo {
  --tw-bg-opacity: 1;
  background-color: rgb(26 25 29 / var(--tw-bg-opacity, 1));
}
[data-chat-host] .bg-blueolissippo2 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 64 128 / var(--tw-bg-opacity, 1));
}
[data-chat-host] .bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
[data-chat-host] .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
[data-chat-host] .p-4 {
  padding: 1rem;
}
[data-chat-host] .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
[data-chat-host] .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
[data-chat-host] .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
[data-chat-host] .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
[data-chat-host] .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
[data-chat-host] .text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
[data-chat-host] .font-semibold {
  font-weight: 600;
}
[data-chat-host] .text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
[data-chat-host] .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
[data-chat-host] .underline {
  text-decoration-line: underline;
}
[data-chat-host] .opacity-100 {
  opacity: 1;
}
[data-chat-host] .opacity-50 {
  opacity: 0.5;
}
[data-chat-host] .shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
[data-chat-host] .shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
[data-chat-host] .shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
[data-chat-host] .outline {
  outline-style: solid;
}
[data-chat-host] .filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
[data-chat-host] .transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
[data-chat-host] .\[animation-delay\:-0\.2s\] {
  animation-delay: -0.2s;
}
[data-chat-host] .\[animation-delay\:-0\.4s\] {
  animation-delay: -0.4s;
}
[data-chat-host] .hover\:bg-transparent:hover {
  background-color: transparent;
}
[data-chat-host] .hover\:opacity-90:hover {
  opacity: 0.9;
}
[data-chat-host] .focus\:bg-transparent:focus {
  background-color: transparent;
}
[data-chat-host] .focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 100% !important;
}

/* BUBBLE */
#bubble {
  position: fixed !important;
  bottom: 1rem !important;
  right: 1rem !important;
  z-index: 9999 !important;
  display: flex !important;
  height: 3.5rem !important;
  width: 3.5rem !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1) !important;
  padding: 0.5rem !important;
  outline: none !important;
  border: none !important;
  transition: opacity 150ms ease !important;
  cursor: pointer;
}

#bubble > img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 80%;
  height: auto;
}

#bubble:hover {
  opacity: 0.85 !important;
}

/* HEADER */
#header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  padding: 0.75rem 1rem !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1) !important;
}

#header .left {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 0.5rem !important;
}

#header .left .icon {
  background: #fff !important;
  border-radius: 50% !important;
  padding: 0.5rem !important;
}

#header .left .icon img {
  width: 2rem !important;
  height: 2rem !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

#header .left .title h6 {
  font-size: 1rem !important;
  line-height: 1.75rem !important;
  font-weight: 500 !important;
  color: #fff !important;
  margin: 0 !important;
  letter-spacing: 0 !important;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

#header .left .title div {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 0.25rem !important;
}

#header .left .title div span {
  width: 0.5rem !important;
  height: 0.5rem !important;
  border-radius: 50% !important;
  display: block !important;
  background-color: #16a34a !important;
}

#header .left .title div p {
  font-size: 0.625rem !important;
  margin-bottom: 0 !important;
  color: #fff !important;
  margin: 0 !important;
  line-height: 1 !important;
}

#header .right {
  display: flex !important;
  flex-direction: row !important;
  gap: 0.5rem !important;
}

#header .right button,
#header .right button:focus,
#header .right button:hover {
  background-color: transparent !important;
  cursor: pointer !important;
}

#header .right button:hover {
  opacity: 0.85 !important;
}

#header .notch {
  position: absolute !important;
  top: 3.625rem !important;
  z-index: 99 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.25rem !important;
  padding: 0.25rem 1rem !important;
  border-radius: 2rem !important;
}

#header .notch img {
  width: 0.75rem !important;
  height: 0.75rem !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

#header .notch span {
  font-size: 0.625rem !important;
  color: #fff !important;
  line-height: 1.5 !important;
}

/* CHAT BUTTONS */
#chat-button {
  padding: 0.5rem 1rem !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 1.25rem !important;
  text-align: center !important;
  border: 0 !important;
  border-radius: 0.375rem !important;
  cursor: pointer !important;
  color: #fff !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1) !important;
}

/* CHAT IMAGE */
#chat-image {
  width: 249.7px !important;
  height: 160px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  margin-bottom: 0.5rem !important;
  border-radius: 0.375rem !important;
}

/* CHAT TEXT */
#chat-title {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  font-weight: 600 !important;
  margin-bottom: 0.5rem !important;
}

#chat-location {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  margin-bottom: 1rem !important;
}

#chat-location > img {
  width: 0.875rem !important;
  height: 0.875rem !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

#chat-location > span {
  font-weight: 400 !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

#chat-message {
  font-size: 0.813rem !important;
  line-height: 1.25rem !important;
  color: #1a191d !important;
  padding: 0.5rem 1rem !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1) !important;
  overflow-wrap: break-word !important;
  word-break: break-word !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  max-width: 90% !important;
  margin-bottom: 0.75rem !important;
}

#chat-message.visitor {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
  border-bottom-right-radius: 0 !important;
  background-color: #d1e7dd !important;
  margin-left: auto !important;
}

#chat-message.agent {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 1rem !important;
  background-color: #fff !important;
}

#booking-btn {
  position: absolute;
  top: 3.7rem;
  padding: 0.25rem 1rem !important;
  border-radius: 0.8rem !important;
  right: 1rem;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06) !important;
}

#booking-btn .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.25rem;
  padding: 0 !important;
}

#booking-btn .container img {
  width: 12px;
  height: 12px;
}

#booking-btn .container span {
  font-size: 0.625rem !important;
  color: #fff !important;
  line-height: 1.5 !important;
}

/* FORMS */
#input-message-area {
  border-top: 1px solid #e5e7eb !important;
  padding: 0.75rem !important;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

#input-message-area .credits {
  text-align: center !important;
  font-size: 0.5625rem !important;
  color: #9ca3af !important;
  padding-top: 0.75rem !important;
  margin: 0 !important;
}

#input-message-area > form {
  display: flex !important;
  align-items: flex-end !important;
  border-radius: 1.5rem !important;
  border: 1px solid #e5e7eb !important;
  padding: 0.25rem !important;
  /* height: 3.125rem !important; */
  height: auto !important;
}

#input-message-area > form > textarea {
  /* flex: 1 1 0% !important; */
  flex: 1 1 auto !important;
  resize: none !important;
  border-radius: 0.375rem !important;
  border: none !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 1.25rem !important;
  color: #1a191d !important;
  padding: 0.625rem 1rem 0.625rem 0.75rem !important;
  max-width: 285px !important;
  min-height: 2.5rem !important;
  max-height: 6.75rem !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

#input-message-area > form > textarea:focus {
  border: none !important;
  outline: none !important;
}

#input-message-area > form > button {
  border-radius: 50% !important;
  padding: 0.5rem !important;
}

/* HOTEL SLIDER */
#hotel-slider {
  padding: 0.5rem 0 !important;
  width: 100% !important;
  position: relative !important;
}

#slider-button-left {
  position: absolute !important;
  padding: 0.25rem !important;
  left: 0.25rem !important;
  top: 44% !important;
  transform: translateY(-50px) !important;
  border-radius: 50% !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06) !important;
  cursor: pointer !important;
  transition: opacity 150ms ease !important;
}

#slider-button-right {
  position: absolute !important;
  padding: 0.25rem !important;
  right: 0.25rem !important;
  top: 44% !important;
  transform: translateY(-50px) !important;
  border-radius: 50% !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06) !important;
  cursor: pointer !important;
  transition: opacity 150ms ease !important;
}

#slider-button-left,
#slider-button-right:hover {
  opacity: 0.9 !important;
}

#slider-button-left.event-room,
#slider-button-right.event-room {
  top: 50% !important;
}

#hotel-slider .content {
  margin: auto !important;
  overflow: hidden !important;
  width: 100% !important;
  max-width: 100% !important;
}

#hotel-slider .content img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 249.7px !important;
  height: 10rem !important;
  margin-bottom: 0.5rem !important;
  border-radius: 0.375rem !important;
}

#hotel-slider .content h3 {
  font-weight: 600 !important;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-size: 1rem !important;
  line-height: 1.75rem !important;
  margin: 0 0 0.5rem 0 !important;
}

#hotel-slider .content .location {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 0.25rem !important;
  margin-bottom: 1rem !important;
}

#hotel-slider .content .location img {
  width: 0.875rem !important;
  height: 0.875rem !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  margin-bottom: 0 !important;
}

#hotel-slider .content .location span {
  font-weight: 400 !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  color: #6b7280 !important;
}

#button {
  width: 100% !important;
  padding: 0.5rem 1rem !important;
  border-radius: 0.375rem !important;
  text-align: center !important;
  color: #fff !important;
  transition: opacity 150ms ease !important;
  cursor: pointer !important;
  font-size: 0.813rem !important;
  line-height: 1.25rem !important;
}

#button:hover {
  color: #fff !important;
  opacity: 0.9 !important;
}

/* FORM */
#hotel-form {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.75rem !important;
  padding: 0.5rem !important;
  width: 100% !important;
  max-width: 28rem !important;
}

#hotel-form h3 {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  line-height: 1.75rem !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  text-align: center !important;
  margin: 0 !important;
}

#hotel-form .dates {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem !important;
}

#hotel-form .dates div {
  display: flex !important;
  flex-direction: column !important;
}

#hotel-form .dates div label {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  margin: 0 0 0.25rem 0 !important;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  letter-spacing: 0 !important;
  text-transform: unset !important;
}

/* #hotel-form .dates div input::-webkit-calendar-picker-indicator {
  display: block !important;
  opacity: 0.5 !important;
  pointer-events: auto !important;
} */

#hotel-form input {
  width: inherit !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  padding: 0.5rem 0.75rem !important;
  border-radius: 0.375rem !important;
  box-sizing: var 0 0 #0000 (--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  border: 1px solid #f4f4f3 !important;
  pointer-events: auto;
  position: relative;
  color: #000 !important;
}

#hotel-form input::-moz-placeholder {
  color: #9ca3af !important;
}

#hotel-form input::placeholder {
  color: #9ca3af !important;
}

#hotel-form .people {
  display: flex !important;
  flex-direction: row !important;
  gap: 0.25rem !important;
}

#hotel-form .people div {
  display: flex !important;
  flex-direction: column !important;
}

#hotel-form .people div label {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  margin: 0 0 0.25rem 0 !important;
  text-transform: unset !important;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  letter-spacing: 0 !important;
}

#hotel-form .promocode {
  display: flex !important;
  flex-direction: column !important;
}

#hotel-form .promocode label {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  margin: 0 0 0.25rem 0 !important;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  letter-spacing: 0 !important;
  text-transform: unset !important;
}

